summaryrefslogtreecommitdiff
path: root/include/arch/win32
Commit message (Expand)AuthorAgeFilesLines
* Fix up Win32 private headers to use APR_INLINE consistently; use static inlinejerenkrantz2006-07-142-11/+11
* Do not support multicast on Win32 unless we're using MSVC++ as mingwjerenkrantz2006-07-121-1/+2
* Protect usage of MS VC++ crtdbg.h functionality.jerenkrantz2006-07-121-0/+31
* Remove duplicate definition of apr_wchar_t.jerenkrantz2006-07-121-2/+0
* A simple typo that's come up more than once, VC accepts whilewrowe2006-02-111-1/+1
* Initial win32 implementation of the variable file-io buffer size functions.colm2005-10-181-1/+4
* Refactor Win32 condition variables code to address bugs.wrowe2005-07-221-1/+0
* Actually implement the multicast on the WIN32.mturk2005-07-081-0/+3
* Implement pool accessor for socketsmturk2005-06-121-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0414-14/+28
* Added detection for XP_SP1, XP_SP2 and 2003.mturk2005-01-171-1/+4
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+5
* WIN64: update pools code for 64 bit compilesake2004-10-071-0/+3
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...stoddard2004-08-241-0/+2
* Since this code only applies to sendfile, make sure that it is properly #ifde...bnicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-221-0/+5
* Update the comment.jorton2004-06-041-2/+1
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-041-1/+7
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-241-0/+10
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1314-686/+140
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-172-0/+8
* Fix the Win32 build.brane2003-11-041-3/+3
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-021-4/+6
* axe these deprecated functions:trawick2003-09-031-10/+0
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-0/+8
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-4/+5
* Win32: Adopt Brian Havard's OS/2 rwlock implementation.stoddard2003-06-181-5/+3
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-161-0/+5
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-1/+23
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-0/+0
* Finish off the rename of include/archthommay2003-01-071-2/+2
* Namespace protection for include/arch/ header filesthommay2003-01-0612-0/+0
* Update copyright notices to 2003.thommay2003-01-0114-14/+14
* Close the last testdir emit by always calling FindFirstFile on open/rewindwrowe2002-12-291-0/+1
* Add an internal Win32 apr_file_open flag APR_OPENINFO to allow APR itselfwrowe2002-12-291-3/+4
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+1
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-0/+1
* If we toggle APR_HAS_IPV6, we really need to use the new API.wrowe2002-10-131-0/+5
* Quick includes fixup [and brand an unbranded test]wrowe2002-07-171-0/+2
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-172-1/+93
* Fix the parameter name in the inherit_set/unset functions so thatjwoolley2002-07-161-14/+14
* The right solution. Follow the herd, use socketdes as our name.wrowe2002-07-151-4/+1
* Win32 has several bugs ... mostly from unix accessors, when timeout iswrowe2002-07-151-10/+11
* Get Win32 building again. Doesn't build clean, but at least it builds.wrowe2002-07-112-10/+6
* apr_oslevel_get() is an internal function. Correct it to no longer passwrowe2002-07-091-1/+1
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-11/+11
* Have inherit_set/unset work correctly. Sockets can't do this, so punt.wrowe2002-07-031-4/+37
* Permit us to use very Win32 specific i18n macros and extensions so thatwrowe2002-06-242-2/+2
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-16/+8