]> granicus.if.org Git - apache/history - server
I don't like underscore as a name prefix.
[apache] / server /
2001-08-20 Paul J. RederThe prefork and OS/2 MPMs are overwriting the pid file...
2001-08-20 Brian HavardCatch exceptions in worker threads so a segfault doesn...
2001-08-20 Brian HavardRemove todo item, fixed in APR (append mode fix).
2001-08-20 Brian HavardMake test for EAGAIN portable in content length filter...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-19 Doug MacEachernadjust to UNP_ -> APR_URI_UNP_ rename
2001-08-19 Ryan BloomUpdate the Apache code to account for the XtOffset...
2001-08-19 Brian HavardAdd standard ignores.
2001-08-18 Brian HavardAfter fixing append mode in APR, we no longer need...
2001-08-17 Brian HavardAdd short summary of mpmt_os2.
2001-08-17 Brian HavardNew multi-process multi-threaded MPM for OS/2. Not...
2001-08-17 William A. Rowe Jr (No Error) didn't make much sense - fixes the error...
2001-08-17 William A. Rowe Jr Since we expect many users to start experimenting...
2001-08-17 William A. Rowe Jr Don't retrieve the default service name if the -k...
2001-08-17 William A. Rowe Jr Ok, I didn't like the choices I made an hour or two...
2001-08-17 William A. Rowe Jr We must scream certain errors from the rooftop!
2001-08-17 William A. Rowe Jr Add the ImagePath entry for Win9x services [as later...
2001-08-17 William A. Rowe Jr The last of the ignore goodness for tonight
2001-08-17 William A. Rowe Jr The purpose of this patch is to toggle the debugging...
2001-08-17 William A. Rowe Jr Given a choice between chasing my tail to keep these...
2001-08-16 Jeff Trawickthe 2nd parm to strstr() doesn't lose const-ness, unlik...
2001-08-16 Ryan BloomWe can't use a static buffer for this patch, because...
2001-08-16 Jeff TrawickThe Unix MPMs other than perchild now allow child server
2001-08-16 Jeff Trawickfix check for newer header files to look in all relevant
2001-08-16 Ryan BloomFix ap_rvprintf to support more than 4K of data.
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-15 Jeff TrawickTweak server/Makefile so that the rules for generating...
2001-08-14 William A. Rowe Jr Outch to Win9x... can't be destroying locks asymetric...
2001-08-14 Jeff Trawicknamespace-protect accept_lock_mech
2001-08-14 Brian HavardFix build of OS/2 MPM after recent move of common code.
2001-08-13 Jeff Trawickchange the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
2001-08-13 Jeff Trawick(hopefully) get WinNT MPM to build using mpm_common...
2001-08-13 Jeff Trawickallow non-Unix MPMs to use mpm_common.c by not automati...
2001-08-13 Jeff Trawickget threaded to compile again by fixing a lock_fname...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-08-13 Ryan BloomClose a major resource leak. Everytime we had issued a
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-10 Ryan BloomThe worker MPM now handles shutdown and restart request...
2001-08-10 Greg Amesrecord something in the error log if the parent process...
2001-08-08 Cliff WoolleyUpdate httpd to reflect change with free() pointer...
2001-08-07 Greg Amesclean up the scoreboard properly after threaded process...
2001-08-07 Jeff TrawickUse the prefork MPM by default on Unix.
2001-08-07 William A. Rowe Jr Update for the 2.0.23 tag
2001-08-07 Ryan BloomBack out a patch that wasn't ready for inclusion. ...
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-08-07 Cliff WoolleyFix a segfault (was getting triggered by mod_include...
2001-08-06 Ryan BloomExplain the worker MPM
2001-08-06 William A. Rowe Jr This was entirely broken. We cannot skip the locatio...
2001-08-06 William A. Rowe Jr Just a little cleaner.
2001-08-06 William A. Rowe Jr More explanation
2001-08-05 Ryan BloomGet the worker MPM working again. This should fix...
2001-08-05 Greg AmesSpeed up the server's response to a spike in incoming...
2001-08-04 Jeff Trawickcosmetic changes only for a clean build; no serializati...
2001-08-03 Bill StoddardUpdate this custom bucket to use the free function...
2001-08-03 William A. Rowe Jr Provide an ap_set_deprecated() fn for quick-and-dirty...
2001-08-02 William A. Rowe Jr If it won't let us run in APR_POOLS_DEBUG mode, it...
2001-08-02 Greg Amesfix a problem in the threaded and worker mpm's where...
2001-08-02 Ryan BloomAdd the ability to extend the methods that Apache under...
2001-08-01 William A. Rowe Jr This patch fixes more untold breakage than you can...
2001-08-01 Jeff Trawickfix some warnings in resolve_symlink(), one of which...
2001-08-01 William A. Rowe Jr Replace check_symlinks in the ap_sub_req_lookup_...
2001-08-01 William A. Rowe Jr Add the new directory_walk logic, eliminating get_pat...
2001-07-31 William A. Rowe Jr Exported symbols for mod_pop
2001-07-31 Ryan BloomIt helps if we broadcast to the workers that we are...
2001-07-31 Greg Amesdon't count workers in processes which aren't actively...
2001-07-31 Greg Amesthreads in process which are quiescing (due to PoD...
2001-07-31 Bill StoddardThe read() in apr_recv() would always be called first...
2001-07-30 William A. Rowe Jr Use d_is_absolute within directory_walk.
2001-07-30 William A. Rowe Jr Provide the same optimization to the dir_config struc...
2001-07-30 Victor J. Orlikowskihttpd.exp and lots of other export files are generated...
2001-07-30 Ryan BloomAdd the worker MPM. The name is probably horrible...
2001-07-30 William A. Rowe Jr Coexist within the XHTML changes to http_protocol.c
2001-07-29 Cliff WoolleyNope, changed my mind. With this hack, the build only...
2001-07-29 Cliff WoolleyThis is an awful hack to work around a bug in Solaris...
2001-07-28 Greg AmesFix a problem where the threaded MPM stalls after resta...
2001-07-28 William A. Rowe Jr More obsessive changes to meet HTML 3.2, HTML 4.01...
2001-07-27 William A. Rowe Jr Something useful. Update the server description...
2001-07-26 David Reidwaitpid doesn't seem to be doing what it's supposed...
2001-07-26 Jeff TrawickFix a segfault in threaded.c caused by passing uninitia...
2001-07-26 William A. Rowe Jr Terniaries are broken under MSVC, they never did...
2001-07-25 William A. Rowe Jr Cliff's most sane advise :-)
2001-07-25 William A. Rowe Jr This same patch is needed in mod_asis and others...
2001-07-25 William A. Rowe Jr Change over to apr_strfsize() for apr_off_t file...
2001-07-25 Jeff Trawickfix the "server seems busy" message so that it really...
2001-07-25 Jeff Trawickfix some typos, add a comment
2001-07-25 Cliff WoolleyPR:
2001-07-25 Brian HavardOS/2: get canonical filename functions exported from...
2001-07-25 David ReidAnother of the long term issues cleared up. BeOS can...
2001-07-24 Greg AmesReduce CPU consumption in conv_10 function, used to...
2001-07-24 Bill StoddardA couple of optimizations to the content_length filter.
2001-07-24 William A. Rowe Jr Changes to respect the new apr bucket and brigade...
2001-07-24 William A. Rowe Jr Change the worker_function implementations to accept...
2001-07-23 William A. Rowe Jr The original answer was evil, return NULL if the...
2001-07-23 Greg Amesprevent seg faults in mod_status with ExtendedStatus...
2001-07-21 Ryan BloomImprove the exports generating awk script. In the...
2001-07-20 William A. Rowe Jr Update for latest structure changes for 2.0.21
2001-07-20 David ReidGet ONE_PROCESS working again for beos.
2001-07-19 David ReidSome small changes...
2001-07-18 Greg Amesfix memory leak of apr_sockaddr_t and apr_socket_t...
2001-07-18 William A. Rowe Jr Fix ap_create_scoreboard fooness on Win32.
next