]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2008-12-05  Paul QuernaUpdate ignore. wombat-integration wombat-integration
2008-12-05  Paul QuernaFinish removing dependecy on apreq
2008-12-05  Paul QuernaBuild the right objects for wombat.
2008-12-05  Paul QuernaNew API, ap_body_to_table, a very ineffeicent and bad...
2008-12-05  Paul QuernaUpdate ignore.
2008-12-05  Paul QuernaUse ap_args_to_table instead of apreq for GET query...
2008-12-05  Paul QuernaRemove apreq includes
2008-12-05  Paul QuernaUse only c89 style comments
2008-12-05  Paul QuernaAdd new api, ap_args_to_table, to parse a request's...
2008-12-05  Paul QuernaAdd wombat to build system.
2008-12-05  Paul QuernaInitial import of mod_wombat to the modules directory.
2008-12-05  Paul QuernaDev branch to integrate mod_wombat.
2008-12-05  Paul QuernaRemove X-Pad work around.
2008-12-05  Paul QuernaNote the dtrace stuff in CHANGES.
2008-12-05  Paul QuernaWhen dtrace support is not present, compile it all...
2008-12-05  Paul QuernaAdd other args to proxy hooks
2008-12-05  Paul QuernaImport the core parts of the DTrace patch. This is...
2008-12-05  Rich BowenPut the arguments to Header, RequestHeader, in alphabet...
2008-12-05  Rich BowenI have finally been asked one too many times whether...
2008-12-03  Paul QuernaMore trivial typos.
2008-12-03  Eric Covenerunixd_config/ap_unixd_config rename for mod_privileges
2008-12-03  Jim Jagielskitrivial typo
2008-12-03  Jim JagielskiNote mod_proxy_balancer changes...
2008-12-03  Eric Covenerunixd_config->ap_unixd_config renames for mod_suexec
2008-12-03  Jim JagielskiAll lbmethods are now ind submodules...
2008-12-03  Jim JagielskiAllow for ind lbs to build
2008-12-03  Jim JagielskiAdd in independent bytraffic lbmethod
2008-12-03  Jim JagielskiAdd in independent byrequests lbmethod
2008-12-03  Jim JagielskiAdd in independent bybusyness lbmethod
2008-12-03  Jim JagielskiAnd allow for the submod to be built
2008-12-03  Jim JagielskiAnd move the HB balancer there
2008-12-03  Jim JagielskiCreate subdir for balancer locations
2008-12-02  Ruediger Pluem* Another set of missed renames.
2008-12-02  Takashi SatoAdd the Japanese errordoc contributor. See r124566.
2008-12-02  Takashi SatoMigrate the charset of error/README to UTF-8
2008-12-02  Nilgun Belma... update Turkish UTF-8 messages
2008-12-02  Takashi SatoMulti-language error pages:
2008-12-02  Ruediger Pluem* The API Cleanup in r722399 missed some locations.
2008-12-02  Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-12-02  Paul QuernaDon't do anything by defautl if we haven't been configured.
2008-12-02  Paul QuernaWhen not configured, don't do anything by default.
2008-12-02  Paul QuernaMake dialup_callback a static function.
2008-12-01  Ruediger Pluem* Avoid sending no answer at all if a custom error...
2008-12-01  Bradley NicholesAdd the new modules to the netware build
2008-12-01  Bradley NicholesMove the variable declarations to the beginning of...
2008-12-01  Bradley NicholesAllow for external PCRE on netware
2008-12-01  Eric CovenerTo be safe, consume the entire brigade after processing...
2008-12-01  Paul QuernaAdd a new module to read in the heartbeat file and...
2008-12-01  Paul QuernaAdd a new module, mod_ratelimit, which can rate limit...
2008-12-01  Paul QuernaMove variable declartions to the top of functions for...
2008-12-01  Paul QuernaAdd two new modules to handle load balancing across...
2008-12-01  Roy T. Fieldingsync with IANA registry as of 2008 Nov 30 14:17 PST
2008-11-30  Ruediger Pluem* Enable the use of autoconf >= 2.62 without causing...
2008-11-30  Paul QuernaRemove c99 style comment.
2008-11-29  Eric Covenerallow ap_invoke_handler() to pass-through AP_FILTER_ERR...
2008-11-29  Eric Covenercorrect syntax of DirectoryIndex feature, CHANGES only
2008-11-29  Eric CovenerPrevent AP_FILTER_ERROR from being misinterpreted as...
2008-11-28  Joe Orton* buildconf, configure.in: Don't attempt to configure the
2008-11-26  Jim JagielskiBackported
2008-11-26  Paul QuernaStop bundling PCRE in trunk.
2008-11-26  Rich BowenSlight clarification to the way rewrite works in per...
2008-11-25  Bradley NicholesFix up the netware build with the additions in the...
2008-11-25  Takashi SatoDelete the images from docroot/.
2008-11-25  Takashi Satomerge r358287:
2008-11-25  Nilgun Belma... update for sync with English doc.
2008-11-25  Nilgun Belma... New Turkish translation
2008-11-24  Jim JagielskiMake %k work as it should. No regression noted in perl
2008-11-24  Takashi Satoquote MaxRequestsPerChild
2008-11-24  Ruediger Pluem* These are now backported.
2008-11-23  William A.... So close ;-) Nicely done Jim
2008-11-23  Jim JagielskiSimple cut/paste to create a mod_sed template
2008-11-23  Jim JagielskiNo idea if this is 100% correct, but provide a template
2008-11-23  Jim Jagielskitesting indicates a large buffsize (~8k) is better...
2008-11-23  Jim JagielskiNote that the current mishmash is ugly... hope to
2008-11-23  Jim Jagielskiupdate xforms
2008-11-23  Lucien GentisStyle correction
2008-11-20  Paul QuernaFix MaxRequestsPerChild on the Event MPM. It hasn...
2008-11-19  Lucien GentisTypos
2008-11-16  Graham Leggettmod_buffer: Honour the flush bucket and flush the buffe...
2008-11-16  Graham Leggettmod_buffer: Optimise the buffering of heap buckets...
2008-11-16  Graham LeggettUpdate transformation.
2008-11-16  Graham LeggettClarify the documentation for mod_buffer to better...
2008-11-16  Graham LeggettRefactor the input buffer filter to use a context as...
2008-11-16  Ruediger Pluem* Fix properties.
2008-11-15  Graham LeggettUpdate transformation
2008-11-15  Graham Leggettmod_buffer: Optional support for buffering of the input...
2008-11-15  Ruediger Pluem* This one is now backported.
2008-11-14  Takashi SatoMinor typo
2008-11-14  Nick KewAdd mod_privileges to CHANGES
2008-11-14  Ruediger Pluem* Don't build mod_privileges by default.
2008-11-14  Jim JagielskiUpdate doc transforms
2008-11-14  Takashi SatoUpdate Japanese translation
2008-11-14  Takashi Satouse <transnote>
2008-11-14  Nick KewIntroduce mod_privileges: a platform-specific module...
2008-11-13  Vincent BrayUpdate transformations
2008-11-13  Vincent BrayGrammar fixes
2008-11-13  Vincent BrayUpdate 'all' transformations
2008-11-13  Vincent BrayInitial build of mod_unixd.html* plus props
2008-11-13  Vincent BrayUpdate transformations (from introduction of mod_unixd)
2008-11-13  Vincent BrayMinor grammatical issues
next