]> granicus.if.org Git - apache/history - os
Backport the CSS security fixes to Apache 2.0a. Or is that forward
[apache] / os /
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-03-04 Brian HavardAdd requried #include "ap_config.h" in a couple of...
2000-03-02 dgaudet.cvsignore goodness
2000-02-17 Ryan BloomEnable dynamic module support on Linux. This should...
2000-02-13 Bill StoddardRemove dead code.
2000-02-10 David ReidAdd the rest of the files to allow BeOS to use the...
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-26 Brian HavardGet OS/2 working with new configure system. Yay! :)
2000-01-23 Bill StoddardFix compile breaks on Windows.
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-17 Bill StoddardUpdate Windows port to new file_io and time specs
2000-01-11 Sascha SchumannMake OS selection work for non-UNIX cases
2000-01-11 Sascha SchumannThese changes are committed together, because they...
2000-01-11 Sascha SchumannUpdate .cvsignore files
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-16 Ryan BloomInclude mod_include and mod_so in the Windows build.
1999-12-15 David ReidA small change to allow Apache to run on the most recen...
1999-12-10 Bill StoddardAIX DSO tweaks. Enable use of native DSO for AIX 4...
1999-12-08 Bill StoddardAdd license statement to util_win32.c
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-11-30 Manoj KasichainulaDelete remnants of ap_spawnvp that got missed earlier.
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-24 David ReidClean up some code that BeOS doesn't use.
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-02 Bill StoddardFirst cut at adding a sendfile API to IOL. Eventually...
1999-10-22 David ReidThis brings BeOS back up to date with the recent changes.
1999-10-20 Brian HavardApply ap_log_error() errno parameter addition to a...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-19 Brian HavardPrevent collision with APR symbol of same name.
1999-10-14 Bill StoddardAdd mod_cgi back into the Win32 build
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
1999-10-11 Ryan BloomMake Apache use the new ap_create_process call. This...
1999-10-05 Bill StoddardAdd a couple of missing function declarations
1999-09-13 Bill StoddardCut out cruft... More APR'izing...
1999-09-13 Bill StoddardA bit of WIN32 header file cleanup
1999-09-07 dgaudetbeos updates from David Reid <beos@server1.jetnet.co.uk>
1999-08-31 Bill StoddardFix faulty comparison. MSVC TRUE == 1 while Borland...
1999-08-31 Ryan BloomFix some errors from a global search and replace gone...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-30 Bill StoddardLink in the winnt mpm
1999-08-30 Bill StoddardLost the Apache feather icon along the way. Adding...
1999-08-27 Bill StoddardA bunch of changes to get the server compiling on WIN32...
1999-08-26 Roy T. FieldingAdd define for ap_spawnvp. Dean removed obsolete symbo...
1999-08-26 Roy T. FieldingAdd ap_spawnvp for thread safety.
1999-08-26 Roy T. FieldingUpdate (or is this reversing ???) the JCL examples...
1999-08-26 Roy T. FieldingOS/2 EMX library's select() isn't thread safe so bypass...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-08-17 Manoj Kasichainulamerge the differences in apache-1.3 from tag mpm-merge...
1999-08-13 Manoj KasichainulaMove the ap_sys_siglist code from the Unix MPMs to...
1999-08-06 dgaudetmerge the differences in apache-1.3 from tag apache...
1999-07-26 dgaudetsome bug fixes from David
1999-07-12 dgaudetcommit David's beos port.
1999-06-20 dgaudetdetach, set_group_privs, and such... these will be...