| Commit message (Expand) | Author | Age | Files | Lines |
* | This message was confusing during debugging, make it unique. | William A. Rowe Jr | 2007-08-22 | 1 | -1/+1 |
* | * server/log.c (ap_open_logs): When dup2'ing the error log to stderr, | Joe Orton | 2006-10-24 | 1 | -8/+6 |
* | When starting a new piped error logger for the main server, ensure | Joe Orton | 2006-10-03 | 1 | -8/+31 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -5/+5 |
* | fix minor annoyance on z/OS: __FILE__ is set to | Jeff Trawick | 2005-05-25 | 1 | -1/+1 |
* | * server/log.c (piped_log_spawn): Don't leak an fd for each | Joe Orton | 2005-05-18 | 1 | -1/+5 |
* | * server/log.c (ap_open_piped_log): Remove errno handling. | Joe Orton | 2005-05-17 | 1 | -2/+0 |
* | * server/log.c (piped_log_spawn): Return the APR error code, | Joe Orton | 2005-05-16 | 1 | -6/+4 |
* | Prevent hangs of child processes when writing to piped loggers at | Jeff Trawick | 2005-05-16 | 1 | -0/+45 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | add ap_log_cerror(); use it in a couple of places in core output filter | Jeff Trawick | 2004-10-29 | 1 | -5/+23 |
* | * server/log.c (log_error_core): For APLOG_DEBUG on Unix, if __FILE__ | Joe Orton | 2004-09-22 | 1 | -1/+8 |
* | tweak error handling when reading the pid file | Jeff Trawick | 2004-08-14 | 1 | -3/+2 |
* | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL), | Joe Orton | 2004-08-11 | 1 | -3/+3 |
* | start piped loggers via the shell, passing through the environment variables | Jeff Trawick | 2004-06-23 | 1 | -2/+2 |
* | fix typo in recent commit | Jeff Trawick | 2004-06-09 | 1 | -2/+2 |
* | Pass environment variables through to piped loggers, resolving | Jeff Trawick | 2004-05-28 | 1 | -0/+4 |
* | * modules/loggers/mod_log_config.c, server/log.c (open_error_log, | Joe Orton | 2004-05-06 | 1 | -2/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | use the UNSAFE designation for unescaped errorlogs | André Malo | 2004-01-12 | 1 | -4/+4 |
* | allow unescaped errorlogs via compile time switch | André Malo | 2004-01-12 | 1 | -3/+19 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Fix some piped log problems: bogus "piped log program '(null)' | Jeff Trawick | 2003-12-13 | 1 | -14/+23 |
* | SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the | André Malo | 2003-11-24 | 1 | -4/+9 |
* | no need to open error log for reading | Jeff Trawick | 2003-07-14 | 1 | -2/+2 |
* | Win32: Whack the fully qualified names that appear in the log when | Bill Stoddard | 2003-06-03 | 1 | -1/+6 |
* | Oops - undo wrong commit | Martin Kraemer | 2003-03-24 | 1 | -2/+0 |
* | On failures, try to add a hint what went wrong | Martin Kraemer | 2003-03-24 | 1 | -0/+2 |
* | SECURITY: Eliminated leaks of several file descriptors to child | William A. Rowe Jr | 2003-03-20 | 1 | -2/+0 |
* | Fix an existing problem with error handling in piped_log_spawn(). | Jeff Trawick | 2003-02-10 | 1 | -11/+27 |
* | Make failing piped loggers work more like apache-1.3 by | Jeff Trawick | 2003-02-04 | 1 | -7/+3 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Some errors are impossible to fathom, without the user knowing certain | William A. Rowe Jr | 2002-10-13 | 1 | -4/+23 |
* | Modify ap_open_logs (an internal function) to follow the hook open_logs | William A. Rowe Jr | 2002-09-16 | 1 | -10/+18 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 1 | -1/+1 |
* | Well the wrappers work out well... nice to be able to put off committing | William A. Rowe Jr | 2002-06-09 | 1 | -1/+1 |
* | Clean up new compiler emit noise | William A. Rowe Jr | 2002-05-31 | 1 | -1/+1 |
* | Simplify ap_read_pid and make it more portable. | Justin Erenkrantz | 2002-05-29 | 1 | -15/+13 |
* | add ap_log_pid() for reading an Apache pid file | Jeff Trawick | 2002-05-23 | 1 | -0/+49 |
* | stop using APLOG_NOERRNO in calls to ap_log_?error() | Jeff Trawick | 2002-05-17 | 1 | -5/+5 |
* | ignore APLOG_NOERRNO; note that it is deprecated | Jeff Trawick | 2002-05-17 | 1 | -1/+1 |
* | Added the APLOG_TOCLIENT flag to ap_log_rerror() to | Bill Stoddard | 2002-04-22 | 1 | -5/+5 |
* | Fix 'control reaches end of non-void function' warning | Justin Erenkrantz | 2002-04-18 | 1 | -1/+1 |
* | Introduced -E startup_logfile_name option to httpd to allow admins | William A. Rowe Jr | 2002-04-17 | 1 | -0/+33 |
* | Spell out the merged log name, if we succeeded in merging the path | William A. Rowe Jr | 2002-03-18 | 1 | -1/+1 |
* | get the prototype for ap_recent_ctime() | Jeff Trawick | 2002-03-17 | 1 | -0/+1 |