| Commit message (Expand) | Author | Age | Files | Lines |
* | Make apr compile on FreeBSD-4.x | Martin Kraemer | 2006-07-18 | 1 | -1/+2 |
* | Revert r422157, attempting to fix case sensitivity testnames failures, becaus... | Paul Querna | 2006-07-18 | 1 | -0/+5 |
* | Update svn:ignore with mingw artifacts | Paul Querna | 2006-07-16 | 0 | -0/+0 |
* | Replicate how apr.hw hacks pid_t, uid_t, and gid_t for mingw32. | Paul Querna | 2006-07-15 | 1 | -0/+7 |
* | Add a definition of apr_wait_t to the autoconf based build, when using mingw32. | Paul Querna | 2006-07-15 | 1 | -0/+2 |
* | Add __MINGW32__ versions of the Win32 Atomic functions, that all do their own... | Paul Querna | 2006-07-15 | 1 | -1/+15 |
* | apr_filepath_root: Remove the force upper-casing of the Drive letter on Win32... | Paul Querna | 2006-07-15 | 1 | -5/+0 |
* | Convert the backslashes generated in paths when using the native win32 build ... | Paul Querna | 2006-07-15 | 1 | -1/+3 |
* | It compiles, links, and the test cases (mostly) pass. Ship it! | Justin Erenkrantz | 2006-07-14 | 1 | -0/+2 |
* | Teach jlibtool how to deal with .exe's on MinGW. | Justin Erenkrantz | 2006-07-14 | 1 | -0/+7 |
* | Provide suitable hints to autoconf that mingw (Win32)'s process locks and | Justin Erenkrantz | 2006-07-14 | 2 | -0/+2 |
* | Help protect the user from bad gcc optimizations on mingw. | Justin Erenkrantz | 2006-07-14 | 1 | -0/+11 |
* | Fix up Win32 private headers to use APR_INLINE consistently; use static inline | Justin Erenkrantz | 2006-07-14 | 2 | -11/+11 |
* | Link to librpcrt4.a. | Justin Erenkrantz | 2006-07-14 | 2 | -1/+3 |
* | Enable LFS on mingw. | Justin Erenkrantz | 2006-07-14 | 1 | -0/+1 |
* | Allow jlibtool to compile and link on mingw. | Justin Erenkrantz | 2006-07-14 | 1 | -3/+36 |
* | Allow APR_HAS_PROC_INVOKED to be overriden for mingw by autoconf. | Justin Erenkrantz | 2006-07-13 | 3 | -1/+8 |
* | Move some of the mingw-specific checks into the hints m4 file instead. | Justin Erenkrantz | 2006-07-13 | 2 | -11/+5 |
* | Do not support multicast on Win32 unless we're using MSVC++ as mingw | Justin Erenkrantz | 2006-07-12 | 1 | -1/+2 |
* | Protect usage of MS VC++ crtdbg.h functionality. | Justin Erenkrantz | 2006-07-12 | 5 | -20/+47 |
* | Fix up Win32-private includes to bring it in line with all other platforms. | Justin Erenkrantz | 2006-07-12 | 14 | -18/+18 |
* | Add APR_HAVE_IOVEC to the NetWare apr.h header | Bradley Nicholes | 2006-07-12 | 1 | -0/+1 |
* | * build/gen-build.py: Make location of DSP file configurable and its | Joe Orton | 2006-07-12 | 2 | -2/+9 |
* | Allow mingw to have access to the Win32 'unicode' FS system. | Justin Erenkrantz | 2006-07-12 | 2 | -1/+12 |
* | Remove duplicate definition of apr_wchar_t. | Justin Erenkrantz | 2006-07-12 | 1 | -2/+0 |
* | Define struct iovec for mingw. | Justin Erenkrantz | 2006-07-12 | 4 | -4/+28 |
* | Allow APR_CHECK_SIZEOF_EXTENDED to be called with a space in the argument. | Justin Erenkrantz | 2006-07-12 | 1 | -2/+2 |
* | Move the autoconf check for type 'in_addr' into a macro, and improve it to work | Justin Erenkrantz | 2006-07-12 | 2 | -11/+29 |
* | Set up apr.h and apr_private.h so that mingw can compile. | Justin Erenkrantz | 2006-07-12 | 2 | -0/+24 |
* | Allow mingw to use make for Win32 builds. | Justin Erenkrantz | 2006-07-11 | 1 | -1/+24 |
* | Allow configure to complete successfully on mingw. | Justin Erenkrantz | 2006-07-11 | 3 | -9/+87 |
* | Fix up a warning with MS VC++ 8.0. | Justin Erenkrantz | 2006-07-11 | 1 | -1/+1 |
* | * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix to | Joe Orton | 2006-07-11 | 2 | -2/+23 |
* | Fix NT-specific svn-ignores | William A. Rowe Jr | 2006-07-05 | 0 | -0/+0 |
* | Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield. | Garrett Rooney | 2006-06-30 | 4 | -2/+21 |
* | Remove use of @example as the resultant output isn't examples | David Reid | 2006-06-25 | 1 | -12/+20 |
* | Correct typo in docs | David Reid | 2006-06-25 | 1 | -2/+2 |
* | Add a simple echod and a sockperf test that allows us to get some (very) basic | David Reid | 2006-06-24 | 3 | -1/+385 |
* | Add a "small" space for apr-util to define error codes. | David Reid | 2006-06-23 | 1 | -1/+20 |
* | - remove what appears to be a copy/paste error from docs in | David Reid | 2006-06-22 | 2 | -2/+46 |
* | Props update | William A. Rowe Jr | 2006-06-21 | 0 | -0/+0 |
* | An early test version; activate the response | William A. Rowe Jr | 2006-06-21 | 1 | -4/+4 |
* | Provide folding in autogenerated .manifest files for Win32 builders | William A. Rowe Jr | 2006-06-21 | 2 | -2/+27 |
* | The unnecessary inclusion of errno.h causes these test programs to fail to co... | Paul Querna | 2006-06-21 | 5 | -5/+0 |
* | * build/apr_threads.m4 (APR_CHECK_PTHREAD_ROBUST_SHARED_MUTEX): | Joe Orton | 2006-06-19 | 1 | -1/+1 |
* | * build/config.guess, build/config.sub: Update from | Joe Orton | 2006-06-14 | 2 | -32/+70 |
* | Implement apr_atomics using Solaris' native atomic API. | Colm MacCarthaigh | 2006-06-13 | 2 | -0/+58 |
* | As per apr_hints.m4, SOLARIS2 is set to "6" for Solaris 2.6, "10" for | Colm MacCarthaigh | 2006-06-13 | 1 | -1/+1 |
* | Fix warning about unused variables on new versions of FreeBSD. | Garrett Rooney | 2006-06-05 | 1 | -1/+4 |
* | Don't allow apr_pool_parent_get() to return a NULL pointer. Since there aren... | Bradley Nicholes | 2006-06-02 | 1 | -1/+1 |