]> granicus.if.org Git - apache/history - server/log.c
showstoppers--;
[apache] / server / log.c
2001-12-18 Aaron BannertStyle and formatting changes only. Removed tabs, reduce...
2001-10-29 Bradley NicholesAdded NETWARE to the #ifdef list
2001-10-08 Ryan BloomClean up the string passed to the error log hook. This...
2001-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-07-30 Victor J. Orlikowskihttpd.exp and lots of other export files are generated...
2001-07-18 William A. Rowe Jr Missed one, all should have recovered from APR_INHERI...
2001-07-16 William A. Rowe Jr Obvious files that need inheritance, correct me if...
2001-06-06 Ryan BloomAdd a new request phase, for allowing management module...
2001-05-17 Bill StoddardFix a segfault in apr_proc_other_child_unregister....
2001-04-10 Victor J. OrlikowskiRemove a needless assignment.
2001-04-10 Victor J. OrlikowskiMissed one...
2001-04-10 Victor J. Orlikowski*Sigh*. Pointless repetition of calculations. It bother...
2001-04-03 William A. Rowe Jr Hmmm... this made things easier for me to read a...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 Greg Stein*) include "apr_signal.h" when needed
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-18 William A. Rowe Jr Some missing exports
2001-01-09 Jeff Trawickget rid of some bogus uses of perror()
2001-01-08 Brian HavardFix message when the error log file can't be opened.
2001-01-04 Jeff TrawickSet up stderr logging explictly early in initialization...
2000-12-31 Ryan BloomWe have a pool in this function, and log_error_core...
2000-12-31 Ryan BloomUse a real pool to dup the error log file descriptor.
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-21 William A. Rowe Jr *) Accomodate an out-of-space condition in the piped...
2000-11-14 Ryan BloomAdd the referer to the error log if one is available.
2000-10-19 Ryan BloomNamespace protect the rest of the macros defined by...
2000-10-18 Ryan BloomFix piped logs in 2.0. This basically:
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-06 Brian HavardAdd #include <unistd.h> for getpid() prototype.
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-05 Ryan BloomRemove some old APIs. These were left around for legac...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-25 William A. Rowe Jr This should be clean... ap_snprintf already holds...
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-13 Ryan BloomApache doesn't actually check for stdarg.h, but APR...
2000-07-12 Bill StoddardSave the write end of the pipe. pipe_log_spawn really...
2000-07-12 Bill StoddardOoops... Didn't notice this one until I tried compiling...
2000-07-12 Bill StoddardFix a nasty stack corruption. ap_proc_t should be alloc...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-20 Jeff Trawickap_create_pipe was changed to return a pipe with both...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Jeff TrawickFix logging of errors creating the httpd.pid file.
2000-06-12 Jeff TrawickBack out ap_set_default_perms(). Remove old logic...
2000-06-12 Ryan BloomAdd a new function ap_set_default_fperms. This allows...
2000-06-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-06-06 Jeff TrawickIncrease the size of the buffer passed to ap_strerror...
2000-05-24 Ryan BloomRename stdin, stdout, stderr from new ap_proc_t to...
2000-05-23 Ryan BloomConvert ap_proc_t to a complete type. This lets us...
2000-05-21 Manoj KasichainulaRemove all remaining instances in Apache code of
2000-05-18 Roy T. FieldingRemove an unused variable and warning.
2000-05-04 Ryan BloomPort reliable piped logs to mpmt_pthread and dexter...
2000-05-04 Ryan BloomMake reliable piped logs work on 2.0.
2000-04-30 Ryan BloomMake piped logs work again in 2.0. The next step is...
2000-04-26 Bill StoddardGet rid of ap_pool_t argument on ap_strerror
2000-04-25 Bill StoddardTell APR to truncate the httpd.pid file if it exists...
2000-04-20 Ryan BloomAdd support for pool to log_error_core. Also add ap_lo...
2000-04-17 Ryan BloomAdd a pool to dupfile. There is no reason that when...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
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.