]> granicus.if.org Git - apache/history - server/util_script.c
CGIs work again on UNIX because ap_create_process() works again on UNIX.
[apache] / server / util_script.c
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.