]> granicus.if.org Git - apache/history - server
remove ssl_engine_ds.c
[apache] / server /
2002-03-12 Jeff Trawicksimplify the way we find the family of an apr_sockaddr_t
2002-03-12 Sander StrikerStyle Police comming through...
2002-03-11 Sander StrikerMake this look a bit better.
2002-03-11 Sander StrikerStyle Police comming through...
2002-03-11 Sander StrikerStyle Police comming through...
2002-03-09 Sander StrikerStyle Police comming through...
2002-03-08 Greg Amesap_rgetline_core: fix a bug with folding observed while...
2002-03-07 Greg Amesap_rgetline: fix folding and partial line handling...
2002-03-07 Sander StrikerTorch a stale commented out line.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-03-07 Justin ErenkrantzWhen using mod_ssl, it is possible that we'd be called...
2002-03-07 Ryan BloomRemove the prev pointer from the filter chain. This...
2002-03-06 Aaron BannertFix a bug in the APR_MODE_EXHAUSTIVE mode for the core...
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-03-06 Allan K. Edwardsmake sure r->proto_xxput_filter gets updated as necessa...
2002-03-05 Jeff Trawickfailures on the accept mutex are common at restart...
2002-03-05 Jeff Trawickfix a typo in a log message... the message claimed...
2002-03-05 Jeff Trawickskip the lock release if the lock obtain failed
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-03-05 Cliff WoolleyDetabify those parts of this file which don't collide...
2002-03-05 Greg Amesfix <Directory ~ blah> containers.
2002-03-05 Ryan BloomOnly insert net_filter once per request. Initialize...
2002-03-05 Ryan BloomStop the loop when we have found the correct filter...
2002-03-04 Justin ErenkrantzEnsure that net_time filter isn't added on subreqs...
2002-03-04 Ryan BloomIf we insert a protocol filter before we insert a reque...
2002-03-03 Ryan BloomClassify some of the input filters as the correct types...
2002-03-03 Ryan BloomI forgot the return, which mean meaningless log message...
2002-03-03 Ryan BloomThis fixes most of the header bug that was committed...
2002-03-03 Ryan BloomThis finishes the mod_dir/mod_negotiation bug. This...
2002-03-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-03-01 Bradley NicholesSwitching from a project build file to GNU make files
2002-03-01 William A. Rowe Jr For fat-fingered friends and others who like typing...
2002-02-27 Allan K. Edwardsownership of the brigade is passed in the ap_pass_briga...
2002-02-27 Doug MacEachernap_calc_scoreboard_size() needs to be exported for...
2002-02-27 William A. Rowe Jr Whoh boy that's rough... We sometimes like to answer...
2002-02-26 Justin ErenkrantzFix segfault if content_type is NULL.
2002-02-25 Ryan BloomI learned about AP_MODE_EXHAUSTIVE while reading some...
2002-02-25 Cliff Woolleyremove a tab
2002-02-24 Jeff Trawickrestart fixes for worker:
2002-02-24 Jeff Trawickdon't wait nearly so long for child processes to go...
2002-02-23 Brian HavardWhen firing up a new child process, wipe clean the...
2002-02-23 Brian HavardHandle shift of restart_time into scoreboard.
2002-02-23 Ian Holsmanforgot the ap-declare's
2002-02-23 Brian PaneAdded ap_get_input_filter_handle() and ap_get_output_fi...
2002-02-21 Aaron BannertImplement apr_proc_detach changes and allow -DNO_DETACH...
2002-02-21 William A. Rowe Jr This code should be a noop today. But I did not...
2002-02-21 Jeff TrawickConvert the ap_queue_foo routines to return apr_status_...
2002-02-21 Jeff Trawickzap an incorrect comment
2002-02-21 William A. Rowe Jr Fix the close-on-sendfile bug where Win32 would trans...
2002-02-21 Aaron BannertPlacing the thread-limit and server-limit values, those...
2002-02-20 William A. Rowe Jr Some info messages mean something to only three peopl...
2002-02-20 William A. Rowe Jr Seems Terminal Server flavors were failing global_mut...
2002-02-19 Bill StoddardWin32: Migrate mpm_winnt away from the deprecated apr_l...
2002-02-19 Bill StoddardThis fixes a bug in mod_status on Windows where restart...
2002-02-19 Jeff Trawickfix a v4-specific INADDR_ANY check that kept name-based...
2002-02-19 Justin ErenkrantzIntroduce AddOutputFilterByType directive.
2002-02-18 Jeff Trawickclose a nearly-impossible leak in dummy_connection...
2002-02-18 Jeff Trawickclose an extremely unlikely file descriptor leak in
2002-02-17 Jeff Trawickstop using APR_BRIGADE_NORMALIZE()
2002-02-17 Jeff Trawickexpand_lock_fname() is no longer used
2002-02-16 Brian PaneRestored the permission setting for the accept mutex...
2002-02-16 Brian PaneConverted prefork MPM's accept mutex to the new lock API
2002-02-15 Aaron BannertThis comment is bogus since we decided to keep -X.
2002-02-15 Aaron BannertImplement new ScoreBoardFile directive logic. This...
2002-02-15 Justin ErenkrantzFix ap_directory_walk() per-dir merge bug seen when...
2002-02-15 Justin ErenkrantzJust toss these debug messages since so many people...
2002-02-14 Aaron BannertRetain signal handling in the worker MPM for the one_pr...
2002-02-13 Bradley NicholesCreate a new pool allocator for each worker thread
2002-02-13 Brian PanePerformance optimization: updated the worker MPM to...
2002-02-13 William A. Rowe Jr The final commit to achieve a quality release. We...
2002-02-12 William A. Rowe Jr After hours of debugging, the answer was -trivial...
2002-02-12 William A. Rowe Jr Perform a serious scrubbing of the child process...
2002-02-12 William A. Rowe Jr This code seriously misassumed (and may yet) that...
2002-02-11 William A. Rowe Jr Move the sleep until after we have duplicated the...
2002-02-11 Greg Amesif a child detects a resource shortage on accept()...
2002-02-11 William A. Rowe Jr Never close the handle, if it is the StdError psuedoh...
2002-02-11 Bill StoddardWin32: Handles returned by GetStdHandle are psuedo...
2002-02-11 Bill StoddardMake apache -k shutdown an alias for apache -k stop...
2002-02-11 Bill StoddardGet apache -k restart -n apache2 working reliabily...
2002-02-11 Ryan BloomRemove all signal handling from the worker MPM's child...
2002-02-10 Greg Amesprefork shouldn't be killing its parent if a child...
2002-02-08 William A. Rowe Jr Some considerable fixes in sending log messages out...
2002-02-08 William A. Rowe Jr Drawing attention to the timing problem; push the...
2002-02-08 Greg Amesupdate CHANGES for an input side seg fault fix.
2002-02-08 Greg Amesensure that ap_rgetline allocates storage for the reque...
2002-02-07 Justin ErenkrantzFix resolve_symlink to save the original symlink name...
2002-02-07 William A. Rowe Jr Eliminate tons o cruft - we are in another thread...
2002-02-07 William A. Rowe Jr Upon advice of the FirstBill, I began looking for...
2002-02-06 Bradley NicholesImplemented the handling of the SIGABRT signal.
2002-02-06 Bradley NicholesRemoved the #ifdef NETWARE to allow the standard abort...
2002-02-06 William A. Rowe Jr If we only need to toggle the event, don't ask for...
2002-02-06 William A. Rowe Jr Occifer Will from the Redundacy Dept of Redundancy...
2002-02-06 William A. Rowe Jr Move around a bit of code so I can follow it better...
2002-02-06 William A. Rowe Jr Give the child GENERIC_WRITE only to the stderr log...
2002-02-06 Ryan BloomBe a bit more sane with regard to CanonicalNames. ...
2002-02-06 Justin ErenkrantzWe totally disregard the fact that notice is level...
2002-02-06 Jeff Trawickdon't try to place a header field in error-notes if...
2002-02-06 Jeff Trawickyet another tweak to empty brigade checking on entry...
2002-02-06 William A. Rowe Jr A cleanup from the redundancy dept. of redundancy
next