stoddard00/02/23 07:37:38
Modified:src/main http_main.c
Log:
2.0 builds, but dumps core on FreeBSD 3.3 (ap_lock).
Basically, ap_initialize() needs to get called before create_process(),
since create_process() passes op_on structure to semop() to get a lock, but
op_on isn't i
rbb 00/02/03 11:38:12
Modified:src/main http_main.c
Log:
APR requires that ap_initialize is called as one of the first functions.
It sets up the rest of the APR types. This was causing lockups whenever
we tried to us an APR lock.
Revision ChangesPath
1.28 +2
stoddard99/12/20 11:16:36
Modified:src/main http_main.c
Log:
Get rid of the C++ style comment.
Revision ChangesPath
1.25 +0 -1 apache-2.0/src/main/http_main.c
Index: http_main.c
===
RCS fil
rbb 99/11/22 06:52:18
Modified:src/lib/apr/include apr_general.h apr_getopt.h
src/lib/apr/misc/beos getopt.c
src/lib/apr/misc/os2 getopt.c
src/lib/apr/misc/unix getopt.c
src/lib/apr/misc/win32 getopt.c
src/lib
martin 99/11/21 14:10:24
Modified:src/main http_main.c
Log:
Use APR's getopt
Revision ChangesPath
1.21 +1 -0 apache-2.0/src/main/http_main.c
Index: http_main.c
===
RCS file: /export/home/c
bjh 99/10/19 08:54:52
Modified:src/main http_main.c
Log:
Use APR's getopt.
Revision ChangesPath
1.18 +1 -1 apache-2.0/src/main/http_main.c
Index: http_main.c
===
RCS file: /home/cvs/apa
bhyde 99/10/13 13:28:04
Modified:src/include http_main.h
src/main http_main.c
Log:
Remove all but one WIN32 from http_main. Other minor changes.
Revision ChangesPath
1.4 +1 -2 apache-2.0/src/include/http_main.h
Index: http_main.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
===
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 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 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/06 14:26:57
Modified:src/include httpd.h
src/main http_main.c util.c
Log:
Remove obsolete ap_util_init function.
Revision ChangesPath
1.10 +0 -2 apache-2.0/src/include/httpd.h
Index: httpd.h
===
ben 99/09/11 12:52:28
Modified:src/main http_main.c
Log:
Really get rid of unused options.
Revision ChangesPath
1.6 +1 -1 apache-2.0/src/main/http_main.c
Index: http_main.c
===
RCS fil
13 matches
Mail list logo