]> granicus.if.org Git - apache/history - server/log.c
CGIs work again on UNIX because ap_create_process() works again on UNIX.
[apache] / server / log.c
2000-04-05 Jeff Trawickstop relying on a macro to map signal() to ap_signal...
2000-04-03 Bill StoddardEliminate apr_win.h and apr_winconfig.h (and the ugly...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
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-02-18 Bill StoddardAhh, found ap_flush()!
2000-02-17 Bill StoddardUpdate Windows ap_filedup() call to recognise when...
2000-02-15 Bill Stoddardap_dupfile (specifically dup2) is not available in...
2000-02-15 Bill StoddardFirst step to get piped logs working on Windows (and...
2000-01-31 Martin KraemerEnforce a sensible permission on the httpd.pid file.
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
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-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-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-11-30 Manoj KasichainulaSome compile fixes for the piped log code. It doesn...
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-08 Brian HavardGet rid of a number of 'incompatible pointer type'...
1999-11-05 Manoj KasichainulaStop using APR_BUFFERED for the error log and httpd...
1999-10-23 Martin KraemerBe on the safe side
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-19 Brian HavardNeed APR_CREATE flag when opening error log & pid file.
1999-10-14 Ryan BloomI missed one function when swapping paramters. This...
1999-10-11 Ryan BloomThis finishes the argument swaps. The docs haven't...
1999-10-11 Ryan BloomMake Apache use the new ap_create_process call. This...
1999-10-06 Ryan BloomBring file_io up to the new parameter order for APR...
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingOdd comments and leftover bits from the pthreads version.
1999-08-26 Roy T. FieldingSorry, but using C comments in place of C++ comments
1999-08-26 Roy T. FieldingReplace all alarms and timeouts with a mutex on alloc.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.