| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -8/+8 |
| * | These functions aren't used by any module, and they don't make any sense | Ryan Bloom | 2000-10-12 | 1 | -12/+0 |
| * | Clean up some const-ness warnings in getsfunc_STRING(). | Jeff Trawick | 2000-10-02 | 1 | -3/+3 |
| * | Forward port 1.3 overhaul of isapi to 2.0. | William A. Rowe Jr | 2000-10-02 | 1 | -0/+58 |
| * | Fix some problems with the apr conversion so that APACHE_XLATE builds work | Jeff Trawick | 2000-08-07 | 1 | -3/+3 |
| * | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -14/+14 |
| * | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -82/+82 |
| * | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
| * | Remove a bunch of dead code from util_script. | Ryan Bloom | 2000-07-05 | 1 | -90/+0 |
| * | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
| * | Include the proper header file (under X/Open, at least) for ntohs() in | Jeff Trawick | 2000-06-15 | 1 | -0/+3 |
| * | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-12 | 1 | -0/+4 |
| * | Make a copy of getenv("PATH") before storing for later use. Some | Jeff Trawick | 2000-06-05 | 1 | -1/+1 |
| * | util_ebcdic.h, util_ebcdic.c, http_core.c: | Jeff Trawick | 2000-05-15 | 1 | -8/+14 |
| * | [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most | Jeff Trawick | 2000-04-20 | 1 | -1/+5 |
| * | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -4/+4 |
| * | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -33/+34 |
| * | Bring forward my recent 1.3 patches. | Brian Havard | 2000-03-20 | 1 | -1/+16 |
| * | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
| * | Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is | Ryan Bloom | 2000-01-28 | 1 | -1/+1 |
| * | Fix compile breaks on Windows. | Bill Stoddard | 2000-01-23 | 1 | -0/+1 |
| * | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 1 | -0/+2 |
| * | time overhaul: | dgaudet | 2000-01-09 | 1 | -3/+1 |
| * | Get rid of ap_call_exec. It has been #if 0'ed out for a long time, and we | Ryan Bloom | 1999-12-31 | 1 | -411/+0 |
| * | First step in getting Apache to use APR's time libraries. This gets a good | Ryan Bloom | 1999-12-20 | 1 | -1/+1 |
| * | Cleanup the ZZZ comments. Basically these used to mark places where APR | Ryan Bloom | 1999-11-16 | 1 | -3/+0 |
| * | Add printf format for ssize_t. | Ben Laurie | 1999-11-09 | 1 | -2/+2 |
| * | Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizing | Brian Havard | 1999-10-31 | 1 | -2/+2 |
| * | Undo the ap_bgets errno patch. It will return status with ap_berror(). | Manoj Kasichainula | 1999-10-31 | 1 | -2/+1 |
| * | An errnoless interface for ap_bgets | Manoj Kasichainula | 1999-10-30 | 1 | -1/+2 |
| * | Size rigour. | Ben Laurie | 1999-10-24 | 1 | -4/+4 |
| * | Add a status value to ap_log_error and ap_log_rerror. This allows us to use | Ryan Bloom | 1999-10-20 | 1 | -2/+2 |
| * | Eliminate warning about create_argv_cmd being unused. Code's topology needs ... | Ben Hyde | 1999-10-17 | 1 | -1/+2 |
| * | ifdef ap_call_exec out but keep it around until we get mod_include updated to... | Bill Stoddard | 1999-10-17 | 1 | -0/+2 |
| * | Fix typos | Martin Kraemer | 1999-10-11 | 1 | -2/+2 |
| * | First patch to re-order function parameters. This one gets the low hanging | Ryan Bloom | 1999-10-04 | 1 | -1/+1 |
| * | Remove all of the calls to functions like "ap_popenf". These functions were | Ryan Bloom | 1999-09-08 | 1 | -1/+2 |
| * | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | Ryan Bloom | 1999-08-31 | 1 | -16/+16 |
| * | Reverse the unnecessary change to the interface of ap_parseHTTPdate() | Roy T. Fielding | 1999-08-27 | 1 | -5/+4 |
| * | This evil little change modifies the interface to ap_parseHTTPdate() | Roy T. Fielding | 1999-08-26 | 1 | -4/+5 |
| * | Replace all alarms and timeouts with a mutex on alloc. | Roy T. Fielding | 1999-08-26 | 1 | -5/+0 |
| * | Removed RLIMIT stuff, supposedly to be implemented later in mod_cgi. | Roy T. Fielding | 1999-08-26 | 1 | -50/+12 |
| * | Rearchitect the mess in http_main.c, http_core.c and buff.c. | Roy T. Fielding | 1999-08-26 | 1 | -6/+5 |
| * | Apache 1.3.9 baseline for the Apache 2.0 repository. | Roy T. Fielding | 1999-08-24 | 1 | -0/+1138 |