]> granicus.if.org Git - apache/history - server
mod_filter: don't segfault on (unsupported) chained FilterProviders.
[apache] / server /
2007-11-13 Sander TemmeIgnore ctags/etags output, some small Doxygen fixes
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
2007-11-04 Ruediger Pluem* Use the same declaration for ap_time_process_request...
2007-10-31 Jim JagielskiAdd in SeeRequestTail directive, to handle the shortcoming
2007-10-30 Jean-Frederic ClereOtherwise it doesn't compile on HP-UX when using cc.
2007-10-29 Jim JagielskiPrevent 1-byte overflow on 8192 boundary (see PR 43310)
2007-10-27 Nick KewFix possible crash at startup in case of nonexistent...
2007-10-26 Nick KewAdd option not to send&clear response headers in ap_sen...
2007-10-24 William A. Rowe JrActually re-fix Christian's recommendation, someone...
2007-10-24 William A. Rowe JrMMN major bump required; this API is altogether inconsi...
2007-10-23 William A. Rowe JrUnless I've misread this, POD is write-blocking, read...
2007-10-23 William A. Rowe JrWe now have an API to describe pipe creation timeout...
2007-10-11 Joe Orton* server/util_filter.c (ap_filter_flush): Tweak comment...
2007-10-11 Joe Orton* server/util_filter.c (ap_filter_flush): Ensure that...
2007-10-07 Nick KewIntroduce ap_send_interim_response function and API...
2007-09-28 William A. Rowe JrShare a single write-pipe handle for piped stderr loggi...
2007-09-28 William A. Rowe Jrredux, use Rudgier's instead, better comments.
2007-09-28 William A. Rowe JrCorrect the approach to std file handles by simplifying...
2007-09-28 William A. Rowe JrLogging fixes, round two. Authored and Reviewed by...
2007-09-26 Nick KewReinstate location walk for subrequests
2007-09-24 Nick KewPR 40037: try to avoid risk of misleading the lusers...
2007-09-22 Nick KewFix r578332 for backslashing filesystems, as noted...
2007-09-22 Nick Kew* Rationalise the two ap_unescape_url versions
2007-09-12 Jim JagielskiSome minor cleanups:
2007-09-12 Jean-Frederic Clerelb_score is bigger proxy_worker_stat. Prevent wasting...
2007-09-11 Paul QuernaDon't call into get_worker while holding the timeout_li...
2007-09-09 Jim JagielskiReinsert extern int PROXY_DECLARE_DATA proxy_lb_workers
2007-09-05 William A. Rowe JrRefactor releasing the child processes by eliminating the
2007-08-27 Jeff Trawickmake sure we Unix weenies get a newline at the end
2007-08-24 William A. Rowe JrIntroduce a specific pool for stderr logging, so that...
2007-08-23 William A. Rowe JrAdd a comment to prevent a future upgrade of APR 2...
2007-08-23 William A. Rowe Jrap_available_mutexes_string and ap_add_available_mutexe...
2007-08-23 William A. Rowe JrMinor quibble; the declarespec for data comes after...
2007-08-23 William A. Rowe Jrmain core: Emit errors during the initial apr_app_initi...
2007-08-23 William A. Rowe JrRevert r568762; will reapply in two segments
2007-08-22 William A. Rowe JrEliminate an XXX; apr-based file logging isn't availabl...
2007-08-22 William A. Rowe JrClean up leaking pipes, and resolve pipe issues later...
2007-08-21 William A. Rowe JrRefactor r452431, because this should not be fatal...
2007-08-21 William A. Rowe JrThis message was confusing during debugging, make it...
2007-08-21 Paul QuernaOnly cleanup new_bb, if it isn't NULL, fixing a crash...
2007-08-20 Paul QuernaRework locking on timeout_mutex. We now drop (and...
2007-08-20 Paul QuernaUse APR_STATUS_IS_NOTFOUND() rather than comparing...
2007-08-07 Nick KewPR 42572: crash in Windows MPM
2007-08-07 Nick KewPR 42572: crash in Windows MPM
2007-08-07 Jim JagielskiAdd comments that make it clear that we are using
2007-08-06 Jim Jagielskidetabify
2007-08-06 Jim JagielskiThese atomics expect apr_uint32_t *... The expectation...
2007-08-06 Jim JagielskiAha! This explains some of the weird things I was seeing.
2007-08-05 Ruediger Pluem* Avoid that relative changes to Options change the...
2007-07-20 Ruediger Pluem* We need to supply a (char *) to ap_str_tolower not...
2007-07-20 Greg Amesthe cost of synchronized SMP proof updates far outweigh...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-03 Jim JagielskiRename relatively useless struct element for something...
2007-06-29 Joe Orton* server/mpm/prefork/prefork.c (child_main): Stop proce...
2007-06-29 Jim Jagielskigetpgid() returns a pid_t
2007-06-29 Joe OrtonAdd alternative fixes for CVE-2007-3304:
2007-06-29 Joe OrtonRevert r547987 ("svn merge -c -547987 .")
2007-06-29 Joe Orton* server/mpm/prefork/prefork.c (reap_children),
2007-06-27 Guenter KnaufBlock ap_pid_table create with same define as used...
2007-06-20 Ruediger Pluem* Remove unused variables from set_define() function...
2007-06-16 Jim JagielskiPID table impl: parent process keeps a local table...
2007-06-13 Paul QuernaRather than handling lingering closes inline, fall...
2007-06-12 Paul QuernaAdd the 'Define' command to the core. This does exactl...
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-05-27 Ruediger Pluem* Also add a possible ETag header to r->headers_out...
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2007-03-24 Sander TemmeDetab
2007-03-24 Nick KewPR#41829 - Torsten Förtsch
2007-03-23 Joe Orton* server/core_filters.c (ap_core_output_filter): Fail...
2007-03-12 Joe Orton* server/mpm_common.c (dummy_connection): Use "OPTIONS...
2007-02-08 Jeff Trawickfix spelling error in a comment
2007-01-30 Joe Orton* server/listen.c (ap_apply_accept_filter): Bump TCP_DE...
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-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2007-01-09 William A. Rowe JrA slightly more effective message, keep hammering Accep...
2007-01-09 William A. Rowe JrSomeone clearly never read the style guide :-/ Reforma...
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...
2006-12-30 Ruediger Pluem* If APR_FINFO_NAME is added to the list of wanted...
2006-12-29 Paul QuernaImprove the error message, include the full path of...
2006-12-24 Jeff Trawickremove a bit of useless code from worker and event...
2006-12-16 Nick KewPR#37680: fix socket block/nonblock on restart/graceful
2006-12-07 Ruediger Pluem* Remove an unused variable and thus fix a compiler...
2006-12-07 William A. Rowe JrSimilar change to r483553 to help developers work in...
2006-11-22 Joe Orton* docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/
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...
next