ben 99/09/11 15:14:43
Modified:src/include http_protocol.h
src/main http_core.c http_protocol.c
Log:
Fix warnings.
Revision ChangesPath
1.5 +2 -1 apache-2.0/src/include/http_protocol.h
Index: http_protocol.h
===
ben 99/09/11 15:14:12
Modified:src/modules/standard mod_negotiation.c
Log:
Use return status instead of character value for EOF.
Revision ChangesPath
1.5 +3 -2 apache-2.0/src/modules/standard/mod_negotiation.c
Index: mod_negotiation.c
===
ben 99/09/11 13:42:58
Modified:src/lib/apr/file_io/unix open.c
Log:
Test for open failure correctly.
Revision ChangesPath
1.8 +1 -1 apache-2.0/src/lib/apr/file_io/unix/open.c
Index: open.c
=
ben 99/09/11 13:42:24
Modified:src Makefile.tmpl
Log:
Build APR automatically.
Revision ChangesPath
1.7 +4 -1 apache-2.0/src/Makefile.tmpl
Index: Makefile.tmpl
===
RCS file: /expo
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
[EMAIL PROTECTED] wrote:
> -lock_fd[i] = ap_popenf(p, lock_fname, O_WRONLY, 0600);
> +ap_open(p, lock_fname, APR_WRITE, APR_UREAD | APR_UWRITE,
> &tempfile);
> +ap_get_os_file(tempfile, *lock_fd[i]);
Que? *lock_fd[i]?
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.
rbb 99/09/11 08:58:44
Modified:src/modules/mpm/dexter acceptlock.c
src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c
Log:
This change should allow Apache to build on all platforms with the popenf
changes. I have not been able to test this, but it should be
rbb 99/09/11 08:48:47
Modified:src/lib/apr/file_io/unix readwrite.c
Log:
A performance improvement for APR. We used to stat the file on every write.
This is a legacy from a VERY early version of APR.
Revision ChangesPath
1.6 +14 -15apache-2.0/src/lib/apr/
jim 99/09/11 04:49:32
Modified:src/lib/apr configure.in
Log:
-x isn't present on 7th edition shells, so
move down to -f
Revision ChangesPath
1.10 +1 -1 apache-2.0/src/lib/apr/configure.in
Index: configure.in
=
ben 99/09/11 03:26:00
Modified:src/modules/mpm/prefork prefork.c
Log:
Make prefork compile on FreeBSD.
Revision ChangesPath
1.34 +13 -5 apache-2.0/src/modules/mpm/prefork/prefork.c
Index: prefork.c
==
ronald 99/09/11 00:58:29
Modified:src CHANGES
Log:
ap_base64decode_binary doesn't null-terminate anymore
Revision ChangesPath
1.1430+3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===
RCS
ronald 99/09/11 00:15:57
Modified:src/ap ap_base64.c
Log:
don't Nul-terminate binary output
Revision ChangesPath
1.2 +1 -1 apache-2.0/src/ap/ap_base64.c
Index: ap_base64.c
===
RCS file:
bjh 99/09/10 20:31:21
Modified:src/os/os2 Makefile.tmpl
Log:
Update dependencies for src/os/os2/
Revision ChangesPath
1.3 +19 -4 apache-2.0/src/os/os2/Makefile.tmpl
Index: Makefile.tmpl
=
bjh 99/09/10 20:17:42
Modified:src/lib/apr .cvsignore
Log:
Ignore autoconf generated 'configure' script.
Revision ChangesPath
1.2 +1 -0 apache-2.0/src/lib/apr/.cvsignore
Index: .cvsignore
==
fielding99/09/10 18:54:45
Modified:.httpd.html
Log:
Revert last change -- it screws up mirroring.
Revision ChangesPath
1.82 +0 -1 apache-site/httpd.html
Index: httpd.html
===
RCS fi
bjh 99/09/10 18:39:44
Removed: src/lib/apr configure
Log:
Remove autoconf generated file 'configure'
16 matches
Mail list logo