summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed apr_ino_t typedef for MinGW builds.fuankg2011-03-291-8/+17
* Added __MSVCRT__ for MinGW builds.fuankg2011-03-291-1/+1
* Backport Windows apr.h.in stuff from HEAD (r892148).fuankg2011-03-291-1/+32
* Backport some more configure magic from HEAD (r1083242).fuankg2011-03-291-11/+12
* NetWare awk export script fixes and cleanup.fuankg2011-03-291-24/+29
* Backport some configure magic from HEAD.fuankg2011-03-292-8/+18
* Fixed protection of our own struct iovec define.fuankg2011-03-281-7/+4
* Moved platform-specific stuff to build/apr_hints.m4.fuankg2011-03-272-12/+15
* Revert r1085937 per Jeff's suggestion.fuankg2011-03-271-1/+0
* Set APR_HAS_OS_UUID=1 for Windows builds.fuankg2011-03-271-0/+1
* Fixed process.h detection with configure builds.fuankg2011-03-262-2/+4
* Moved apr_os_uuid_get prototype out of APR_HAS_DSO block.fuankg2011-03-261-3/+4
* Added prototype for getpid.fuankg2011-03-251-0/+3
* Added blocking for MSVC pragma.fuankg2011-03-251-0/+2
* from jorton's trunk r1059351:trawick2011-03-231-1/+7
* Use the ComSpec environment var.fuankg2011-03-231-2/+1
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildstrawick2011-03-226-14/+22
* Reverted undef hack from r1084016 - needs more testing.fuankg2011-03-221-5/+0
* Fixed issue when compiling serf due to odd defines.fuankg2011-03-212-3/+5
* Merge r1083931 from trunk:trawick2011-03-211-2/+4
* Backport of blocking MSVC pragmas (r892909).fuankg2011-03-211-0/+4
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-2113-277/+72
* Merge r892387 from trunk:trawick2011-03-218-53/+67
* merge r949209 from trunktrawick2011-03-213-2/+2
* from apr 1.4.x r936344 by jim:trawick2011-03-211-0/+1
* sync with trunk avoid a shell script problem with autoconf 2.67trawick2011-03-211-2/+1
* Backport r1072165:sf2011-03-202-1/+52
* Backport of r990435sf2011-03-201-7/+7
* Removed libprews.o from aprlib.fuankg2011-03-191-1/+0
* NetWare build overhaul in order to compile on Linux.fuankg2011-03-1818-417/+485
* Merge r1081120 from trunk:trawick2011-03-132-6/+22
* Fixed NetWare apr.h defines and formatting.fuankg2011-03-101-138/+139
* Make functions static (backport r991753).fuankg2011-03-101-2/+2
* Added missing include paths for added apr_ldap.h.fuankg2011-03-101-0/+2
* Fixed some NetWare compiler warnings.fuankg2011-03-101-6/+19
* Fixed NetWare prototype warnings.fuankg2011-03-102-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.fuankg2011-03-102-4/+21
* Added missing prototypes for NetWare.fuankg2011-03-102-0/+4
* Fix definition of apr_ino_t to be independent of _FILE_OFFSET_BITS evensf2011-03-071-6/+10
* Commented NetWare build debug output which breaks make 3.82.fuankg2011-03-021-1/+1
* Added require prototypes conditionally to CFLAGS for NetWare.fuankg2011-03-021-0/+4
* clarify docs for apr_file_getssf2011-02-261-1/+2
* Make APR_RING_HEAD pointers volatile to work around an aliasing problem thatsf2011-02-261-2/+2
* Axed C++ comments and tabs.fuankg2011-02-261-4/+4
* apr_file_flush_locked(): Handle short writes.sf2011-02-211-4/+8
* Disable getpass() for HP-UX platform (PR49496).fuankg2011-02-181-2/+6
* Axed C++ comments and tabs.fuankg2011-02-1810-108/+111
* This was messed up in the rename to libaprapp-n.lib, solve make installwrowe2011-01-281-2/+2
* quiet warning...jim2011-01-191-2/+2
* Fix cases where off_t (and APR_OFF_T_FMT) may be "larger" thanjim2011-01-171-3/+20