summaryrefslogtreecommitdiff
path: root/include/arch/win32
Commit message (Expand)AuthorAgeFilesLines
* On '1.8.x-r1897895' branch: Backport r1897895 from trunk.1.8.x-r1897895Ivan Zhakov2022-02-152-10/+9
* Merge r1895106, r1895111, r1895175, r1895181, r1895465 from trunk:Yann Ylavic2021-12-291-1/+7
* Backport r1861050, r1805309, r1861045, r1861046, r1861049, r1861053, r1861054...Michael Osipov2021-05-261-1/+5
* Merge r936323, r1460182, r1884077, r1884078 from trunk:Yann Ylavic2020-12-041-0/+1
* Narrow symbolic link detection on NTFSWilliam A. Rowe Jr2019-03-201-1/+2
* Small corrections to if_indextoname resolution on win32, compiles clean. Back...William A. Rowe Jr2019-03-191-1/+1
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNCWilliam A. Rowe Jr2019-03-191-2/+24
* Merge r1816527 from trunk:Joe Orton2017-11-291-0/+2
* Merge r989450 from trunk:Jeff Trawick2013-10-211-1/+2
* Merge remnants of r1068870 not already in 1.5.x branch:Jeff Trawick2013-10-211-8/+9
* Merge r748080:Jeff Trawick2013-10-121-1/+2
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildsJeff Trawick2011-03-221-0/+8
* Axed C++ comments and tabs.Guenter Knauf2011-02-182-49/+50
* Backport Win32 part of poll provider for Vista+Mladen Turk2010-08-261-4/+52
* Complete corrections to r649208; there was no cause to expose tlhelp32.hWilliam A. Rowe Jr2009-06-021-1/+2
* Revert Mladen's breakage in r649208 by including tlhelp32.h before attemptingWilliam A. Rowe Jr2009-06-011-2/+2
* Leverage the new apr_uintptr_t type for our ULONG_PTR members.William A. Rowe Jr2008-05-021-4/+4
* Remove APR_BUFSIZ definition, as it would only be used in one placeBojan Smojver2008-04-251-6/+0
* Make copy buffer biggerBojan Smojver2008-04-241-0/+6
* mplement apr_proc_wait_all_procs for windowsMladen Turk2008-04-171-0/+27
* Fix NtXXX prototypes. They are all declared as NTSTATUS(LONG) not DWORDMladen Turk2008-04-171-4/+4
* Revert function proto changeMladen Turk2008-04-171-1/+1
* Fix compile time warnings by properly casting to 64 or 32 bitsMladen Turk2008-04-171-1/+1
* Do not core if the optional function cannot be delay loaded. Return 0 and set...Mladen Turk2008-04-161-2/+6
* Learn the appropriate csize Allocation magic applicableWilliam A. Rowe Jr2007-11-081-0/+25
* Catch a flaw on Win32 x64 platformsWilliam A. Rowe Jr2007-11-081-10/+6
* Now in 1.3.0 a valid csize becomes very critical to enableWilliam A. Rowe Jr2007-11-061-0/+25
* Whoops, collision! Avoid with a comment in the futureWilliam A. Rowe Jr2007-10-151-1/+2
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-29/+0
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-1/+5
* Proposed;William A. Rowe Jr2007-08-262-36/+64
* Improve WIN32 condition variables fairness by using a generation count. The c...Davi Arnaut2007-07-121-0/+1
* Rework the win32 CV code to signal the condition only if one or more threadsDavi Arnaut2007-06-291-4/+4
* Using macros defined include/arch/win32/apr_arch_misc.h to replace calls to theWilliam A. Rowe Jr2007-06-011-1/+1
* include/arch/win32/apr_arch_inherit.h defines macros that are used to implementWilliam A. Rowe Jr2007-06-011-0/+28
* The attached patch modifies include/arch/win32/apr_private.h so that on WinCEWilliam A. Rowe Jr2007-05-311-1/+5
* Stop undefining __attribute__ for GNUC (only 2.7 and prior might be interesti...William A. Rowe Jr2007-05-311-2/+0
* Add Windows Vista os version detectionMladen Turk2007-01-081-1/+2
* Backout R434327, R437115, which...William A. Rowe Jr2006-11-221-6/+0
* Implement apr_threadkey_private destructors on WIN32Mladen Turk2006-08-241-0/+6
* Fix the typo.Joe Orton2006-08-0314-14/+14
* Update license header.Joe Orton2006-08-0314-84/+84
* Fix up Win32 private headers to use APR_INLINE consistently; use static inlineJustin Erenkrantz2006-07-142-11/+11
* Do not support multicast on Win32 unless we're using MSVC++ as mingwJustin Erenkrantz2006-07-121-1/+2
* Protect usage of MS VC++ crtdbg.h functionality.Justin Erenkrantz2006-07-121-0/+31
* Remove duplicate definition of apr_wchar_t.Justin Erenkrantz2006-07-121-2/+0
* A simple typo that's come up more than once, VC accepts whileWilliam A. Rowe Jr2006-02-111-1/+1
* Initial win32 implementation of the variable file-io buffer size functions.Colm MacCarthaigh2005-10-181-1/+4
* Refactor Win32 condition variables code to address bugs.William A. Rowe Jr2005-07-221-1/+0
* Actually implement the multicast on the WIN32.Mladen Turk2005-07-081-0/+3