summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* * include/arch/win32/apr_arch_misc.hivan2019-06-111-0/+1
* Fix problem that apr_get_oslevel() was returning APR_WIN_XP on Windows 10.ivan2019-06-111-1/+2
* * include/arch/win32/apr_arch_misc.hivan2019-06-111-1/+2
* Make apr_*_inherit_set() actually work on Windows.ivan2019-06-071-9/+9
* Remove legacy and dead code from include/arch/win32/apr_arch_inherit.h.ivan2019-06-071-79/+0
* * include/arch/win32/apr_arch_file_io.hivan2019-06-071-12/+1
* Windows platform: Use semaphore object instead of manual reset event toivan2019-06-071-2/+2
* Windows platform: Use NtWaitForSingleObject() [1] directly to wait for kernelivan2019-05-281-0/+9
* Windows platform: Use WSAPoll directly.ivan2019-05-271-32/+0
* win32: Factor out common code to private function apr_wait_for_single_object().ivan2019-05-261-0/+5
* Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.ivan2019-05-201-3/+2
* Use native one-time initialization [1] to implement apr_thread_once_t onivan2019-05-191-1/+1
* win32: Do not use delay load for GetCompressedFileSize() and SetDllDirectoryW()ivan2019-05-181-29/+0
* Use documented GetFileInformationByHandleEx() instead ofivan2019-05-051-25/+0
* Narrow symbolic link detection on NTFSwrowe2019-03-201-1/+2
* Small corrections to if_indextoname resolution on win32, compiles cleanwrowe2019-03-191-1/+1
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC wrowe2019-03-191-2/+24
* atomic: c89/ansi can use native atomics for builtin and solarisylavic2019-01-171-4/+4
* atomics: follow up to r1841078: provide specific initializer for generic 64bitylavic2019-01-171-2/+6
* Add in Atomics for 64bit intsjim2018-09-171-0/+4
* Support IPv6 link-local address scope/zone mapping.jorton2017-11-281-0/+2
* * include/arch/unix/apr_arch_poll_private.h,jorton2017-08-181-2/+2
* apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.ivan2017-08-171-1/+2
* locks: follow up to r1790488 and r1790521: likewise for theylavic2017-04-071-1/+1
* locks: follow up to r1667900.ylavic2017-04-071-1/+1
* apr_proc/global_mutex: Fix API regarding the native OS mutexesylavic2016-03-061-10/+15
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-193-0/+8
* Revert sys/attr.h test for the time being, reapplying later as a complete patchwrowe2014-02-121-3/+0
* Correct nonsense test for non-exported sys/stat.h autoconf flagwrowe2014-02-121-0/+3
* Remove more Win9x support (trunk only).trawick2014-01-181-101/+1
* Fix typo noticed by Mike Rumph.rjung2013-12-141-1/+1
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding angregames2012-04-131-7/+8
* apr buildbot is dying trying to compile z/OS unique source. apparently it gregames2012-04-031-2/+2
* support for thread-hopping apr_pollset_* using z/OS async i/o. gregames2012-04-031-1/+9
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.wrowe2011-05-311-1/+0
* revert r1102138, as the feature is supposed to betrawick2011-05-122-18/+3
* Don't unconditionally include apr_dbg_win32_handles.htrawick2011-05-112-3/+18
* Avoid redefines.fuankg2011-04-111-3/+6
* fix a bit of 'if FOO'/'ifdef FOO' confusiontrawick2011-03-291-1/+1
* Axed C++ comments.fuankg2011-02-094-29/+32
* Removed stuff defined in expat.h; moved license to top.fuankg2010-12-251-23/+13
* Fixed some comments and indents.fuankg2010-12-081-9/+9
* Fixed NetWare signal defines to match with newer NDKs.fuankg2010-12-081-4/+5
* Fixed some NetWare signal redefines.fuankg2010-12-081-7/+11
* Include alloca.h to get compiler-dependent defines.fuankg2010-09-011-0/+6
* Add Windows 7 to the list of detected versionsmturk2010-08-261-1/+2
* Reverted r982101 because it doesnt work.fuankg2010-08-081-4/+2
* Added workaround for Watcom.fuankg2010-08-081-0/+4
* Enable to build Win32 target with OpenWatcom.fuankg2010-08-041-0/+4
* Fixed two other NetWare compiler warnings.fuankg2010-08-041-0/+1