projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Make the page_size variable global.
[wine]
/
dlls
/
ws2_32
/
socket.c
2012-12-03
Andrew Talbot
ws2_32: Remove unused semicolon.
blob
|
commitdiff
|
raw
2012-11-16
Michael Stefaniuc
ws2_32: Avoid using sizeof on structs with variable...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-29
Maarten Lankhorst
ws2_32: Define IP_UNICAST_IF if not found on linux.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-12
Erich Hoover
ws2_32: Silence error when binding to loopback adapter.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-03
Bruno Jesus
ws2_32: Fix some style issues.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-02
Erich Hoover
ws2_32: Permit broadcast packets on interface-bound...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-02
Erich Hoover
ws2_32: Permit broadcast packets on interface-bound...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-02
Bruno Jesus
ws2_32: Fix TRACE format in WS_getsockname.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-15
Michael Stefaniuc
ws2_32: Avoid a FALSE:TRUE conditional expression.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-03
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Per Johansson
ws2_32: In WSAIoctl(SIO_GET_INTERFACE_LIST), skip inter...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-12
Bruno Jesus
ws2_32: Fix hostent memory allocation.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-07
Erich Hoover
ws2_32: Use STATUS_MORE_PROCESSING_REQUIRED to indicate...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-15
Francois Gouget
Assorted typo, spelling, wording and case fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-23
André Hentschel
ws2_32: Remove unneeded shadow variable.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-10
Erich Hoover
ws2_32: Implement IPV6_UNICAST_IF socket option.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-10
Erich Hoover
ws2_32: Implement IP_UNICAST_IF socket option.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-02
Jeff Latimer
ws2_32: Make a common fixme more meaningful and return...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-28
Ričardas Barkauskas
ws2_32: Don't post completion packet if sending fails...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-19
Hans Leidekker
ws2_32: Return the right value for SO_CONNECT_TIME...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
Francois Gouget
configure: Use errno.h instead of the non-standard...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
Francois Gouget
include: Update the nldef.h and *mib.h headers.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
Francois Gouget
include: Add a missing wincrypt.h include directive...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Bruno Jesus
ws2_32: Fix a function name comment.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Bruno Jesus
ws2_32: Fix function GetAcceptExSockaddrs.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
Hans Leidekker
ws2_32: Pass NULL nodename on to native getaddrinfo.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
Bruno Jesus
ws2_32: Invert SIOCATMARK logic.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-17
Francois Gouget
ws2_32: Delete the static critical section when unloadi...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Hans Leidekker
ws2_32: Fix handling of NULL and empty hostname in...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-04
Andrew Talbot
ws2_32: Remove unneeded address-of operator from array...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-21
Andrew Talbot
ws2_32: Replace switch statement with more suitable...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-21
Andrew Talbot
ws2_32: Mark a fall-through in a switch statement.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
Bruno Jesus
ws2_32: Fix UDP LINGER support in getsockopt.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-14
Hans Leidekker
ws2_32: Avoid a crash in WS2_recv_base.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Bruno Jesus
ws2_32: SO_OOBINLINE sockets must always return TRUE...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-09
Bruno Jesus
ws2_32: Remove an unnecessary test.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Bruno Jesus
ws2_32: Fix support for SIO_KEEPALIVE_VALS.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-06
Bruno Jesus
ws2_32: Avoid an unhandled exception in WSAIoctl.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-05
Bruno Jesus
ws2_32: Fix a leak in WS2_AcceptEx.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Bruno Jesus
ws2_32: Fix false-positive write fds on select().
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Frédéric Delanoy
dlls: Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-06
Frédéric Delanoy
ws2_32: Remove dead assignment (Clang).
blob
|
commitdiff
|
raw
|
diff to current
2011-07-01
Austin English
ws2_32: Define sipx_network / sipx_node for DragonFly...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-21
André Hentschel
ws2_32: Handle null pointer for linger values.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
Hans Leidekker
ws2_32: Accept NULL lpNumberOfBytesSent for overlapped...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-03
Andrew Nguyen
ws2_32/tests: Avoid casting a WSAAccept function pointe...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-19
Alexandre Julliard
ws2_32: Signal overlapped completion in WSAIoctl.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-19
Alexandre Julliard
ws2_32: Merge ioctlsocket implementation into WSAIoctl.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-19
Alexandre Julliard
ws2_32: Use saner parameter names in WSAIoctl.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Hans Leidekker
ws2_32: Implement GetNameInfoW.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-14
André Hentschel
ws2_32: Downgrade FIXME for WS_SIO_SET_COMPATIBILITY_MO...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-07
Aric Stewart
ws2_32: async_send with no buffers does not need to...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
Alexandre Goujon
ws2_32: Make gethostbyname fail if WSAStartup was not...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-26
Marcus Meissner
ws2_32: Implemented SO_CONNECT_TIME stub.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-24
Mike Kaplinskiy
ws2_32: Finish an overlapped send only if we sent every...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-24
Mike Kaplinskiy
ws2_32: Use the iosb to keep track of how many bytes...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-24
Mike Kaplinskiy
ws2_32: Fix up iovecs after transmission in WS2_send...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-24
Mike Kaplinskiy
ws2_32: Allow sending FD_WRITE right after scheduling...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Gerald Pfeifer
ws2_32: Restructure and simplify debugstr_wsaioctl...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-08
Alexandre Julliard
ws2_32: Fix a compile failure when control messages...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-07
Erich Hoover
ws2_32: Add support for WSARecvMsg and IP_PKTINFO.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Juan Lang
ws2_32: Set length on successful return from WSAStringT...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-23
André Hentschel
ws2_32: Map AI_ADDRCONFIG.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Francois Gouget
ws2_32: Add a trailing '\n' to a FIXME() call.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Louis Lenders
ws2_32: Return SOCKET_ERROR in stubbed WSALookupService...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Dan Kegel
ws2_32: Null select() should fail with WSAEINVAL.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Juan Lang
ws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Francois Gouget
ws2_32: Make WS2_AcceptEx() and WS2_GetAcceptExSockaddr...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Mike Kaplinskiy
ws2_32: Implement SO_UPDATE_ACCEPT_CONTEXT.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-27
Juan Lang
ws2_32: Unpack ioctl codes in WSAIoctl trace.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
Mike Kaplinskiy
ws2_32: Implement AcceptEx and GetAcceptExSockaddrs.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Alexandre Julliard
ws2_32: Fail when select is called with an invalid fd.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Austin English
ws2_32: Add a stub for WSANSPIoctl.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Francois Gouget
ws2_32: Add a trailing '\n' to a TRACE() call.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Wolfgang Schwotzer
ws2_32: Initialize variable lsap_sel.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Mike Kaplinskiy
ws2_32: Fix a bad pointer crash.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Mike Kaplinskiy
ws2_32: Implement SO_UPDATE_CONNECT_CONTEXT.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Dmitry Timoshkov
ws2_32: Rearrange the code to avoid a needless release_...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-03
Mike Kaplinskiy
ws2_32: Implement ConnectEx.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-03
Mike Kaplinskiy
ws2_32: Create a wrapper for connect.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-03
Mike Kaplinskiy
ws2_32: Don't set FD_READ/FD_WRITE before the connectio...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Austin English
ws2_32: Remove unused variable.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Howell Tam
ws2_32: Wrapped WSASendTo/WSARecvFrom with a different...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Alexandre Goujon
ws2_32: Add host unreachable case.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Kai Blin
ws2_32: Stub out WS_SIO_UDP_CONNRESET WSioctl.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
Mike Kaplinskiy
ws2_32: Improve SIO_GET_EXTENSION_FUNCTION_POINTER...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-05
Stefan Leichter
ws2_32: In setsockopt implement IPV6_ADD_MEMBERSHIP...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-02
Stefan Leichter
ws2_32: Partly implement level IPPROTO_IPV6 of getsockopt.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-31
Stefan Leichter
ws2_32: Partly implement level IPPROTO_IPV6 of setsockopt.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-29
Mikhail Maroukhine
ws2_32: Fix compiler warnings with flag -Wcast-qual.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-23
Mike Kaplinskiy
ws2_32: Use ntstatus in overlapped functions.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Jason Edmeades
ws2_32: Support indefinite receive timeouts.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-04
Marcus Meissner
ws2_32: Check namelen before dereferencing it in TRACE...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-03
Andrew Nguyen
ws2_32: Fix parameter validation order in getpeername.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Erich Hoover
ws2_32: Fix allocating a hostent with no h_aliases...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-10
Erich Hoover
ws2_32: Return the full list of local IP addresses...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-10
Erich Hoover
ws2_32: Separate out hostent creation from duplication.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Roderick Colenbrander
ws2_32: Use winediag for socket failures.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Hans Leidekker
ws2_32: Avoid accessing uninitialized memory in GetAddr...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Dmitriy Anisimkov
ws2_32: Ignore EINTR poll result code in WS_select.
blob
|
commitdiff
|
raw
|
diff to current
next