summaryrefslogtreecommitdiff
path: root/test/testfile.c
Commit message (Expand)AuthorAgeFilesLines
* don't test whether or not the OS will let us open a directorytrawick2003-01-021-14/+0
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Remove some code that we can never reach. If we fail therbb2002-12-291-12/+1
* apr_file_open(f, "directory", ..., p) is not portable, test for it.wrowe2002-12-291-18/+22
* Readd the test removed since rev 1.60. Let others untangle the implications,wrowe2002-12-291-0/+22
* Remove a bogus test. All of the original architects have argued againstwrowe2002-12-291-22/+0
* You cannot close files that failed to open.wrowe2002-12-281-2/+10
* We were leaking file descriptors from the testfile program. Thatrbb2002-12-151-3/+81
* Make the file tests more portable. The status checking needs to use ourrbb2002-12-111-3/+3
* Ensure that strings passed to strcmp() are NUL-terminated.jorton2002-11-271-2/+2
* Add some tests that were written but not being run.rbb2002-11-241-0/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-8/+0
* Fix location passed to apr_file_read in test_fileclose.jorton2002-11-141-2/+2
* Migrate testfile to the new test suite.rbb2002-11-101-455/+291
* Remove all directory tests from testfile. We have testdir.c for testingrbb2002-11-101-57/+0
* make the test for readability on a regular file non-fataltrawick2002-10-101-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-1/+2
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-1/+1
* Win32 doesn't support remove-open-file semantics.wrowe2002-03-141-0/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* add a cast so that gcc 2.7.2.3 on FreeBSD 3.4 generates the right codetrawick2002-03-121-1/+1
* fix the type of the nbytes parm to apr_file_read and apr_file_writetrawick2002-03-111-1/+1
* add a testcase for the type of problem seen in Apache PR 10003trawick2002-03-111-0/+84
* add another testcase which tests the interaction between read,trawick2001-08-291-0/+88
* get apr_file_ungetc() for unix working well enough with bufferedtrawick2001-08-241-16/+8
* Always close what we open.bjh2001-08-231-0/+1
* rename the temporary scratch directory from testdir to tmpdirtrawick2001-08-021-6/+6
* don't hang forever on systems which don't report readability ontrawick2001-08-021-2/+2
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* get rid of some unused variablestrawick2001-05-141-2/+0
* The remainder of the changes to testfile.dreid2001-05-141-146/+73
* get rid of some unused variablestrawick2001-05-141-2/+0
* Change testfile.c to start using the new functions in test_apr.h.dreid2001-05-141-186/+96
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-61/+61
* clean up gcc warningtrawick2001-02-011-14/+14
* Get tests building, and actually checking for libapr.la revisions towrowe2001-01-281-1/+93
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-7/+9
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-3/+7
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-231-15/+13
* Use APR_SIZE_T_FMT instead of %d when formatting an apr_size_t. This avoidstrawick2001-01-151-1/+1
* get rid of bogus calls to perror()trawick2001-01-081-12/+23
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-051-1/+1
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-171-1/+1
* include <string.h> for the memset() declarationtrawick2000-12-101-0/+1
* Fix a bunch of type mis-matches in the test code.rbb2000-12-031-11/+11
* Clean up a lot of warnings in the test directory.rbb2000-11-151-1/+1