rbb 99/05/20 12:05:08
Modified:apr/file_io/unix dir.c open.c pipe.c
apr/threadproc/unix proc.c
Log:
Removing the remaining evil free() left over from the original malloc
implementation.
Revision ChangesPath
1.7 +1 -1 apache-apr/apr/file_io/
rbb 99/05/20 11:01:46
Modified:include apr_network_io.h
apr/test Makefile.in ab_apr.c
Log:
Correct mistake in apr_network_io.h, which would stop programs which needed
both
file and network def's to not compile. Also finished bringing ab_apr.c up
to the curre
bjh 99/05/20 03:17:47
Modified:.STATUS
Log:
Add mod_auth_dbm patch
Revision ChangesPath
1.689 +6 -1 apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3/STATUS,v
manoj 99/05/19 22:00:42
Modified:pthreads/src/main http_accept.c
Log:
Another cleanup. Get rid of an if (1) that was left around to make a
different patch look small.
Revision ChangesPath
1.14 +49 -60apache-apr/pthreads/src/main/http_accept.c
Index: http
manoj 99/05/19 21:48:40
Modified:pthreads/src/include acceptlock.h
pthreads/src/main http_accept.c
Log:
Minor cleanup.
Revision ChangesPath
1.6 +0 -3 apache-apr/pthreads/src/include/acceptlock.h
Index: acceptlock.h
==
manoj 99/05/19 21:33:33
Modified:pthreads/src/main http_main.c
Log:
Bug fix. Make sure that perform_idle_server_maintanence runs through
whole scoreboard.
Revision ChangesPath
1.80 +2 -2 apache-apr/pthreads/src/main/http_main.c
Index: http_main.c