| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the keepalives field out of the conn_rec and into an HTTP specific | Ryan Bloom | 2001-04-18 | 1 | -1/+8 |
* | tweak ap_get_remote_host() so that the caller can find out if she got | Jeff Trawick | 2001-03-09 | 1 | -1/+1 |
* | Add a couple of GCC attribute tags to printf style functions. This also | Ryan Bloom | 2001-02-22 | 1 | -2/+2 |
* | Rename the module structures so that the exported symbol matches | Martin Kraemer | 2001-02-16 | 2 | -8/+8 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 1 | -6/+9 |
* | Add new LogFormat directive, %D, to log time it takes to serve a request | Bill Stoddard | 2001-02-10 | 1 | -0/+9 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -16/+16 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -3/+3 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -1/+0 |
* | Last of the Win32 goodness I've noticed | William A. Rowe Jr | 2000-12-21 | 1 | -2/+2 |
* | *) remove STANDARD_LIBS line; it is unused/unneeded | Greg Stein | 2000-12-07 | 1 | -4/+3 |
* | Ignore all the files that are generated during a build | Ryan Bloom | 2000-12-05 | 1 | -0/+10 |
* | Get Apache to configure completely again. This still doesn't build, but | Ryan Bloom | 2000-12-04 | 1 | -1/+1 |
* | Get the modules configuration stuff working correctly. This just deals | Ryan Bloom | 2000-12-04 | 2 | -0/+13 |
* | Enable logging a cookie with mod_log_config | Ryan Bloom | 2000-11-30 | 1 | -0/+25 |