| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New Module -- mod_logio. | Ian Holsman | 2002-09-28 | 2 | -0/+228 |
* | static-ize a function which is not supposed to be exported | Jeff Trawick | 2002-09-16 | 1 | -1/+1 |
* | Revisit the code that Ian and I discussed on list. Actually pre-flight | William A. Rowe Jr | 2002-09-15 | 1 | -26/+16 |
* | Return mismatches... this solution simply won't work, as Ian reminded me. | William A. Rowe Jr | 2002-09-14 | 1 | -7/+3 |
* | At least follow the proper failure path for failure to open the log file | William A. Rowe Jr | 2002-09-14 | 1 | -3/+7 |
* | change the log_writer declaration so that it takes a request_rec instead of | Ian Holsman | 2002-09-06 | 2 | -8/+9 |
* | its >>FNAME<< not >>name<< | Ian Holsman | 2002-08-27 | 1 | -2/+2 |
* | make the type of the variable explicit to quiet a gcc warning | Jeff Trawick | 2002-08-27 | 1 | -1/+1 |
* | introduce 2 new callback oppurtunities to allow a 3rd party module to do | Ian Holsman | 2002-08-27 | 2 | -86/+222 |
* | use APR_TIME_T_FMT when formatting apr_time_t | Jeff Trawick | 2002-07-17 | 1 | -2/+3 |
* | Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro | Brian Pane | 2002-06-30 | 1 | -3/+3 |
* | Change conn_rec->keepalive to an enumerated value of | Justin Erenkrantz | 2002-06-26 | 1 | -1/+1 |
* | My logger timestamp cache was using an apr_time_t as the cache key. | Brian Pane | 2002-06-09 | 1 | -8/+8 |
* | Well the wrappers work out well... nice to be able to put off committing | William A. Rowe Jr | 2002-06-09 | 1 | -1/+1 |
* | cvs up/diff gets pretty hard to track with vc7 builds. | William A. Rowe Jr | 2002-06-05 | 1 | -0/+5 |
* | Hmmm... gotta ask the wisdom in using aspecific types over apr_time_*_t | William A. Rowe Jr | 2002-05-13 | 1 | -1/+1 |
* | Added caching of formatted timestamps to speed up the access logger when | Brian Pane | 2002-05-12 | 1 | -21/+59 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -2/+7 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 2 | -2/+2 |
* | apr-utils rename apr_ansi_time_to_apr_time and | Ian Holsman | 2002-03-06 | 1 | -2/+2 |
* | The pre_config hook now takes a return value. This allows modules to | Aaron Bannert | 2002-01-29 | 1 | -1/+3 |
* | *) Split all Win32 modules [excluding the core components mod_core, | William A. Rowe Jr | 2002-01-10 | 1 | -0/+128 |
* | wrowe's veto'd this. | Ian Holsman | 2002-01-10 | 1 | -76/+0 |
* | new option LogExcludeByType | Ian Holsman | 2002-01-10 | 1 | -0/+76 |
* | Rearranged the log_request_time() code to eliminate the allocation | Brian Pane | 2002-01-06 | 1 | -4/+16 |
* | Bypass a strdup and an 8KB local variable in the common case where | Brian Pane | 2002-01-06 | 1 | -5/+4 |
* | Replaced an instance of apr_pool_userdata_setn() with apr_pool_userdata_set().. | Brian Pane | 2001-12-16 | 1 | -2/+2 |
* | fix a couple of .exp files that broke when we sanitized the names | Jeff Trawick | 2001-12-01 | 1 | -1/+1 |
* | change open_logs hook to return a value, allowing you to flag a error | Ian Holsman | 2001-11-24 | 1 | -1/+2 |
* | Use the _setn flavor which will avoid strdup'ing these strings, and | William A. Rowe Jr | 2001-10-29 | 1 | -2/+2 |
* | The call to apr_explode_localtime() in mod_log_config is one of the more | Justin Erenkrantz | 2001-09-19 | 1 | -2/+3 |
* | Fix a case where on restart, an admin started logging, and the logging | Victor J. Orlikowski | 2001-08-27 | 2 | -2/+6 |
* | *) Changed the late-1.3 log_config substitution %c to %X (logs the | William A. Rowe Jr | 2001-08-20 | 1 | -6/+8 |
* | adjust to apr_uri_ rename | Doug MacEachern | 2001-08-19 | 1 | -1/+1 |
* | Based on the VC6 switch - and pulling the win32 make files from cvs | William A. Rowe Jr | 2001-08-17 | 1 | -1/+5 |
* | Ignore goodness | William A. Rowe Jr | 2001-08-17 | 1 | -0/+1 |
* | Fix printf() warnings related to long->apr_off_t swap | Cliff Woolley | 2001-07-26 | 1 | -1/+1 |
* | Change the length of the content args to apr_off_t identifiers, and fix | William A. Rowe Jr | 2001-07-26 | 1 | -1/+1 |
* | Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printf | Greg Ames | 2001-07-25 | 1 | -2/+2 |
* | Remove last public vestigages of APR_INHERIT | 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 |
* | Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_ | Roy T. Fielding | 2001-05-22 | 1 | -1/+1 |
* | Do not start piped log processes during the config file | Bill Stoddard | 2001-05-16 | 1 | -0/+12 |
* | clean up DSO builds on OS/390 a bit by ignoring some generated files | Jeff Trawick | 2001-05-15 | 1 | -0/+1 |
* | mod_log_config: %c connection status incorrectly logged | Bill Stoddard | 2001-05-02 | 1 | -2/+3 |
* | Put the keep-alive connection logging back. | Ryan Bloom | 2001-04-22 | 1 | -0/+13 |
* | Revert the change that moved keepalives out of conn_rec. That variable | Roy T. Fielding | 2001-04-21 | 1 | -1/+0 |
* | Fix seg fault at start-up introduced by Ryan's change to enabl | Bill Stoddard | 2001-04-20 | 1 | -1/+7 |
* | Forgot to add this file. | Ryan Bloom | 2001-04-19 | 1 | -0/+75 |
* | Allow modules to specify their own logging format specifier. Basically, | Ryan Bloom | 2001-04-18 | 1 | -129/+60 |