summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_18(no author)2001-05-181-177/+0
* Add APR_HAS_OTHER_CHILD support to Win32stoddard2001-05-171-1/+1
* Remove apr_proc_probe_writable_fdsstoddard2001-05-161-7/+0
* Automatically remove other-child registrations when thetrawick2001-05-162-0/+2
* Make the other child struct a bit more portable wrt to the filestoddard2001-05-162-2/+4
* A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_twrowe2001-05-161-1/+1
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-162-7/+7
* Needed for the filestat.c change in win32. Should help vanilla VC5wrowe2001-05-161-2/+5
* Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t thatwrowe2001-05-152-4/+4
* Now we've moved the memory files update the references so we candreid2001-05-141-1/+1
* apr_memory_system.h has become apr_sms.hdreid2001-05-142-381/+0
* The renamed memory headers...dreid2001-05-142-0/+381
* This should get the memory code building again and also addeddreid2001-05-131-1/+1
* This was missed from the last commit for some reason...dreid2001-05-131-5/+9
* OK, this commit basically tries to address the assert vs check thing we've alldreid2001-05-131-4/+3
* The big name change for the memory code. Names used follow the outline Idreid2001-05-132-94/+104
* 2 small changes...dreid2001-05-131-4/+8
* Define HAVE_MEMCHR.brane2001-05-101-0/+1
* Define APR_HAVE_MEMCHR.brane2001-05-102-0/+2
* Declare memchr() if !APR_HAVE_MEMCHR.brane2001-05-101-0/+4
* apr_dir_read() returns APR_OS_START_SYSERR + ERROR_NO_MORE_FILES becausegstein2001-05-101-1/+2
* Minor header inclusion bug.orlikowski2001-05-101-1/+4
* Some more updates and small corrections to the memory code. This starts todreid2001-05-102-10/+10
* Some small changes to the return values of some functions. Basicallydreid2001-05-091-2/+3
* Thought I'd already added the licence to the main memory header, so heredreid2001-05-092-11/+56
* Add a new error value APR_ENOCLEANUP that's used by the new shared memory code.dreid2001-05-093-2/+328
* fix a comment regarding APR_EOF and file I/O;trawick2001-05-071-2/+2
* fix a typo in a commenttrawick2001-05-041-1/+1
* Win32: Include WAIT_TIMEOUT in the APR_STATUS_IS_ETIMEDOUT check.stoddard2001-05-021-1/+2
* Add a family field to apr_sockaddr_t so there is a straightforward placetrawick2001-05-021-0/+2
* shared sdbm file locking patch, writes/deletes require an excl lock,wrowe2001-04-301-1/+4
* More pools instead of contexts...dreid2001-04-291-2/+2
* We have pools not contexts...dreid2001-04-291-2/+2
* *) add apr_pool_get_parent() function.gstein2001-04-271-1/+11
* *) Make the apr_pool_t structure private.gstein2001-04-262-48/+21
* get apr_os_dso_handle_put workingdougm2001-04-251-1/+1
* Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying updreid2001-04-221-0/+1
* Inserting dso typedef here....bjh2001-04-191-1/+1
* Try to add the apr_os_dso_handle_t typedefs for those platformsdreid2001-04-181-1/+9
* This commit addsdreid2001-04-181-0/+24
* Include <macho-dyld.h>wsanchez2001-04-181-0/+4
* * shift some debug symbols to apr_pools.c since they are entirely internalgstein2001-04-171-3/+0
* Fix compiler break on VC6wrowe2001-04-131-1/+0
* Convert the apr_create_signal_thread to apr_signal_thread. The mainrbb2001-04-121-9/+3
* Some adjustments to the time code that gets us working better with timezones.dreid2001-04-121-0/+13
* Include windows headers in apr.h (.hw) and include apr.h withinwrowe2001-04-122-31/+17
* Snap unicode into unsigned format for win32 internalswrowe2001-04-122-2/+2
* Carefully select an appropriate native type for apr_int64_t andfielding2001-04-123-10/+11
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-112-6/+7
* APR_FILEPATH_CANONICAL is senseless, so it's gone.wrowe2001-04-101-3/+3