]> granicus.if.org Git - apache/history - modules/http/http_core.c
Some TODOCs have been DOCced.
[apache] / modules / http / http_core.c
2000-03-21 Tony FinchSome TODOCs have been DOCced.
2000-03-21 Tony FinchExplain the changed ErrorDocument syntax.
2000-03-15 Manoj KasichainulaEliminate implicit usage of access.conf and srm.conf.
2000-03-14 dgaudetgo dirk go, RAW_ARGS is evil. added a TODOC.
2000-03-14 Dirk-Willem van... Nasty backwards compatibility breaking 'fix' to get...
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
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-19 Ryan BloomCleanup a few things with the compile. There were...
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-09 dgaudettime overhaul:
2000-01-06 Ryan BloomSeparate the stat structure from the file structure...
1999-12-21 Manoj KasichainulaAdd back support for UseCanonicalName in <Directory...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-12-11 Ryan BloomGet rid of an instance of ap_file_os_t from the Apache...
1999-11-23 Ryan BloomUpdate some dependancies. Move the final two files...
1999-11-20 David ReidNext stage of ap_mmap support. Tested on FreeBSD and...
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-08 Brian HavardGet rid of a number of 'incompatible pointer type'...
1999-10-21 Bill StoddardThis patch fixes EBCDIC conversion for Apache 1.3.9...
1999-10-20 Bill StoddardFix an ap_log_rerror call in a Win32 code branch
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-14 Ryan BloomI missed one function when swapping paramters. This...
1999-10-11 Martin KraemerFix typos
1999-10-06 Ryan BloomBring file_io up to the new parameter order for APR...
1999-10-05 Bill StoddardUpdate ap_send_fd() and ap_send_fd_length() to use...
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-14 Ryan BloomA change to how APR uses user data. Now, user data...
1999-09-11 Ben LaurieFix warnings.
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-28 Roy T. FieldingRemove error message that was missed in an earlier...
1999-08-26 Roy T. FieldingReplace file descriptors with APRFile.
1999-08-26 Roy T. FieldingOdd comments and leftover bits from the pthreads version.
1999-08-26 Roy T. FieldingAdd an erroe message when handler not found. This...
1999-08-26 Roy T. FieldingUse less memory when generating an error message.
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-26 Roy T. FieldingReplace all alarms and timeouts with a mutex on alloc.
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.