summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the apr project release tags0.9.2wrowe2004-11-200-0/+0
* This commit was manufactured by cvs2svn to create tag 'APR_0_9_2'.APR_0_9_2(no author)2003-03-223-259/+0
* Prepare for 0.9.2 tagwrowe2003-03-222-3/+3
* Revert my recent change that concerns both Jeff Trawick and myself,wrowe2003-03-221-12/+6
* Given two solutions to the current mpm inheritence bugs,wrowe2003-03-221-8/+10
* dup2() is supported on NetWarebnicholes2003-03-201-8/+0
* Need to resolve the #define APR_INHERIT that is being used as a flagbnicholes2003-03-201-0/+1
* Clean up status, noting the pending release, splitting showstopperswrowe2003-03-201-16/+9
* Quick entry about the inheritence issues.wrowe2003-03-201-0/+5
* Fix "unused variable" compiler warning in apr_file_dup2 and eliminatejorton2003-03-191-6/+1
* Same fixes for netware as unix in pipe.cwrowe2003-03-191-1/+3
* apr_os_pipe_put() (where is the _file in that symbol name?) registerswrowe2003-03-191-1/+1
* Keep screaming about these bogus assumptions until they disappear.wrowe2003-03-191-0/+1
* /me reverts an entirely moronic patch - this was a macro declarationwrowe2003-03-191-10/+8
* Simply move a declaration to make the CLOEXEC patch much easier to read.wrowe2003-03-191-8/+10
* We register no cleanups for files with APR_FILE_NOCLEANUP - reflect thatwrowe2003-03-191-0/+4
* Clean up a runover line, and reflect that apr_os_file_put() does notwrowe2003-03-191-2/+3
* A common sense logic change. If we are dup()ing or dup2()ingwrowe2003-03-191-4/+14
* Fix bug #5 of the evening; always register the proper child_cleanupwrowe2003-03-191-1/+3
* Fix bug #4 of the evening; it is altogether possible for the user to havewrowe2003-03-191-9/+13
* apr_p[c]alloc always succeeds, exit()s or calls the user defined callback.wrowe2003-03-191-3/+0
* Break the initial *new_file NULL checkwrowe2003-03-191-12/+12
* Bug Fix #1 .. Move the special-case of Netware into _dup_file() wherewrowe2003-03-191-4/+8
* Define a printf format and format length for apr_uint64_t.brane2003-03-185-0/+27
* Document an obvious problem lacking a simple solution - if we simplywrowe2003-03-181-0/+7
* Just an observation pointed out by rbb.wrowe2003-03-171-0/+2
* * include/apr_pools.hstriker2003-03-111-0/+3
* Default spawned threads to detached so we avoid hanging on a waitpid() callbnicholes2003-03-101-1/+1
* Hmmm... said docs exist now.wrowe2003-03-101-2/+1
* A very fast pass through the new debugging symbols and top level projects.wrowe2003-03-102-4/+65
* * mmap/unix/mmap.cstriker2003-03-101-1/+1
* Drop .dbg extraction from libapr.dll. Complete debug symbols are createdwrowe2003-03-101-14/+5
* Misordered - back in sync with libapr.dspwrowe2003-03-101-2/+2
* Some sort of ctrl char bogosity to eliminatewrowe2003-03-101-1/+1
* Tidy up langinfo checks: the results of these checks aren't exportedjorton2003-03-102-4/+3
* One fewer namespace collisions (effective with 1.0 of APR)wrowe2003-03-071-2/+1
* Fix the 'test_buffered_write_size' test by ensuring that bufferedbrane2003-03-071-0/+6
* Check for nl_langinfo and friends at configure time, and includebrane2003-03-072-0/+7
* don't compile for a test when preprocessing is sufficienttrawick2003-03-071-4/+6
* * memory/unix/apr_pools.cstriker2003-03-071-1/+4
* change APR_CHECK_APR_DEFINE to find header files viatrawick2003-03-071-7/+8
* un-rearrange some of the header file includestrawick2003-03-071-2/+3
* Consistently fail on all platforms.striker2003-03-062-0/+6
* Eliminate a local variable in apr_unix_file_cleanup.jorton2003-03-061-3/+1
* Fix the 'test_buffered_write_size' test by ensuring that bufferedjorton2003-03-061-0/+6
* Make apr_file_inherit_set/unset work for pipes created by Unixjorton2003-03-061-0/+4
* Outch, these shouldn't vary, should be in alpha order, and most importantly,wrowe2003-03-062-2/+42
* Add --installbuilddir option to apr-configjerenkrantz2003-03-061-0/+12
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-0539-686/+894
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerwrowe2003-03-043-6/+6