summaryrefslogtreecommitdiff
path: root/test/testmmap.c
Commit message (Expand)AuthorAgeFilesLines
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-20/+20
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-41/+41
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Fixed a compile problem if mmap has not been implementedbnicholes2003-02-071-1/+2
* Clean up the test by making sure that the test string is consistent and that itbnicholes2003-01-311-4/+11
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* testmmap now cleans up all of its file descriptors correctly.rbb2002-12-151-0/+9
* Fix the mmap tests. We need to use the EOL macro for the tests.rbb2002-12-131-4/+7
* Fix the segfault in testmmap. The first test, create_filename, wasrbb2002-12-121-0/+4
* 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-7/+0
* Make global variables static where appropriate.jorton2002-11-141-4/+4
* Fail gracefully if the apr_mmap_create call fails.jorton2002-11-141-0/+4
* Port testmmap to the new test suite.rbb2002-10-131-80/+99
* Update our copyright for this year.fielding2002-03-131-1/+1
* In a VPATH build, we don't know where testmmap.c is, but we have ajerenkrantz2002-01-021-1/+1
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-1/+1
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* Fixes and goodnesswrowe2001-07-271-3/+3
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-1/+6
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-1/+1
* get rid of a bogus use of perror()trawick2001-01-081-4/+12
* fix a feature test macro so that unistd.h actually getstrawick2000-12-101-1/+1
* Fix typo (thanks, gstein, for pointing this out.)wrowe2000-12-071-5/+5
* Get ahead for win32wrowe2000-12-071-0/+2
* Allow APR programmers to determine if an MMAP is read-only or if it shouldrbb2000-12-071-1/+2
* Build even if the platform doesn't support mmap.wrowe2000-12-041-0/+6
* A brand new (and -greatly- simplified) test build environment for Win32wrowe2000-12-041-1/+0
* Clean up a lot of warnings in the test directory.rbb2000-11-151-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-13/+13
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-051-1/+1
* call ap_initialize() and ap_terminate()trawick2000-04-031-3/+11
* Update to Apache Software License version 1.1fielding2000-03-311-32/+32
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* A few minor changes to tidy things up a bit. Also rewrote ap_wait_procdreid2000-03-071-5/+4
* Separate the stat structure from the file structure and use ap_stat andrbb2000-01-061-2/+3
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat torbb2000-01-041-1/+1
* Get the mmap test working again and tidy up in htdigest.dreid1999-12-151-8/+11
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-9/+2
* This set of changes adds the function ap_mmap_open_create which allowsdreid1999-10-211-8/+35
* PR:dreid1999-10-201-0/+104