projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
DrawText ellipsification on all lines, not just single-line.
[wine]
/
dlls
/
winsock
/
socket.c
2002-02-14
Lawson Whitney
Protect against NULL wsaddrlen in ws_sockaddr_alloc.
blob
|
commitdiff
|
raw
2002-01-29
Rein Klazes
Correct optlen when WS_setsockopt is called with SO_LINGER.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-29
Francois Gouget
Rename s_addr to src_addr to avoid a conflict on Solaris.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-21
Francois Gouget
Fix a couple of warnings and a typo.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-18
Patrik Stridvall
Fixed some issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-15
Michael C. Maggio
Code used AF_IPX in some places where it should have...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-14
Daniel Walker
Implemented WSAAccept().
blob
|
commitdiff
|
raw
|
diff to current
2002-01-10
Francois Gouget
Fix previous patch: the ws_sockaddr_u2ws return value...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Martin Wilck
Moved the functionality of WS_socket() to WSASocketA().
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Paul Rupe
Return length of WS_sockaddr structure in ws_sockaddr_u2ws.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-24
Alexandre Julliard
Use MapLS/UnMapLS instead of SEGPTR_* macros.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-14
Paul Rupe
Very simple support for SO_OPENTYPE in getsockopt and...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Paul Rupe
Fixed WS_getpeername parameter in WS_accept.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-14
Francois Gouget
Make winsock.h and winsock2.h independent from the...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-06
François Gouget
Fix the #include order for config.h.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-05
Gerard Patel
Test for ws_timeout=NULL in winsock select().
blob
|
commitdiff
|
raw
|
diff to current
2001-10-14
Francois Gouget
When including 'wine/port.h', include it first.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-08
Francois Gouget
Fix the SOCKADDR_IPX declaration.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-02
Andreas Mohr
Added WSC*InstallProvider stubs.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-21
David Hammerton
Fixed typos.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-14
Francois Gouget
Fix the WSAStartup prototype.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-07
Francois Gouget
Convert the socket type (necessary on Solaris).
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Francois Gouget
Added WSASTARTUP16 a 1 byte alignment version of WSASTA...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Francois Gouget
Rename the regular WS_FD_XXX macros to FD_XXX.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-23
Daniel Walker
- Fix for nonblocking sockets using WSAEventSelect...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-09
Alexandre Julliard
Added Interlocked*Pointer functions.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-19
Alexandre Julliard
Moved server.h to include/wine.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-12
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Peter Hunnisett
Implemented a stub for WSARecvFrom.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-20
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-19
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-07
Francois Gouget
Fixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-10
Peter Hunnisett
Added stub for WSASend.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Alexandre Julliard
New set of macros for server calls; makes requests...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-20
Alexandre Julliard
Got rid of the WSINFO structure. Fixed a couple of...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-14
Andreas Mohr
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-17
James Hatheway
In WsControl, don't mix Linux and Wine socket calls...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-17
Gerard Patel
Change WSACleanup - wsinfo is a static structure now.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-15
Alexandre Julliard
Removed some direct accesses to the 16-bit task structure.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-02
Marcus Meissner
A socket becomes readable after connect in Linux 2...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-01
Patrik Stridvall
Added/modified documentation for function arguments.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-01
Alexandre Julliard
Finished separation of shell32 and wsock32.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-27
Alexandre Julliard
Fixed SEGPTR_GET usage.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-26
Marcus Meissner
Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-26
Hidenori Takeshima
Added checking for netdb.h.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-25
Dimitrie O. Paun
Include config.h in files that test for constants defin...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-24
Rein Klazes
Convert the value of level when setsockopt is called...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-13
Rein Klazes
Ignore setsockopt calls that make the size of the recei...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-26
Alexandre Julliard
Moved all Win16 definitions out of the standard Windows...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-24
Rein Klazes
Make calls to gethostbyname, gethostbyaddr, getservbyname,
blob
|
commitdiff
|
raw
|
diff to current
2000-09-16
John Gilmore
Cleaned it up so that code paths which have unsupported...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-01
Stephane Lussier
When checking the socket return by the server request...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-09
Alexandre Julliard
Removed some unnecessary #includes and dll dependencies.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-03
Andreas Mohr
Fixed the Win16/Win32 structure size/alignment differen...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-29
Uwe Bonnes
We always have strerror, so no need to ifdef HAVE_STRERROR.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-25
James Hatheway
Portability fixes.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-23
James Hatheway
Adds an initial WSAIoctl function with support for...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-10
Gerard Patel
Fakes a negotiation of the winsock version.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-09
Alexandre Julliard
Created separate libraries for dplay, shfolder, shlwapi...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-23
Patrik Stridvall
Fixed some issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-18
James Hatheway
Created an initial Winsock 2 (ws2_32) DLL. Makes use...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-01
Gerald Pfeifer
Fixed warning.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-23
Gerald Pfeifer
Fix a mismatch between format string and parameter.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-06
Rein Klazes
Corrected error handling for ws_getprotobyname/number.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Alexandre Julliard
Fixed small bug in WSOCK32_accept
blob
|
commitdiff
|
raw
|
diff to current
2000-03-26
Ove Kaaven
Handle POLLHUP better (delay FD_CLOSE notification...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-24
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-19
Lars Heete
Corrected handling of proto==NULL in WINSOCK_getservbyn...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-12
Rein Klazes
Correct conversion of level parameter if WINSOCK_setsoc...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Patrik Stridvall
Removed a lot of unnecessary includes and fixed the...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-07
Rein Klazes
Add a message and fix error code if __ws_getservbyname...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-04
Ove Kaaven
WSACleanup should set last error to WSANOTINITIALISED...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-04
Rein Klazes
Made WINSOCK_setsockopt handle option SO_DONTLINGER...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-14
Ove Kaaven
ioctlsocket() now returns success if the app sets nonbl...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-24
Alexandre Julliard
Changed the server to return STATUS_* error codes.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-23
Alexandre Julliard
Moved winsock implementation to dlls/winsock.
blob
|
commitdiff
|
raw
|
diff to current