]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2009-10-06  Stefan FritschWork around broken cache management in mod_ldap: If...
2009-10-05  Graham Leggettmod_rewrite: Make sure that a hostname:port isn't fully...
2009-10-05  Graham LeggettUpdate transformations.
2009-10-05  Graham Leggettmod_cache: Teach CacheEnable and CacheDisable to work...
2009-10-05  Jim JagielskiNo need to constantly compute these; do so once at...
2009-10-05  Guenter Knaufremoved batch file used for CodeWarrior IDE project...
2009-10-05  Guenter Knaufremoved CodeWarrior IDE project file since its not...
2009-10-05  Jim JagielskiRefactor mod_reqtimeout a bit to use just 1 directives...
2009-10-05  Daniel Earl... Back out r818492 which prevented all caching of incompl...
2009-10-04  Guenter Knaufreplaced all backticks with single quotes in output...
2009-10-04  Guenter Knaufremoved obsolete stuff from NetWare export generator...
2009-10-04  Guenter Knaufno declarations after statements.
2009-10-04  Guenter Knaufadded mod_reqtimeout to NetWare build;
2009-10-04  Stefan FritschAdd mod_reqtimeout: New module to set timeouts and...
2009-10-04  Graham LeggettEnsure that we call ap_meets_conditions() in the mod_ca...
2009-10-04  Graham LeggettCorrect the attribution in CHANGES.
2009-10-04  Graham LeggettStyle fixes.
2009-10-04  Graham LeggettRemove the server_rec wired into uri_meets_conditions...
2009-10-04  Ruediger Pluem* Fix 'may be used uninitialized in this function'...
2009-10-04  Vincent DeffontainesAdded french translation for mod_autoindex doc
2009-10-04  André Maloproperty cleanup
2009-10-04  André Maloupdate transformation
2009-10-04  Vincent DeffontainesAdded french translation for mod_proxy_http
2009-10-04  Vincent DeffontainesAdded fr translation for mod_ldap
2009-10-04  Stefan Fritschmerge if blocks
2009-10-04  Stefan Fritschcleanup brigade before reusing it
2009-10-04  Stefan FritschMake sure to not destroy bucket brigades that have...
2009-10-04  Stefan FritschOnly use fcntl() if we have fcntl.h
2009-10-04  Stefan Fritschcore, mod_deflate, mod_sed: Reduce memory usage by...
2009-10-03  Jeff Trawickrefactor child status update functions to accommodate...
2009-10-03  Graham LeggettUpdate transformations.
2009-10-03  Graham Leggettmod_cache: Fix uri_meets_conditions() so that CacheEnab...
2009-10-03  Stefan Fritschsuexec: Allow to log an error if exec fails by setting...
2009-10-03  Jim JagielskiProvide new ap_update_child_status_from_conn() mostly
2009-10-03  Graham LeggettRemove an unused variable.
2009-10-03  Stefan FritschMake RemoveType override the info from TypesConfig
2009-10-02  Graham LeggettUpdate transformations.
2009-10-02  Graham Leggettmod_cache: Introduce the option to run the cache from...
2009-10-02  Eric CovenerRemove text implying "Require valid-user" is handled...
2009-10-01  Guenter Knaufadded tests to NetWare build.
2009-10-01  Daniel Earl... core: Treat timeout reading request as 408 error, not...
2009-10-01  Jim JagielskiAllow for pass-thru or early termination of doall(...
2009-10-01  Guenter Knaufadded NetWare makefiles for test modules.
2009-10-01  Guenter Knaufset property.
2009-10-01  Guenter Knaufprepare to add mod_serf to NetWare build.
2009-10-01  Guenter Knauffirst trial to fix the export list for recent mod_watch...
2009-09-30  Jeff Trawickchange the callable functions in the mod_watchdog API
2009-09-30  Jeff Trawickdon't override the user's choice (e.g., --enable-watchdog)
2009-09-30  Ruediger Pluem* Fix a regression from r724717 by reintroducing SSL_CL...
2009-09-30  Jim JagielskiTry to have consistent interface regardless of slotmem or
2009-09-30  Guenter KnaufAdded mod_proxy_fcgi to NetWare build.
2009-09-30  Jeff Trawicktweak spelling/wording in mod_watchdog documentation
2009-09-30  Jean-Frederic... When connecting to no http protocol response will be...
2009-09-30  Jean-Frederic... Add port in the logic.
2009-09-29  Daniel Earl... Spelling fix in comment.
2009-09-29  Daniel Earl... Make comment agree with code.
2009-09-29  Jean-Frederic... When using Heartmonitor choose the back-end randomly...
2009-09-29  Jean-Frederic... typo.
2009-09-29  Jean-Frederic... Add slotmem storage logic for multicast logic.
2009-09-29  Guenter Knaufadded comment about the never reached return statement.
2009-09-29  Jean-Frederic... Make sure that --enable-maintainer-mode increase warnin...
2009-09-28  Jeff Trawickwhen a request body is sent, just display "Total body...
2009-09-28  Joe Orton* support/ab.c (output_results): Fix gcc warning on...
2009-09-28  Joe Orton* include/httpd.h: Fix comment implying that LimitReque...
2009-09-27  Guenter Knauffixed wrong 3rd parameter passed to apr_brigade_split_l...
2009-09-27  Jeff Trawickrefactor the representation of HTTP method and whether...
2009-09-27  Lucien GentisUpdates.
2009-09-27  Guenter Knauffixed compatibility to Openssl < 0.9.7g.
2009-09-27  Guenter Knauffixed compatibility to Openssl < 0.9.7g;
2009-09-27  Jeff Trawicksmall code cleanups for POST/PUT, especially to combine...
2009-09-27  Ruediger Pluem* Use strcasecmp instead of strncasecmp as we want...
2009-09-25  Graham LeggettAdd support for an "epoch" in the RPM spec file. This...
2009-09-25  Jim JagielskiHmmm... forgot git commit/dcommit.
2009-09-25  Jim JagielskiOops. forgot the declaration
2009-09-25  Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-25  André Maloupdate transformation
2009-09-25  André Malofix compat info for mod_proxy_scgi
2009-09-25  Guenter Knauffixed property.
2009-09-25  Guenter KnaufFixed internal NLM name.
2009-09-25  Guenter KnaufAdded mod_proxy_scgi to NetWare build.
2009-09-24  Daniel Earl... mod_cache: don't cache incomplete responses, per RFC...
2009-09-23  Daniel Earl... Fix a segfault in ab when run in verbose mode using...
2009-09-20  André Maloupdate transformation
2009-09-20  André Maloremove useless line
2009-09-19  Rainer JungAdd ant task to html manual and man page generation:
2009-09-19  Graham Leggettmod_dav: Allow other modules to become providers and...
2009-09-18  Daniel Earl... Detab.
2009-09-18  Nilgun Belma... New Turkish translation
2009-09-18  Nilgun Belma... fix validation errors
2009-09-18  Nilgun Belma... update transformation
2009-09-17  William A.... Treat gid's identically to uid's for purposes of numeri...
2009-09-17  Jim Jagielskiuse what we know
2009-09-17  Jim Jagielskikinda old
2009-09-16  Rich BowenNote that RewriteLog doesn't work in .htaccess files.
2009-09-16  Greg Ames* prevent a fork bomb if the accept mutex is clobbered...
2009-09-16  Joe Orton* server/log.c: Update comment in piped_log structure...
2009-09-16  Rich BowenJust a little additional verbiage for the FallbackResou...
2009-09-16  Joe Orton* modules/ssl/ssl_util_ocsp.c, modules/ssl/ssl_engine_o...
2009-09-16  Joe Orton* modules/ssl/ssl_util_ocsp.c (send_request,
2009-09-15  Nick KewChange Fallback to FallbackResource after extensive...
next