summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-2013-96/+96
* * misc/win32/apr_app.c: Cleanup unused #include directives.ivan2022-06-191-2/+1
* win32: Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov]ivan2022-06-191-2/+4
* win32: Fix attempt to free invalid memory on exit when apr_app is used.ivan2022-06-191-5/+27
* Normalize ucs-4 to utf-32 (documentation change)wrowe2022-05-241-3/+3
* TAB police ... get rid of missmatch of TAB and spaces through the codemturk2021-12-022-95/+95
* Get rid of check for old versions that cannot be run anyhowmturk2021-12-021-26/+1
* Stage 3 in cleaning win95 code ... cleanup headersmturk2021-12-021-51/+44
* Stage 1 in cleaning win95 code ... cleanup utilsmturk2021-12-021-112/+56
* Stage 3 in dismantling _WIN32_WCE ... cleanup codemturk2021-12-025-67/+2
* apr_errno: add APR_EALREADY, eventually mapped from system's [WSA]EALREADY.ylavic2020-11-271-0/+2
* 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
* Spelling corrections in docs;wrowe2018-08-301-1/+1
* Follow-up to r1832203.jailletc362018-08-251-1/+1
* rand: follow up to r1814240: still honor --with-devrandom if specified.ylavic2018-06-011-4/+5
* Fix a potential usage of an un-init variable. (i.e. 'wch')jailletc362018-05-241-7/+5
* fix ifdef for arc4randomcovener2018-01-101-1/+1
* rand: follow up to r1814239, r1814240 and r1814326.ylavic2017-11-051-63/+69
* rand: follow up to r1814240 and r1814326.ylavic2017-11-041-1/+3
* rand: follow up to r1814240.ylavic2017-11-041-2/+21
* rand: add support for getrandom() on Linux as an entropy source.ylavic2017-11-041-1/+21
* rand: add support for the arc4random API as an entropy source.ylavic2017-11-031-1/+5
* apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.ivan2017-08-171-1/+3
* Add a few error code strings that got lost/awal in the apr-util migration.dirkx2017-01-191-0/+11
* Add some missing error messages to apr_error_stringsf2014-05-091-2/+9
* Remove more Win9x support (trunk only).trawick2014-01-181-27/+0
* fix typo in commenttrawick2014-01-181-1/+1
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.wrowe2011-05-311-4/+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
* Blocked pragmas to avoid warnings with other compilers.fuankg2011-04-121-7/+8