summaryrefslogtreecommitdiff
path: root/misc/win32
Commit message (Expand)AuthorAgeFilesLines
* win32: Rewrite late linking code (again) without using INIT_ONCE as groundworkivan2019-12-141-34/+41
* win32: Try to avoid loading shell32.dll whenever possible:ivan2019-12-092-9/+20
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-294-48/+52
* * include/arch/win32/apr_arch_misc.hivan2019-06-111-2/+6
* Fix problem that apr_get_oslevel() was returning APR_WIN_XP on Windows 10.ivan2019-06-111-1/+1
* * include/arch/win32/apr_arch_misc.hivan2019-06-111-1/+3
* * misc/win32/misc.civan2019-06-111-1/+1
* * misc/win32/misc.civan2019-06-111-16/+4
* * misc/win32/misc.civan2019-06-111-2/+2
* * misc/win32/misc.civan2019-06-111-1/+3
* Windows platform: Use NtWaitForSingleObject() [1] directly to wait for kernelivan2019-05-281-21/+53
* win32: Factor out common code to private function apr_wait_for_single_object().ivan2019-05-261-0/+30
* apr_generate_random_bytes: Use BCryptGenRandom() instead of CryptGenRandom()ivan2019-05-211-18/+12
* win32: Use INIT_ONCE to prevent loading delayed libraries multiple times.ivan2019-05-181-16/+29
* win32: Use LoadLibraryW() instead of LoadLibraryA() to late load libraries.ivan2019-05-161-9/+9
* Refactoring: Combine lateDllName and lateDllHandle arrays to one array ofivan2019-05-161-15/+23
* Fix issue 61109: Use LocalFree() instead of GlobalFree() to free result ofivan2019-05-161-1/+1
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC wrowe2019-03-191-2/+4
* Follow-up to r1832203.jailletc362018-08-251-1/+1
* Fix a potential usage of an un-init variable. (i.e. 'wch')jailletc362018-05-241-7/+5
* apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.ivan2017-08-171-1/+3
* Remove more Win9x support (trunk only).trawick2014-01-181-27/+0
* revert part of r892177, which inadvertently enabled Win32trawick2011-05-121-1/+0
* revert r1102138, as the feature is supposed to betrawick2011-05-121-4/+1
* Don't unconditionally include apr_dbg_win32_handles.htrawick2011-05-111-1/+4
* Fix VC10 release build running on Windows7/Server 2008 wrowe2011-04-141-21/+26
* Add Windows 7 to the list of detected versionsmturk2010-08-261-1/+4
* Clean up inclusion of windows sub-headers, following apr.h alwayswrowe2009-12-211-2/+2
* apparently rpc.h is also required for UUID support on mingw win32 headerswrowe2009-12-191-1/+2
* gcc has this one wrong, it's never necessary to cast towrowe2009-12-181-1/+1
* Yes, use the lfs64 flag to flag APR_HAS_LARGE_FILESwrowe2009-12-181-5/+8
* Remove ipc init from apr_initialize.mturk2009-02-231-1/+0
* Add simple parent/child data exchange for APR processesmturk2009-02-211-0/+1
* Improve explanations, reference appropriate RFC's and add somewrowe2008-08-071-27/+32
* Revert function proto changemturk2008-04-171-1/+1
* Fix compile time warnings by properly casting to 64 or 32 bitsmturk2008-04-171-14/+16
* Save the user a step by providing the entry pointwrowe2007-10-181-8/+9
* zero bytes is a LEGAL length of an envvar valuewrowe2007-10-081-4/+1
* Proposed;wrowe2007-08-261-1/+4
* misc/win32/misc.c depends on _UNICODE not being set and all Windows API callsdavi2007-07-221-8/+20
* Something in apr_private.h when preprocessed with the MinGW Windows headersdavi2007-06-291-2/+1
* Apparently xcompiles on unix are depending on lower case names, and ofwrowe2007-06-011-1/+1
* apr_app_initialize performs manipulation of environment variables (in particularwrowe2007-06-011-1/+5
* apr_env_get, apr_env_set and apr_env_delete to return APR_ENOTIMPL on Windows...wrowe2007-06-011-2/+13
* WinCE exception to deal with local code page (in unicode, no less)wrowe2007-05-311-2/+14
* Add Windows Vista os version detectionmturk2007-01-081-1/+4
* Backout R434327, R437115, which...wrowe2006-11-221-63/+0
* Correctly retrieve 'empty' environment values with apr_env_getwrowe2006-11-061-2/+17
* Check if the return value from TlsGetValue ismturk2006-08-261-1/+6
* Implement apr_threadkey_private destructors on WIN32mturk2006-08-241-0/+58