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
/
testfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't test whether or not the OS will let us open a directory
trawick
2003-01-02
1
-14
/
+0
*
Update copyright notices to 2003.
thommay
2003-01-01
1
-1
/
+1
*
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
*
Remove a bogus test. All of the original architects have argued against
wrowe
2002-12-29
1
-22
/
+0
*
You cannot close files that failed to open.
wrowe
2002-12-28
1
-2
/
+10
*
We were leaking file descriptors from the testfile program. That
rbb
2002-12-15
1
-3
/
+81
*
Make the file tests more portable. The status checking needs to use our
rbb
2002-12-11
1
-3
/
+3
*
Ensure that strings passed to strcmp() are NUL-terminated.
jorton
2002-11-27
1
-2
/
+2
*
Add some tests that were written but not being run.
rbb
2002-11-24
1
-0
/
+1
*
Fix the names for all tests. (I got sick of seeing Test in the output)
rbb
2002-11-24
1
-1
/
+1
*
Change how individual test programs are run. Now, testall is the driver
rbb
2002-11-23
1
-8
/
+0
*
Fix location passed to apr_file_read in test_fileclose.
jorton
2002-11-14
1
-2
/
+2
*
Migrate testfile to the new test suite.
rbb
2002-11-10
1
-455
/
+291
*
Remove all directory tests from testfile. We have testdir.c for testing
rbb
2002-11-10
1
-57
/
+0
*
make the test for readability on a regular file non-fatal
trawick
2002-10-10
1
-2
/
+2
*
Reimplement apr_poll() on Unix. This improves performance by giving the
rbb
2002-07-11
1
-1
/
+2
*
use new time conversion macros in place of APR_USEC_PER_SEC
brianp
2002-07-05
1
-1
/
+1
*
Rename apr_get_groupname to apr_group_name_get.
striker
2002-04-22
1
-1
/
+1
*
Win32 doesn't support remove-open-file semantics.
wrowe
2002-03-14
1
-0
/
+3
*
Update our copyright for this year.
fielding
2002-03-13
1
-1
/
+1
*
add a cast so that gcc 2.7.2.3 on FreeBSD 3.4 generates the right code
trawick
2002-03-12
1
-1
/
+1
*
fix the type of the nbytes parm to apr_file_read and apr_file_write
trawick
2002-03-11
1
-1
/
+1
*
add a testcase for the type of problem seen in Apache PR 10003
trawick
2002-03-11
1
-0
/
+84
*
add another testcase which tests the interaction between read,
trawick
2001-08-29
1
-0
/
+88
*
get apr_file_ungetc() for unix working well enough with buffered
trawick
2001-08-24
1
-16
/
+8
*
Always close what we open.
bjh
2001-08-23
1
-0
/
+1
*
rename the temporary scratch directory from testdir to tmpdir
trawick
2001-08-02
1
-6
/
+6
*
don't hang forever on systems which don't report readability on
trawick
2001-08-02
1
-2
/
+2
*
change some of the test programs to use exit status 0 for
trawick
2001-08-01
1
-1
/
+1
*
These are (thankfully) now irrelevant stubs. apr_terminate is defined
wrowe
2001-06-08
1
-6
/
+1
*
get rid of some unused variables
trawick
2001-05-14
1
-2
/
+0
*
The remainder of the changes to testfile.
dreid
2001-05-14
1
-146
/
+73
*
get rid of some unused variables
trawick
2001-05-14
1
-2
/
+0
*
Change testfile.c to start using the new functions in test_apr.h.
dreid
2001-05-14
1
-186
/
+96
*
Update copyright to 2001
fielding
2001-02-16
1
-1
/
+1
*
renaming various functions for consistency sake
dougm
2001-02-08
1
-61
/
+61
*
clean up gcc warning
trawick
2001-02-01
1
-14
/
+14
*
Get tests building, and actually checking for libapr.la revisions to
wrowe
2001-01-28
1
-1
/
+93
*
Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.
trawick
2001-01-23
1
-7
/
+9
*
Commit a bunch of cleanups to get win32 going again. Note the apr.dsp
wrowe
2001-01-23
1
-3
/
+7
*
apr_dir_read now accepts a pointer to the user's apr_finfo_t to gather
wrowe
2001-01-23
1
-15
/
+13
*
Use APR_SIZE_T_FMT instead of %d when formatting an apr_size_t. This avoids
trawick
2001-01-15
1
-1
/
+1
*
get rid of bogus calls to perror()
trawick
2001-01-08
1
-12
/
+23
*
Stop copying file names that we get from apr_file_t's and apr_dir_t's.
rbb
2001-01-05
1
-1
/
+1
*
Rename the apr_opendir symbol to apr_dir_open. This makes more sense,
rbb
2000-12-17
1
-1
/
+1
*
include <string.h> for the memset() declaration
trawick
2000-12-10
1
-0
/
+1
*
Fix a bunch of type mis-matches in the test code.
rbb
2000-12-03
1
-11
/
+11
*
Clean up a lot of warnings in the test directory.
rbb
2000-11-15
1
-1
/
+1
[next]