summaryrefslogtreecommitdiff
path: root/server/log.c
Commit message (Expand)AuthorAgeFilesLines
* use the UNSAFE designation for unescaped errorlogsAndré Malo2004-01-121-4/+4
* allow unescaped errorlogs via compile time switchAndré Malo2004-01-121-3/+19
* update license to 2004.André Malo2004-01-011-1/+1
* Fix some piped log problems: bogus "piped log program '(null)'Jeff Trawick2003-12-131-14/+23
* SECURITY [CAN-2003-0020]: escape arbitrary data before writing into theAndré Malo2003-11-241-4/+9
* no need to open error log for readingJeff Trawick2003-07-141-2/+2
* Win32: Whack the fully qualified names that appear in the log whenBill Stoddard2003-06-031-1/+6
* Oops - undo wrong commitMartin Kraemer2003-03-241-2/+0
* On failures, try to add a hint what went wrongMartin Kraemer2003-03-241-0/+2
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-201-2/+0
* Fix an existing problem with error handling in piped_log_spawn().Jeff Trawick2003-02-101-11/+27
* Make failing piped loggers work more like apache-1.3 byJeff Trawick2003-02-041-7/+3
* finished that boring job:André Malo2003-02-031-1/+1
* Some errors are impossible to fathom, without the user knowing certainWilliam A. Rowe Jr2002-10-131-4/+23
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-151-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-171-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-081-2/+3
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-181-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-061-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-101-1/+0