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 http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:39:42 Modified:src/main http_request.c Log: When calling rename_original_environment we should be creating the new table in the environment of the subrequest, not the main request. Otherwise it will consume memory when it shouldn't be... and will trigger

cvs commit: apachen/src/main http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:41:13 Modified:src/main http_request.c Log: Oh nevermind. I didn't realise internal redirected requests shared the same pool as the main request. That's odd, maybe there's some savings to be had... some other day. Revision ChangesPath 1.103

cvs commit: apachen/src/main buff.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 21:35:34 Modified:.STATUS src CHANGES src/main buff.c Log: really fix Rasmus' chunking problem this time introduce LARGE_WRITE_THRESHOLD tunable for determining when large_write() is a good idea Reviewed by:

cvs commit: apachen/src .gdbinit

1998-01-27 Thread dgaudet
dgaudet 98/01/26 22:02:51 Added: src .gdbinit Log: I needed a gdb macro to dump the contents of a table... I figured others might need it too. Revision ChangesPath 1.1 apachen/src/.gdbinit Index: .gdbinit

cvs commit: apache/src buff.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 22:25:05 Modified:src Tag: APACHE_1_2_X buff.c Log: This is the proper fix for chunked encoding and bputc()... the last one misses cases where bputc() is mixed with other bwrite() calls. Revision ChangesPath No revision

cvs commit: apache-site/contributors index.html

1998-01-27 Thread rasmus
rasmus 98/01/26 23:42:37 Modified:contributors index.html Log: Update my own info Revision ChangesPath 1.26 +3 -3 apache-site/contributors/index.html Index: index.html === RCS file:

test

1998-01-27 Thread Brian Behlendorf
Test of new alias --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- Optimism is a strategy for making [EMAIL PROTECTED] a better future. - Noam Chomsky[EMAIL PROTECTED]

cvs commit: apache-1.3 STATUS

1998-01-27 Thread dgaudet
dgaudet 98/01/27 00:38:46 Modified:.STATUS Log: testing commit on 1.3 branch Revision ChangesPath 1.133 +0 -2 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:00:46 Modified:src/main alloc.c alloc.h src/modules/standard mod_negotiation.c Log: Another iteration in getting POOL_DEBUG to work correctly. It turns out there are many more subtle interactions caused by the mod_negotiation fast redirect.

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

cvs commit: apache-1.3/src/modules/standard mod_unique_id.c

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:28:34 Modified:.STATUS src CHANGES src/modules/standard mod_unique_id.c Log: don't generate a second id on internal_redirects Revision ChangesPath 1.134 +1 -0 apache-1.3/STATUS Index: STATUS