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.William A. Rowe Jr2003-03-311-1/+1
* We need to call apr_proc_mutex_child_init, whichJim Jagielski2003-03-301-1/+4
* Note the 2 posixsem patchesJim Jagielski2003-03-271-0/+5
* At configure time disable Posix sem forJim Jagielski2003-03-271-0/+2
* Bugz 17186Jim Jagielski2003-03-271-0/+1
* Win32 needs to do nothing if the file handle is already open in a childWilliam A. Rowe Jr2003-03-271-18/+51
* Comment what res_name_from_filename is doingWilliam A. Rowe Jr2003-03-271-0/+9
* Ignore the availablity of threads on HPUX, they aren't trustworthyWilliam A. Rowe Jr2003-03-242-0/+10
* Add tests for APR_{U,}INT64_T_FMT and apr_strerror.Joe Orton2003-03-241-0/+30
* static main() doesn't workJeff Trawick2003-03-241-1/+1
* Fix error in apr-config when symlinks are involved.Justin Erenkrantz2003-03-232-7/+11
* Fix for multiple fixes to __attribute__ which conflicts for 3rd partyWilliam A. Rowe Jr2003-03-233-1/+7
* On to 0.9.3-devWilliam A. Rowe Jr2003-03-222-2/+6
* Prepare for 0.9.2 tagWilliam A. Rowe Jr2003-03-222-3/+3
* Revert my recent change that concerns both Jeff Trawick and myself,William A. Rowe Jr2003-03-221-12/+6
* Given two solutions to the current mpm inheritence bugs,William A. Rowe Jr2003-03-221-8/+10
* dup2() is supported on NetWareBradley Nicholes2003-03-201-8/+0
* Need to resolve the #define APR_INHERIT that is being used as a flagBradley Nicholes2003-03-201-0/+1
* Clean up status, noting the pending release, splitting showstoppersWilliam A. Rowe Jr2003-03-201-16/+9
* Quick entry about the inheritence issues.William A. Rowe Jr2003-03-201-0/+5
* Fix "unused variable" compiler warning in apr_file_dup2 and eliminateJoe Orton2003-03-191-6/+1
* Same fixes for netware as unix in pipe.cWilliam A. Rowe Jr2003-03-191-1/+3
* apr_os_pipe_put() (where is the _file in that symbol name?) registersWilliam A. Rowe Jr2003-03-191-1/+1
* Keep screaming about these bogus assumptions until they disappear.William A. Rowe Jr2003-03-191-0/+1
* /me reverts an entirely moronic patch - this was a macro declarationWilliam A. Rowe Jr2003-03-191-10/+8
* Simply move a declaration to make the CLOEXEC patch much easier to read.William A. Rowe Jr2003-03-191-8/+10
* We register no cleanups for files with APR_FILE_NOCLEANUP - reflect thatWilliam A. Rowe Jr2003-03-191-0/+4
* Clean up a runover line, and reflect that apr_os_file_put() does notWilliam A. Rowe Jr2003-03-191-2/+3
* A common sense logic change. If we are dup()ing or dup2()ing into oneWilliam A. Rowe Jr2003-03-191-4/+14
* Fix bug #5 of the evening; always register the proper child_cleanupWilliam A. Rowe Jr2003-03-191-1/+3
* Fix bug #4 of the evening; it is altogether possible for the user to haveWilliam A. Rowe Jr2003-03-191-9/+13
* apr_p[c]alloc always succeeds, exit()s or calls the user defined callback.William A. Rowe Jr2003-03-191-3/+0
* Break the initial *new_file NULL check apart to solve two major bugs.William A. Rowe Jr2003-03-191-12/+12
* Bug Fix #1 .. Move the special-case of Netware into _dup_file() whereWilliam A. Rowe Jr2003-03-191-4/+8
* Define a printf format and format length for apr_uint64_t.Branko Čibej2003-03-185-0/+27
* Document an obvious problem lacking a simple solution - if we simplyWilliam A. Rowe Jr2003-03-181-0/+7
* Just an observation pointed out by rbb.William A. Rowe Jr2003-03-171-0/+2
* * include/apr_pools.hSander Striker2003-03-111-0/+3
* Default spawned threads to detached so we avoid hanging on a waitpid() callBradley Nicholes2003-03-101-1/+1
* Hmmm... said docs exist now.William A. Rowe Jr2003-03-101-2/+1
* A very fast pass through the new debugging symbols and top level projects.William A. Rowe Jr2003-03-102-4/+65
* * mmap/unix/mmap.cSander Striker2003-03-101-1/+1
* Drop .dbg extraction from libapr.dll. Complete debug symbols are createdWilliam A. Rowe Jr2003-03-101-14/+5
* Misordered - back in sync with libapr.dspWilliam A. Rowe Jr2003-03-101-2/+2
* Some sort of ctrl char bogosity to eliminateWilliam A. Rowe Jr2003-03-101-1/+1
* Tidy up langinfo checks: the results of these checks aren't exportedJoe Orton2003-03-102-4/+3
* One fewer namespace collisions (effective with 1.0 of APR)William A. Rowe Jr2003-03-071-2/+1
* Fix the 'test_buffered_write_size' test by ensuring that bufferedBranko Čibej2003-03-071-0/+6
* Check for nl_langinfo and friends at configure time, and includeBranko Čibej2003-03-072-0/+7