| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tag 'APR_0_9_3'.APR_0_9_3 | (no author) | 2003-03-31 | 3 | -259/+0 |
* | 0.9.3 is here, with build problems and global mutex issues resolved. | William A. Rowe Jr | 2003-03-31 | 1 | -1/+1 |
* | We need to call apr_proc_mutex_child_init, which | Jim Jagielski | 2003-03-30 | 1 | -1/+4 |
* | Note the 2 posixsem patches | Jim Jagielski | 2003-03-27 | 1 | -0/+5 |
* | At configure time disable Posix sem for | Jim Jagielski | 2003-03-27 | 1 | -0/+2 |
* | Bugz 17186 | Jim Jagielski | 2003-03-27 | 1 | -0/+1 |
* | Win32 needs to do nothing if the file handle is already open in a child | William A. Rowe Jr | 2003-03-27 | 1 | -18/+51 |
* | Comment what res_name_from_filename is doing | William A. Rowe Jr | 2003-03-27 | 1 | -0/+9 |
* | Ignore the availablity of threads on HPUX, they aren't trustworthy | William A. Rowe Jr | 2003-03-24 | 2 | -0/+10 |
* | Add tests for APR_{U,}INT64_T_FMT and apr_strerror. | Joe Orton | 2003-03-24 | 1 | -0/+30 |
* | static main() doesn't work | Jeff Trawick | 2003-03-24 | 1 | -1/+1 |
* | Fix error in apr-config when symlinks are involved. | Justin Erenkrantz | 2003-03-23 | 2 | -7/+11 |
* | Fix for multiple fixes to __attribute__ which conflicts for 3rd party | William A. Rowe Jr | 2003-03-23 | 3 | -1/+7 |
* | On to 0.9.3-dev | William A. Rowe Jr | 2003-03-22 | 2 | -2/+6 |
* | Prepare for 0.9.2 tag | William A. Rowe Jr | 2003-03-22 | 2 | -3/+3 |
* | Revert my recent change that concerns both Jeff Trawick and myself, | William A. Rowe Jr | 2003-03-22 | 1 | -12/+6 |
* | Given two solutions to the current mpm inheritence bugs, | William A. Rowe Jr | 2003-03-22 | 1 | -8/+10 |
* | dup2() is supported on NetWare | Bradley Nicholes | 2003-03-20 | 1 | -8/+0 |
* | Need to resolve the #define APR_INHERIT that is being used as a flag | Bradley Nicholes | 2003-03-20 | 1 | -0/+1 |
* | Clean up status, noting the pending release, splitting showstoppers | William A. Rowe Jr | 2003-03-20 | 1 | -16/+9 |
* | Quick entry about the inheritence issues. | William A. Rowe Jr | 2003-03-20 | 1 | -0/+5 |
* | Fix "unused variable" compiler warning in apr_file_dup2 and eliminate | Joe Orton | 2003-03-19 | 1 | -6/+1 |
* | Same fixes for netware as unix in pipe.c | William A. Rowe Jr | 2003-03-19 | 1 | -1/+3 |
* | apr_os_pipe_put() (where is the _file in that symbol name?) registers | William A. Rowe Jr | 2003-03-19 | 1 | -1/+1 |
* | Keep screaming about these bogus assumptions until they disappear. | William A. Rowe Jr | 2003-03-19 | 1 | -0/+1 |
* | /me reverts an entirely moronic patch - this was a macro declaration | William A. Rowe Jr | 2003-03-19 | 1 | -10/+8 |
* | Simply move a declaration to make the CLOEXEC patch much easier to read. | William A. Rowe Jr | 2003-03-19 | 1 | -8/+10 |
* | We register no cleanups for files with APR_FILE_NOCLEANUP - reflect that | William A. Rowe Jr | 2003-03-19 | 1 | -0/+4 |
* | Clean up a runover line, and reflect that apr_os_file_put() does not | William A. Rowe Jr | 2003-03-19 | 1 | -2/+3 |
* | A common sense logic change. If we are dup()ing or dup2()ing
into one | William A. Rowe Jr | 2003-03-19 | 1 | -4/+14 |
* | Fix bug #5 of the evening; always register the proper child_cleanup | William A. Rowe Jr | 2003-03-19 | 1 | -1/+3 |
* | Fix bug #4 of the evening; it is altogether possible for the user to have | William A. Rowe Jr | 2003-03-19 | 1 | -9/+13 |
* | apr_p[c]alloc always succeeds, exit()s or calls the user defined callback. | William A. Rowe Jr | 2003-03-19 | 1 | -3/+0 |
* | Break the initial *new_file NULL check
apart to solve two major bugs. | William A. Rowe Jr | 2003-03-19 | 1 | -12/+12 |
* | Bug Fix #1 .. Move the special-case of Netware into _dup_file() where | William A. Rowe Jr | 2003-03-19 | 1 | -4/+8 |
* | Define a printf format and format length for apr_uint64_t. | Branko Čibej | 2003-03-18 | 5 | -0/+27 |
* | Document an obvious problem lacking a simple solution - if we simply | William A. Rowe Jr | 2003-03-18 | 1 | -0/+7 |
* | Just an observation pointed out by rbb. | William A. Rowe Jr | 2003-03-17 | 1 | -0/+2 |
* | * include/apr_pools.h | Sander Striker | 2003-03-11 | 1 | -0/+3 |
* | Default spawned threads to detached so we avoid hanging on a waitpid() call | Bradley Nicholes | 2003-03-10 | 1 | -1/+1 |
* | Hmmm... said docs exist now. | William A. Rowe Jr | 2003-03-10 | 1 | -2/+1 |
* | A very fast pass through the new debugging symbols and top level projects. | William A. Rowe Jr | 2003-03-10 | 2 | -4/+65 |
* | * mmap/unix/mmap.c | Sander Striker | 2003-03-10 | 1 | -1/+1 |
* | Drop .dbg extraction from libapr.dll. Complete debug symbols are created | William A. Rowe Jr | 2003-03-10 | 1 | -14/+5 |
* | Misordered - back in sync with libapr.dsp | William A. Rowe Jr | 2003-03-10 | 1 | -2/+2 |
* | Some sort of ctrl char bogosity to eliminate | William A. Rowe Jr | 2003-03-10 | 1 | -1/+1 |
* | Tidy up langinfo checks: the results of these checks aren't exported | Joe Orton | 2003-03-10 | 2 | -4/+3 |
* | One fewer namespace collisions (effective with 1.0 of APR) | William A. Rowe Jr | 2003-03-07 | 1 | -2/+1 |
* | Fix the 'test_buffered_write_size' test by ensuring that buffered | Branko Čibej | 2003-03-07 | 1 | -0/+6 |
* | Check for nl_langinfo and friends at configure time, and include | Branko Čibej | 2003-03-07 | 2 | -0/+7 |