| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro | Brian Pane | 2002-06-30 | 1 | -1/+1 |
* | cleanup uses of apr_ischar() macros (no cast required) | William A. Rowe Jr | 2002-06-23 | 1 | -5/+5 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -45/+45 |
* | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 1 | -2/+2 |
* | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 1 | -2/+2 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -4/+9 |
* | deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT | Jeff Trawick | 2002-03-14 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | fix a potential thread safety issue in mod_mime_magic | Jeff Trawick | 2001-12-01 | 1 | -5/+4 |
* | Modify post_config hook so that it can return a error, | Ian Holsman | 2001-11-23 | 1 | -2/+3 |
* | Some syntax errors in mod_mime_magic's magic file can result | Jeff Trawick | 2001-10-27 | 1 | -1/+5 |
* | A bit of declaration would help get this loading on Win32 | William A. Rowe Jr | 2001-10-17 | 1 | -2/+2 |
* | Outch... fixed warning | William A. Rowe Jr | 2001-10-11 | 1 | -1/+1 |
* | Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS). | William A. Rowe Jr | 2001-10-02 | 1 | -3/+9 |
* | Fix a storage leak in mod_mime_magic. | Jeff Trawick | 2001-08-21 | 1 | -1/+1 |
* | fix a thread-safety bug by using apr_strtok() instead of strtok() | Jeff Trawick | 2001-06-07 | 1 | -4/+4 |
* | Fix a problem in mod_mime_magic where file descriptor 2 would be | Jeff Trawick | 2001-03-19 | 1 | -7/+9 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | more module build cleanup, removing warnings and some | Jeff Trawick | 2001-02-10 | 1 | -0/+3 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -3/+8 |
* | use apr_size_t for file lengths; this avoids a warning (and perhaps | Jeff Trawick | 2001-02-09 | 1 | -17/+17 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -16/+16 |
* | Eliminate all assumptions that finfo.protection reflects the existance | William A. Rowe Jr | 2001-01-31 | 1 | -2/+2 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -2/+2 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
* | Remove a couple more NULL handler specifications. | Ryan Bloom | 2001-01-12 | 1 | -1/+0 |
* | Fix some const warnings. | Ryan Bloom | 2000-11-28 | 1 | -3/+3 |
* | add the "next filter" parameter to the rest of the ap_sub_req_* calls. | Greg Stein | 2000-11-23 | 1 | -1/+1 |
* | Remove the suexec patch from mod_mime_magic | Ryan Bloom | 2000-10-30 | 1 | -1/+1 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -1/+1 |
* | Get rid of unused variable. | Jeff Trawick | 2000-09-20 | 1 | -1/+0 |
* | Fix a compile break in mod_mime_magic.c. In early 2.0 versions, we would | Ryan Bloom | 2000-09-08 | 1 | -15/+5 |
* | Remove IOLs from Apache. They are no longer necessary, now that we have | Ryan Bloom | 2000-08-23 | 1 | -5/+8 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -28/+28 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -46/+46 |
* | Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c. | Jeff Trawick | 2000-07-29 | 1 | -1/+2 |
* | Fix some issues with mod_mime_magic. Basically, we need to include | Ryan Bloom | 2000-07-24 | 1 | -25/+13 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 1 | -0/+4 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -4/+4 |
* | Remove ap_destroy_context from Apache 2.0. With the name change back to | Ryan Bloom | 2000-05-22 | 1 | -2/+2 |
* | Remove all remaining instances in Apache code of | Manoj Kasichainula | 2000-05-21 | 1 | -3/+0 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -2/+2 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -11/+11 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -32/+33 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -12/+12 |
* | Make sure mod_mime always has a chance to run before mod_mime_magic. | Bill Stoddard | 2000-02-16 | 1 | -1/+5 |
* | Manoj has been pushing for this for a while, but I've been too dense | Ryan Bloom | 2000-01-19 | 1 | -2/+3 |
* | Fix the rest of the modules to work with the new APR stat structure. | Ryan Bloom | 2000-01-07 | 1 | -4/+4 |
* | Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat to | Ryan Bloom | 2000-01-04 | 1 | -2/+2 |
* | Get rid of more platform dependant code. | Ryan Bloom | 1999-12-13 | 1 | -10/+1 |