]> granicus.if.org Git - apache/history - include/http_log.h
Allow SetHandler+UDS+fcgi to take advantage of dedicated workers including
[apache] / include / http_log.h
2014-12-06 Jeff Trawickminor commentary and indentation fixes for ap_log_...
2014-06-03 Jim JagielskiWe really need some place where we can place a whole
2013-08-13 Jeff Trawickfix Doxygen warnings/comments
2013-08-10 Jeff TrawickAdd ap_log_data(), ap_log_rdata(), etc. for logging...
2012-08-20 Guenter KnaufMove *_DECLARE_* macros to beginning of line in headers.
2012-08-06 Jeff TrawickThe Pidfile directive and ap_log_pid()/ap_remove_pid...
2012-04-18 Stefan FritschFor a local variable in a macro, use a name that is...
2012-02-21 Stefan FritschAdd AP_HAVE_C99 to make correct check for C99 less...
2011-12-02 Stefan FritschAdd APLOGNO() macro for unique tags for every log message.
2011-11-21 Stefan FritschPass ap_errorlog_info to error_log hook.
2011-11-18 Jeff Trawickadd conn_rec to error log hook
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-03 Stefan FritschFix build failure without HAVE_SYSLOG, e.g. on Netware
2011-03-29 Stefan FritschExpand the comment about APLOG_* and C++ a bit
2011-03-28 Jeff Trawickconsolidate logic to remove the pidfile in a new API,
2011-03-26 Jeff Trawickaplog_module_index must always be set for C++, so simplify
2011-03-26 Jeff TrawickCorrect C++ incompatibility with http_log.h.
2010-12-11 Stefan Fritschdoxygen improvements
2010-10-15 Rainer JungFix constness in log macro.
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-08-25 Stefan Fritsch- add more comments explaining the logging macros
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-13 Stefan FritschUse the correct loglevel checks in the wrappers for
2010-06-10 Rainer JungFix ap_log_perror macro in case of C99 compilation...
2010-06-09 Stefan FritschFix build failure by reverting part of r953125
2010-06-09 Stefan FritschFix some issues found by Ruediger Pluem
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-05-15 William A. Rowe JrFix docs and bump mmn minor
2009-05-15 William A. Rowe JrRevert the default resource abuse introduced in r104019...
2009-05-15 Joe OrtonMake the piped_log structure opaque:
2008-04-07 Paul QuernaRemove CORE_PRIVATE.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-05-20 Jeff TrawickThe new function ap_logs_child_init() is intended for use
2005-05-15 Jeff TrawickPrevent hangs of child processes when writing to piped...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-30 Jeff Trawickfix prototypes in documentation to match actual const...
2004-10-29 Jeff Trawickadd ap_log_cerror(); use it in a couple of places in...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-02-03 André Malofinished that boring job:
2002-09-15 William A. Rowe Jr Modify ap_open_logs (an internal function) to follow...
2002-07-30 Bill StoddardFix the PATH exposure security problem I thought I...
2002-07-11 William A. Rowe Jr Fix code comments
2002-06-04 Bill StoddardUpdate comments for Stas Bekman
2002-05-23 Jeff Trawickadd ap_log_pid() for reading an Apache pid file
2002-05-17 Jeff Trawickignore APLOG_NOERRNO; note that it is deprecated
2002-04-22 Bill StoddardAdded the APLOG_TOCLIENT flag to ap_log_rerror() to
2002-04-17 William A. Rowe Jr Introduced -E startup_logfile_name option to httpd...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-17 William A. Rowe Jr Allow the user to get detailed debugging information...
2001-07-30 Victor J. Orlikowskihttpd.exp and lots of other export files are generated...
2001-07-18 Jeff TrawickThis patch removes spaces that shouldn't be there.
2001-06-06 Ryan BloomAdd a new request phase, for allowing management module...
2001-05-03 Doug MacEachernanother nit caught by C::Scan: change request_rec param...
2001-04-10 Victor J. OrlikowskiSmall docco fixes.
2001-03-24 Brian HavardTweak some declarations so they're picked up by make_ex...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-04 Doug MacEachernfix minor prototype inconsistencies noticed with C...
2001-01-18 William A. Rowe Jr Some missing exports
2001-01-04 Jeff TrawickSet up stderr logging explictly early in initialization...
2000-10-19 Ryan BloomNamespace protect the rest of the macros defined by...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-05 Ryan BloomRemove some old APIs. These were left around for legac...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-31 Ryan BloomMake http_log use ScanDoc
2000-04-20 Ryan BloomAdd support for pool to log_error_core. Also add ap_lo...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-05 Jeff Trawickif HAVE_SYSLOG is defined but LOG_PRIMASK isn't, define...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-11-30 Manoj KasichainulaSome compile fixes for the piped log code. It doesn...
1999-11-30 Manoj KasichainulaAdd apr_thread_proc.h so it can find ap_proc_t.
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-11 Ryan BloomMake Apache use the new ap_create_process call. This...
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingOdd comments and leftover bits from the pthreads version.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.