]> granicus.if.org Git - apache/history - server
Remove some Makefile.libdir's. These were used by Configure in Apache
[apache] / server /
2001-02-16 Ryan BloomRemove some Makefile.libdir's. These were used by...
2001-02-16 Ryan BloomRename the mpmt_pthread module to threaded. This modul...
2001-02-16 Ryan BloomRemove all instances of apache_apr_flags="--enable...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-14 Bill StoddardMove the call to set the socket timeout outside the...
2001-02-14 Bill StoddardFix lingering close (and make it more efficient). We...
2001-02-14 William A. Rowe Jr Sorry, cleaning up the naughty bits that should not...
2001-02-14 William A. Rowe Jr Massive commit to clean up os/win32 and label some...
2001-02-14 David ReidBeos R5 and below don't have the sin_len member in...
2001-02-14 Bill StoddardRemove some deprecated comments.
2001-02-14 Bill StoddardStart getting extended status working again.
2001-02-13 Doug MacEacherndoh. need a spellchekker for these rename scripts...
2001-02-13 Bill StoddardWindows MPM: Handle ap_new_connection() failure.
2001-02-13 Ryan BloomFix some spelling mistakes and remove the mpmt_beos...
2001-02-13 David ReidThis is a huge change that gets beos building again...
2001-02-13 David ReidMore changes to the way that we use mod_status on beos.
2001-02-13 Ryan BloomRemove the dexter MPM. This has been replaced with...
2001-02-13 David ReidOK, this is the start of getting things running on...
2001-02-13 Jeff Trawickmod_status references ap_my_generation; declare it...
2001-02-13 Ryan BloomMake perchild build again
2001-02-13 Ryan BloomAdd the perchild MPM to MPM.NAMING
2001-02-12 Ryan BloomDon't disable threads just because we are using the...
2001-02-12 Bill StoddardThis is the wrong place to mark the server ready. ...
2001-02-12 Jeff Trawickinclude <arpa/inet.h> for the declarations for htons...
2001-02-12 Ryan BloomBegin to move the code that updates the child status...
2001-02-12 Ryan BloomRemove some OS/2 code from the prefork MPM. Since...
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-02-12 Greg Stein*) include the strings stuff the right way (some platfo...
2001-02-12 Greg Steinwrite these in terms of strchr and strrchr so the compi...
2001-02-12 Greg SteinObsoleted by the "beos" MPM.
2001-02-11 Ben LaurieFix a warning.
2001-02-11 Ryan BloomFix a compile warning.
2001-02-11 Ben LaurieFirst cut of TLS support.
2001-02-11 Jeff TrawickINIT_SIGLIST() is gone; stop using it
2001-02-11 Greg Stein*) include "apr_signal.h" when needed
2001-02-11 Ryan BloomFix a potential segfault on all platforms. David Reid...
2001-02-11 Greg Steintoss the signal description stuff from unixd.[ch],...
2001-02-11 Ryan BloomCleanup the rest of the warnings that appear when compi...
2001-02-10 William A. Rowe Jr Fix Win32 Breakage
2001-02-10 Ryan BloomSmall header file cleanup.
2001-02-10 Greg Stein*) continued header revamping
2001-02-10 Greg SteinClean up some of the includes:
2001-02-10 Brian HavardRemove definition of ap_extended_status, it's defined...
2001-02-10 Greg Stein*) remove obsolete http_conf_globals.h
2001-02-10 David ReidFix more breakage on BeOS...
2001-02-10 David ReidBeOS doesn't have unixd.h either.
2001-02-09 Greg Stein"v" in the name has come to mean that a va_arg is in...
2001-02-09 Bill StoddardFix another windows compile break.
2001-02-09 Bill StoddardReplace reinit_scoreboard with ap_create_scoreboard.
2001-02-09 Ryan BloomFunctions that use ... have to be NONSTD. At least...
2001-02-09 Ryan BloomA few small docs changes (there were ';' in the ScanDoc...
2001-02-09 Greg Stein*) namespace protect the filter_flush() function
2001-02-09 Ryan BloomAllow filters to buffer data in a brigade using the...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-08 Jeff Trawickscoreboard.h says it is extern (and scoreboard.c instan...
2001-02-07 Brian HavardMove OS/2 MPM specific variables out of scoreboard...
2001-02-07 Ryan BloomFix graceful shutdown with the scoreboard changes....
2001-02-07 Ryan BloomGet the Unix MPMs restarting again. If we are going...
2001-02-07 Jeff Trawickget rid of some cruft related to a now-unused parameter to
2001-02-07 Brian HavardNo longer need to set ap_restart_time here as it's...
2001-02-06 Brian HavardDon't include mpm.h from scoreboard.h as scoreboard...
2001-02-06 Jeff Trawickget perchild just a little closer to building; maybe...
2001-02-06 Jeff Trawickget Unix MPMs to build again after recent scoreboard...
2001-02-06 Ryan BloomSetup the server start time correctly. This also gets...
2001-02-06 Jeff Trawickaxe an unused parm to make_child(); this gets rid of...
2001-02-06 Brian HavardGet OS/2 MPM running again after the reunification...
2001-02-05 Jeff Trawickap_new_connection() returns NULL if an error occurred...
2001-02-04 Bill StoddardMore mod_status work... Get Current Time, Restart Time...
2001-02-04 Bill StoddardThe windows MPM has one child process.
2001-02-03 Bill StoddardSo server-status displays "Server uptime" correctly
2001-02-03 Bill StoddardAdd SERVER_STARTING and SERVER_DEAD child states to...
2001-02-03 Bill StoddardTrack a bit more child status in the Windows MPM
2001-02-03 Jeff Trawickcleanups need to return apr_status_t
2001-02-02 Bill StoddardPass the thread number along to the new thread for...
2001-02-02 Bill StoddardA child is not a thread is not a child
2001-02-02 Bill StoddardOoops, that S and D are right next to each other.
2001-02-02 Bill StoddardBegin restructuring scoreboard code to enable adding...
2001-02-02 Jeff TrawickFix some bogosity dealing with the mapping from process...
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...
2001-02-01 Jeff Trawickhandle a TCP connection reset between the time we accep...
2001-02-01 Tony FinchGet the correct IP address if ServerName isn't set...
2001-01-31 Jeff Trawickuse memset() instead of bzero(); APR no longer tries...
2001-01-29 Greg Amesback out recent breakage. If the lstat isn't executed...
2001-01-28 William A. Rowe Jr The single missing space caused dependency parser...
2001-01-28 Ryan BloomThe prefork MPM wasn't killing child processes correctl...
2001-01-28 Ryan BloomMake the Prefork MPM use SIGWINCH instead of SIGUSR1...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-27 David ReidBeOS BONE shouldn't be using this BeOS R5 check, so...
2001-01-27 Ben LaurieAdd support for type-safe optional functions.
2001-01-24 Ben LaurieThe current hooking module is _not_ a debugging aid.
2001-01-24 Tony FinchRelax the checking of Host: headers so that only charac...
2001-01-23 William A. Rowe Jr Accomodate the change to the apr_read_dir() arguments...
2001-01-21 Ryan BloomRemove AddModule and ClearModuleList. Neither directiv...
2001-01-21 Brian HavardAdd headers needed for getpwnam & getgrnam prototypes...
2001-01-21 Ryan BloomBack out the last change (the one that went in without...
2001-01-21 Ryan BloomPR:
2001-01-21 Ryan BloomAdd a call to apr_hook_deregister_all() in the clear_mo...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2001-01-20 Ryan BloomRemove ap_chdir_file. This function is not thread...
next