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
/
testdso.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
1
-1
/
+2
*
Add the line number to the verbose output from abts. This also removes
rbb
2004-05-14
1
-34
/
+34
*
Move the APR test suite from CuTest to abts. The output is cleaner,
rbb
2004-05-13
1
-55
/
+55
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
1
-49
/
+10
*
* testdso.c: Fix build when --disable-dso is used.
jorton
2003-10-29
1
-0
/
+6
*
get testdso to work with the vendor's compiler on HP-UX, which
trawick
2003-05-28
1
-1
/
+1
*
Add another hack to make testdso pass on BSD/OS; this needs fixing
jorton
2003-04-16
1
-1
/
+1
*
fix the name of the test module on AIX
trawick
2003-01-02
1
-0
/
+3
*
Update copyright notices to 2003.
thommay
2003-01-01
1
-1
/
+1
*
Agreed with Ryan... it's entirely redundant to run the tests twice where
wrowe
2002-12-31
1
-11
/
+6
*
standardize on a couple of easy to test for error codes for DSO errors.
rbb
2002-12-29
1
-6
/
+8
*
Reclassify LIB and LIB2 as MOD and LIB (corresponding to loadable modules
wrowe
2002-12-29
1
-34
/
+41
*
Revert the bit from rev 1.31 that Rbb objects to... continue to test
wrowe
2002-12-29
1
-0
/
+3
*
First; once any apr object is closed, the results are undefined.
wrowe
2002-12-29
1
-32
/
+12
*
Missing LIB_NAME2 #ifdef
bnicholes
2002-12-19
1
-0
/
+2
*
This should have been #if, not #ifdef. D'Oh.
rbb
2002-12-11
1
-1
/
+1
*
Flatten conditionals; define LIB_NAME{,2} correctly on HP-UX.
jorton
2002-11-27
1
-12
/
+11
*
Fix a coupleof build warnings
rbb
2002-11-26
1
-0
/
+1
*
void * is not compatible with function ptrs
trawick
2002-11-25
1
-4
/
+4
*
Move variable declarations to beginning of block (only allowed in C99/C++).
jorton
2002-11-24
1
-3
/
+2
*
Remove the rest of the warnings from the test suite.
rbb
2002-11-24
1
-12
/
+12
*
Fix the names for all tests. (I got sick of seeing Test in the output)
rbb
2002-11-24
1
-1
/
+1
*
Migrate testdso to the new test suite.
rbb
2002-11-23
1
-95
/
+209
*
Correct shared library support on Darwin to not fatally error out when
jerenkrantz
2002-06-24
1
-17
/
+34
*
Address PR 8963
wrowe
2002-05-10
1
-5
/
+5
*
Update our copyright for this year.
fielding
2002-03-13
1
-1
/
+1
*
Add the licence to testdso.c :)
dreid
2002-01-08
1
-0
/
+55
*
Most platforms use gnu libtool which puts the .so into .libs/ so we
dreid
2001-11-10
1
-1
/
+5
*
Added an #ifdef for NetWare to rename to loadable module to MOD_TEST.NLM.
bnicholes
2001-08-28
1
-0
/
+4
*
These are (thankfully) now irrelevant stubs. apr_terminate is defined
wrowe
2001-06-08
1
-6
/
+1
*
renaming various functions for consistency sake
dougm
2001-02-08
1
-1
/
+1
*
Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.
trawick
2001-01-23
1
-1
/
+1
*
Commit a bunch of cleanups to get win32 going again. Note the apr.dsp
wrowe
2001-01-23
1
-1
/
+6
*
Make every test source build - regardless of missing apr features.
wrowe
2000-12-05
1
-0
/
+2
*
Get testdso working on Linux again. This should work on all platforms.
rbb
2000-12-03
1
-2
/
+4
*
Get the test programs mostly working again.
rbb
2000-11-29
1
-0
/
+1
*
Clean up a lot of warnings in the test directory.
rbb
2000-11-15
1
-0
/
+1
*
prefix libapr functions and types with apr_
dougm
2000-08-02
1
-15
/
+15
*
ap_dso_init() isn't needed. if/when a platform needs it, then
gstein
2000-07-15
1
-6
/
+0
*
Fix error handling for DSO opening. This probably doesn't fix all
rbb
2000-05-26
1
-2
/
+5
*
apr_config.h is private and should not be used by test programs.
rbb
2000-04-22
1
-1
/
+0
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
rbb
2000-04-14
1
-2
/
+2
*
silly cleanup for APR test pgms to avoid compile warnings and
trawick
2000-04-14
1
-0
/
+1
*
Adding tests for dso support and the Makefile. This also updates some
rbb
2000-04-04
1
-0
/
+100