]> granicus.if.org Git - apache/history - server
A large refactoring, but no behavior change;
[apache] / server /
2008-02-22 Ruediger Pluem* Add hint to PR in comment. No functional change.
2008-02-22 Ruediger Pluem* Second part of fix for PR 44402:
2008-02-22 Nick KewWorker MPM: fix race condition
2008-02-08 Tony StevensonAs per PR 41823 - s/apache.exe/httpd.exe
2008-02-01 Martin KraemerAvoid core dumps by getting the signal_description...
2008-01-18 Joe Orton* server/mpm_common.c (reclaim_one_pid): Retrieve the...
2008-01-18 Joe Orton* server/mpm/prefork/prefork.c (child_main): If apr_pol...
2008-01-18 Joe Orton* server/mpm/prefork/prefork.c (child_main): Unlock...
2008-01-06 William A. Rowe JrEliminate silly redundancy
2008-01-06 William A. Rowe JrCopying this code requires a (global) pool and rv decla...
2008-01-06 William A. Rowe JrResolve console-mode stdout file descriptor issues...
2008-01-05 William A. Rowe Jrwinnt_mpm: Restore Win32DisableAcceptEx On directive...
2007-12-31 William A. Rowe JrClose the child_exit_event which lives only for the...
2007-12-31 William A. Rowe JrOn win32, we must never, never close the parent's copy...
2007-12-29 William A. Rowe JrFix winnt bucket_alloc to borrow memory from the transa...
2007-12-28 Nick KewFix typo in error message (noticed by gryzor on IRC)
2007-12-25 Ruediger Pluem* Revert to old behaviour: Even if we detect a bad...
2007-12-11 Ruediger Pluem* Do not set filter context brigade to NULL (and thus...
2007-12-08 Ruediger Pluem* Enable the proxy to keep connections persistent in...
2007-12-08 Jim JagielskiAlternate fix... profiling indicates that the string
2007-12-03 Joe OrtonFurther to r599711; document new API guarantee for...
2007-11-30 Ruediger Pluem* Use the correct pool when adding connection level...
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...
next