lars99/10/18 16:14:00
Modified:.index.html
Log:
Link to systems99 page.
To be removed 22-oct-99.
Revision ChangesPath
1.5 +5 -0 apache-site/index.html
Index: index.html
===
R
lars99/10/18 16:03:55
Modified:systems99 index.html
Log:
*gnar*
Revision ChangesPath
1.3 +1 -1 apache-site/systems99/index.html
Index: index.html
===
RCS file: /export/home/cvs/apache-
lars99/10/18 15:47:30
Modified:systems99 index.html
Log:
fix typo
Revision ChangesPath
1.2 +1 -1 apache-site/systems99/index.html
Index: index.html
===
RCS file: /export/home/cvs/apach
lars99/10/18 15:45:34
Added: systems99 systems-hall-a3.gif systems-logo.jpg systems99.gif
index.html
Log:
temporary directory with Systems 99 information.
Revision ChangesPath
1.1 apache-site/systems99/systems-hall-a3.gif
lars99/10/18 15:43:39
apache-site/systems99 - New directory
manoj 99/10/18 15:41:06
Modified:src/modules/mpm/dexter scoreboard.c
Log:
Delete some old unused code that was breaking compiles.
Revision ChangesPath
1.7 +0 -3 apache-2.0/src/modules/mpm/dexter/scoreboard.c
Index: scoreboard.c
stoddard99/10/18 14:59:30
Modified:src/lib/apr/file_io/win32 open.c
Log:
Fix bug in ap_get_os_file
Revision ChangesPath
1.7 +1 -1 apache-2.0/src/lib/apr/file_io/win32/open.c
Index: open.c
==
rbb 99/10/18 11:34:26
Modified:src/lib/apr APRDesign
Log:
Update the design doc with specs for FEATURE macros inside APR.
Revision ChangesPath
1.2 +26 -0 apache-2.0/src/lib/apr/APRDesign
Index: APRDesign
===
bjh 99/10/18 10:00:44
Modified:src/modules/mpm/spmt_os2 spmt_os2.c
Log:
Update spmt_os2 MPM with APR changes.
Revision ChangesPath
1.15 +64 -52apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c
Index: spmt_os2.c
bjh 99/10/18 07:55:20
Modified:src/lib/apr/file_io/os2 open.c
Log:
OS/2: Fix flags to DosOpen() so that mutually exclusive flags aren't used
at the same time.
Revision ChangesPath
1.8 +1 -1 apache-2.0/src/lib/apr/file_io/os2/open.c
Index: open.c
==
bjh 99/10/18 07:53:25
Modified:src/lib/apr/network_io/os2 poll.c
Log:
OS/2: Fix ap_get_revents() so it actually works.
Revision ChangesPath
1.6 +11 -11apache-2.0/src/lib/apr/network_io/os2/poll.c
Index: poll.c
=
stoddard99/10/18 07:48:26
Modified:src/include hsregex.h
src/regex regex2.h
Log:
Remove the WIN32 specific API_EXPORT definition. We now use .def files to
declare exports in Win32.
Revision ChangesPath
1.4 +0 -4 apache-2.0/src/include/hsregex.h
rbb 99/10/18 05:44:00
Modified:src/lib/apr/include apr_win.h
src/lib/apr/lib apr_getpass.c
Log:
Remove a warning from apr_getpass.c
Revision ChangesPath
1.4 +5 -0 apache-2.0/src/lib/apr/include/apr_win.h
Index: apr_win.h
==
bjh 99/10/18 05:06:55
Modified:src/lib/apr/file_io/os2 Makefile.in
src/lib/apr/locks/os2 Makefile.in
src/lib/apr/misc/os2 Makefile.in
src/lib/apr/network_io/os2 Makefile.in
src/lib/apr/threadproc/os2 Makefile.in
bjh 99/10/18 04:36:04
Modified:src/lib/apr/network_io/os2 networkio.h poll.c
Log:
OS/2: Rework ap_poll() to use native thread safe select instead of the EMX C
library select which isn't thread safe.
Revision ChangesPath
1.3 +24 -5 apache-2.0/src/lib/apr/ne
bjh 99/10/18 04:32:14
Modified:src/lib/apr/network_io/os2 sockopt.c
Log:
OS/2: Use unix version of sockopt.c
Revision ChangesPath
1.5 +1 -128apache-2.0/src/lib/apr/network_io/os2/sockopt.c
Index: sockopt.c
=
bjh 99/10/18 04:14:21
Modified:src/lib/apr/network_io/os2 sockets.c
Log:
OS/2: Update sockets.c
- add ap_getport(), ap_setipaddr(), ap_getipaddr(), ap_get_socketdata(),
ap_set_socketdata(), ap_get_os_sock(), ap_put_os_sock()
- Change ap_connect() to match unix version
bjh 99/10/18 04:06:39
Modified:src/lib/apr/network_io/os2 sendrecv.c
Log:
OS/2: Change timeout style in ap_send()/ap_receive() and change to use native
thread safe select() instead of the EMX library's select().
Revision ChangesPath
1.2 +23 -22apache-2.0/s
bjh 99/10/18 03:55:46
Modified:src/lib/apr/locks/os2 locks.c
Log:
OS/2: Add parameter scope parameter to ap_create_lock(), ignored for now.
Revision ChangesPath
1.4 +1 -1 apache-2.0/src/lib/apr/locks/os2/locks.c
Index: locks.c
===
bjh 99/10/18 03:32:16
Modified:src/lib/apr/test testsig.c
Log:
Improve/fix signal test program.
Revision ChangesPath
1.6 +30 -6 apache-2.0/src/lib/apr/test/testsig.c
Index: testsig.c
===
bjh 99/10/18 03:23:22
Modified:src/lib/apr/file_io/os2 fileio.h maperrorcode.c open.c
readwrite.c
Log:
OS/2: Assorted file I/O cleanups & fixes.
- Implement ap_eof()
- Fix flags passed to DosOpen when reading an existing file
- Invalidate file status
bjh 99/10/18 03:14:46
Modified:src/lib/apr/file_io/os2 fileacc.c
Log:
OS/2: Add ap_{get,set}_filedata() functions.
Revision ChangesPath
1.5 +27 -0 apache-2.0/src/lib/apr/file_io/os2/fileacc.c
Index: fileacc.c
==
bjh 99/10/18 02:44:08
Modified:src/lib/apr acconfig.h
Log:
OS/2: Prevent locking around C library functions as they are thread safe.
Revision ChangesPath
1.8 +5 -0 apache-2.0/src/lib/apr/acconfig.h
Index: acconfig.h
==
bjh 99/10/18 02:39:58
Added: src/lib/apr/signal/os2 .cvsignore makefile.in signal.c
Log:
OS/2: Add signal module.
Revision ChangesPath
1.1 apache-2.0/src/lib/apr/signal/os2/.cvsignore
Index: .cvsignore
bjh 99/10/18 02:38:04
apache-2.0/src/lib/apr/signal/os2 - New directory
pier99/10/17 22:22:18
Modified:mirrors index.html mirrors.list
Log:
Modified entry for "hotdog.org" as requested by
Alex Rodriguez <[EMAIL PROTECTED]>
Revision ChangesPath
1.72 +1 -1 apache-site/mirrors/index.html
Index: index.html
bjh 99/10/17 20:36:28
Modified:src/lib/apr/time/os2 Makefile.in
Added: src/lib/apr/time/os2 default.c
Removed: src/lib/apr/time/os2 access.c atime.h time.c
Log:
Simplify time/os2 directory by using a default.c module that #includes
common modules from the unix dir
27 matches
Mail list logo