cvs commit: apachen/src/main http_main.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:14:33 Modified:src/main http_main.c Log: clear_pool() was called before copy_listeners, and copy_listeners was using pointers from the cleared pool. close(scoreboard_fd) was happening before the scoreboard was even opened. Reviewed by: Jim Jagielski,

cvs commit: apachen/src/main http_request.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:15:14 Modified:src/main http_request.c Log: Fix an off-by-one error introduced in one of the directory_walk optimizations. Reviewed by: Jim Jagielski, Rob Hartill Revision ChangesPath 1.89 +3 -1 apachen/src/main/http_request.c

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 CHANGES

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:24:06 Modified:htdocs/manual new_features_1_3.html src CHANGES Log: Document alloc debugging. Revision ChangesPath 1.27 +10 -0 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apache-site/contributors index.html

1997-10-15 Thread mjc
mjc 97/10/15 05:24:02 Modified:contributors index.html Log: Swap to a personal email and web address that will be valid forever. Revision ChangesPath 1.18 +4 -4 apache-site/contributors/index.html Index: index.html

cvs commit: apachen/htdocs/manual/mod directive-dict.html directives.html mod_example.html mod_proxy.html

1997-10-15 Thread coar
coar97/10/15 07:45:27 Modified:htdocs/manual/mod directives.html mod_example.html mod_proxy.html Added: htdocs/manual/mod directive-dict.html Log: Clean up some typos in the proxy documentation, and add a dictionary for the directive

cvs commit: apachen/src/modules/example mod_example.c

1997-10-15 Thread coar
coar97/10/15 08:34:23 Modified:src/modules/example mod_example.c Log: Correct returns from auth/auth hooks so they don't interfere with *real* auth/auth activities by other modules. PR: 603 Revision ChangesPath 1.21 +2 -2

cvs commit: apachen/htdocs/manual LICENSE

1997-10-15 Thread jim
jim 97/10/15 13:22:49 Modified:.LICENSE htdocs/manual LICENSE Log: Put the Email address of who to contact Revision ChangesPath 1.7 +2 -1 apachen/LICENSE Index: LICENSE

cvs commit: apachen/src Makefile.tmpl

1997-10-15 Thread jim
jim 97/10/15 13:30:03 Modified:src Makefile.tmpl Log: Pass to the link stage Revision ChangesPath 1.69 +1 -1 apachen/src/Makefile.tmpl Index: Makefile.tmpl === RCS file: