summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issue when compiling serf due to odd defines.fuankg2011-03-211-3/+0
* fix low-hanging gcc warnings, mostly for Windowstrawick2011-03-191-50/+50
* NetWare build overhaul in order to compile on Linux.fuankg2011-03-041-3/+0
* Add Windows 7 to the list of detected versionsmturk2010-08-261-1/+4
* Fixed a compiler warning.fuankg2010-08-031-1/+2
* Fixed some compiler warnings.fuankg2010-08-031-6/+19
* OS/2: Add OS/2 specific handling in apr_proc_other_child_refresh().bjh2010-04-071-0/+28
* 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
* apr_strerror() on OS/2: Fix problem with calculating buffer size.trawick2009-04-221-1/+1
* Remove simple ipc because of -1mturk2009-02-241-1/+0
* Remove ipc init from apr_initialize.mturk2009-02-232-4/+0
* Add simple parent/child data exchange for APR processesmturk2009-02-212-0/+5
* Fix the otherchild API docs to reflect the actual implementation ofjorton2009-01-121-14/+0
* 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
* Initialize the rebind functionality early within the APR library itself to av...bnicholes2008-04-091-0/+2
* 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
* This message no verb.martin2007-09-041-1/+1
* Proposed;wrowe2007-08-261-1/+4