]> granicus.if.org Git - apache/history - server
Backport the CSS security fixes to Apache 2.0a. Or is that forward
[apache] / server /
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-13 Ryan BloomUpdate the version string to reflect that we are curren...
2000-03-11 David ReidThis fixes a bug on a development version of BeOS....
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-03-03 Brian HavardFix include file order.
2000-03-03 Brian HavardDefault to spmt_os2 on OS/2
2000-03-03 Brian HavardLook for crypt() in ufc.
2000-03-02 Ryan BloomFix the logic for ap_signal, so it is exposed in extern...
2000-03-02 dgaudetclean up a bunch of -Wall/etc warnings
2000-03-02 dgaudet.cvsignore goodness
2000-02-28 Ryan BloomRemove second ap_initialize left over from previous...
2000-02-23 Bill Stoddard2.0 builds, but dumps core on FreeBSD 3.3 (ap_lock).
2000-02-22 Allan K. EdwardsSort hooks after dynamically loaded modules have regist...
2000-02-18 Bill StoddardAhh, found ap_flush()!
2000-02-17 Bill StoddardUpdate Windows ap_filedup() call to recognise when...
2000-02-16 Bill StoddardLogs have already been opened by http_main.c. Don't...
2000-02-15 Bill Stoddardap_dupfile (specifically dup2) is not available in...
2000-02-15 Bill StoddardDon't close the duplicated AcceptEx completion port...
2000-02-15 Bill StoddardFirst step to get piped logs working on Windows (and...
2000-02-14 Ryan BloomPort the scoreboard from the mpmt_pthread MPM to use...
2000-02-14 Bill StoddardRework the code to handle apache -k shutdown|restart...
2000-02-14 Bill StoddardEnable Windows MPM to run in single process mode
2000-02-11 Bill StoddardFix compile breaks on Windows. Projects need to know...
2000-02-10 Ryan BloomMake the prefork MPM use APR shared memory for it's...
2000-02-10 David ReidSmall changes to remove some compiler complaints.
2000-02-09 Bill StoddardFix some bugs with running Apache as a service
2000-02-07 David ReidThese changes allow the MPM to be selected based on...
2000-02-07 David ReidThese changes allow BeOS to use the new buildconf confi...
2000-02-03 Ryan BloomAPR requires that ap_initialize is called as one of...
2000-02-01 Bill StoddardFinally, back working on the MPM... Eliminate DOS hole...
2000-01-31 Martin KraemerEnforce a sensible permission on the httpd.pid file.
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-27 Bill StoddardMore sendfile work. Use new sendfile API in Apache...
2000-01-26 Brian HavardGet OS/2 working with new configure system. Yay! :)
2000-01-26 Brian HavardOnly check for pthreads for mpms that actually need...
2000-01-26 Brian HavardOS/2 doesn't have groups, don't try to mess with them.
2000-01-26 Brian HavardQuiet some warnings.
2000-01-23 Bill StoddardFix compile breaks on Windows.
2000-01-21 Bill StoddardLet ap_config.h figure out whether netdb.h should be...
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-16 Sascha SchumannMove threads/reentrancy m4 macros into threads.m4....
2000-01-11 Sascha SchumannThese changes are committed together, because they...
2000-01-11 Sascha SchumannUpdate .cvsignore files
2000-01-10 Brian HavardRework ap_finfo_t to split the file type out of the...
2000-01-09 dgaudettime overhaul:
2000-01-06 Ryan BloomSeparate the stat structure from the file structure...
2000-01-04 Ryan BloomInitialize all ap_file_t's to NULL. This allows ap_ope...
1999-12-31 Ryan BloomA few more tweaks to finish the modules work. Now...
1999-12-31 Ryan BloomGet rid of ap_call_exec. It has been #if 0'ed out...
1999-12-30 Ryan BloomSome changes to the ap_strftime function. We now infor...
1999-12-29 Sascha SchumannFall back to save values for SHM_R and SHM_W, if the...
1999-12-24 Ryan BloomFix the threads check so it works on non-bash shells.
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-24 Ryan BloomFinish the MPM decision logic. This moves the threads...
1999-12-23 Ryan BloomFirst stab at logic to determine which threading librar...
1999-12-22 Ryan BloomThis fixes the bug in my last commit. Apache always...
1999-12-22 Ryan BloomClean up APR's configure script a bit. This commit...
1999-12-21 Ryan BloomRemove a bunch of functions that are being replaced...
1999-12-21 Bill StoddardFix compile break introduced to Apache 2.0 by the mass...
1999-12-21 Tony FinchFix the mass vhosting security problem spotted by Lars...
1999-12-20 Bill StoddardWindows: Can now install/uninstall Apache as a service...
1999-12-20 Bill StoddardGet rid of the C++ style comment.
1999-12-20 Bill StoddardHandle -k restart|shutdown command line option from...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-12-20 Manoj KasichainulaEliminate the .h.stub files; AC_DEFINE can generate...
1999-12-19 David ReidRemove some nuisance warnings by changing int to ap_ssi...
1999-12-17 Bill StoddardUpdate Apache version in windows registry.c file
1999-12-15 Ryan BloomGetting rid of more warnings in the prefork mpm.
1999-12-15 Ryan BloomCleanup the Windows build a bit by getting rid of more...
1999-12-14 Ryan BloomMake prefork compile.
1999-12-13 Ryan BloomFix some warnings when configured with --enable-maintai...
1999-12-13 Ryan BloomGet rid of more platform dependant code.
1999-12-13 Ryan BloomGet rid of a couple more ap_os_file_t's along with...
1999-12-11 Ryan BloomUse ap_open_stderr in http_config.c. This cleans up...
1999-12-11 Ryan BloomGet rid of an instance of ap_file_os_t from the Apache...
1999-12-10 Ryan BloomWe now make the decision to USE_MMAP_FILES based on...
1999-12-09 Bill StoddardRemoved these a bit too soon. Adding them back.
1999-12-08 Bill StoddardWin32: First cut at getting apache -k restart|shutdown...
1999-12-05 Ryan BloomI shouldn't have to explicitly provide an MPM. I am...
1999-12-05 Manoj Kasichainulaautoconf: Generate modules.c based on configuration...
1999-12-03 Manoj KasichainulaThe Unix MPMs were depending on APR for signal.h, and...
1999-12-02 Ryan BloomWe may not always want to make the pipes between proces...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-12-01 Manoj KasichainulaGet rid of ap_check_signals() in all but the prefork...
1999-12-01 Manoj KasichainulaRemove a vestige of the old timeout system. ident looku...
1999-11-30 Manoj KasichainulaSome compile fixes for the piped log code. It doesn...
1999-11-30 Manoj KasichainulaDeal with times() properly in autoconf. This also chang...
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-11-29 Bill StoddardFirst cut at getting graceful restart working with...
1999-11-22 Ryan BloomClean up the getopt stuff a bit. Basically, I am remov...
1999-11-21 Martin KraemerUse APR's getopt
1999-11-19 Ryan BloomRemove the ap_thread_mutex code from all MPM's. This...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-17 Ryan BloomCleaned up the APRFile uses in Apache. Also removed...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-16 Manoj Kasichainulaap_clean_child_exit is static in dexter now, and the...
1999-11-15 Manoj KasichainulaEliminate acceptlock.c from mpmt_pthread. Use an APR...
1999-11-15 Manoj KasichainulaAllow NO_SERIALIZED_ACCEPT to work.
next