projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
usp10: Move the application of pair values to a helper function.
[wine]
/
dlls
/
ws2_32
/
tests
/
2012-10-29
Frédéric Delanoy
ws2_32/tests: Remove dead code (coverity).
tree
|
commitdiff
2012-06-18
Thomas Faber
ws2_32/tests: Add missing parentheses to ok() output.
tree
|
commitdiff
2012-06-12
Bruno Jesus
ws2_32: Fix hostent memory allocation.
tree
|
commitdiff
2012-06-07
Erich Hoover
ws2_32: Use STATUS_MORE_PROCESSING_REQUIRED to indicate...
tree
|
commitdiff
2012-05-15
Francois Gouget
Assorted typo, spelling, wording and case fixes.
tree
|
commitdiff
2012-05-07
Erich Hoover
ws2_32/tests: Fix cleanup for first IOCP duplicated...
tree
|
commitdiff
2012-05-01
Erich Hoover
ws2_32/tests: Test for IOCP behavior without AcceptEx...
tree
|
commitdiff
2012-05-01
Erich Hoover
ws2_32/tests: Test for AcceptEx IOCP behavior for a...
tree
|
commitdiff
2012-05-01
Erich Hoover
ws2_32/tests: Test for AcceptEx IOCP behavior for cance...
tree
|
commitdiff
2012-05-01
Erich Hoover
ws2_32/tests: AcceptEx IOCP initialization cleanup.
tree
|
commitdiff
2012-04-11
Bruno Jesus
ws2_32/tests: Avoid crashing if getservbyname fails.
tree
|
commitdiff
2012-04-11
Bruno Jesus
ws2_32/tests: Update hostent struct tests.
tree
|
commitdiff
2012-04-09
Bruno Jesus
ws2_32/tests: Add hostent struct tests for gethostbyname.
tree
|
commitdiff
2012-04-02
Bruno Jesus
ws2_32/tests: Avoid usage of inet_ntoa since its return...
tree
|
commitdiff
2012-03-26
Bruno Jesus
ws2_32: Handle NULL proto in WSAAsyncGetServByName.
tree
|
commitdiff
2012-01-30
Frédéric Delanoy
ws2_32/tests: Remove dead code in test_completion_port...
tree
|
commitdiff
2012-01-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2012-01-18
Ričardas Barkauskas
ws2_32/tests: Test AcceptEx behaviour more.
tree
|
commitdiff
2012-01-03
Marcus Meissner
ws2_32: Removed dead code (Coverity).
tree
|
commitdiff
2011-12-28
Ričardas Barkauskas
ws2_32: Don't post completion packet if sending fails...
tree
|
commitdiff
2011-12-28
Ričardas Barkauskas
ws2_32/tests: Test some completion port behavior.
tree
|
commitdiff
2011-12-19
Hans Leidekker
ws2_32: Return the right value for SO_CONNECT_TIME...
tree
|
commitdiff
2011-11-28
Bruno Jesus
ws2_32: Fix function GetAcceptExSockaddrs.
tree
|
commitdiff
2011-11-21
Bruno Jesus
ws2_32: Invert SIOCATMARK logic.
tree
|
commitdiff
2011-11-15
Hans Leidekker
ws2_32: Fix handling of NULL and empty hostname in...
tree
|
commitdiff
2011-11-14
Matej Špindler
ws2_32: Test GetAddrInfo with zero port.
tree
|
commitdiff
2011-10-04
Bruno Jesus
ws2_32: Fix UDP LINGER support in getsockopt.
tree
|
commitdiff
2011-09-14
Hans Leidekker
ws2_32: Avoid a crash in WS2_recv_base.
tree
|
commitdiff
2011-09-13
Bruno Jesus
ws2_32: SO_OOBINLINE sockets must always return TRUE...
tree
|
commitdiff
2011-09-08
Bruno Jesus
ws2_32: Fix support for SIO_KEEPALIVE_VALS.
tree
|
commitdiff
2011-09-06
Bruno Jesus
ws2_32: Avoid an unhandled exception in WSAIoctl.
tree
|
commitdiff
2011-08-24
Bruno Jesus
ws2_32: Fix false-positive write fds on select().
tree
|
commitdiff
2011-08-22
Bruno Jesus
ws2_32/tests: Add MSG_PEEK tests on recv().
tree
|
commitdiff
2011-06-21
André Hentschel
ws2_32: Handle null pointer for linger values.
tree
|
commitdiff
2011-06-16
Marcus Meissner
ws2_32: Fixed select() number of fds (Coverity).
tree
|
commitdiff
2011-06-14
Hans Leidekker
ws2_32: Accept NULL lpNumberOfBytesSent for overlapped...
tree
|
commitdiff
2011-06-13
Lauri Kenttä
ws2_32/tests: Make sure that a structure is initialized...
tree
|
commitdiff
2011-06-13
André Hentschel
ws2_32/tests: Don't read return value when we don't...
tree
|
commitdiff
2011-06-03
Andrew Nguyen
ws2_32/tests: Fix some test thread procedure prototypes.
tree
|
commitdiff
2011-06-03
Andrew Nguyen
ws2_32/tests: Avoid casting a WSAAccept function pointe...
tree
|
commitdiff
2011-06-02
Peter Urbanec
ws2_32/tests: Socket error handling and reporting tests.
tree
|
commitdiff
2011-06-01
Andrew Nguyen
ws2_32: Avoid a crash with an optional pointer in WSAAs...
tree
|
commitdiff
2011-06-01
Andrew Nguyen
ws2_32/tests: Properly destroy the async test window.
tree
|
commitdiff
2011-05-31
Peter Urbanec
ws2_32/tests: Use WSAGetLastError() when reporting...
tree
|
commitdiff
2011-05-31
André Hentschel
ws2_32/tests: Initialize atmark (valgrind).
tree
|
commitdiff
2011-05-27
André Hentschel
ws2_32/tests: Add test for SIOCATMARK.
tree
|
commitdiff
2011-05-19
Andrew Nguyen
include: Revise the Winsock include in windows.h to...
tree
|
commitdiff
2011-05-02
Hans Leidekker
ws2_32: Add a test to show that WSAIoctl is synchronous.
tree
|
commitdiff
2011-02-24
Marcus Meissner
ws2_32: name is never NULL as array (Coverity).
tree
|
commitdiff
2011-02-23
Alexandre Goujon
ws2_32: Make gethostbyname fail if WSAStartup was not...
tree
|
commitdiff
2011-02-09
Austin English
ws2_32/tests: Remove unneeded assignments (LLVM/Clang).
tree
|
commitdiff
2011-02-07
Joris Huizer
ws2_32/tests: Don't test function directly when reporti...
tree
|
commitdiff
2011-01-24
Mike Kaplinskiy
server: Fix connect failures on newer kernels.
tree
|
commitdiff
2011-01-24
Mike Kaplinskiy
ws2_32: Finish an overlapped send only if we sent every...
tree
|
commitdiff
2011-01-24
Mike Kaplinskiy
ws2_32/tests: Add a test for an overlapped send.
tree
|
commitdiff
2010-12-09
Alexandre Julliard
ws2_32/tests: Avoid size_t in a trace.
tree
|
commitdiff
2010-12-07
Erich Hoover
ws2_32/tests: Add regression tests for WSARecvMsg and...
tree
|
commitdiff
2010-12-03
Juan Lang
ws2_32: Set length on successful return from WSAStringT...
tree
|
commitdiff
2010-11-16
Greg Geldorp
ws2_32/tests: NT4 and Win2000 print IPv6 addresses...
tree
|
commitdiff
2010-10-18
Dan Kegel
ws2_32: Null select() should fail with WSAEINVAL.
tree
|
commitdiff
2010-10-01
Alexandre Julliard
tests: Make some variables static.
tree
|
commitdiff
2010-09-29
Juan Lang
ws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY.
tree
|
commitdiff
2010-09-28
Juan Lang
ws2_32/tests: Test SIO_ROUTING_INTERFACE_QUERY.
tree
|
commitdiff
2010-09-22
Mike Kaplinskiy
ws2_32: Implement AcceptEx and GetAcceptExSockaddrs.
tree
|
commitdiff
2010-09-20
Alexandre Julliard
ws2_32: Fail when select is called with an invalid fd.
tree
|
commitdiff
2010-09-19
Alexandre Julliard
makefiles: Add a standard header for all makefiles...
tree
|
commitdiff
2010-09-15
Vincent Povirk
ws2_32: Add a test for selecting invalid sockets.
tree
|
commitdiff
2010-09-03
Alexandre Julliard
ws2_32/tests: Fix some buffer overflows in traces.
tree
|
commitdiff
2010-08-24
Francois Gouget
ws2_32/tests: Add a trailing '\n' to an ok() call.
tree
|
commitdiff
2010-08-17
Wolfgang Schwotzer
ws2_32/tests: Only log threads which not terminated...
tree
|
commitdiff
2010-08-03
Mike Kaplinskiy
ws2_32: Implement ConnectEx.
tree
|
commitdiff
2010-08-03
Mike Kaplinskiy
ws2_32/tests: Test ConnectEx.
tree
|
commitdiff
2010-07-28
Mike Kaplinskiy
server: Fix some comments.
tree
|
commitdiff
2010-07-28
Mike Kaplinskiy
server: Consume events triggered.
tree
|
commitdiff
2010-07-22
André Hentschel
ws2_32: Fix test message.
tree
|
commitdiff
2010-07-21
Alexandre Julliard
dlls: Remove explicit imports of kernel32 and ntdll.
tree
|
commitdiff
2010-06-22
Francois Gouget
ws2_32/tests: Fix a typo in a variable name.
tree
|
commitdiff
2010-06-15
Alexandre Julliard
ws2_32/tests: Reorder includes so that winsock.h is...
tree
|
commitdiff
2010-05-17
Mike Kaplinskiy
server: Move socket async activation to sock_poll_event.
tree
|
commitdiff
2010-05-17
Mike Kaplinskiy
ws2_32/tests: fix test failures on wine and win98.
tree
|
commitdiff
2010-05-14
Alexandre Julliard
ws2_32/tests: Fix non-portable syntax.
tree
|
commitdiff
2010-05-13
Mike Kaplinskiy
ws2_32/tests: Add some socket event tests.
tree
|
commitdiff
2010-03-24
Mike Kaplinskiy
ws2_32/tests: Fix win9x test failure.
tree
|
commitdiff
2010-03-23
Mike Kaplinskiy
ws2_32/tests: Test a WSARecv error condition.
tree
|
commitdiff
2010-03-16
Alexandre Julliard
makefiles: Remove the no longer needed explicit separat...
tree
|
commitdiff
2010-02-22
Alexandre Julliard
makefiles: Use the standard C_SRCS variable as the...
tree
|
commitdiff
2010-02-12
Jason Edmeades
ws2_32: Support indefinite receive timeouts.
tree
|
commitdiff
2010-02-08
Paul Vriens
ws2_32/tests: Fix test failures on Win9x/WinMe.
tree
|
commitdiff
2010-02-03
Andrew Nguyen
ws2_32: Fix parameter validation order in getpeername.
tree
|
commitdiff
2009-12-01
Rob Shearman
ws2_32: Initialise buffer eventually passed into send...
tree
|
commitdiff
2009-11-10
André Hentschel
ws2_32/tests: Test for initial state of SIOCATMARK.
tree
|
commitdiff
2009-11-09
André Hentschel
ws2_32: Fix a comment.
tree
|
commitdiff
2009-11-09
Marcus Meissner
ws2_32: Use correct buffer for 17 byte write.
tree
|
commitdiff
2009-10-29
Hans Leidekker
ws2_32: Add a test for GetAddrInfoW.
tree
|
commitdiff
2009-10-06
Michael Stefaniuc
ws2_32/tests: Use LONG instead of long.
tree
|
commitdiff
2009-10-05
Mike Kaplinskiy
ws2_32/tests: fix failure on win98/me.
tree
|
commitdiff
2009-09-25
Mike Kaplinskiy
ws2_32/tests: Test WSAAccept with CF_DEFER.
tree
|
commitdiff
2009-09-08
Ge van Geldorp
ws2_32/tests: Add acceptable error codes for Win7.
tree
|
commitdiff
2009-08-27
Alexandre Julliard
ws2_32/tests: Fix test failures on Vista.
tree
|
commitdiff
2009-08-25
Mike Kaplinskiy
ws2_32/tests: Fix failure on NT4.
tree
|
commitdiff
next