summaryrefslogtreecommitdiff
path: root/server/util_script.c
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-8/+8
* These functions aren't used by any module, and they don't make any senseRyan Bloom2000-10-121-12/+0
* Clean up some const-ness warnings in getsfunc_STRING().Jeff Trawick2000-10-021-3/+3
* Forward port 1.3 overhaul of isapi to 2.0.William A. Rowe Jr2000-10-021-0/+58
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-071-3/+3
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-14/+14
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-82/+82
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Remove a bunch of dead code from util_script.Ryan Bloom2000-07-051-90/+0
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* Include the proper header file (under X/Open, at least) for ntohs() inJeff Trawick2000-06-151-0/+3
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-121-0/+4
* Make a copy of getenv("PATH") before storing for later use. SomeJeff Trawick2000-06-051-1/+1
* util_ebcdic.h, util_ebcdic.c, http_core.c:Jeff Trawick2000-05-151-8/+14
* [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces mostJeff Trawick2000-04-201-1/+5
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Bring forward my recent 1.3 patches.Brian Havard2000-03-201-1/+16
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-1/+1
* Fix compile breaks on Windows.Bill Stoddard2000-01-231-0/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+2
* time overhaul:dgaudet2000-01-091-3/+1
* Get rid of ap_call_exec. It has been #if 0'ed out for a long time, and weRyan Bloom1999-12-311-411/+0
* First step in getting Apache to use APR's time libraries. This gets a goodRyan Bloom1999-12-201-1/+1
* Cleanup the ZZZ comments. Basically these used to mark places where APRRyan Bloom1999-11-161-3/+0
* Add printf format for ssize_t.Ben Laurie1999-11-091-2/+2
* Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizingBrian Havard1999-10-311-2/+2
* Undo the ap_bgets errno patch. It will return status with ap_berror().Manoj Kasichainula1999-10-311-2/+1
* An errnoless interface for ap_bgetsManoj Kasichainula1999-10-301-1/+2
* Size rigour.Ben Laurie1999-10-241-4/+4
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-2/+2
* Eliminate warning about create_argv_cmd being unused. Code's topology needs ...Ben Hyde1999-10-171-1/+2
* ifdef ap_call_exec out but keep it around until we get mod_include updated to...Bill Stoddard1999-10-171-0/+2
* Fix typosMartin Kraemer1999-10-111-2/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-1/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-16/+16
* Reverse the unnecessary change to the interface of ap_parseHTTPdate()Roy T. Fielding1999-08-271-5/+4
* This evil little change modifies the interface to ap_parseHTTPdate()Roy T. Fielding1999-08-261-4/+5
* Replace all alarms and timeouts with a mutex on alloc.Roy T. Fielding1999-08-261-5/+0
* Removed RLIMIT stuff, supposedly to be implemented later in mod_cgi.Roy T. Fielding1999-08-261-50/+12
* Rearchitect the mess in http_main.c, http_core.c and buff.c.Roy T. Fielding1999-08-261-6/+5
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+1138