| Commit message (Expand) | Author | Age | Files | Lines |
* | * We need to return an int not a pointer! | Ruediger Pluem | 2009-01-20 | 1 | -1/+1 |
* | Piped error loggers should use the reliable pipes, | Rainer Jung | 2009-01-18 | 1 | -24/+82 |
* | The error logging core only logs at very high level if it has no | Sander Temme | 2008-08-15 | 1 | -0/+2 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -2/+0 |
* | On win32, we must never, never close the parent's copy of the | William A. Rowe Jr | 2007-12-31 | 1 | -1/+12 |
* | We now have an API to describe pipe creation timeout states, so use it | William A. Rowe Jr | 2007-10-24 | 1 | -2/+3 |
* | Share a single write-pipe handle for piped stderr logging, this | William A. Rowe Jr | 2007-09-28 | 1 | -0/+10 |
* | redux, use Rudgier's instead, better comments. | William A. Rowe Jr | 2007-09-28 | 1 | -6/+0 |
* | Logging fixes, round two. Authored and Reviewed by both rplume and wrowe | William A. Rowe Jr | 2007-09-28 | 1 | -0/+6 |
* | Introduce a specific pool for stderr logging, so that we have two | William A. Rowe Jr | 2007-08-24 | 1 | -5/+55 |
* | Refactor r452431, because this should not be fatal to starting | William A. Rowe Jr | 2007-08-22 | 1 | -13/+8 |
* | 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 |