]> granicus.if.org Git - apache/history - server
Correct install script flaw when DBD_LIST is provided by the
[apache] / server /
2008-06-08 Jeff Trawickcore: Fix address-in-use startup failure on some platfo...
2008-06-08 Sander TemmeNo header files currently found in that dir, so the...
2008-06-06 William A. Rowe Jris_graceful means nothing in the mpm_winnt
2008-06-06 William A. Rowe JrRegistered callbacks are NONSTD or must be specially
2008-06-06 Ruediger Pluem* Don't send 100-Continue when there was no Expect...
2008-06-05 William A. Rowe JrThe environment may be manipulated by modules such...
2008-06-05 William A. Rowe JrFor winnt_mpm console mode, always reset our console...
2008-05-22 Chris DarrochDetermine registered authn/z providers directly in...
2008-05-13 Roy T. Fieldinggen_test_char: add double-quote to the list of T_HTTP_T...
2008-05-10 Chris DarrochWhen testing for slash-terminated configuration paths in
2008-05-09 Graham Leggettcore, mod_proxy: If a kept_body is present, it becomes...
2008-05-09 Graham Leggettmod_request: Insert the KEPT_BODY filter via the insert...
2008-05-02 Ruediger Pluem* Do not allow all options of ALL to be set when only...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-07 Joe Orton* server/main.c: Unbreak the build.
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2008-04-07 Martin KraemerMake it compile on pre-C99 compilers (Move decls to...
2008-04-07 Martin KraemerTweaking code to compile on pre-C99 compilers
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2008-04-05 Graham LeggettRename the ap_escape_path_segment_b function as suggest...
2008-04-04 Graham Leggettmod_session_cookie: Add a session implementation capabl...
2008-04-04 Graham Leggettmod_session: Add a generic session interface to unify...
2008-04-04 Nick KewAdd condition for <If> sections to core config merge
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-04-03 Nick KewHTTPD Core: Implement <If> sections for conditional...
2008-04-03 Nick KewAvoid returning NULL from ap_expr_string.
2008-04-02 Nick KewExpression evaluation: treat null expression as uncondi...
2008-03-31 Nick KewRemove ap_expr_clone from the API (same day it was...
2008-03-31 Nick KewFlesh out ap_expr with:
2008-03-29 Nick KewThou shalt not let tabs creep in.
2008-03-29 Nick KewIntroduce ap_expr expression parser API
2008-03-04 Chris Darrochadd comment from event MPM's fdqueue ap_pop_pool()...
2008-03-03 Ruediger Pluem* lfi is already a pointer in contrast fi which was...
2008-03-03 Nick Kewcore: fix SymlinksIfOwnerMatch checking:
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
next