]> granicus.if.org Git - apache/history - server
mod_cache: Fix an out of memory condition that occurs when the
[apache] / server /
2006-10-24 Graham LeggettFix a typo.
2006-10-24 Joe Orton* server/log.c (ap_open_logs): When dup2'ing the error...
2006-10-24 Jim JagielskiOnce SSLMutex allowed for the setting of both the
2006-10-23 Jeff TrawickFix address-in-use startup failure caused by corruption...
2006-10-18 Chris Darrochadded APR_THREAD_FUNC on listener_thread() in event...
2006-10-17 Chris Darrochrename routines from worker MPM to match normal MPM...
2006-10-10 Graham Leggettsendfile_nonblocking() takes the _brigade_ as an argume...
2006-10-03 Joe OrtonWhen starting a new piped error logger for the main...
2006-09-29 Joe Orton* server/mpm/prefork/prefork.c (prefork_check_config...
2006-09-29 Ruediger Pluem* Move the tasks of eor_bucket_destroy (status update...
2006-09-21 Nick KewGeneric fix for PR#31759
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-08-18 André Malofix eol-style
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
2006-08-02 Mladen TurkFix return values from wait_for_many_objects.
2006-08-02 Mladen TurkRevert the patch. Although the problem still exists
2006-08-02 Mladen TurkFix the assertion if the WaitForMutipleObjects
2006-07-26 Roy T. FieldingFix warning on Darwin 8.7.0 (OS X 10.4.7) due to the...
2006-07-25 Ruediger Pluem* Although the lstat call should rarely ever fail,...
2006-07-24 Ruediger Pluem* Fix typo. No functional change.
2006-07-20 Ruediger Pluem* Check for symbolic links of the target file in the...
2006-07-15 Paul Quernagen_test_char doesn't actually need the util_debug...
2006-07-15 Paul QuernaBring in basic support for building the winnt MPM under...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-09 Ruediger Pluem* Add the filename of the configuration file to the...
2006-06-26 William A. Rowe Jr Make the range test legible; in the process, uncover...
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-05-26 Chris DarrochOn graceless shutdown or restart, send AP_SIG_GRACEFUL...
2006-05-26 Chris DarrochMake the worker and event MPMs not touch the scoreboard...
2006-05-16 Joe Orton* server/main.c (abort_on_oom): New function.
2006-05-10 Joe Orton* server/mpm/prefork/prefork.c (child_main): Tag pchild.
2006-05-10 Martin KraemerTypo (..for use with by the scoreboard) changed to
2006-05-08 Joe Orton* server/core.c (server_hostname_port): Remove unused...
2006-05-07 Nick KewInitialise server generation (Chris Darroch)
2006-05-07 Nick KewScoreboard size (Chris Darroch)
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-05-03 Greg AmesPR 39275. don't fork MaxClients worth of processes...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 Roy T. Fieldingrevert last change
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 Ruediger Pluem* Adjust comment as per niq's proposal in r395166 and...
2006-04-19 Colm MacCarthaighUpdate the last year of copyright.
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Greg Amesdecouple the two scoreboard full messages
2006-04-14 Ruediger Pluem* Initialize last_char as otherwise a random value...
2006-04-13 Greg AmesMaxClients isn't the only reason the scoreboard can...
2006-04-10 Ruediger Pluem* Rollback r393037 as this was vetoed by wrowe. Details see
2006-04-10 Ruediger Pluem* Prevent r->parsed_uri.path from being NULL as this...
2006-04-10 Jeff Trawickremove unnecessary whitespace
2006-04-03 Jim JagielskiWe actually want to reach the rest of the code :)
2006-04-02 Jeff TrawickDefault handler: Don't return output filter apr_status_...
2006-04-01 William A. Rowe Jr With all of the, uhm, interesting manners in which...
2006-03-09 William A. Rowe Jr uri_delims moved to apr-util EONS ago.
2006-02-28 Brian PaneRevert the refactoring of the request read code
2006-02-25 Garrett RooneyFill in the scoreboard's tid field in the event MPM...
2006-02-13 Garrett RooneyMake the worker and event MPMs support GracefulShutdown...
2006-02-04 William A. Rowe Jr Solaris build proposal; don't fail on missing .h...
2006-01-21 Ruediger Pluem* Improve fix for PR38123. This fixes PR38123 and PR377...
2006-01-20 Nick KewPR#38070: When a CGI script emits an explicit "Status...
2006-01-18 Ruediger Pluem* Fix PR38123 by adding the HTTP_IN filter also in...
2006-01-12 Garrett RooneyMake some error checking more clear by using the define...
2006-01-12 William A. Rowe Jr An unambigous cast, if limit is <0 it's unlimited.
2006-01-11 Bradley NicholesAuthz refactoring
2006-01-05 Jim JagielskiUpdate status before we run the logging hook
2006-01-05 Ruediger Pluem* Fix a regression from 2.2.x: Set c->aborted to 1...
2005-12-31 Brian PaneRefactoring of ap_read_request() to store partial reque...
2005-12-31 Brian PaneRemoved the destruction of the bucket allocator prior to
2005-12-18 Ruediger Pluem* Move code for broken backend detection out of core...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-16 Joe Orton* server/protocol.c (ap_old_write_filter): Use NULL...
2005-12-16 Joe OrtonBring forward the fix for CVE-2005-3352 already on...
2005-12-05 Nick KewFix for Bug 37790 (hangs on error return from post_read...
2005-12-03 Paul QuernaOnly define sendfile_nonblocking if APR_HAS_SENDFILE...
2005-11-27 Brian PaneWhen computing the timeouts for keepalives and write...
2005-11-20 Brian Paneremove an obsolete comment
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-15 Jim JagielskiRevert UCN default change - set back to Off, which is
2005-11-15 Jim JagielskiAdd in the UseCanonicalPhysicalPort directive, which
2005-11-13 Jeff Trawickdrop dependency on apr_wait_for_io_or_timeout()
2005-11-13 Brian PaneMinor refactoring: move the creation of the pollset...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-30 Brian PaneMoved the extended_status scoreboard update from ap_pro...
2005-10-28 Brian PaneRestore the socket timeout after setting it to zero...
2005-10-24 Joe Orton* server/eor_bucket.c: Pick up ap_run_log_transaction...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-23 Brian Paneremove debugging code
2005-10-23 Brian PaneNew version of ap_core_output_filter that does nonblock...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-10-21 Ruediger Pluem* Fix PR31226 (AddOutputFilterByType deflate not active...
2005-10-20 Greg Ameskeep the proxied Content-Length header for a HEAD respo...
2005-10-12 Nick KewMake ap_register_output_filter back into a function...
2005-10-12 Nick KewMake ap_register_output_filter a #define
2005-10-08 Greg Amesremove the recycled_pool variable to keep it more in...
2005-10-08 Greg Amesremove obsolete constant
2005-10-08 Jeff Trawickuse Greg's cleaner fix for CAN-2005-2970
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-10-05 William A. Rowe Jr Pay close attention to core_create_req() ... and...
next