]> granicus.if.org Git - apache/history - server/util_script.c
Description of terms used to describe modules in the new (not yet
[apache] / server / util_script.c
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-05 Ryan BloomRemove a bunch of dead code from util_script.
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-15 Jeff TrawickInclude the proper header file (under X/Open, at least...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-05 Jeff TrawickMake a copy of getenv("PATH") before storing for later...
2000-05-15 Jeff Trawickutil_ebcdic.h, util_ebcdic.c, http_core.c:
2000-04-20 Jeff Trawick[EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-20 Brian HavardBring forward my recent 1.3 patches.
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-23 Bill StoddardFix compile breaks on Windows.
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-09 dgaudettime overhaul:
1999-12-31 Ryan BloomGet rid of ap_call_exec. It has been #if 0'ed out...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-09 Ben LaurieAdd printf format for ssize_t.
1999-10-31 Brian HavardEliminate use of FILE * & ap_get_os_file() in mod_asis...
1999-10-31 Manoj KasichainulaUndo the ap_bgets errno patch. It will return status...
1999-10-30 Manoj KasichainulaAn errnoless interface for ap_bgets
1999-10-24 Ben LaurieSize rigour.
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-17 Ben HydeEliminate warning about create_argv_cmd being unused...
1999-10-17 Bill Stoddardifdef ap_call_exec out but keep it around until we...
1999-10-11 Martin KraemerFix typos
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-27 Roy T. FieldingReverse the unnecessary change to the interface of...
1999-08-26 Roy T. FieldingThis evil little change modifies the interface to ap_pa...
1999-08-26 Roy T. FieldingReplace all alarms and timeouts with a mutex on alloc.
1999-08-26 Roy T. FieldingRemoved RLIMIT stuff, supposedly to be implemented...
1999-08-26 Roy T. FieldingRearchitect the mess in http_main.c, http_core.c and...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.