| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the "recent time" cache to optimize timestamp generation for | Brian Pane | 2002-03-17 | 1 | -1/+1 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -9/+22 |
* | deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT | Jeff Trawick | 2002-03-14 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Sander's Stylistic Submission | Ian Holsman | 2002-03-05 | 1 | -49/+59 |
* | Whoh boy that's rough... We sometimes like to answer SIGHUP in the | William A. Rowe Jr | 2002-02-27 | 1 | -8/+0 |
* | This code seriously misassumed (and may yet) that stderr was a valid file. | William A. Rowe Jr | 2002-02-12 | 1 | -3/+5 |
* | Removed the #ifdef NETWARE to allow the standard abort() function to | Bradley Nicholes | 2002-02-06 | 1 | -2/+0 |
* | BS. This isn't an assert. This is a friggin developer's black hole. | William A. Rowe Jr | 2002-02-06 | 1 | -4/+6 |
* | Bring apache in line with the new apr_file_dup2() parameter type. | Aaron Bannert | 2002-01-24 | 1 | -2/+2 |
* | Allow the user to get detailed debugging information without a full | William A. Rowe Jr | 2002-01-17 | 1 | -1/+3 |
* | Subset of another, have piped_log_cleanup_for_exec handle | William A. Rowe Jr | 2002-01-17 | 1 | -8/+7 |
* | This brings apache back in line with apr following the addition | David Reid | 2002-01-11 | 1 | -2/+2 |
* | Style and formatting changes only. Removed tabs, reduced long lines, | Aaron Bannert | 2001-12-18 | 1 | -220/+239 |
* | Added NETWARE to the #ifdef list | Bradley Nicholes | 2001-10-29 | 1 | -1/+1 |
* | Clean up the string passed to the error log hook. This removes the date, | Ryan Bloom | 2001-10-09 | 1 | -2/+3 |
* | Switch back to SIGUSR1 for graceful restarts on all platforms that | Justin Erenkrantz | 2001-09-19 | 1 | -1/+1 |
* | httpd.exp and lots of other export files are generated based on the | Victor J. Orlikowski | 2001-07-30 | 1 | -1/+1 |
* | Missed one, all should have recovered from APR_INHERIT now. | William A. Rowe Jr | 2001-07-18 | 1 | -1/+2 |
* | Obvious files that need inheritance, correct me if I'm wrong. | William A. Rowe Jr | 2001-07-16 | 1 | -1/+1 |
* | Add a new request phase, for allowing management modules to forward | Ryan Bloom | 2001-06-07 | 1 | -0/+12 |
* | Fix a segfault in apr_proc_other_child_unregister. Jeff recently made | Bill Stoddard | 2001-05-17 | 1 | -1/+0 |
* | Remove a needless assignment. | Victor J. Orlikowski | 2001-04-11 | 1 | -1/+0 |