summaryrefslogtreecommitdiff
path: root/test/testfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-115/+115
* Get recently-added tests in testfile.c to work on Win32. testfiletrawick2000-06-171-4/+7
* Turn on buffering for config file reads. This is dependent on ap_fgets()trawick2000-06-161-0/+200
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-241-0/+29
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-8/+8
* call ap_initialize() and ap_terminate()trawick2000-04-031-0/+6
* Update to Apache Software License version 1.1fielding2000-03-311-32/+32
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat torbb2000-01-041-2/+2
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-3/+24
* I missed one function when swapping paramters. This fixes it. I think Irbb1999-10-141-5/+5
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-8/+8
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-10/+10
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-2/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-0/+5
* Initial revisionrbb1999-08-171-0/+324