]> granicus.if.org Git - apache/history - include
PR:
[apache] / include /
1999-10-07 Ben HydeAdd process_rec to the top of {server,connection,reques...
1999-10-06 Ben HydeRemove obsolete ap_util_init function.
1999-10-05 Bill StoddardUpdate ap_send_fd() and ap_send_fd_length() to use...
1999-09-24 Manoj KasichainulaRestarts were hosed after the APR changes because we...
1999-09-20 Manoj KasichainulaMove ap_pregcomp and ap_pregfree from APR to Apache...
1999-09-13 Bill StoddardA bit of WIN32 header file cleanup
1999-09-11 Ben LaurieFix warnings.
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-09-06 Manoj KasichainulaThe closesocket define causes problems on BeOS. Get...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-27 Bill StoddardA bunch of changes to get the server compiling on WIN32...
1999-08-27 Roy T. FieldingReverse the unnecessary change to the interface of...
1999-08-27 Ralf S. EngelschallNow that this beast was officially declared as the...
1999-08-26 Roy T. FieldingAdd prototype for ap_select on OS/2
1999-08-26 Roy T. FieldingMore MPM changes. Remove NO_OTHER_CHILD defines.
1999-08-26 Roy T. FieldingSpecial Support for User-Space Threading Environments
1999-08-26 Roy T. FieldingMore MPM changes. Remove ap_can_exec and add a couple...
1999-08-26 Roy T. FieldingOdd comments and leftover bits from the pthreads version.
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-26 Roy T. FieldingReplace file descriptor with APRFile [Dean]
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-08-13 Manoj KasichainulaAdd a connection ID to conn_rec. It uniquely identifies...
1999-08-05 Manoj KasichainulaTake child_num and thread_num out of conn_rec. They...
1999-07-22 Ben LaurieAnd with one bound, he was free! This seemingly minor...
1999-07-05 Ben LaurieStrawman hooks implementation (beginning of).
1999-07-02 Manoj KasichainulaUse ap_new_connection in pthread MPM. This required...
1999-06-29 Ben LaurieNew API for I/O layering, and dependency updates.
1999-06-29 Manoj KasichainulaChange method of checking for active FDs after poll...
1999-06-27 Manoj KasichainulaUpdated the pthread MPM to work with the rest of the...
1999-06-25 dgaudet- ap_listen.h: interface to Listen, ListenBackLog and...
1999-06-20 dgaudetap_mpm_graceful_stop -> ap_graceful_stop_signalled
1999-06-20 dgaudetdocumentation
1999-06-20 dgaudetcrude ap_thread_mutex abstraction
1999-06-18 dgaudetInitial revision