| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Missed one... | Victor J. Orlikowski | 2001-04-10 | 1 | -1/+1 |
* | *Sigh*. Pointless repetition of calculations. It bothers me. Even if | Victor J. Orlikowski | 2001-04-10 | 1 | -9/+10 |
* | Hmmm... this made things easier for me to read a while back, perhaps | William A. Rowe Jr | 2001-04-03 | 1 | -1/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | *) include "apr_signal.h" when needed | Greg Stein | 2001-02-11 | 1 | -0/+1 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 1 | -10/+8 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -40/+40 |
* | Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo | William A. Rowe Jr | 2001-01-27 | 1 | -1/+1 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -1/+2 |
* | Some missing exports | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | get rid of some bogus uses of perror() | Jeff Trawick | 2001-01-09 | 1 | -17/+11 |
* | Fix message when the error log file can't be opened. | Brian Havard | 2001-01-08 | 1 | -5/+5 |
* | Set up stderr logging explictly early in initialization so that a pool is | Jeff Trawick | 2001-01-04 | 1 | -1/+8 |
* | We have a pool in this function, and log_error_core needs a pool in order | Ryan Bloom | 2001-01-01 | 1 | -2/+2 |