cvs commit: apache/src alloc.c

1996-08-20 Thread Paul Richards
paul96/08/20 03:51:02 Modified:src alloc.c Log: Add $Id:$ Revision ChangesPath 1.11 +2 -1 apache/src/alloc.c Index: alloc.c === RCS file: /export/home/cvs/apache/src/alloc.c,v r

cvs commit: apache/src alloc.c

1996-09-30 Thread Brian Behlendorf
brian 96/09/30 20:24:06 Modified:src alloc.c Log: Reviewed by: Brian Behlendorf Submitted by: Mark Brown, [EMAIL PROTECTED] On Tue, 24 Sep 1996, Mark Brown wrote: > Here is a patch for the error log overwrite problem I reported > earlier. I have tested the patch

cvs commit: apache/src alloc.c

1996-10-01 Thread Brian Behlendorf
brian 96/10/01 12:19:17 Modified:src alloc.c Log: Removed second fopen, left by an error in apply patch by hand. Revision ChangesPath 1.14 +1 -2 apache/src/alloc.c Index: alloc.c ===

cvs commit: apache/src alloc.c

1996-12-14 Thread Ben Laurie
ben 96/12/14 12:28:47 Modified:src alloc.c Log: Fix bug in palloc() on sizes <= 0. Reviewed by: Rob Hartill, Chuck Murcko, Randy Terbush Revision ChangesPath 1.20 +6 -3 apache/src/alloc.c Index: alloc.c

cvs commit: apache/src alloc.c

1997-06-16 Thread Jim Jagielski
jim 97/06/16 11:42:48 Modified:src alloc.c Log: Make clear when we exit and why Revision ChangesPath 1.32 +1 -1 apache/src/alloc.c Index: alloc.c === RCS file: /export/home/cvs/ap

cvs commit: apache/src alloc.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:14:25 Modified:src alloc.c Log: pstrcat would return bogus results if it had no arguments. Submitted by: Stanley Gambarin <[EMAIL PROTECTED]> Revision ChangesPath 1.42 +3 -0 apache/src/alloc.c Index: alloc.c

cvs commit: apache/src alloc.c

1997-07-25 Thread Dean Gaudet
dgaudet 97/07/25 02:41:30 Modified:src alloc.c Log: Fix a file descriptor leak introduced by my cgi unbuffering patch. Revision ChangesPath 1.45 +3 -0 apache/src/alloc.c Index: alloc.c

cvs commit: apache/src alloc.c util_script.c

1996-06-03 Thread Mark J Cox
mjc 96/06/03 05:04:21 Modified:src alloc.c util_script.c Log: Submitted by: Paul Sutton <[EMAIL PROTECTED]> The HTTP specification says that it is legal to merge duplicate headers into one. Some browsers that support Cookies don't like merged headers and prefer th

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

1996-10-06 Thread Ben Laurie
ben 96/10/06 10:29:57 Modified:src alloc.c alloc.h Log: Make things const where appropriate. Revision ChangesPath 1.15 +12 -11apache/src/alloc.c Index: alloc.c === RCS file: /expor

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

1996-10-17 Thread Ben Laurie
ben 96/10/17 01:59:55 Modified:src alloc.c alloc.h Log: Make run_cleanup() global again ... it may be used by third party modules. Revision ChangesPath 1.17 +2 -2 apache/src/alloc.c Index: alloc.c

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

1996-07-21 Thread Ben Laurie
ben 96/07/21 07:49:04 Modified:src alloc.c alloc.h http_main.c Log: Fix old-style restarts (broken by graceful restarts). Also move graceful restarts to SIGUSR1 instead of SIGINT. Revision ChangesPath 1.7 +5 -0 apache/src/alloc.c Index: alloc.c

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

1996-08-08 Thread Brian Behlendorf
brian 96/08/08 00:21:18 Modified:src alloc.c alloc.h mod_cgi.c Log: Reviewed by: Brian Behlendorf Submitted by: Garey Smiley Removal of more special-cased EMX (OS/2) code, since those sections now work fine with OS/2. Revision ChangesPath 1.10 +0 -9

