summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'APR_0_9_3'.APR_0_9_3(no author)2003-03-313-259/+0
* 0.9.3 is here, with build problems and global mutex issues resolved.wrowe2003-03-311-1/+1
* We need to call apr_proc_mutex_child_init, whichjim2003-03-301-1/+4
* Note the 2 posixsem patchesjim2003-03-271-0/+5
* At configure time disable Posix sem forjim2003-03-271-0/+2
* Bugz 17186jim2003-03-271-0/+1
* Win32 needs to do nothing if the file handle is already open in a childwrowe2003-03-271-18/+51
* Comment what res_name_from_filename is doingwrowe2003-03-271-0/+9
* Ignore the availablity of threads on HPUX, they aren't trustworthywrowe2003-03-242-0/+10
* Add tests for APR_{U,}INT64_T_FMT and apr_strerror.jorton2003-03-241-0/+30
* static main() doesn't worktrawick2003-03-241-1/+1
* Fix error in apr-config when symlinks are involved.jerenkrantz2003-03-232-7/+11
* Fix for multiple fixes to __attribute__ which conflicts for 3rd partywrowe2003-03-233-1/+7
* On to 0.9.3-devwrowe2003-03-222-2/+6
* 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