cvs commit: apache/src CHANGES alloc.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:59:12 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES alloc.c Log: Make table_{set,unset}() deal correctly with multiple occurrences of the same key. PR: 1604 Submitted by: Stephen Scheck <[EMAIL PROTECTED]>, Ben

cvs commit: apache/src CHANGES alloc.c http_config.c http_core.c mod_alias.c mod_autoindex.c mod_browser.c mod_rewrite.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:38:17 Modified:src CHANGES alloc.c http_config.c http_core.c mod_alias.c mod_autoindex.c mod_browser.c mod_rewrite.c Log: Various tweaks to eliminate pointer-int casting warnings on 64-bit cpus like the alph

cvs commit: apache/src CHANGES alloc.c buff.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:24:07 Modified:src CHANGES alloc.c buff.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: cgi unbuffering. Includes various BUFF * routines for script/cgi that suplement th

cvs commit: apache/src CHANGES alloc.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

1997-07-14 Thread Roy Fielding
fielding97/07/14 04:29:00 Modified:src CHANGES alloc.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: Removed "Make cgi unbuffered" changes of 1997/07/06 Revision ChangesPath 1.335

cvs commit: apache/src CHANGES alloc.c alloc.h mod_dir.c mod_negotiation.c

1997-07-07 Thread Dean Gaudet
dgaudet 97/07/07 23:32:37 Modified:src CHANGES alloc.c alloc.h mod_dir.c mod_negotiation.c Log: PR#525: there are unprotected opendir/closedir calls in mod_dir.c and mod_negotiation.c. Add popendir/pclosedir to deal with them. Revision Changes

cvs commit: apache/src CHANGES alloc.c alloc.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

1997-07-05 Thread Sameer Parekh
sameer 97/07/05 22:37:24 Modified:src CHANGES alloc.c alloc.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: Make cgi unbuffered so that nph is only a header thing Revision ChangesPath 1.3

cvs commit: apache/src CHANGES alloc.c alloc.h

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:24:29 Modified:src CHANGES alloc.c alloc.h Log: Add kill_only_once option for free_proc_chain to avoid the SIGKILL. Submitted by: Stanley Gambarin <[EMAIL PROTECTED]> Revision ChangesPath 1.301 +4 -0 apache/src/CHANGES Index: C

cvs commit: apache/src CHANGES alloc.c alloc.h http_main.c http_protocol.c mod_browser.c mod_include.c mod_rewrite.c mod_status.c scoreboard.h

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 16:35:29 Modified:src CHANGES alloc.c alloc.h http_main.c http_protocol.c mod_browser.c mod_include.c mod_rewrite.c mod_status.c scoreboard.h Log: Graceful restarts, reliable signals, and memory fixes. Revi

cvs commit: apache/src CHANGES alloc.c http_config.c http_log.c http_main.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_rewrite.c util.c

1997-03-22 Thread Dean Gaudet
dgaudet 97/03/22 15:51:10 Modified:src CHANGES alloc.c http_config.c http_log.c http_main.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_rewrite.c util.c Log: errno reporting cleanup. popenf, pclosef, spawn

cvs commit: apache/src CHANGES alloc.c

1997-03-10 Thread Dean Gaudet
dgaudet 97/03/10 01:27:43 Modified:src CHANGES alloc.c Log: Memory allocation problem in push_array() -- it would corrupt memory when nalloc==0. Submitted: Kai Risku <[EMAIL PROTECTED]> and Roy Fielding Reviewed: Dean, Randy, Chuck Revision ChangesPath 1.19

cvs commit: apache/src CHANGES alloc.c alloc.h http_config.h httpd.h mod_env.c mod_negotiation.c util.c

1996-05-27 Thread Alexei Kosut
akosut 96/05/27 12:48:45 Modified:src CHANGES alloc.c alloc.h http_config.h httpd.h mod_env.c mod_negotiation.c util.c Log: Move get_token() and table_unset() from mod_negotiation.c and mod_env.c to util.c and alloc.c, respectively. Also add pstrndup