summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
...
* atomics: follow up to r1841078: provide specific initializer for generic 64bitYann Ylavic2019-01-171-2/+6
* Add in Atomics for 64bit intsJim Jagielski2018-09-171-0/+4
* Support IPv6 link-local address scope/zone mapping.Joe Orton2017-11-281-0/+2
* * include/arch/unix/apr_arch_poll_private.h,Joe Orton2017-08-181-2/+2
* apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.Ivan Zhakov2017-08-171-1/+2
* locks: follow up to r1790488 and r1790521: likewise for theYann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-1/+1
* apr_proc/global_mutex: Fix API regarding the native OS mutexesYann Ylavic2016-03-061-10/+15
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-193-0/+8
* Revert sys/attr.h test for the time being, reapplying later as a complete patchWilliam A. Rowe Jr2014-02-121-3/+0
* Correct nonsense test for non-exported sys/stat.h autoconf flagWilliam A. Rowe Jr2014-02-121-0/+3
* Remove more Win9x support (trunk only).Jeff Trawick2014-01-181-101/+1
* Fix typo noticed by Mike Rumph and Christophe Jaillet.Rainer Jung2013-12-141-1/+1
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding anGreg Ames2012-04-131-7/+8
* apr buildbot is dying trying to compile z/OS unique source. apparently it Greg Ames2012-04-031-2/+2
* support for thread-hopping apr_pollset_* using z/OS async i/o. Greg Ames2012-04-031-1/+9
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-311-1/+0
* revert r1102138, as the feature is supposed to beJeff Trawick2011-05-122-18/+3
* Don't unconditionally include apr_dbg_win32_handles.hJeff Trawick2011-05-112-3/+18
* Avoid redefines.Guenter Knauf2011-04-111-3/+6
* fix a bit of 'if FOO'/'ifdef FOO' confusionJeff Trawick2011-03-291-1/+1
* Axed C++ comments.Guenter Knauf2011-02-094-29/+32
* Removed stuff defined in expat.h; moved license to top.Guenter Knauf2010-12-251-23/+13
* Fixed some comments and indents.Guenter Knauf2010-12-081-9/+9
* Fixed NetWare signal defines to match with newer NDKs.Guenter Knauf2010-12-081-4/+5
* Fixed some NetWare signal redefines.Guenter Knauf2010-12-081-7/+11
* Include alloca.h to get compiler-dependent defines.Guenter Knauf2010-09-011-0/+6
* Add Windows 7 to the list of detected versionsMladen Turk2010-08-261-1/+2
* Reverted r982101 because it doesnt work.Guenter Knauf2010-08-081-4/+2
* Added workaround for Watcom.Guenter Knauf2010-08-081-0/+4
* Enable to build Win32 target with OpenWatcom.Guenter Knauf2010-08-041-0/+4
* Fixed two other NetWare compiler warnings.Guenter Knauf2010-08-041-0/+1
* Some more NetWare build fixes.Guenter Knauf2010-08-031-17/+6
* Sync'd NetWare header with unix one.Guenter Knauf2010-08-031-0/+14
* fix misuse of autodata in initialization of the wakeupJeff Trawick2010-04-091-0/+1
* OS/2: Do a proper implementation of apr_file_ungetc().Brian Havard2010-04-041-0/+2
* OS/2: Add an implementation of condition variables, derived from the Win32Brian Havard2010-04-031-0/+5
* OS/2: Remove OS/2 implementations of APR_IMPLEMENT_INHERIT_SET/UNSET macros.Brian Havard2010-03-161-50/+0
* Fix an incorrect comment describing the bufsize member of apr_file_t.Brian Havard2010-03-131-1/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-2/+2
* Add two new features to APR Files:Paul Querna2010-02-031-0/+12
* add namespace protection forJeff Trawick2010-01-221-4/+8
* * Add apr_pollcb_wakeup(), with similar behavior toGraham Leggett2010-01-161-1/+8
* Noted from abts that this is supposedly a 'standard' portability declarationWilliam A. Rowe Jr2009-12-211-10/+0
* Ensure all platforms are consistent in including apr.h within apr_private.hWilliam A. Rowe Jr2009-12-212-5/+11
* Restore getpassword == getpass_r hack for older Novell NDKs.William A. Rowe Jr2009-12-211-0/+8
* refactor for what is meant to strictly be internal functionality for 1 platfo...William A. Rowe Jr2009-12-181-0/+6
* Yes, use the lfs64 flag to flag APR_HAS_LARGE_FILESWilliam A. Rowe Jr2009-12-181-0/+2
* Quiet missing prototype warningsWilliam A. Rowe Jr2009-12-181-1/+1
* fix compilation errors on win32William A. Rowe Jr2009-12-181-7/+3