projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixed a problem were a trace accesses a data member that may be
[wine]
/
dlls
/
winsock
/
2004-04-05
Rein Klazes
Stub implementation for WSALookupServiceBeginA/W.
tree
|
commitdiff
2004-03-24
Alexandre Julliard
.spec.c files are no longer used for 32-bit dlls.
tree
|
commitdiff
2004-03-02
Alexandre Julliard
We no longer use the .exe.spec.c files.
tree
|
commitdiff
2004-03-01
Alexandre Julliard
Portability fixes for LSB compatibility.
tree
|
commitdiff
2004-02-28
Patrik Stridvall
More stubs and better headers for mswsock.dll.
tree
|
commitdiff
2004-01-28
Christian Costa
Add stub for WSAStringToAddressA.
tree
|
commitdiff
2004-01-27
Alexey Spiridonov
Fixed typo in memset call.
tree
|
commitdiff
2004-01-23
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2004-01-13
Alexandre Julliard
Authors: Jeremy White <jwhite@codeweavers.com>, Francoi...
tree
|
commitdiff
2004-01-13
Jeremy Shaw
Remove forced WS_SO_REUSEADDR on all binds.
tree
|
commitdiff
2004-01-02
Wim Lewis
Clear struct sockaddr_ipx directly instead of just...
tree
|
commitdiff
2003-12-12
Gerald Pfeifer
Fix types in WSAHtonl.
tree
|
commitdiff
2003-12-11
Kirill Smelkov
Added stub and prototype for WSAJoinLeaf.
tree
|
commitdiff
2003-12-02
Alexandre Julliard
Use wine_server_release_fd() instead of close() everywh...
tree
|
commitdiff
2003-11-30
Juan Lang
Removed annoying message about missing entry in /etc...
tree
|
commitdiff
2003-11-28
Alexandre Julliard
Moved the 16-bit code out of socket.c and into a separa...
tree
|
commitdiff
2003-10-14
Dmitry Timoshkov
Fixed some problems found while compiling and linking...
tree
|
commitdiff
2003-10-11
Dimitrie O. Paun
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
tree
|
commitdiff
2003-10-07
Daniel Marmier
Fixed warnings with gcc option "-Wwrite-strings".
tree
|
commitdiff
2003-09-30
Daniel Marmier
Use #ifdef instead of #if for all feature tests.
tree
|
commitdiff
2003-09-26
Dimitrie O. Paun
Remove the obsolete pascal16 (replaced by pascal -ret16).
tree
|
commitdiff
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
tree
|
commitdiff
2003-09-02
Rein Klazes
_ws_gethostbyname() and WSAAsyncGetHostByName() when...
tree
|
commitdiff
2003-08-30
Juan Lang
- improve some parameter checking in WSAIoctl
tree
|
commitdiff
2003-08-28
Alexandre Julliard
Start using the exported TEB structure from winternl...
tree
|
commitdiff
2003-08-12
Alexandre Julliard
Allocate DebugInfo field for all critical sections...
tree
|
commitdiff
2003-08-08
Alexandre Julliard
Make do_block use poll() rather than select() (based...
tree
|
commitdiff
2003-07-22
Mike McCormack
Add an empty hook function for WSASetBlockingHook to...
tree
|
commitdiff
2003-06-30
Dmitry Timoshkov
For all DLLs with defined DllMain and which do not...
tree
|
commitdiff
2003-06-26
Eric Pouech
- made async.h ready for use in ntdll: replaced all...
tree
|
commitdiff
2003-06-18
Francois Gouget
'sizeof type' is best avoided as it won't always compil...
tree
|
commitdiff
2003-06-07
Kester Maddock
Check for a null pointer in WS_setsockopt.
tree
|
commitdiff
2003-06-04
Antonio Larrosa...
Added WSASetEvent forward.
tree
|
commitdiff
2003-05-13
Francois Gouget
Added version information.
tree
|
commitdiff
2003-05-13
Juan Lang
Use iphlpapi to implement SIO_GET_INTERFACE_LIST in...
tree
|
commitdiff
2003-04-09
Vitaliy Margolen
Add and fix a few stubs to return correct error.
tree
|
commitdiff
2003-04-04
Alexandre Julliard
Cleaned up the option mapping code a bit.
tree
|
commitdiff
2003-04-04
Mike Hearn
- Map winsock sockopts to the POSIX equivalents for...
tree
|
commitdiff
2003-04-02
Alexandre Julliard
Handle htonl() and friends like select(), this will...
tree
|
commitdiff
2003-03-28
Alexandre Julliard
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
tree
|
commitdiff
2003-03-23
Alexandre Julliard
List 16-bit spec files explicitly to avoid problems...
tree
|
commitdiff
2003-03-20
Alexandre Julliard
Take advantage of new winebuild syntax to remove redund...
tree
|
commitdiff
2003-03-17
Paul Rupe
Treat blank protocol the same as NULL in getservbyname &
tree
|
commitdiff
2003-03-17
Alexandre Julliard
Replaced forwards by normal function declarations.
tree
|
commitdiff
2003-02-24
Michael Stefaniuc
Remove some unreachable code.
tree
|
commitdiff
2003-01-28
Gerald Pfeifer
Properly #define sipx_node for FreeBSD.
tree
|
commitdiff
2003-01-28
Martin Wilck
Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C...
tree
|
commitdiff
2003-01-23
Gerald Pfeifer
Improve portability wrt. struct sockaddr_ipx.
tree
|
commitdiff
2003-01-14
Francois Gouget
Remove (POINTER)NULL casts.
tree
|
commitdiff
2002-12-12
Alexandre Julliard
Added .spec.def files.
tree
|
commitdiff
2002-12-12
Alexandre Julliard
Added list of symbols to ignore by default in winebuild.
tree
|
commitdiff
2002-12-06
Christoph Frick
Force (WS_)SO_REUSEADDR before binding to a socket...
tree
|
commitdiff
2002-12-05
Martin Wilck
Correct 2 bugs connected to asynchronous shutdown():
tree
|
commitdiff
2002-12-05
Martin Wilck
Set the socket to overlapped mode.
tree
|
commitdiff
2002-12-03
Martin Wilck
Fixed test to run fine (0 errors) on Win NT.
tree
|
commitdiff
2002-11-13
Mike McCormack
Add stubs and declarations for WSAInstallServiceClassA/W.
tree
|
commitdiff
2002-11-11
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-11-04
Alexandre Julliard
Made the dll entry point default to DllMain and removed...
tree
|
commitdiff
2002-10-30
Martin Wilck
- Define SOCKET as UINT_PTR for Win64 (thanks to P...
tree
|
commitdiff
2002-10-29
Hagen Heiduck
Added WSASendDisconnect.
tree
|
commitdiff
2002-10-18
Alexandre Julliard
Added support for building certain dlls with -DSTRICT.
tree
|
commitdiff
2002-10-17
Alexandre Julliard
Fixed wownt32.h to make it usable from inside Wine...
tree
|
commitdiff
2002-09-26
Greg Turner
- fixed up some semantic misunderstandings using the...
tree
|
commitdiff
2002-09-25
Greg Turner
Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO...
tree
|
commitdiff
2002-09-17
Francois Gouget
IDI_APPLICATIONW does not exist on Windows. Use IDI_APP...
tree
|
commitdiff
2002-09-12
Martin Wilck
Fix the behavior of GetOverlappedResult() and WSAGetOve...
tree
|
commitdiff
2002-09-12
Dimitrie O. Paun
Make all spec files grep-able.
tree
|
commitdiff
2002-09-06
Michael Stefaniuc
Finish the conversion of HWND to a void*.
tree
|
commitdiff
2002-09-06
Martin Wilck
WS2_register_async_shutdown(): Try immediate completion...
tree
|
commitdiff
2002-09-06
Martin Wilck
Fixed typo in check_buffer_se().
tree
|
commitdiff
2002-08-29
Rein Klazes
In WSAStartup() don't touch the lpVendorInfo field...
tree
|
commitdiff
2002-08-17
Patrik Stridvall
Added include protection for unistd.h and sys/time.h.
tree
|
commitdiff
2002-08-09
Alexandre Julliard
Create separate makefiles for tests for more flexibility.
tree
|
commitdiff
2002-07-31
Alexandre Julliard
Moved the #ifdefs for the getnetby* etc. functions...
tree
|
commitdiff
2002-07-03
Gregg Mattinson
Removed non-static structure initializers.
tree
|
commitdiff
2002-06-22
Alexandre Julliard
Added printf format checking to the ok() and trace...
tree
|
commitdiff
2002-06-21
Alexandre Julliard
Made some more spec file entries optional or unnecessary.
tree
|
commitdiff
2002-06-13
Alexandre Julliard
Authors: Peter Hunnisett <peter@transgaming.com>, Ove...
tree
|
commitdiff
2002-06-01
Alexandre Julliard
Removed some more trailing whitespace.
tree
|
commitdiff
2002-05-31
Vincent Béron
Removed trailing whitespace.
tree
|
commitdiff
2002-05-23
Francois Gouget
Make the tests compile with Visual C++.
tree
|
commitdiff
2002-05-22
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-05-22
Francois Gouget
Add mswsock.h, move relevant definitions to this header.
tree
|
commitdiff
2002-05-21
Alexandre Julliard
Renamed Winelib apps to .exe.so to follow the dll namin...
tree
|
commitdiff
2002-05-16
Alexandre Julliard
Fixed struct msghdr access for platforms that have...
tree
|
commitdiff
2002-05-14
Alexandre Julliard
Added winebuild support for generating a .dbg.c file...
tree
|
commitdiff
2002-05-11
Alexandre Julliard
Added -res option to specify resources on winebuild...
tree
|
commitdiff
2002-05-09
Alexandre Julliard
Moved imports specification from the .spec into the...
tree
|
commitdiff
2002-04-27
Martin Wilck
Added unit test for winsock.
tree
|
commitdiff
2002-04-27
Martin Wilck
SO_OPENTYPE has to be a per-thread setting.
tree
|
commitdiff
2002-04-26
Martin Wilck
Fixed some bugs in my recently submitted patch series.
tree
|
commitdiff
2002-04-25
Martin Wilck
Implemented overlapped WSARecvFrom(), WSASendTo(), and
tree
|
commitdiff
2002-04-23
Martin Wilck
Fixed handling of deferred connections in WSAAccept().
tree
|
commitdiff
2002-04-17
Martin Wilck
_get_sock_fd_type: New function, retrieve fd type and...
tree
|
commitdiff
2002-04-11
Stefan Leichter
Compile fixes for gcc 2.7.2.3.
tree
|
commitdiff
2002-04-08
Gerald Pfeifer
Also #include <sys/uio.h>.
tree
|
commitdiff
2002-04-05
Martin Wilck
Make the recv() and send() family of functions use...
tree
|
commitdiff
2002-04-03
Mike McCormack
Add stub for WSAEnumProtocols(A/W) functions.
tree
|
commitdiff
2002-04-01
Francois Gouget
Fix for the unistd.h vs. winsock.h problem in Winelib...
tree
|
commitdiff
2002-03-25
Marcus Meissner
Added missing header.
tree
|
commitdiff
next