projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
Changed name of the asm version of RtlUlong/shortByteSwap to avoid
[wine]
/
dlls
/
winsock
/
2001-06-19
Patrik Stridvall
Documentation ordinal fixes.
tree
|
commitdiff
2001-05-07
Francois Gouget
Fixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
tree
|
commitdiff
2001-04-10
Peter Hunnisett
Added stub for WSASend.
tree
|
commitdiff
2001-02-27
Alexandre Julliard
New set of macros for server calls; makes requests...
tree
|
commitdiff
2001-02-20
Alexandre Julliard
Got rid of the WSINFO structure. Fixed a couple of...
tree
|
commitdiff
2001-02-14
Andreas Mohr
Cosmetics.
tree
|
commitdiff
2001-01-17
James Hatheway
In WsControl, don't mix Linux and Wine socket calls...
tree
|
commitdiff
2001-01-17
Gerard Patel
Change WSACleanup - wsinfo is a static structure now.
tree
|
commitdiff
2001-01-15
Alexandre Julliard
Removed some direct accesses to the 16-bit task structure.
tree
|
commitdiff
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
tree
|
commitdiff
2001-01-02
Marcus Meissner
A socket becomes readable after connect in Linux 2...
tree
|
commitdiff
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
tree
|
commitdiff
2000-12-01
Patrik Stridvall
Added/modified documentation for function arguments.
tree
|
commitdiff
2000-12-01
Alexandre Julliard
Finished separation of shell32 and wsock32.
tree
|
commitdiff
2000-11-30
David Elliott
Remove libXXXX.so.1.0 lines from .cvsignore files.
tree
|
commitdiff
2000-11-27
Alexandre Julliard
Fixed SEGPTR_GET usage.
tree
|
commitdiff
2000-11-26
Marcus Meissner
Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
tree
|
commitdiff
2000-11-26
Hidenori Takeshima
Added checking for netdb.h.
tree
|
commitdiff
2000-11-25
Dimitrie O. Paun
Include config.h in files that test for constants defin...
tree
|
commitdiff
2000-11-05
Alexandre Julliard
Declare debug channels in all dlls that need them;...
tree
|
commitdiff
2000-10-31
Alexandre Julliard
Added import of ntdll.
tree
|
commitdiff
2000-10-24
Aric Stewart
Added forward for WSAResetEvent.
tree
|
commitdiff
2000-10-24
Rein Klazes
Convert the value of level when setsockopt is called...
tree
|
commitdiff
2000-10-13
Rein Klazes
Ignore setsockopt calls that make the size of the recei...
tree
|
commitdiff
2000-09-27
Alexandre Julliard
Added a few missing imports.
tree
|
commitdiff
2000-09-26
Alexandre Julliard
Moved all Win16 definitions out of the standard Windows...
tree
|
commitdiff
2000-09-24
Rein Klazes
Make calls to gethostbyname, gethostbyaddr, getservbyname,
tree
|
commitdiff
2000-09-16
John Gilmore
Cleaned it up so that code paths which have unsupported...
tree
|
commitdiff
2000-09-01
Stephane Lussier
When checking the socket return by the server request...
tree
|
commitdiff
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Removed some unnecessary #includes and dll dependencies.
tree
|
commitdiff
2000-08-06
Alexandre Julliard
Added imports of kernel32.dll where necessary.
tree
|
commitdiff
2000-08-03
Andreas Mohr
Fixed the Win16/Win32 structure size/alignment differen...
tree
|
commitdiff
2000-08-03
Alexandre Julliard
Added imports of user32/gdi32/kernel32 wherever necessary.
tree
|
commitdiff
2000-07-29
Uwe Bonnes
We always have strerror, so no need to ifdef HAVE_STRERROR.
tree
|
commitdiff
2000-07-28
Alexandre Julliard
Added 'owner' field to 16-bit spec files to specify...
tree
|
commitdiff
2000-07-25
James Hatheway
Portability fixes.
tree
|
commitdiff
2000-07-23
James Hatheway
Adds an initial WSAIoctl function with support for...
tree
|
commitdiff
2000-07-23
Eric Pouech
Insured that all parameters of async functions are...
tree
|
commitdiff
2000-07-15
Andreas Mohr
Added WSAWaitForMultipleEvents (alias to WaitForMultipl...
tree
|
commitdiff
2000-07-10
Gerard Patel
Fakes a negotiation of the winsock version.
tree
|
commitdiff
2000-07-09
Alexandre Julliard
Created separate libraries for dplay, shfolder, shlwapi...
tree
|
commitdiff
2000-06-23
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2000-06-20
Alexandre Julliard
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
tree
|
commitdiff
2000-06-18
James Hatheway
Created an initial Winsock 2 (ws2_32) DLL. Makes use...
tree
|
commitdiff
2000-06-01
Gerald Pfeifer
Fixed warning.
tree
|
commitdiff
2000-05-23
Gerald Pfeifer
Fix a mismatch between format string and parameter.
tree
|
commitdiff
2000-04-18
Rein Klazes
Convert service and protocol names to lowercase before...
tree
|
commitdiff
2000-04-06
Rein Klazes
Corrected error handling for ws_getprotobyname/number.
tree
|
commitdiff
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
tree
|
commitdiff
2000-03-28
Alexandre Julliard
Fixed small bug in WSOCK32_accept
tree
|
commitdiff
2000-03-26
Ove Kaaven
Handle POLLHUP better (delay FD_CLOSE notification...
tree
|
commitdiff
2000-03-24
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
tree
|
commitdiff
2000-03-19
Lars Heete
Corrected handling of proto==NULL in WINSOCK_getservbyn...
tree
|
commitdiff
2000-03-12
Rein Klazes
Correct conversion of level parameter if WINSOCK_setsoc...
tree
|
commitdiff
2000-03-08
Patrik Stridvall
Removed a lot of unnecessary includes and fixed the...
tree
|
commitdiff
2000-03-07
Rein Klazes
Add a message and fix error code if __ws_getservbyname...
tree
|
commitdiff
2000-03-05
Alexandre Julliard
Added support for creating extra symlinks for .so files...
tree
|
commitdiff
2000-03-04
Alexandre Julliard
Moved dll-specific make rules to a separate Makedll...
tree
|
commitdiff
2000-03-04
Ove Kaaven
WSACleanup should set last error to WSANOTINITIALISED...
tree
|
commitdiff
2000-03-04
Rein Klazes
Made WINSOCK_setsockopt handle option SO_DONTLINGER...
tree
|
commitdiff
2000-02-14
Ove Kaaven
ioctlsocket() now returns success if the app sets nonbl...
tree
|
commitdiff
2000-01-31
Alexandre Julliard
Build most dlls as separate shared libraries.
tree
|
commitdiff
2000-01-24
Alexandre Julliard
Changed the server to return STATUS_* error codes.
tree
|
commitdiff
2000-01-23
Alexandre Julliard
Moved winsock implementation to dlls/winsock.
tree
|
commitdiff