summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildstrawick2011-03-221-0/+8
* Added missing prototypes for NetWare.fuankg2011-03-101-0/+3
* Axed C++ comments and tabs.fuankg2011-02-184-60/+64
* Removed stuff defined in expat.h; moved license to top.fuankg2010-12-251-23/+13
* Fixed NetWare signal defines to match with newer NDKs.fuankg2010-12-081-36/+39
* Backport Win32 part of poll provider for Vista+mturk2010-08-261-4/+52
* backport from trunk r932585:trawick2010-04-091-0/+1
* Backport 917837:minfrin2010-03-071-2/+2
* back out.... joe no like. Me neither but we shouldjim2009-10-131-77/+0
* More fluff on the darwin mojo... whatta pain. Maybe wejim2009-10-131-1/+1
* More Darwin mojo magic. Use Apple's apr.h edits as a guidejim2009-10-131-0/+77
* Backport all poll changes from r734707 up to nowjim2009-10-021-9/+77
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958bojan2009-06-121-0/+12
* Complete corrections to r649208; there was no cause to expose tlhelp32.hwrowe2009-06-021-1/+2
* Revert Mladen's breakage in r649208 by including tlhelp32.h before attemptingwrowe2009-06-011-2/+2
* added usage of threadsafe getpass_r();fuankg2008-06-061-0/+9
* If the named resource was removed by apr_shm_remove(), it may not be there.bojan2008-05-281-0/+3
* Leverage the new apr_uintptr_t type for our ULONG_PTR members.wrowe2008-05-021-4/+4
* Remove APR_BUFSIZ definition, as it would only be used in one placebojan2008-04-254-24/+0
* Make copy buffer biggerbojan2008-04-244-0/+24
* mplement apr_proc_wait_all_procs for windowsmturk2008-04-171-0/+27
* Fix NtXXX prototypes. They are all declared as NTSTATUS(LONG) not DWORDmturk2008-04-171-4/+4
* Revert function proto changemturk2008-04-171-1/+1
* Fix compile time warnings by properly casting to 64 or 32 bitsmturk2008-04-171-1/+1
* Do not core if the optional function cannot be delay loaded. Return 0 and set...mturk2008-04-161-2/+6
* Static global variables are bad on NetWare. Move them into the library applic...bnicholes2008-04-091-0/+2
* Learn the appropriate csize Allocation magic applicablewrowe2007-11-081-0/+25
* Catch a flaw on Win32 x64 platformswrowe2007-11-081-10/+6
* Now in 1.3.0 a valid csize becomes very critical to enablewrowe2007-11-061-0/+25
* Fill in apr_fileinfo_t member st_csize on Netware and Unixwrowe2007-10-171-0/+4
* OS2 fails to fork-for-exec, and therefore doesn't use thewrowe2007-10-151-0/+50
* Whoops, collision! Avoid with a comment in the futurewrowe2007-10-151-1/+2
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-141-29/+0
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-1/+5
* Proposed;wrowe2007-08-262-36/+64
* Prefer solaris builtins even on x86, and fix a compiler warning.davi2007-08-041-2/+2
* Improve WIN32 condition variables fairness by using a generation count. The c...davi2007-07-121-0/+1
* Introduce macro definitions of the min/max characteristics of the apr integerdavi2007-07-091-1/+0
* New apr_atomic implementation for S/390 native atomic operations.davi2007-07-071-0/+2
* New apr_atomic implementation for PowerPC native atomic operations.davi2007-07-041-0/+2
* New apr_atomic implementation for Solaris 10 native atomic operations.davi2007-07-041-0/+2
* New apr_atomic implementation for ia32 (x86 and x86_64) native atomic operati...davi2007-07-041-0/+2
* Given a modern compiler, this patch provides fast atomic operations on variousdavi2007-07-041-0/+2
* This patch tries to address some of the apr_atomic problems by reorganizingdavi2007-07-041-0/+35
* Rework the win32 CV code to signal the condition only if one or more threadsdavi2007-06-291-4/+4
* Using macros defined include/arch/win32/apr_arch_misc.h to replace calls to thewrowe2007-06-011-1/+1
* include/arch/win32/apr_arch_inherit.h defines macros that are used to implementwrowe2007-06-011-0/+28
* The attached patch modifies include/arch/win32/apr_private.h so that on WinCEwrowe2007-05-311-1/+5
* Stop undefining __attribute__ for GNUC (only 2.7 and prior might be interesti...wrowe2007-05-311-2/+0
* Add the missing file locking APIs and macros to the NetWare buildbnicholes2007-05-151-0/+18