| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 1 | -5/+5 |
* | let HP-UX on IA64 fall through to the default unix case, using .so instead of... | Eric Covener | 2009-12-09 | 1 | -1/+1 |
* | Solve two sets of issues, only two possible changes, in one | William A. Rowe Jr | 2007-10-06 | 1 | -2/+2 |
* | find the mod_test shared library on z/OS | Jeff Trawick | 2007-10-05 | 1 | -1/+1 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | getcwd() isn't portable. We can 'exercise' some more apr_ functions | William A. Rowe Jr | 2006-02-09 | 1 | -8/+5 |
* | The apr_dso tests are borked on win32, begin by choosing a '.dll' file, | William A. Rowe Jr | 2005-09-13 | 1 | -13/+23 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Add the line number to the verbose output from abts. This also removes | Ryan Bloom | 2004-05-14 | 1 | -34/+34 |
* | Move the APR test suite from CuTest to abts. The output is cleaner, | Ryan Bloom | 2004-05-13 | 1 | -55/+55 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | * testdso.c: Fix build when --disable-dso is used. | Joe Orton | 2003-10-29 | 1 | -0/+6 |
* | get testdso to work with the vendor's compiler on HP-UX, which | Jeff Trawick | 2003-05-28 | 1 | -1/+1 |
* | Add another hack to make testdso pass on BSD/OS; this needs fixing | Joe Orton | 2003-04-16 | 1 | -1/+1 |
* | fix the name of the test module on AIX | Jeff Trawick | 2003-01-02 | 1 | -0/+3 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | Agreed with Ryan... it's entirely redundant to run the tests twice where | William A. Rowe Jr | 2002-12-31 | 1 | -11/+6 |
* | standardize on a couple of easy to test for error codes for DSO errors. | Ryan Bloom | 2002-12-29 | 1 | -6/+8 |
* | Reclassify LIB and LIB2 as MOD and LIB (corresponding to loadable modules | William A. Rowe Jr | 2002-12-29 | 1 | -34/+41 |
* | Revert the bit from rev 1.31 that Rbb objects to... continue to test | William A. Rowe Jr | 2002-12-29 | 1 | -0/+3 |
* | First; once any apr object is closed, the results are undefined. | William A. Rowe Jr | 2002-12-29 | 1 | -32/+12 |
* | Missing LIB_NAME2 #ifdef | Bradley Nicholes | 2002-12-19 | 1 | -0/+2 |
* | This should have been #if, not #ifdef. D'Oh. | Ryan Bloom | 2002-12-11 | 1 | -1/+1 |
* | Flatten conditionals; define LIB_NAME{,2} correctly on HP-UX. | Joe Orton | 2002-11-27 | 1 | -12/+11 |
* | Fix a coupleof build warnings | Ryan Bloom | 2002-11-26 | 1 | -0/+1 |
* | void * is not compatible with function ptrs | Jeff Trawick | 2002-11-25 | 1 | -4/+4 |
* | Move variable declarations to beginning of block (only allowed in C99/C++). | Joe Orton | 2002-11-24 | 1 | -3/+2 |
* | Remove the rest of the warnings from the test suite. | Ryan Bloom | 2002-11-24 | 1 | -12/+12 |
* | Fix the names for all tests. (I got sick of seeing Test in the output) | Ryan Bloom | 2002-11-24 | 1 | -1/+1 |
* | Migrate testdso to the new test suite. | Ryan Bloom | 2002-11-23 | 1 | -95/+209 |
* | Correct shared library support on Darwin to not fatally error out when | Justin Erenkrantz | 2002-06-24 | 1 | -17/+34 |
* | Address PR 8963 | William A. Rowe Jr | 2002-05-10 | 1 | -5/+5 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Add the licence to testdso.c :) | David Reid | 2002-01-08 | 1 | -0/+55 |
* | Most platforms use gnu libtool which puts the .so into .libs/ so we | David Reid | 2001-11-10 | 1 | -1/+5 |
* | Added an #ifdef for NetWare to rename to loadable module to MOD_TEST.NLM. | Bradley Nicholes | 2001-08-28 | 1 | -0/+4 |
* | These are (thankfully) now irrelevant stubs. apr_terminate is defined | William A. Rowe Jr | 2001-06-08 | 1 | -6/+1 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -1/+1 |
* | Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined. | Jeff Trawick | 2001-01-23 | 1 | -1/+1 |
* | Commit a bunch of cleanups to get win32 going again. Note the apr.dsp | William A. Rowe Jr | 2001-01-23 | 1 | -1/+6 |
* | Make every test source build - regardless of missing apr features. | William A. Rowe Jr | 2000-12-05 | 1 | -0/+2 |
* | Get testdso working on Linux again. This should work on all platforms. | Ryan Bloom | 2000-12-03 | 1 | -2/+4 |
* | Get the test programs mostly working again. | Ryan Bloom | 2000-11-29 | 1 | -0/+1 |
* | Clean up a lot of warnings in the test directory. | Ryan Bloom | 2000-11-15 | 1 | -0/+1 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -15/+15 |
* | ap_dso_init() isn't needed. if/when a platform needs it, then | Greg Stein | 2000-07-15 | 1 | -6/+0 |
* | Fix error handling for DSO opening. This probably doesn't fix all | Ryan Bloom | 2000-05-26 | 1 | -2/+5 |
* | apr_config.h is private and should not be used by test programs. | Ryan Bloom | 2000-04-22 | 1 | -1/+0 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -2/+2 |