]> granicus.if.org Git - apache/history - modules/http/http_protocol.c
First step in getting Apache to use APR's time libraries. This gets a good
[apache] / modules / http / http_protocol.c
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-12-19 David ReidRemove some nuisance warnings by changing int to ap_ssi...
1999-12-09 Bill StoddardFix Windows build break
1999-11-30 Manoj KasichainulaThe extra (n < 1) check is redundant, leftover from...
1999-11-20 David ReidNext stage of ap_mmap support. Tested on FreeBSD and...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-05 Bill StoddardExport ap_send_error_response
1999-11-03 Brian HavardOS/2: Don't return APR_EOF from ap_read(). EOF is indic...
1999-11-02 Bill StoddardDelete useless code...
1999-11-02 Bill StoddardFirst cut at adding a sendfile API to IOL. Eventually...
1999-11-01 Brian HavardIn ap_send_fb_length() don't treat APR_EOF as a fatal...
1999-10-31 Manoj KasichainulaFinish removing references to errno from buff, by intro...
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-30 Manoj Kasichainulaap_bwrite now exports an errnoless interface.
1999-10-30 Manoj KasichainulaChange ap_bread's interface to no longer require errno.
1999-10-26 Manoj Kasichainulaap_bflush and ap_bclose now return ap_status_t error...
1999-10-26 Manoj KasichainulaOne ap_bflush to the client wasn't checked. Now fixed.
1999-10-24 Ben LaurieSize rigour.
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-13 Manoj KasichainulaAdd a connection status table to replace the old functi...
1999-10-12 Manoj KasichainulaEliminate a warning.
1999-10-12 Manoj KasichainulaAttempt to make ap_send_fb work again. This is untested...
1999-10-11 Martin KraemerFix typos
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 Ralf S. EngelschallMake ``configure --with-option=devel'' under
1999-08-27 Roy T. FieldingReverse the unnecessary change to the interface of...
1999-08-27 Roy T. FieldingReverse the errors from bad merges that were found...
1999-08-26 Roy T. FieldingOdd comments and leftover bits from the pthreads version.
1999-08-26 Roy T. FieldingReplace SIGUSR1 with SIGWINCH
1999-08-26 Roy T. FieldingTODO: re-implement SAFEREAD external to BUFF using...
1999-08-26 Roy T. FieldingFIXME: These changes are just errors from bad merges...
1999-08-26 Roy T. FieldingThis evil little change modifies the interface to ap_pa...
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.