stoddard99/10/07 07:00:07
Modified:.STATUS
Log:
New patches available
Revision ChangesPath
1.756 +14 -1 apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3/STATUS,v
r
stoddard99/10/07 07:08:27
Modified:src/ap ap.mak
Log:
Forgot to commit the ap.mak file along with the ap.dsp project file
Revision ChangesPath
1.6 +52 -106 apache-2.0/src/ap/ap.mak
Index: ap.mak
stoddard99/10/07 07:13:14
Modified:src/main gen_test_char.mak gen_uri_delims.mak
Log:
Forgot to update the make files along with the .dsp project files.
Revision ChangesPath
1.3 +66 -43apache-2.0/src/main/gen_test_char.mak
Index: gen_test_char.mak
===
bhyde 99/10/07 07:32:09
Modified:src/main http_main.c
Log:
Man! This file vastly improved. Thanks Dean!
Use the abstraction API_EXPORT_NONSTD for exporting main (aka
apache_main). Use clear rather than destroy on ptemp as other
'systolic' pools do. That also fixing a l
bhyde 99/10/07 08:33:07
Modified:src/main http_main.c
Log:
Changed my mind, ptemp maybe "systolic" but since it is empty
during the entire time the server is serving it's best to destroy it.
Revision ChangesPath
1.11 +3 -2 apache-2.0/src/main/http_main.c
bhyde 99/10/07 08:36:40
Modified:src/main http_main.c
Log:
Duh.
Revision ChangesPath
1.12 +1 -1 apache-2.0/src/main/http_main.c
Index: http_main.c
===
RCS file: /home/cvs/apache-2.0/src/m
bhyde 99/10/07 11:13:24
Modified:src/include http_config.h httpd.h
src/main http_config.c http_main.c
Log:
Add process_rec to the top of {server,connection,request}_rec
hierarchy of structs that abstract server activities. Store some
stuff in process_rec (finall
dreid 99/10/07 13:15:20
Modified:src/lib/apr/file_io/beos Makefile.in
Log:
Small fix for beos that I missed first time around.
This removes some files that I was playing with here but won't be committed.
Revision ChangesPath
1.5 +1 -2 apache-2.0/src/lib/
bhyde 99/10/07 13:48:29
Modified:src/include ap_listen.h http_config.h
src/main http_config.c http_main.c listen.c
src/modules/mpm/dexter dexter.c
src/modules/mpm/mpmt_pthread mpmt_pthread.c
src/modules/mpm/prefork prefork.c
martin 99/10/07 14:47:38
Modified:src/include ap_listen.h
Log:
ap_listeners must be extern, otherwise you get multiple definitions
Revision ChangesPath
1.8 +1 -1 apache-2.0/src/include/ap_listen.h
Index: ap_listen.h
=
martin 99/10/07 14:48:31
Modified:src/main http_main.c
Log:
ap_server_argv0 was undefined. Use a simple default (basename(argv[0]))
Revision ChangesPath
1.15 +9 -0 apache-2.0/src/main/http_main.c
Index: http_main.c
===
martin 99/10/07 14:53:47
Modified:src/support ab.c
Log:
Re-sync to most up-to-date ab.c version 1.3b
Revision ChangesPath
1.3 +27 -15apache-2.0/src/support/ab.c
Index: ab.c
===
RCS file: /
martin 99/10/07 14:58:31
Modified:src/lib/apr/misc/unix start.c
Log:
Warning: even with HAVE_PTHREAD_SIGMASK defined,
no pthread function should be called for the prefork mpm
Revision ChangesPath
1.9 +3 -0 apache-2.0/src/lib/apr/misc/unix/start.c
Index:
martin 99/10/07 15:21:09
Modified:src/modules/mpm/dexter dexter.c
Log:
This module wouldn't even compile:
the parameter list of setup_listeners() was wrong
Revision ChangesPath
1.41 +1 -1 apache-2.0/src/modules/mpm/dexter/dexter.c
Index: dexter.c
=
manoj 99/10/07 15:23:57
Modified:src/modules/mpm/prefork prefork.c
Log:
Make prefork's setup_listeners looks like the others'.
Revision ChangesPath
1.40 +2 -2 apache-2.0/src/modules/mpm/prefork/prefork.c
Index: prefork.c
15 matches
Mail list logo