index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.
trawick
2001-01-23
12
-18
/
+20
*
A little more effort to make these tests compile on windows ... a long
wrowe
2001-01-23
2
-5
/
+10
*
Commit a bunch of cleanups to get win32 going again. Note the apr.dsp
wrowe
2001-01-23
13
-16
/
+81
*
apr_dir_read now accepts a pointer to the user's apr_finfo_t to gather
wrowe
2001-01-23
1
-15
/
+13
*
occhild is not a module, don't compile it as such.
rbb
2001-01-23
1
-1
/
+1
*
occhild is not a shared object, it's an executable, make it look like one.
rbb
2001-01-22
1
-2
/
+2
*
Make testdso compile again.
rbb
2001-01-22
1
-1
/
+1
*
Fix the stat call in sendfile.c
rbb
2001-01-22
1
-1
/
+1
*
The platform changes in apr to support the APR_FINFO_wanted declaration
wrowe
2001-01-20
1
-1
/
+1
*
Avoid some warnings on platforms where apr_size_t and/or apr_ssize_t
trawick
2001-01-15
1
-5
/
+5
*
Use APR_SIZE_T_FMT instead of %d when formatting an apr_size_t. This avoids
trawick
2001-01-15
1
-1
/
+1
*
get the test programs to build on at least some systems
trawick
2001-01-12
1
-19
/
+19
*
Libtool-ize APR.
gstein
2001-01-09
2
-73
/
+50
*
get rid of a bogus use of perror()
trawick
2001-01-08
1
-4
/
+12
*
get rid of bogus calls to perror()
trawick
2001-01-08
1
-12
/
+23
*
Stop copying file names that we get from apr_file_t's and apr_dir_t's.
rbb
2001-01-05
1
-1
/
+1
*
Allow the tests that use shared objects to run on BeOS. This is
dreid
2001-01-02
1
-2
/
+3
*
We do not want to return EAGAIN if there is a timeout set on the socket.
rbb
2000-12-28
1
-1
/
+1
*
The sendfile test needs to treat TIMEOUT clients as if they were
rbb
2000-12-21
1
-1
/
+1
*
Tighten up the testsock code a bit. This allows the testsock code to
rbb
2000-12-21
1
-8
/
+8
*
Correction, commited the vc5. Need vc6 in the tree. Humble appologies.
wrowe
2000-12-21
1
-1
/
+2
*
The Win32 overhaul, in summary;
wrowe
2000-12-21
1
-2
/
+1
*
Rename the apr_opendir symbol to apr_dir_open. This makes more sense,
rbb
2000-12-17
1
-1
/
+1
*
update the name of the apr_sendfile() test driver
trawick
2000-12-11
1
-1
/
+1
*
include <string.h> for the memset() declaration
trawick
2000-12-10
1
-0
/
+1
*
fix a feature test macro so that unistd.h actually gets
trawick
2000-12-10
1
-1
/
+1
*
Fix typo (thanks, gstein, for pointing this out.)
wrowe
2000-12-07
1
-5
/
+5
*
Fix parsing for mult @EXEEXT@ tags
wrowe
2000-12-07
1
-0
/
+1
*
Get ahead for win32
wrowe
2000-12-07
1
-0
/
+2
*
Allow APR programmers to determine if an MMAP is read-only or if it should
rbb
2000-12-07
1
-1
/
+2
*
Fix a small build problem in the test directory
chuck
2000-12-07
1
-2
/
+2
*
Make every test source build - regardless of missing apr features.
wrowe
2000-12-05
4
-0
/
+20
*
Fixing up the test project
wrowe
2000-12-05
2
-6
/
+90
*
Fix some build depends/targets for make clean.
wrowe
2000-12-05
1
-4
/
+13
*
Build even if the platform doesn't support mmap.
wrowe
2000-12-04
1
-0
/
+6
*
A brand new (and -greatly- simplified) test build environment for Win32
wrowe
2000-12-04
19
-1293
/
+159
*
Test Makefile.in -> Makefile converter for Win32 ... I'll wrap with a
wrowe
2000-12-04
1
-0
/
+41
*
Add the sendfile test to the testsock program. This allows make test to
rbb
2000-12-03
3
-29
/
+100
*
Fix a bunch of type mis-matches in the test code.
rbb
2000-12-03
6
-18
/
+18
*
fix a bad comment
trawick
2000-12-03
1
-1
/
+1
*
Remove a warning from server.c
rbb
2000-12-03
1
-1
/
+1
*
Update the .cvsignore file
rbb
2000-12-03
1
-0
/
+2
*
Get testdso working on Linux again. This should work on all platforms.
rbb
2000-12-03
2
-4
/
+9
*
Make occhild a bit cleaner.
rbb
2000-12-03
1
-2
/
+1
*
Add a header to remove a warning.
rbb
2000-12-03
1
-0
/
+1
*
The test programs themselves should always be built with debug mode on.
rbb
2000-12-03
1
-1
/
+1
*
Ensure that the server process has started before we try to run the client.
rbb
2000-12-03
1
-0
/
+2
*
Add an extra const into the getopt functions. We never attempt to modify any
gstein
2000-11-29
1
-1
/
+1
*
*) Add functions for file-level locking/unlocking.
gstein
2000-11-29
3
-1
/
+180
*
Get the test programs all building cleanly again.
rbb
2000-11-29
3
-5
/
+5
[next]