| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -1/+1 |
* | fix parameter name in ap_log_rdata C99 macro def. | Eric Covener | 2015-10-06 | 1 | -1/+1 |
* | core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/. | Yann Ylavic | 2015-05-16 | 1 | -3/+3 |
* | minor commentary and indentation fixes for ap_log_*data() | Jeff Trawick | 2014-12-06 | 1 | -6/+6 |
* | We really need some place where we can place a whole | Jim Jagielski | 2014-06-03 | 1 | -0/+7 |
* | fix Doxygen warnings/comments | Jeff Trawick | 2013-08-13 | 1 | -0/+1 |
* | Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. | Jeff Trawick | 2013-08-10 | 1 | -0/+173 |
* | Move *_DECLARE_* macros to beginning of line in headers. | Guenter Knauf | 2012-08-20 | 1 | -1/+1 |
* | The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid() | Jeff Trawick | 2012-08-06 | 1 | -3/+6 |
* | For a local variable in a macro, use a name that is less likely to clash | Stefan Fritsch | 2012-04-18 | 1 | -2/+2 |
* | Add AP_HAVE_C99 to make correct check for C99 less onerous | Stefan Fritsch | 2012-02-21 | 1 | -5/+5 |
* | Add APLOGNO() macro for unique tags for every log message. | Stefan Fritsch | 2011-12-02 | 1 | -0/+8 |
* | Pass ap_errorlog_info to error_log hook. | Stefan Fritsch | 2011-11-21 | 1 | -20/+0 |
* | add conn_rec to error log hook | Jeff Trawick | 2011-11-18 | 1 | -2/+3 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -3/+3 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -41/+41 |
* | Fix build failure without HAVE_SYSLOG, e.g. on Netware | Stefan Fritsch | 2011-07-03 | 1 | -2/+1 |
* | Expand the comment about APLOG_* and C++ a bit | Stefan Fritsch | 2011-03-30 | 1 | -2/+3 |
* | consolidate logic to remove the pidfile in a new API, | Jeff Trawick | 2011-03-28 | 1 | -2/+9 |
* | aplog_module_index must always be set for C++, so simplify | Jeff Trawick | 2011-03-26 | 1 | -0/+4 |
* | Correct C++ incompatibility with http_log.h. | Jeff Trawick | 2011-03-26 | 1 | -0/+9 |
* | doxygen improvements | Stefan Fritsch | 2010-12-11 | 1 | -14/+19 |
* | Fix constness in log macro. | Rainer Jung | 2010-10-15 | 1 | -1/+1 |
* | Add generate_log_id hook to allow to use the ID generated by mod_unique_id as | Stefan Fritsch | 2010-09-28 | 1 | -0/+12 |
* | - add more comments explaining the logging macros | Stefan Fritsch | 2010-08-25 | 1 | -11/+88 |
* | - Introduce ap_log_cserror to allow mod_ssl to associate log messages to | Stefan Fritsch | 2010-06-14 | 1 | -2/+54 |
* | Use the correct loglevel checks in the wrappers for | Stefan Fritsch | 2010-06-13 | 1 | -2/+2 |
* | Fix ap_log_perror macro in case of C99 compilation with | Rainer Jung | 2010-06-10 | 1 | -2/+2 |
* | Fix build failure by reverting part of r953125 | Stefan Fritsch | 2010-06-09 | 1 | -2/+3 |
* | Fix some issues found by Ruediger Pluem | Stefan Fritsch | 2010-06-09 | 1 | -10/+10 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -4/+25 |
* | - Introduce log levels trace1/.../trace8 | Stefan Fritsch | 2010-06-06 | 1 | -38/+172 |
* | Log command line on startup, so there's a record of command line | Daniel Earl Poirier | 2010-02-16 | 1 | -0/+8 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 1 | -1/+1 |
* | Fix docs and bump mmn minor | William A. Rowe Jr | 2009-05-15 | 1 | -1/+1 |
* | Revert the default resource abuse introduced in r104019, which can mask | William A. Rowe Jr | 2009-05-15 | 1 | -0/+13 |
* | Make the piped_log structure opaque: | Joe Orton | 2009-05-15 | 1 | -25/+4 |
* | Remove CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -4/+0 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -23/+35 |
* | The new function ap_logs_child_init() is intended for use | Jeff Trawick | 2005-05-20 | 1 | -0/+4 |
* | Prevent hangs of child processes when writing to piped loggers at | Jeff Trawick | 2005-05-16 | 1 | -0/+10 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | fix prototypes in documentation to match actual const-ness | Jeff Trawick | 2004-10-30 | 1 | -2/+2 |
* | add ap_log_cerror(); use it in a couple of places in core output filter | Jeff Trawick | 2004-10-29 | 1 | -9/+43 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |