]> granicus.if.org Git - apache/history - server
showstoppers--;
[apache] / server /
2002-01-02 Justin ErenkrantzFix LimitRequestBody directive by moving the relevant...
2002-01-02 Justin ErenkrantzRemove a needless immortal bucket creation. We can...
2002-01-01 Brian PaneGeneralized the recent prep_walk_cache optimizations...
2001-12-31 Brian PanePerformance fix for prep_walk_cache():
2001-12-30 Brian HavardUpdate OS/2 MPM to allow for run-time configurable...
2001-12-30 Brian HavardMake calc_scoreboard_size() and init_scoreboard() usabl...
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29 William A. Rowe Jr mpm_common.c did all this dirty work - cleans up...
2001-12-29 Brian HavardAdd a missing hook run.
2001-12-28 Justin ErenkrantzFix a shadow variable. (c is also declared to be the...
2001-12-27 Aaron BannertClean up the error checking a little. Make sure we...
2001-12-27 Aaron BannertTake advantage of the new usable apr_thread_exit().
2001-12-27 Jeff Trawickavoid some ugly sockaddr comparisons in do_double_rever...
2001-12-26 Ian Holsmanremove unneeded include
2001-12-26 Jeff Trawickuse a new APR function to perform socket address compar...
2001-12-26 Jeff TrawickFix matching of vhosts by ip address so we find IPv4
2001-12-26 Brian PaneRemoved a large (8KB) buffer from the stack in ap_invok...
2001-12-25 Jeff Trawickadd a comment about the need to check for a host after...
2001-12-25 Brian PaneFixed a segfault that occurred during startup if a...
2001-12-25 David ReidAdd ap_os_killpg as well as unixd_killpg and beosd_killpg.
2001-12-25 David Reidunixd.h is included in mpm.h so shouldn't need to be...
2001-12-25 David ReidThis allows platforms without the _NP locking palaver...
2001-12-24 Jeff Trawickfix a horrible bug which caused scoreboard initialation...
2001-12-24 Jeff TrawickThe scoreboard is no longer created while we can write to
2001-12-23 Jeff Trawickadd ThreadLimit/ServerLimit to perchild
2001-12-23 David ReidThis fixes a segfault that showed up on BeOS and may...
2001-12-23 Bill StoddardThe connection can be aborted in the preconnection...
2001-12-22 Jeff Trawickfix a nasty bug which periodically led to segfaults...
2001-12-21 William A. Rowe Jr Clean up a compiler emit for signedness
2001-12-21 Brian PaneFixed a bug in ap_rgetline()
2001-12-20 Jeff Trawickget proxy-as-DSO to load on AIX by fixing up some of...
2001-12-19 Ryan BloomThis gets perchild compiling and serving pages again...
2001-12-19 Jeff Trawickfor the netware MPM, move HARD_THREAD_LIMIT back to...
2001-12-19 Bradley NicholesReworked the select/accept loop to try to rely less...
2001-12-19 Jeff TrawickAdd directives to worker and preform MPMs so that the...
2001-12-19 Aaron BannertAdd a comment about the passoff logic.
2001-12-19 Aaron BannertClean up some of these magic numbers in perchild. Still...
2001-12-18 Brian PaneSkip the setting of Last-Modified in the response header on
2001-12-18 Jeff Trawickleaving the pipe-of-death in the ap_listeners list...
2001-12-18 Jeff Trawicktag a few of the key httpd pools
2001-12-18 Aaron BannertStyle and formatting changes only. Removed tabs, reduce...
2001-12-18 Jeff Trawickfix some references to the wrong constant (HARD_SERVER_...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-17 Bill StoddardWin32: The async AcceptEx() event should be autoreset...
2001-12-14 Brian PaneUse the new APR pool code to reduce pool-related lock
2001-12-14 Brian PaneUse the new pool API to eliminate pool locking in the...
2001-12-14 David ReidChange the beos mpm to use the new pools creation call...
2001-12-14 Justin ErenkrantzStyle change. Convert tabs->spaces, shorten long lines...
2001-12-14 William A. Rowe Jr Move the insert_filter hook from the prepare request...
2001-12-13 William A. Rowe Jr Whoops, that's quadstate, the value 3 is not-present.
2001-12-13 William A. Rowe Jr As suggested by Josh Slive, add the explicit 'default...
2001-12-13 William A. Rowe Jr Address a signedness warning. No cleaner solutions...
2001-12-13 William A. Rowe Jr While contemplating a cast to (char) for the c arg...
2001-12-13 William A. Rowe Jr If dconf->accept_path_info is tristate, why not r...
2001-12-13 William A. Rowe Jr Now all should be well. AcceptPathInfo on will give...
2001-12-13 William A. Rowe Jr Kill some redundancy (why test PUT when we disallow...
2001-12-13 William A. Rowe Jr . unwind MORE redundant code [wasn't I just here...
2001-12-13 William A. Rowe Jr Periods aren't commas. Clear out some inappropriate...
2001-12-13 William A. Rowe Jr Whatever this was doing, it looks most unholy.
2001-12-12 Aaron BannertFix a bug in how we select the IP for the POD to connec...
2001-12-11 Bradley NicholesClean up GNU compiler issues on NetWare
2001-12-10 Jeff Trawickget worker MPM to respect the LockFile setting
2001-12-10 Greg Amesfix a problem with graceful restart. If you look at...
2001-12-09 Justin ErenkrantzStyle reformat. Tabs->spaces, etc, etc, etc.
2001-12-09 Ben LaurieReduce magic levels.
2001-12-08 Justin ErenkrantzFix segfault when restarting worker MPM. We can not...
2001-12-08 Justin ErenkrantzClean up style (tabs->spaces, etc, etc, etc.).
2001-12-07 Aaron BannertProvide an accessor function for the global_score porti...
2001-12-07 Aaron BannertExport ap_get_parent_scoreboard and ap_get_servers_scor...
2001-12-07 Aaron BannertFix bug that could potentially prevent perchild from...
2001-12-07 Aaron BannertOne thing I learned from the worker MPM was that the...
2001-12-06 Jeff Trawickdon't lose the const-ness of the string being searched
2001-12-06 Brian PaneReplaced ap_strcmp_match call that checked for a '...
2001-12-05 Jeff Trawickhmmm... gcc 2.95.2 on AIX says sizeof is long... fix up
2001-12-05 Brian PaneFixed check for buffer overrun in ap_rgetline()
2001-12-04 Jeff Trawicktweak httpd -V output to show the architecture (bits...
2001-12-04 Jeff Trawickget prototype for strcasecmp() on AIX
2001-12-03 Ben LaurieHandle the ? option.
2001-12-03 Jeff Trawickget rid of an unused variable
2001-12-03 Cliff WoolleyFix prototype for post_config hook
2001-12-03 Cliff WoolleyFix a typo (?)
2001-12-03 Brian PaneOptimization for ap_getparents: skip past all the leading
2001-12-02 Brian Paneinclude/http_protocol.h
2001-12-02 Brian PaneOptimization: replace apr_pstrndup() with apr_pstrmemdu...
2001-12-02 Brian PaneOptimization: changed some apr_pstrndup calls to apr_ps...
2001-12-02 Brian PaneReduced the number of strlen operations in ap_getword()
2001-12-02 Brian PaneModified ap_make_full_path to minimize the number of...
2001-12-01 Jeff TrawickGet shared builds of libapr and libaprutil, as well...
2001-11-29 William A. Rowe Jr Finish undoing that last patch... previous commit...
2001-11-29 William A. Rowe Jr Revert my last patch to detect a 'leftover' arg....
2001-11-29 William A. Rowe Jr We never tested for invalid 'additional' arguments...
2001-11-29 William A. Rowe Jr Prevent Apache from continuing to start when it's...
2001-11-29 Doug MacEacherncarry over from 1.3: disable profiling in the parent...
2001-11-28 Doug MacEachernuse apr_pstrndup() instead of apr_pstrdup() to avoid...
2001-11-28 William A. Rowe Jr Yea, sure a message is always good. Note we can...
2001-11-27 Brian PaneAnother performance-related change to core_output_filte...
2001-11-27 Brian PaneOptimization for core_output_filter: if the iovec is...
2001-11-26 Ryan BloomWe must use absolute paths or we break VPATH builds.
2001-11-26 Cliff WoolleyThe survey says yes, that is in fact the expected behav...
2001-11-26 Brian PaneAnother fix for the core_output_filter() code that...
next