| Commit message (Expand) | Author | Age | Files | Lines |
* | apr_file_gets(): Return APR_SUCCESS if any characters are | trawick | 2003-05-01 | 1 | -4/+7 |
* | fix some problems with undesired build droppings left around after | trawick | 2003-04-30 | 1 | -12/+23 |
* | Fail gracefully rather than SEGV if data/file_datafile.txt can't be opened. | jorton | 2003-04-29 | 1 | -1/+4 |
* | Localize the fudge added in r1.10 to Win32, since it makes the test | jorton | 2003-04-29 | 1 | -0/+6 |
* | get prototype for apr_snprintf() | trawick | 2003-04-27 | 1 | -1/+1 |
* | we already verify that apr-determined format strings work | trawick | 2003-04-18 | 1 | -7/+21 |
* | no need to list testall more than once | trawick | 2003-04-18 | 1 | -2/+2 |
* | Add another hack to make testdso pass on BSD/OS; this needs fixing | jorton | 2003-04-16 | 1 | -1/+1 |
* | since the string description for APR_ENOENT comes from the | trawick | 2003-04-16 | 1 | -3/+7 |
* | implement APR_UINT64_T_HEX_FMT | trawick | 2003-04-15 | 1 | -0/+20 |
* | add some tests of apr_pollset_remove() | trawick | 2003-04-12 | 1 | -0/+79 |
* | iov_len can be too big for an int (e.g., ia64 Linux) | trawick | 2003-04-12 | 1 | -4/+5 |
* | Add tests for APR_{U,}INT64_T_FMT and apr_strerror. | jorton | 2003-03-24 | 1 | -0/+30 |
* | static main() doesn't work | trawick | 2003-03-24 | 1 | -1/+1 |
* | After consulting with the APR list, it was decided that /map file creation | wrowe | 2003-02-20 | 2 | -8/+8 |
* | Added the apr_env test to the NetWare test build | bnicholes | 2003-02-18 | 1 | -0/+1 |
* | Added a new module, apr_env, for manipulating the environment. The new | brane | 2003-02-17 | 5 | -2/+133 |
* | Added testpath to the NetWare tests makefile | bnicholes | 2003-02-12 | 1 | -0/+1 |
* | Added two new functions, apr_filepath_list_split and apr_filepath_list_merge, | brane | 2003-02-12 | 7 | -3/+189 |
* | Fixed a compile problem if mmap has not been implemented | bnicholes | 2003-02-07 | 1 | -1/+2 |
* | test_buffered_write_size: Pass TRUNCATE not EXCL to open so test isn't | jorton | 2003-02-07 | 1 | -4/+4 |
* | Added a new test to check the behaviour of apr_file_info_get in | brane | 2003-02-03 | 1 | -0/+33 |
* | Clean up the test by making sure that the test string is consistent and that it | bnicholes | 2003-01-31 | 1 | -4/+11 |
* | Fix the time vs apr_time_now comparison to really allow 1 second | jorton | 2003-01-16 | 1 | -1/+1 |
* | Add the pipe test back in for NetWare | bnicholes | 2003-01-14 | 2 | -9/+1 |
* | One cannot just 'shift' the time by editing tm_gmtoff. | wrowe | 2003-01-10 | 1 | -3/+7 |
* | Need to build accessor binaries for the test suite | wrowe | 2003-01-10 | 1 | -4/+4 |
* | Add the NetWare file system root string | bnicholes | 2003-01-08 | 1 | -0/+2 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | More VC dirt to sweep up after. | wrowe | 2003-01-03 | 1 | -1/+1 |
* | We don't have no stinkin ssize_t here. We also needed io.h to compile clean | wrowe | 2003-01-03 | 1 | -1/+4 |
* | Must ... have ... extensions | wrowe | 2003-01-03 | 2 | -3/+12 |
* | Need mo' targets | wrowe | 2003-01-03 | 1 | -5/+9 |
* | LL isn't portable c... we created APR_INT64_C for this purpose. | wrowe | 2003-01-02 | 1 | -1/+1 |
* | fix the name of the test module on AIX | trawick | 2003-01-02 | 1 | -0/+3 |
* | don't test whether or not the OS will let us open a directory | trawick | 2003-01-02 | 1 | -14/+0 |
* | fix the type of an integer constant, which with xlc will remove | trawick | 2003-01-02 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 47 | -47/+47 |
* | CuFail appends a newline; reserve blank lines to seperate test suites. | wrowe | 2002-12-31 | 1 | -2/+2 |
* | I like Ryan's formatting of the notimpl stuff, do the same for failure. | wrowe | 2002-12-31 | 1 | -1/+1 |
* | Clarify what is going on here... Win32 can only recover the 'primary' | wrowe | 2002-12-31 | 1 | -1/+15 |
* | Look at the status before the pointer result | wrowe | 2002-12-31 | 1 | -1/+1 |
* | ABS_ROOT is simpler to follow if it is what its name implies | wrowe | 2002-12-31 | 1 | -16/+16 |
* | Agreed with Ryan... it's entirely redundant to run the tests twice where | wrowe | 2002-12-31 | 1 | -11/+6 |
* | No pthread_setconcurrency here on Darwin. | wrowe | 2002-12-29 | 1 | -1/+1 |
* | standardize on a couple of easy to test for error codes for DSO errors. | rbb | 2002-12-29 | 1 | -6/+8 |
* | Only APR_FINFO_DIRENT is guarenteed to be supported... other platforms | wrowe | 2002-12-29 | 1 | -5/+5 |
* | Remove some code that we can never reach. If we fail the | rbb | 2002-12-29 | 1 | -12/+1 |
* | apr_file_open(f, "directory", ..., p) is not portable, test for it. | wrowe | 2002-12-29 | 1 | -18/+22 |
* | Readd the test removed since rev 1.60. Let others untangle the implications, | wrowe | 2002-12-29 | 1 | -0/+22 |