summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make apr compile on FreeBSD-4.xMartin Kraemer2006-07-181-1/+2
* Revert r422157, attempting to fix case sensitivity testnames failures, becaus...Paul Querna2006-07-181-0/+5
* Update svn:ignore with mingw artifactsPaul Querna2006-07-160-0/+0
* Replicate how apr.hw hacks pid_t, uid_t, and gid_t for mingw32.Paul Querna2006-07-151-0/+7
* Add a definition of apr_wait_t to the autoconf based build, when using mingw32.Paul Querna2006-07-151-0/+2
* Add __MINGW32__ versions of the Win32 Atomic functions, that all do their own...Paul Querna2006-07-151-1/+15
* apr_filepath_root: Remove the force upper-casing of the Drive letter on Win32...Paul Querna2006-07-151-5/+0
* Convert the backslashes generated in paths when using the native win32 build ...Paul Querna2006-07-151-1/+3
* It compiles, links, and the test cases (mostly) pass. Ship it!Justin Erenkrantz2006-07-141-0/+2
* Teach jlibtool how to deal with .exe's on MinGW.Justin Erenkrantz2006-07-141-0/+7
* Provide suitable hints to autoconf that mingw (Win32)'s process locks andJustin Erenkrantz2006-07-142-0/+2
* Help protect the user from bad gcc optimizations on mingw.Justin Erenkrantz2006-07-141-0/+11
* Fix up Win32 private headers to use APR_INLINE consistently; use static inlineJustin Erenkrantz2006-07-142-11/+11
* Link to librpcrt4.a.Justin Erenkrantz2006-07-142-1/+3
* Enable LFS on mingw.Justin Erenkrantz2006-07-141-0/+1
* Allow jlibtool to compile and link on mingw.Justin Erenkrantz2006-07-141-3/+36
* Allow APR_HAS_PROC_INVOKED to be overriden for mingw by autoconf.Justin Erenkrantz2006-07-133-1/+8
* Move some of the mingw-specific checks into the hints m4 file instead.Justin Erenkrantz2006-07-132-11/+5
* Do not support multicast on Win32 unless we're using MSVC++ as mingwJustin Erenkrantz2006-07-121-1/+2
* Protect usage of MS VC++ crtdbg.h functionality.Justin Erenkrantz2006-07-125-20/+47
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-1214-18/+18
* Add APR_HAVE_IOVEC to the NetWare apr.h headerBradley Nicholes2006-07-121-0/+1
* * build/gen-build.py: Make location of DSP file configurable and itsJoe Orton2006-07-122-2/+9
* Allow mingw to have access to the Win32 'unicode' FS system.Justin Erenkrantz2006-07-122-1/+12
* Remove duplicate definition of apr_wchar_t.Justin Erenkrantz2006-07-121-2/+0
* Define struct iovec for mingw.Justin Erenkrantz2006-07-124-4/+28
* Allow APR_CHECK_SIZEOF_EXTENDED to be called with a space in the argument.Justin Erenkrantz2006-07-121-2/+2
* Move the autoconf check for type 'in_addr' into a macro, and improve it to workJustin Erenkrantz2006-07-122-11/+29
* Set up apr.h and apr_private.h so that mingw can compile.Justin Erenkrantz2006-07-122-0/+24
* Allow mingw to use make for Win32 builds.Justin Erenkrantz2006-07-111-1/+24
* Allow configure to complete successfully on mingw.Justin Erenkrantz2006-07-113-9/+87
* Fix up a warning with MS VC++ 8.0.Justin Erenkrantz2006-07-111-1/+1
* * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix toJoe Orton2006-07-112-2/+23
* Fix NT-specific svn-ignoresWilliam A. Rowe Jr2006-07-050-0/+0
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.Garrett Rooney2006-06-304-2/+21
* Remove use of @example as the resultant output isn't examplesDavid Reid2006-06-251-12/+20
* Correct typo in docsDavid Reid2006-06-251-2/+2
* Add a simple echod and a sockperf test that allows us to get some (very) basicDavid Reid2006-06-243-1/+385
* Add a "small" space for apr-util to define error codes.David Reid2006-06-231-1/+20
* - remove what appears to be a copy/paste error from docs inDavid Reid2006-06-222-2/+46
* Props updateWilliam A. Rowe Jr2006-06-210-0/+0
* An early test version; activate the responseWilliam A. Rowe Jr2006-06-211-4/+4
* Provide folding in autogenerated .manifest files for Win32 buildersWilliam A. Rowe Jr2006-06-212-2/+27
* The unnecessary inclusion of errno.h causes these test programs to fail to co...Paul Querna2006-06-215-5/+0
* * build/apr_threads.m4 (APR_CHECK_PTHREAD_ROBUST_SHARED_MUTEX): Joe Orton2006-06-191-1/+1
* * build/config.guess, build/config.sub: Update fromJoe Orton2006-06-142-32/+70
* Implement apr_atomics using Solaris' native atomic API.Colm MacCarthaigh2006-06-132-0/+58
* As per apr_hints.m4, SOLARIS2 is set to "6" for Solaris 2.6, "10" forColm MacCarthaigh2006-06-131-1/+1
* Fix warning about unused variables on new versions of FreeBSD.Garrett Rooney2006-06-051-1/+4
* Don't allow apr_pool_parent_get() to return a NULL pointer. Since there aren...Bradley Nicholes2006-06-021-1/+1