| Commit message (Expand) | Author | Age | Files | Lines |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 4 | -31/+31 |
* | Port a 1.3 EBCDIC fix to 2.0: | Jeff Trawick | 2000-04-26 | 1 | -8/+13 |
* | drop the "container" param from ap_walk_config(). callers should simply | Greg Stein | 2000-04-24 | 1 | -7/+8 |
* | clean up cmd_parms: config_file is no longer valid; end_token is bogus; | Greg Stein | 2000-04-24 | 1 | -135/+38 |
* | handle error messages during building and processing of the configuration. | Greg Stein | 2000-04-24 | 1 | -16/+17 |
* | Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390). | Jeff Trawick | 2000-04-23 | 1 | -1/+1 |
* | Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h. | Roy T. Fielding | 2000-04-23 | 1 | -1/+1 |
* | Parse the config tree, instead of the config file. This is a first step there | Ryan Bloom | 2000-04-23 | 1 | -64/+14 |
* | Another required ap_canonical_error(). | Brian Havard | 2000-04-20 | 1 | -1/+1 |
* | Use ap_canonical_error() where appropriate. | Brian Havard | 2000-04-20 | 1 | -3/+4 |
* | [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most | Jeff Trawick | 2000-04-20 | 1 | -14/+14 |
* | Allow for the possibility of receiving data regardless of the pipe | Bill Stoddard | 2000-04-14 | 1 | -28/+36 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 4 | -20/+20 |
* | get rid of an unused variable from virtualhost_section() | Jeff Trawick | 2000-04-05 | 1 | -1/+1 |
* | stop relying on a macro to map signal() to ap_signal(); call | Jeff Trawick | 2000-04-05 | 1 | -1/+1 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -33/+34 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 3 | -97/+100 |
* | when logging a failure of ap_mmap_create(), pass the returned | Jeff Trawick | 2000-03-29 | 1 | -2/+3 |
* | Backout layered I/O changes. | Ryan Bloom | 2000-03-27 | 2 | -78/+39 |
* | Enabled layered I/O. Docs are forthcoming. | Ryan Bloom | 2000-03-25 | 2 | -39/+78 |
* | improve error message for missing mime types file | Jeff Trawick | 2000-03-22 | 1 | -1/+1 |
* | get rid of unused local variable w in set_error_document() | Jeff Trawick | 2000-03-22 | 1 | -1/+0 |
* | Some TODOCs have been DOCced. | Tony Finch | 2000-03-21 | 1 | -3/+0 |
* | Explain the changed ErrorDocument syntax. | Tony Finch | 2000-03-21 | 1 | -1/+0 |
* | Added AddCharset back in again. Need that badly for | Dirk-Willem van Gulik | 2000-03-17 | 1 | -1/+2 |
* | PR: | Dirk-Willem van Gulik | 2000-03-17 | 1 | -12/+361 |
* | Eliminate implicit usage of access.conf and srm.conf. | Manoj Kasichainula | 2000-03-16 | 1 | -14/+0 |
* | go dirk go, RAW_ARGS is evil. added a TODOC. | dgaudet | 2000-03-14 | 1 | -0/+1 |
* | Nasty backwards compatibility breaking 'fix' to get rid of | Dirk-Willem van Gulik | 2000-03-14 | 1 | -12/+25 |
* | Backport the CSS security fixes to Apache 2.0a. Or is that forward | Jim Jagielski | 2000-03-13 | 2 | -8/+77 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 4 | -37/+37 |
* | clean up a bunch of -Wall/etc warnings | dgaudet | 2000-03-02 | 1 | -1/+1 |
* | Set timeouts to sendfile operation in http_protocol.c. Fix bugs in Win32 | Bill Stoddard | 2000-01-31 | 1 | -10/+20 |
* | Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is | Ryan Bloom | 2000-01-28 | 3 | -3/+3 |
* | More sendfile work. Use new sendfile API in Apache, update Windows MPM | Bill Stoddard | 2000-01-27 | 1 | -2/+6 |
* | Quiet some warnings. | Brian Havard | 2000-01-26 | 1 | -1/+1 |
* | Manoj has been pushing for this for a while, but I've been too dense | Ryan Bloom | 2000-01-19 | 1 | -1/+3 |
* | Cleanup a few things with the compile. There were also a few macro name | Ryan Bloom | 2000-01-19 | 2 | -4/+4 |
* | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 3 | -3/+3 |
* | This is a huge change to the configure system. Basically, this name space | Ryan Bloom | 2000-01-19 | 1 | -1/+3 |
* | Update Windows port to new file_io and time specs | Bill Stoddard | 2000-01-17 | 1 | -6/+1 |
* | Fix some remaining problems with SSI's and Windows. Basically, the | Ryan Bloom | 2000-01-12 | 2 | -9/+15 |
* | Rework ap_finfo_t to split the file type out of the protection field. | Brian Havard | 2000-01-10 | 2 | -14/+17 |
* | time overhaul: | dgaudet | 2000-01-09 | 3 | -45/+24 |
* | Fix a minor bug that would cause us to return FORBIDDEN for all requests. | Ryan Bloom | 2000-01-06 | 1 | -1/+1 |
* | Separate the stat structure from the file structure and use ap_stat and | Ryan Bloom | 2000-01-06 | 4 | -30/+28 |
* | Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to get | Ryan Bloom | 1999-12-21 | 1 | -3/+3 |
* | Fix the mass vhosting security problem spotted by Lars, as in 1.3 | Tony Finch | 1999-12-21 | 1 | -1/+3 |
* | Add back support for UseCanonicalName in <Directory> containers. Found | Manoj Kasichainula | 1999-12-21 | 1 | -1/+1 |
* | First step in getting Apache to use APR's time libraries. This gets a good | Ryan Bloom | 1999-12-20 | 3 | -25/+53 |