]> granicus.if.org Git - apache/history - include
Add requried #include "ap_config.h" in a couple of OS/2 specific files.
[apache] / include /
2000-02-16 Bill StoddardTemporary hack to fix WIN32 compiles until the autoconf...
2000-02-01 Bill StoddardThis patch is sure to break someone!
2000-02-01 Martin KraemerThe 'canonical' name for this #define (as of Configure...
2000-01-21 Bill StoddardAdd back the script_interpreter_source code.
2000-01-21 Bill StoddardBack out most of the last commit. Keep APR macros seper...
2000-01-20 Bill StoddardConvert HAVE_NETINET... to the APR mac
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
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-31 Ryan BloomGet rid of ap_call_exec. It has been #if 0'ed out...
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-21 Ryan BloomRemove a bunch of functions that are being replaced...
1999-12-20 Bill StoddardHandle -k restart|shutdown command line option from...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-12-13 Ryan BloomFix some warnings when configured with --enable-maintai...
1999-12-11 Ryan BloomGet rid of an instance of ap_file_os_t from the Apache...
1999-12-08 Manoj KasichainulaFix even more "-i" -> " ap_context_t " changes.
1999-12-04 Wilfredo SanchezDisable the DYLD_CANT_UNLOAD workaround for Mac OS...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-11-30 Manoj KasichainulaSome compile fixes for the piped log code. It doesn...
1999-11-30 Manoj KasichainulaAdd apr_thread_proc.h so it can find ap_proc_t.
1999-11-30 Manoj KasichainulaDeal with times() properly in autoconf. This also chang...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-11-20 David ReidNext stage of ap_mmap support. Tested on FreeBSD and...
1999-11-19 Ryan BloomRemove the ap_thread_mutex code from all MPM's. This...
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-17 Ryan BloomCleaned up the APRFile uses in Apache. Also removed...
1999-11-05 Bill StoddardExport ap_send_error_response
1999-11-02 Brian HavardDe-errno ap_pcfg_openfile().
1999-10-31 Brian HavardEliminate use of FILE * & ap_get_os_file() in mod_asis...
1999-10-24 Ben LaurieSize rigour.
1999-10-24 Brian HavardEnhancements for APR network_io. Adds separate local...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-13 Manoj KasichainulaAdd calls ap_get_connections and ap_get_connection_keys...
1999-10-13 Ben HydeRemove all but one WIN32 from http_main. Other minor...
1999-10-13 Manoj KasichainulaAdd a connection status table to replace the old functi...
1999-10-11 Ryan BloomMake Apache use the new ap_create_process call. This...
1999-10-08 Bill StoddardUse AcceptEx with an async completion port. What we...
1999-10-07 Martin Kraemerap_listeners must be extern, otherwise you get multiple...
1999-10-07 Ben HydeWell this was thought provoking.
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