summaryrefslogtreecommitdiff
path: root/test/testdso.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-5/+5
* let HP-UX on IA64 fall through to the default unix case, using .so instead of...Eric Covener2009-12-091-1/+1
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-2/+2
* find the mod_test shared library on z/OSJeff Trawick2007-10-051-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* getcwd() isn't portable. We can 'exercise' some more apr_ functionsWilliam A. Rowe Jr2006-02-091-8/+5
* The apr_dso tests are borked on win32, begin by choosing a '.dll' file,William A. Rowe Jr2005-09-131-13/+23
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-34/+34
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-55/+55
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* * testdso.c: Fix build when --disable-dso is used.Joe Orton2003-10-291-0/+6
* get testdso to work with the vendor's compiler on HP-UX, whichJeff Trawick2003-05-281-1/+1
* Add another hack to make testdso pass on BSD/OS; this needs fixingJoe Orton2003-04-161-1/+1
* fix the name of the test module on AIXJeff Trawick2003-01-021-0/+3
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Agreed with Ryan... it's entirely redundant to run the tests twice whereWilliam A. Rowe Jr2002-12-311-11/+6
* standardize on a couple of easy to test for error codes for DSO errors.Ryan Bloom2002-12-291-6/+8
* Reclassify LIB and LIB2 as MOD and LIB (corresponding to loadable modulesWilliam A. Rowe Jr2002-12-291-34/+41
* Revert the bit from rev 1.31 that Rbb objects to... continue to testWilliam A. Rowe Jr2002-12-291-0/+3
* First; once any apr object is closed, the results are undefined.William A. Rowe Jr2002-12-291-32/+12
* Missing LIB_NAME2 #ifdefBradley Nicholes2002-12-191-0/+2
* This should have been #if, not #ifdef. D'Oh.Ryan Bloom2002-12-111-1/+1
* Flatten conditionals; define LIB_NAME{,2} correctly on HP-UX.Joe Orton2002-11-271-12/+11
* Fix a coupleof build warningsRyan Bloom2002-11-261-0/+1
* void * is not compatible with function ptrsJeff Trawick2002-11-251-4/+4
* Move variable declarations to beginning of block (only allowed in C99/C++).Joe Orton2002-11-241-3/+2
* Remove the rest of the warnings from the test suite.Ryan Bloom2002-11-241-12/+12
* Fix the names for all tests. (I got sick of seeing Test in the output)Ryan Bloom2002-11-241-1/+1
* Migrate testdso to the new test suite.Ryan Bloom2002-11-231-95/+209
* Correct shared library support on Darwin to not fatally error out whenJustin Erenkrantz2002-06-241-17/+34
* Address PR 8963William A. Rowe Jr2002-05-101-5/+5
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Add the licence to testdso.c :)David Reid2002-01-081-0/+55
* Most platforms use gnu libtool which puts the .so into .libs/ so weDavid Reid2001-11-101-1/+5
* Added an #ifdef for NetWare to rename to loadable module to MOD_TEST.NLM.Bradley Nicholes2001-08-281-0/+4
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-1/+1
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.Jeff Trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspWilliam A. Rowe Jr2001-01-231-1/+6
* Make every test source build - regardless of missing apr features.William A. Rowe Jr2000-12-051-0/+2
* Get testdso working on Linux again. This should work on all platforms.Ryan Bloom2000-12-031-2/+4
* Get the test programs mostly working again.Ryan Bloom2000-11-291-0/+1
* Clean up a lot of warnings in the test directory.Ryan Bloom2000-11-151-0/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-15/+15
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-6/+0
* Fix error handling for DSO opening. This probably doesn't fix allRyan Bloom2000-05-261-2/+5
* apr_config.h is private and should not be used by test programs.Ryan Bloom2000-04-221-1/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2