summaryrefslogtreecommitdiffstats
path: root/server/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-161-10/+18
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Well the wrappers work out well... nice to be able to put off committingWilliam A. Rowe Jr2002-06-091-1/+1
* Clean up new compiler emit noiseWilliam A. Rowe Jr2002-05-311-1/+1
* Simplify ap_read_pid and make it more portable.Justin Erenkrantz2002-05-291-15/+13
* add ap_log_pid() for reading an Apache pid fileJeff Trawick2002-05-231-0/+49
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-5/+5
* ignore APLOG_NOERRNO; note that it is deprecatedJeff Trawick2002-05-171-1/+1
* Added the APLOG_TOCLIENT flag to ap_log_rerror() toBill Stoddard2002-04-221-5/+5
* Fix 'control reaches end of non-void function' warningJustin Erenkrantz2002-04-181-1/+1
* Introduced -E startup_logfile_name option to httpd to allow adminsWilliam A. Rowe Jr2002-04-171-0/+33
* Spell out the merged log name, if we succeeded in merging the pathWilliam A. Rowe Jr2002-03-181-1/+1
* get the prototype for ap_recent_ctime()Jeff Trawick2002-03-171-0/+1
* Use the "recent time" cache to optimize timestamp generation forBrian Pane2002-03-171-1/+1
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-9/+22
* deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUTJeff Trawick2002-03-141-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Sander's Stylistic SubmissionIan Holsman2002-03-051-49/+59
* Whoh boy that's rough... We sometimes like to answer SIGHUP in theWilliam A. Rowe Jr2002-02-271-8/+0
* This code seriously misassumed (and may yet) that stderr was a valid file.William A. Rowe Jr2002-02-121-3/+5
* Removed the #ifdef NETWARE to allow the standard abort() function toBradley Nicholes2002-02-061-2/+0
* BS. This isn't an assert. This is a friggin developer's black hole.William A. Rowe Jr2002-02-061-4/+6
* Bring apache in line with the new apr_file_dup2() parameter type.Aaron Bannert2002-01-241-2/+2
* Allow the user to get detailed debugging information without a fullWilliam A. Rowe Jr2002-01-171-1/+3
* Subset of another, have piped_log_cleanup_for_exec handleWilliam A. Rowe Jr2002-01-171-8/+7
* This brings apache back in line with apr following the additionDavid Reid2002-01-111-2/+2
* Style and formatting changes only. Removed tabs, reduced long lines,Aaron Bannert2001-12-181-220/+239
* Added NETWARE to the #ifdef listBradley Nicholes2001-10-291-1/+1
* Clean up the string passed to the error log hook. This removes the date,Ryan Bloom2001-10-091-2/+3
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-191-1/+1
* httpd.exp and lots of other export files are generated based on theVictor J. Orlikowski2001-07-301-1/+1
* Missed one, all should have recovered from APR_INHERIT now.William A. Rowe Jr2001-07-181-1/+2
* Obvious files that need inheritance, correct me if I'm wrong.William A. Rowe Jr2001-07-161-1/+1
* Add a new request phase, for allowing management modules to forwardRyan Bloom2001-06-071-0/+12
* Fix a segfault in apr_proc_other_child_unregister. Jeff recently madeBill Stoddard2001-05-171-1/+0
* Remove a needless assignment.Victor J. Orlikowski2001-04-111-1/+0
* Missed one...Victor J. Orlikowski2001-04-101-1/+1
* *Sigh*. Pointless repetition of calculations. It bothers me. Even ifVictor J. Orlikowski2001-04-101-9/+10
* Hmmm... this made things easier for me to read a while back, perhapsWilliam A. Rowe Jr2001-04-031-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) include "apr_signal.h" when neededGreg Stein2001-02-111-0/+1
* Clean up some of the includes:Greg Stein2001-02-101-10/+8
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-40/+40
* Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfoWilliam A. Rowe Jr2001-01-271-1/+1
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-1/+2
* Some missing exportsWilliam A. Rowe Jr2001-01-191-1/+1
* get rid of some bogus uses of perror()Jeff Trawick2001-01-091-17/+11
* Fix message when the error log file can't be opened.Brian Havard2001-01-081-5/+5
* Set up stderr logging explictly early in initialization so that a pool isJeff Trawick2001-01-041-1/+8
* We have a pool in this function, and log_error_core needs a pool in orderRyan Bloom2001-01-011-2/+2