martin 99/04/17 15:08:00
Modified:src/main util.c
Log:
Fix EBCDIC branch of ap_uudecode() which was broken by last commit.
Revision ChangesPath
1.159 +4 -0 apache-1.3/src/main/util.c
Index: util.c
==
coar99/04/17 09:09:26
Modified:src/main util.c
Log:
Fix an oversight in the string-termination procesing.
Submitted by: Ken Parzygnat <[EMAIL PROTECTED]>
Reviewed by: Bill Stoddard
Revision ChangesPath
1.158 +4 -0 apache-1.3/src/main/util.c
gstein 99/04/17 01:43:27
Modified:.STATUS
Log:
add note about Expat patch.
Revision ChangesPath
1.682 +8 -1 apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3/STATUS
[EMAIL PROTECTED] wrote:
>
> manoj 99/04/16 20:06:39
>
> Modified:pthreads/src/main util.c
> Log:
> Optimize ap_gm_timestr_822, ap_make_dirstr_prefix, and ap_unescape_url.
>
> Revision ChangesPath
> 1.4 +60 -15apache-apr/pthreads/src/main/util.c
Why was this d
manoj 99/04/16 22:10:19
Modified:pthreads/src/main http_main.c
Log:
Note in the scoreboard when a child process dies abnormally, so that a
substitute can be started.
Revision ChangesPath
1.74 +3 -3 apache-apr/pthreads/src/main/http_main.c
Index: http_ma
manoj 99/04/16 21:25:57
Modified:pthreads/src/include http_accept.h
pthreads/src/main http_accept.c http_main.c
Log:
An attempt to put SINGLE_LISTEN_UNSERIALIZED_ACCEPT support back in.
This also moves the SAFE_ACCEPT definition from http_accept.h to
http_accept.
manoj 99/04/16 20:35:55
Modified:pthreads/src/include acceptlock.h http_accept.h
pthreads/src/main Makefile.tmpl acceptlock.c
Log:
Add intraprocess support to the accept mutexes. This is needed by the
USE_MULTI_ACCEPT model since threads within a process can compet
manoj 99/04/16 20:06:39
Modified:pthreads/src/main util.c
Log:
Optimize ap_gm_timestr_822, ap_make_dirstr_prefix, and ap_unescape_url.
Revision ChangesPath
1.4 +60 -15apache-apr/pthreads/src/main/util.c
Index: util.c
manoj 99/04/16 18:58:58
Modified:pthreads/src/main http_accept.c
Log:
Next time I'll read the whole man page. filedes[0] is for reading,
filedes[1] is for writing.
Revision ChangesPath
1.8 +2 -2 apache-apr/pthreads/src/main/http_accept.c
Index: http_ac