cvs commit: apachen/src/main alloc.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:37:52 Modified:src/main alloc.c Log: more pool debugging -- copy_table() and overlay_tables() have implicit assumptions about the pool relationships of their arguments. There are actually some bugs in the core code I'll fix in a few minutes. Revision

cvs commit: apachen/src/main alloc.c

1997-12-30 Thread dgaudet
dgaudet 97/12/30 11:56:12 Modified:src/main alloc.c Log: another off-by-1 Revision ChangesPath 1.65 +1 -1 apachen/src/main/alloc.c Index: alloc.c === RCS file:

cvs commit: apachen/src/main alloc.c

1997-12-29 Thread ben
ben 97/12/29 09:51:59 Modified:src CHANGES src/main 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 Reviewed by: Ben Laurie Revision

cvs commit: apachen/src/main alloc.c

1997-12-26 Thread dgaudet
dgaudet 97/12/26 15:25:47 Modified:.STATUS src CHANGES src/main alloc.c Log: Interim (slow) fix for p-sub_pool critical sections in alloc.c. Affects win32 only. Submitted by: Ben Hyde Reviewed by: Dean Gaudet, Jim Jagielski

cvs commit: apachen/src/main alloc.c

1997-12-07 Thread ben
ben 97/12/07 13:28:49 Modified:src CHANGES src/main alloc.c Log: Cure filehandle leak in Win32 CGI. PR: 1523 Submitted by: Peter Tillemans [EMAIL PROTECTED] Revision ChangesPath 1.523 +2 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main alloc.c

1997-12-07 Thread ben
ben 97/12/07 13:33:19 Modified:src/main alloc.c Log: Arg! Oh God! Get the formatting right before righteous bolts smite me. Revision ChangesPath 1.60 +6 -9 apachen/src/main/alloc.c Index: alloc.c

Re: cvs commit: apachen/src/main alloc.c

1997-12-07 Thread Marc Slemko
On 7 Dec 1997 [EMAIL PROTECTED] wrote: ben 97/12/07 13:28:49 Modified:src CHANGES src/main alloc.c Log: Cure filehandle leak in Win32 CGI. PR: 1523 Submitted by: Peter Tillemans [EMAIL PROTECTED] Revision ChangesPath 1.523

cvs commit: apachen/src/main alloc.c alloc.h http_main.c

1997-11-12 Thread dgaudet
dgaudet 97/11/12 15:22:09 Modified:src CHANGES src/main alloc.c alloc.h http_main.c Log: Create the pchild pool which is created before child_init and destroyed after child_exit. This fixes a bug with reliable piped logs. Reviewed by: Jim Jagielski, Roy

cvs commit: apachen/src/main alloc.c util_script.c

1997-10-20 Thread ben
ben 97/10/20 05:09:00 Modified:src/main alloc.c util_script.c Log: Fix CGI under Win95 (plus some error checking). This needs doing more carefully. Revision ChangesPath 1.52 +18 -10apachen/src/main/alloc.c Index: alloc.c

cvs commit: apachen/src/main alloc.c

1997-10-20 Thread pcs
pcs 97/10/20 13:02:21 Modified:src/main alloc.c Log: Prevent unnecessary premature end of headers errors on Win32 by correctly spotting if a spawned CGI fails, and if so, using the normal Unix logging to note it. Specifically make the Win32 error return value from spawn*()

cvs commit: apachen/src/main alloc.c

1997-10-20 Thread pcs
pcs 97/10/20 13:31:59 Modified:src/main alloc.c Log: Remove C++ comment Revision ChangesPath 1.54 +1 -1 apachen/src/main/alloc.c Index: alloc.c === RCS file:

cvs commit: apachen/src/main alloc.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:19:36 Modified:src/main alloc.c Log: Add in alloc debugging code which can be used standalone to detect some uninitialized read, and use-after-free errors. It can also be combined with debuggers like efence and Purify. By default nothing should change.

cvs commit: apachen/src/main alloc.c http_main.c

1997-10-04 Thread Dean Gaudet
dgaudet 97/10/04 19:06:39 Modified:src/main alloc.c http_main.c Log: Fix Ouch! Freeing free block error. Beef up sigsegv/bus handler to also deal with sigabort/sigabrt and not get into an infinite loop. Reviewed by: Rob Hartill Revision ChangesPath 1.49 +1

cvs commit: apachen/src/main alloc.c alloc.h

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:36:34 Modified:src INDENT src/main alloc.c alloc.h Log: indent Revision ChangesPath 1.8 +2 -2 apachen/src/INDENT Index: INDENT === RCS file: