]> granicus.if.org Git - apache/history - include
PR:
[apache] / include /
2000-05-25 Jeff TrawickAPACHE_XLATE, CHARSET_EBCDIC stuff:
2000-05-24 Ryan BloomFix a memory leak with ap_wait_or_timeout.
2000-05-19 Roy T. FieldingPrototypes for the visible functions in mpm_common.c.
2000-05-19 William A. Rowe Jr Fixes to allow Apache to run as a Win95 service....
2000-05-18 Jeff TrawickFix problem where the Unix mpms had an unitialized...
2000-05-18 Roy T. FieldingMove prototype of ap_hook_deregister_all to where it...
2000-05-17 Jeff Trawickarg!! should have committed this with last night's...
2000-05-17 Jeff Trawickinclude translation information in the request_rec;
2000-05-17 William A. Rowe Jr Cleanup ap_config.h fallout for Win32. Only a few...
2000-05-17 William A. Rowe Jr Radical overhaul of the Apache-2.0/Win32 mpm <->...
2000-05-17 Greg Steinfix up the repository with the correct add/remove sequence.
2000-05-15 Ryan BloomCommit the EXEC_ON_READ changes. This allows modules...
2000-05-15 Jeff Trawickutil_ebcdic.h, util_ebcdic.c, http_core.c:
2000-05-12 Ryan BloomAll this file does is include another file. I am fixin...
2000-05-12 Bill StoddardAdd the prototype for ap_lingering_close()
2000-05-11 Jeff TrawickEBCDIC: Update util_md5.c routines to use APR-ized...
2000-05-10 Jeff Trawicknamespace-protect hdrs_to_ascii, hdrs_from_ascii, local...
2000-05-09 Jeff Trawickgeneric EBCDIC support code, changes to rfc1413.c to...
2000-05-06 William A. Rowe Jr First crack at getting Apache to build with pcre...
2000-05-05 Ryan BloomReplace hsregex with PCRE. The PCRE library is always...
2000-05-04 Ryan BloomMake reliable piped logs work on 2.0.
2000-04-28 Ryan BloomUpdate the version string for the current dev version.
2000-04-28 Ryan BloomUpdate version information for 3rd alpha.
2000-04-27 Doug MacEachernchange ap_hook_pre_connection from VOID to RUN_ALL
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-24 Greg Steindrop the "container" param from ap_walk_config(). calle...
2000-04-24 Greg Steinclean up cmd_parms: config_file is no longer valid...
2000-04-24 Greg Steinhandle error messages during building and processing...
2000-04-23 Roy T. FieldingFinished move of ap_md5 routines to apr_md5. Removed...
2000-04-22 Ryan BloomParse the config tree, instead of the config file....
2000-04-21 Bill StoddardEliminate compile warning on Windows
2000-04-20 Ryan BloomAdd support for pool to log_error_core. Also add ap_lo...
2000-04-20 Jeff Trawick[EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3...
2000-04-19 Brian HavardProvide prototypes for the provided strcasecmp & strnca...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-14 dgaudetmore namespace cleanup
2000-04-12 Ryan BloomFirst step to getting configuration modules working...
2000-04-05 Jeff Trawickstop relying on a macro to map signal() to ap_signal...
2000-04-05 Jeff Trawickif HAVE_SYSLOG is defined but LOG_PRIMASK isn't, define...
2000-04-01 Roy T. FieldingAnd then there was 2.0a3-dev, and Ryan said "Doh!"
2000-03-31 Ryan BloomUpdate the version name in the tree for 2.0a2
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-31 Manoj KasichainulaEliminate src/apaci, and replace with a header file...
2000-03-30 Ryan BloomFix the warnings associated with the pre_config patch.
2000-03-30 Ryan BloomPut the pre_config hook back into the table. This...
2000-03-27 Ryan BloomBackout layered I/O changes.
2000-03-25 Ryan BloomEnabled layered I/O. Docs are forthcoming.
2000-03-23 Allan K. EdwardsClear hook registrations between reads of the config...
2000-03-20 Brian HavardBring forward my recent 1.3 patches.
2000-03-19 Brian HavardTest for AP_USE_HSREGEX, not USE_HSREGEX, as that's...
2000-03-15 Manoj KasichainulaEliminate implicit usage of access.conf and srm.conf.
2000-03-14 Dirk-Willem van... Another one in the department of fairly useless patches...
2000-03-14 dgaudetmore missing from css
2000-03-14 dgaudetmissing from css patch
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-13 Ryan BloomUpdate the version string to reflect that we are curren...
2000-03-10 Ryan BloomFix all the License issues. Including:
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.
next