]> granicus.if.org Git - apache/shortlog
apache
2007-03-16 Jean-Frederic... Make sure that we are not resending if we have received...
2007-03-15 Jim JagielskiInitial import: mod_sedfilter.c (was mod_sed_filter...
2007-03-13 Bradley NicholesRemove the hardcoded size limit parameter for ldap_sear...
2007-03-13 Joe Orton* modules/http/http_etag.c (etag_uint64_to_hex): Fix...
2007-03-12 Joe OrtonGenerate etags consistently across 32-bit and 64-bit...
2007-03-12 Joe Orton* server/mpm_common.c (dummy_connection): Use "OPTIONS...
2007-03-09 Bradley NicholesAdd the case_flt experimental modules to the NetWare...
2007-03-08 Jeff Trawickab: Add -r option to continue after socket receive...
2007-03-07 Joe Orton* support/logresolve.c (main): Simplify to avoid condit...
2007-03-07 Rich BowenThere's a link to stuff about Y2K, but the actual conte...
2007-03-07 Sander TemmeQuote any file system path that may have spaces when...
2007-03-06 Noirin PlunkettTidying up - mostly outdated translations
2007-03-06 Noirin PlunkettUpdating to reflect current defaults
2007-03-06 Noirin PlunkettHTML files changed by adding docs for BalancerMember...
2007-03-06 Noirin PlunkettTidying up
2007-03-06 Noirin PlunkettDocumenting the sooper-sekrit BalancerMember directive
2007-03-06 Colm MacCarthaighFix near-identical potential NULL pointer dereferences...
2007-03-06 Colm MacCarthaighPrevent format specifier busting.
2007-03-06 Colm MacCarthaighCorrect a spurious access to whatever memory is at...
2007-03-06 Colm MacCarthaighcorrect some indentation, no functional changes
2007-03-05 Joe Orton* support/logresolve.c (main): Fix potential NULL point...
2007-02-28 Chris Darrochfix a minor typo
2007-02-22 Joe Orton* modules/proxy/ajp_msg.c (ajp_msg_dump, ajp_msg_check_...
2007-02-20 Jim JagielskiNote PR 11540 closed here and in httpd-2.2
2007-02-19 Jeff Trawickmod_ldap: Fix the search limit parameter to ldap_search...
2007-02-16 Chris DarrochAdded PR 41302 reference to mod_dbd patch r503931.
2007-02-14 Nick KewReturn METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE...
2007-02-14 Nick KewPatch for PR#11540 (submitted by Stuart Children)
2007-02-14 Colm MacCarthaighUse the specified IPv4 prefix for documentation and...
2007-02-12 Ruediger Pluem* Save the key we generate during our first run of...
2007-02-10 William A.... Simple patch to permit syntax such as...
2007-02-08 Jeff Trawickfix spelling error in a comment
2007-02-08 Jim JagielskiDocs update. Sync with transforms
2007-02-08 Jim JagielskiChange common but incorrect usage of 'depreciated'
2007-02-07 Jim JagielskiFurther refinement for PR41056 / PR 19954 (mostly-fixed...
2007-02-06 Ruediger Pluem* Add CacheIgnoreQueryString directive to cache request...
2007-02-06 Chris DarrochIntroduce configuration groups to allow inheritance...
2007-02-05 Ruediger Pluem* Add missing Changelog entry for PR41056 / PR 19954...
2007-02-04 Jeff TrawickUpdate the hash table of active script pids even on...
2007-02-02 Jim Jagielskibomb the BOM
2007-02-01 Graham LeggettThis time from the top, with three part harmony AND...
2007-02-01 Sander Temmeapxs: Enhance -q flag to print all known variables...
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-30 Joe Orton* server/listen.c (ap_apply_accept_filter): Bump TCP_DE...
2007-01-29 Jeff Trawicksync with 2.2.x branch
2007-01-28 Ruediger Pluem* Nitpicking: Get the comment right.
2007-01-28 Jeff TrawickUnix MPMs: Catch SIGFPE so that exception hooks and...
2007-01-24 Ruediger Pluem* Fix a off-by-one error in parse_format_tag in the...
2007-01-24 Bradley NicholesPoint out that if another authorization method is used
2007-01-22 Bradley NicholesSet the SSLMutex to default on the NetWare platform...
2007-01-16 Chris DarrochWe now create memory sub-pools for each DB connection...
2007-01-13 Justin ErenkrantzRe-add "proxy-sendextracrlf" first introduced in r15747...
2007-01-12 William A.... Make buildmark.c compilation consistent, especially...
2007-01-11 William A.... Solved.
2007-01-11 William A.... Embed the .manifest files of all httpd binaries as...
2007-01-11 William A.... Add openssl.cnf since openssl will not run without...
2007-01-10 Joe Orton* configure.in: Substitute MOD_SO_ENABLED variable.
2007-01-10 William A.... Oh my - how stale :)
2007-01-09 William A.... Fix bogus lineends.
2007-01-09 William A.... A slightly more effective message, keep hammering Accep...
2007-01-09 William A.... Someone clearly never read the style guide :-/ Reforma...
2007-01-06 William A.... Update CHANGES, add attributions for assistance
2007-01-04 Joe Orton* configure.in: Bump autoconf version requirement ...
2007-01-04 Chris DarrochFix several strict compiler warnings for both the threaded
2007-01-04 Sander TemmeGet rid of the global trace_add in favor of specific...
2007-01-03 William A.... Correctly evaluate the HTTPS condition string.
2007-01-03 William A.... Where any response is sent, return OK from the handle...
2007-01-02 Chris DarrochCreate pmain pool and run modules' child_init hooks...
2007-01-02 Chris DarrochDestroy pmain pool when exiting ap_mpm_run() so that...
2007-01-02 Chris DarrochHandle error conditions in dbd_construct() properly...
2007-01-02 Chris DarrochRename functions and variables for consistency, and...
2006-12-31 Paul QuernaChange the default depth and length of directories...
2006-12-30 Ruediger Pluem* If APR_FINFO_NAME is added to the list of wanted...
2006-12-30 Sander TemmeOngoing crusade to separate callback tracing into singl...
2006-12-29 Paul QuernaImprove the error message, include the full path of...
2006-12-25 Nick KewPR#36609 - permit % as the last character of a Header...
2006-12-25 Nick KewPR#35314: Enable path components in Redirect
2006-12-24 Roy T. FieldingFollow Garrett's example and provide a crypto notice...
2006-12-24 Justin ErenkrantzCompile mod_authn_core on Win32. (The authz-dev branch...
2006-12-24 Justin Erenkrantz* mappers/mod_rewrite.dsp: Add ../database to include...
2006-12-24 Justin ErenkrantzFix comment to allow modules using the new authz scheme...
2006-12-24 Jeff Trawickremove a bit of useless code from worker and event...
2006-12-24 Jeff Trawicksync with 2.2.x branch
2006-12-24 Hiroaki Kawaisync translation.
2006-12-20 Jim JagielskiSync with 2.2.4
2006-12-19 Ruediger Pluem* Sync with 2.2.x CHANGES
2006-12-19 Sander TemmeAdd request-specific trace method that does not use...
2006-12-16 Nick KewPR#40950: add security note to docs (submitted Thijs...
2006-12-16 Nick KewPR#37680: fix socket block/nonblock on restart/graceful
2006-12-13 Jim JagielskiSync with 2.2.4
2006-12-13 Jim JagielskiSync with 2.2.4 changes
2006-12-13 Jeff Trawickadd previously-omitted CHANGES entry for a fix merged...
2006-12-13 Nick KewPR#39420
2006-12-13 William A.... APR_HAVE/AP_HAVE are ALWAYS defined, not always 1.
2006-12-12 Ruediger Pluem* Handle request bodies larger than 2 GB by converting...
2006-12-11 Jeff Trawickincrease size of error string buffer passed to apr_stre...
2006-12-10 Nick KewStop mod_dbd emitting bogus error messages when it...
2006-12-09 Jim Jagielskiformat change. no functional change.
2006-12-09 Jim JagielskiSync with 2.2.4-dev. Add entry since it's a PR fix.
2006-12-09 Jim JagielskiIsolate the unlock return vals
next