]> granicus.if.org Git - apache/history - server
Use the "recent time" cache to optimize timestamp generation for
[apache] / server /
2002-03-17 Brian PaneUse the "recent time" cache to optimize timestamp gener...
2002-03-16 William A. Rowe Jr Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_f...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-15 William A. Rowe Jr Axe unused variable
2002-03-15 Jeff Trawickclean up the use of apr_sockaddr_t (stay out of family...
2002-03-15 Jeff TrawickAllow URIs specifying CGI scripts to include '/' at...
2002-03-15 Sander StrikerSince noone seemed to have a real problem with it,...
2002-03-15 Sander StrikerUpdate the mpms to call the new allocator/pools API
2002-03-14 Jeff Trawickdeal with the rename of kill_after_timeout to APR_KILL_...
2002-03-14 Bradley NicholesAdded code to extract the current address space name...
2002-03-14 William A. Rowe Jr Some lingering debug cruft that isn't needed
2002-03-14 William A. Rowe Jr Use fprintf to stderr over printf. Better yet -...
2002-03-14 William A. Rowe Jr My [sixth?] major revamp of service.c. Traded an...
2002-03-14 William A. Rowe Jr Cleanup the eventlogger code, and split it into its...
2002-03-14 William A. Rowe Jr Now that we test ownership of the listeners in listen...
2002-03-14 William A. Rowe Jr The be-certain-we-own-the-socket patch to listen...
2002-03-14 William A. Rowe Jr Our ap_listeners were binding to IIS sockets, other...
2002-03-13 Bill StoddardFix win32 compile breakage.
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Bill StoddardMove the quick_handler comment to the new quick handler...
2002-03-13 Jeff Trawicksimplify the way we find the family of an apr_sockaddr_t
2002-03-13 Jeff TrawickFix the calculation of thread_num in the worker score...
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...
next