]> granicus.if.org Git - apache/history - server
move function prior to larger changes
[apache] / server /
2008-11-01 Paul QuernaConvert events to have an associated pool.
2008-11-01 Paul QuernaReset the timers when in the child -- this prevents...
2008-11-01 Paul QuernaRemove extra log line with how many threads are being...
2008-11-01 Paul QuernaMove creation of the pollcb object to after we fork...
2008-10-31 Chris DarrochAllow <Limit> and <LimitExcept> directives to nest...
2008-10-30 Jim JagielskiMake a valid prototype
2008-10-30 Paul QuernaBasic support for spawning children porcesses via fork...
2008-10-30 Paul QuernaRemove completed todo items.
2008-10-30 Paul Quernareindent according to our coding style: <http://httpd...
2008-10-30 Paul QuernaCreate a new drop_privileges hook for the Simple MPM.
2008-10-30 Paul QuernaRemove SimpleUser configuration command, this will...
2008-10-29 Nick KewIntroduce modules/system, and mod_unixd.c
2008-10-29 Paul Querna* server/core.c: Fix implicit declaration of function...
2008-10-29 Paul QuernaImprove ability to compile on C90 Compilers.
2008-10-28 Paul Querna* server/mpm/simple/simple_io.c: s/simple_io_timeut_cb...
2008-10-28 Paul Querna* simple_io.c line 111 and 145 cause a build falure...
2008-10-28 Paul Querna* server/mpm/simple/simple_{event,run}.c: Turn off...
2008-10-28 Paul QuernaAdd a work in progress, a completely new, "Simple MPM".
2008-10-27 Ruediger Pluem* Do more greedy reads in the core input filter to...
2008-10-22 Ruediger Pluem* Move ap_timeout_parameter_parse from mod_proxy.c...
2008-10-08 Ruediger Pluem* Recheck again if idle workers are still available...
2008-09-26 William A. Rowe JrReimplement ThreadStackSize to behave as on unix for any
2008-09-26 William A. Rowe JrThe last two of several helper threads which do not...
2008-09-26 William A. Rowe JrThe next of several helper threads which do not need...
2008-09-26 William A. Rowe JrThe first of several helper threads which do not need...
2008-09-26 William A. Rowe JrTrack the internal stack_res_flag for properly constraining
2008-09-26 William A. Rowe JrCoredumpDir useless on win32; implementing toolhelp...
2008-09-20 Paul QuernaAdd dummy ap_mpm_register_timed_callback for other...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-08-30 Graham Leggettmod_session_cookie, mod_session_dbd: Make sure cookies...
2008-08-29 Graham Leggettmod_session_cookie: Make sure that cookie attributes...
2008-08-15 Sander TemmeThe error logging core only logs at very high level...
2008-08-06 Joe Orton* server/util_cookies.c (ap_cookie_write2): Add missing...
2008-07-30 Ruediger Pluem* Give possible piped loggers a chance to process their...
2008-06-17 Greg Amesworker/event MPMs: graceful-stop doesn't work if the...
2008-06-17 Greg Amesget the Event MPM to compile again
2008-06-12 Jim Jagielskide-tabify
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)
next