cvs commit: apache-1.3/src/main alloc.c

1999-10-08 Thread rse
rse 99/10/08 07:23:41 Modified:src/main alloc.c Log: fix typo Revision ChangesPath 1.116 +1 -1 apache-1.3/src/main/alloc.c Index: alloc.c === RCS file:

cvs commit: apache-1.3/src/main alloc.c

1999-05-25 Thread bjh
bjh 99/05/25 08:32:55 Modified:src/main alloc.c Log: In OS/2 process spawning, move calls to change pipe handle inheritance to the correct places so they only get called for the pipes that have actually created. Revision ChangesPath 1.113 +3 -4

cvs commit: apache-1.3/src/main alloc.c

1999-04-29 Thread bjh
bjh 99/04/28 19:04:07 Modified:src/main alloc.c Log: When spawning OS/2 CGIs, prevent handles to parent's side of stdio pipes from being inherited by spawned child so pipes shut down when they should. Revision ChangesPath 1.110 +9 -0

cvs commit: apache-1.3/src/main alloc.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 09:28:47 Modified:src/main alloc.c Log: ALLOC_STATS support... I don't think this hurts anything... but feel free to remove it if someone objects. Revision ChangesPath 1.108 +51 -0 apache-1.3/src/main/alloc.c Index: alloc.c

cvs commit: apache-1.3/src/main alloc.c

1999-03-07 Thread fielding
fielding99/03/07 06:05:34 Modified:src CHANGES src/include alloc.h src/main alloc.c Log: Use proper pid_t type for saving PIDs in alloc.c. Submitted by: John Bley [EMAIL PROTECTED] Reviewed by: Roy Fielding Revision ChangesPath

cvs commit: apache-1.3/src/main alloc.c

1998-11-07 Thread rse
rse 98/11/07 06:31:25 Modified:src CHANGES src/main alloc.c Log: Backout conservative NULL/ap_null_cleanup prevention change on requests from Dean and Ben H. Revision ChangesPath 1.1139+0 -7 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main alloc.c

1998-11-06 Thread rse
rse 98/11/06 04:24:38 Modified:src CHANGES src/main alloc.c Log: Fix internal handling of registered cleanups in alloc.c by making sure that NULL-specified callback functions (we don't do this in the official set of modules, but third-party modules do)

cvs commit: apache-1.3/src/main alloc.c

1998-10-02 Thread coar
coar98/10/01 19:02:42 Modified:src/main alloc.c Log: When the pipe handles are created, the security descriptor indicates that the handle can be inherited. However, we do not want the server side handles to the pipe to be inherited by the child CGI

cvs commit: apache-1.3/src/main alloc.c util.c

1998-09-26 Thread jim
jim 98/09/25 16:01:55 Modified:src/main alloc.c util.c Log: Maintain state of errno in ap_pcfg_openfile and the functions that it calls. Needed when parsing .htaccess Revision ChangesPath 1.100 +6 -1 apache-1.3/src/main/alloc.c Index: alloc.c

cvs commit: apache-1.3/src/main alloc.c

1998-07-27 Thread Ralf S. Engelschall
rse 98/07/27 07:58:20 Modified:src CHANGES src/main alloc.c Log: Fix Win32 part of ap_spawn_child() by providing a reasonable child_info structure instead of just NULL. This fixes at least the RewriteMap programs under Win32. Submitted by: Marco De

cvs commit: apache-1.3/src/main alloc.c

1998-06-08 Thread dgaudet
dgaudet 98/06/07 22:39:56 Modified:src CHANGES src/main alloc.c Log: fix typo Submitted by: Alvaro Martinez Echevarria Revision ChangesPath 1.895 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main alloc.c

1998-05-06 Thread dgaudet
dgaudet 98/05/05 23:09:21 Modified:src/main alloc.c Log: psprintf: fix a memory leak -- need to block alarms the whole time the block is being abused... easier to do that than it is to massage p-last each time we have to get a new block. fix a bug in psprintf_flush, it

cvs commit: apache-1.3/src/main alloc.c

1998-05-06 Thread dgaudet
dgaudet 98/05/05 23:26:18 Modified:src/main alloc.c Log: Add a bit more sanity checking for ALLOC_DEBUG -- test the space past the end of a block to be sure it hasn't been overwritten. Revision ChangesPath 1.90 +13 -4 apache-1.3/src/main/alloc.c Index:

cvs commit: apache-1.3/src/main alloc.c

1998-05-06 Thread dgaudet
dgaudet 98/05/06 12:49:52 Modified:src/ap ap_snprintf.c src/include ap.h src/main alloc.c Log: add various comments based on comments from Martin to me Revision ChangesPath 1.20 +3 -0 apache-1.3/src/ap/ap_snprintf.c Index:

cvs commit: apache-1.3/src/main alloc.c buff.c

1998-03-30 Thread dgaudet
dgaudet 98/03/29 17:22:53 Modified:.STATUS src CHANGES src/ap ap_snprintf.c src/include ap.h src/main alloc.c buff.c Log: Satisfy the naming police. I prefer ap_ anyhow. I would be a lot happier with a

cvs commit: apache-1.3/src/main alloc.c

1998-03-28 Thread dgaudet
dgaudet 98/03/28 13:35:42 Modified:.STATUS src/include alloc.h src/main alloc.c Log: alloc debugging stuff works with psprintf Revision ChangesPath 1.231 +0 -1 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/main alloc.c http_config.c http_core.c http_main.c http_protocol.c rfc1413.c util_date.c

1998-03-17 Thread dgaudet
dgaudet 98/03/17 00:21:11 Modified:src/helpers UpdateHide src/include http_config.h http_protocol.h http_request.h util_date.h src/main alloc.c http_config.c http_core.c http_main.c http_protocol.c rfc1413.c

cvs commit: apache-1.3/src/main alloc.c

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:24:33 Modified:src CHANGES src/main alloc.c Log: People are challenging me to write something in assembly... well gcc is so nice that I don't have to do this one in assembly. MAKE_TABLE_PROFILE is a debugging mode that makes it easier to

cvs commit: apache-1.3/src/main alloc.c

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:04:37 Modified:src/main alloc.c Log: I didn't implement a fully general pool_join... so I should test that the inputs really are what I expect. Revision ChangesPath 1.72 +3 -2 apache-1.3/src/main/alloc.c Index: alloc.c