cvs commit: apache/src alloc.c http_main.c multithread.h

1997-06-16 Thread Dean Gaudet
dgaudet 97/06/16 10:53:15 Modified:src alloc.c http_main.c multithread.h Log: Fix the null statement warnings in a manner that avoids hassles should anyone start checking the return values. Also fix create_mutex() in the non-multithreaded case in preparation for someone ch

cvs commit: apache/src alloc.c http_protocol.c mod_cgi.c mod_proxy.c

1996-06-17 Thread Alexei Kosut
akosut 96/06/17 13:43:51 Modified:src alloc.c http_protocol.c mod_cgi.c mod_proxy.c Log: Various OS/2 patches. Submitted by: Garey Smiley Revision ChangesPath 1.6 +15 -3 apache/src/alloc.c Index: alloc.c ===

cvs commit: apache/src alloc.c alloc.h httpd.h util.c

1996-10-13 Thread Ben Laurie
ben 96/10/13 06:35:32 Modified:src alloc.c alloc.h httpd.h util.c Log: More constification and hiding of internal functions. Revision ChangesPath 1.16 +8 -8 apache/src/alloc.c Index: alloc.c ==

cvs commit: apache/src alloc.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c

1997-06-16 Thread Jim Jagielski
jim 97/06/16 08:38:58 Modified:src alloc.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c Log: NT Cleanup. Remove allow for functions called by spawn_child_err to return if the exec under UNIX fails and let s_c_e take care of the

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

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 12:31:15 Modified:src alloc.c alloc.h http_config.h mod_cgi.c util_script.c util_script.h Log: Add ScriptLog directive to cgi_module, with accompanying hooks in the core code. Reviewed by: Jim Jagielski Revision Changes

cvs commit: apache/src alloc.c explain.c md5c.c rfc1413.c util_md5.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 13:29:04 Modified:src alloc.c explain.c md5c.c rfc1413.c util_md5.c Log: Removal of Id lines, as per group consensus (this should be it, folks!) Revision ChangesPath 1.18 +0 -2 apache/src/alloc.c Index: alloc.c =

cvs commit: apache/src alloc.c buff.c http_bprintf.c http_log.c http_main.c httpd.h util_script.c

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 12:19:41 Modified:src alloc.c buff.c http_bprintf.c http_log.c http_main.c httpd.h util_script.c Log: Don't redefine assert() since it's frequently, but not always a macro. Use ap_assert. Unix assert does an abort() which causes a co

cvs commit: apache/src alloc.c alloc.h buff.c conf.h http_bprintf.c http_core.c http_core.h http_request.c

1996-07-25 Thread Alexei Kosut
akosut 96/07/25 12:32:33 Modified:src alloc.c alloc.h buff.c conf.h http_bprintf.c http_core.c http_core.h http_request.c Log: Add directive, and allow and (and ) to use regex. Also fix "bug" and add regcomp() function. Reviewed by: Randy Te

cvs commit: apache/src alloc.c alloc.h buff.c buff.h http_bprintf.c http_conf_globals.h http_config.c http_config.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h scoreboard.h util.c util_md5.c util_md5.h util_script.c util_script.h

1997-07-15 Thread Alexei Kosut
akosut 97/07/15 14:40:21 Modified:src alloc.c alloc.h buff.c buff.h http_bprintf.c http_conf_globals.h http_config.c http_config.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol

cvs commit: apache/src alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h md5.h md5c.c mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_browser.c mod_cern_meta.c mod_cgi.c mod_digest.c mod_dir.c mod_dld.c mod_env.c mod_expires.c mod_headers.c mod_imap.c mod_include.c mod_info.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_negotiation.c mod_rewrite.c mod_rewrite.h mod_status.c mod_userdir.c mod_usertrack.c rfc1413.c rfc1413.h scoreboard.h util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h

1997-01-01 Thread Randy Terbush
randy 97/01/01 10:11:13 Modified:src alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.