rbb 99/06/16 04:16:08
Modified:apr configure.in
apr/network_io/unix networkio.h poll.c
apr/test ab_apr.c testsock.c
Log:
Changes to put select based poll into the code. If the platform doesn't
support
poll, it will compile and run now anyway
rbb 99/05/26 13:39:23
Modified:apr/test ab_apr.c
Log:
Casting some mallocs in ab_apr, so the AIX compiler doesn't complain about
them
Revision ChangesPath
1.12 +3 -3 apache-apr/apr/test/ab_apr.c
Index: ab_apr.c
===
rbb 99/05/26 10:53:07
Modified:apr/test ab_apr.c
Log:
Bring ab_apr up to date with apr.
Revision ChangesPath
1.11 +21 -17apache-apr/apr/test/ab_apr.c
Index: ab_apr.c
===
RCS file: /home/
rbb 99/05/18 05:19:36
Modified:apr/test ab_apr.c
Log:
Reformatted to fit style guide.
Revision ChangesPath
1.6 +454 -469 apache-apr/apr/test/ab_apr.c
Index: ab_apr.c
===
RCS file: /home/cv
martin 99/04/23 04:46:12
Modified:apr/test ab_apr.c
Log:
C compilers (except non-standard ones) don't like // line end comments
Revision ChangesPath
1.2 +1 -1 apache-apr/apr/test/ab_apr.c
Index: ab_apr.c
=
rbb 99/04/21 06:58:58
Added: apr/test ab_apr.c
Log:
First test program for network I/O. It's actually ab ported to use apr.
When apr calms down a bit, this should be moved to src/support, but for right
now, we are using it as a test program.
Submitted by: David Reid and