2005-10-24 |
Eric Pouech | Made accept thread safe(r). |
tree | commitdiff |
2005-10-03 |
Dmitry Timoshkov | Move user32 to delay loaded imports. |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | We are no longer generating .spec.c files. |
tree | commitdiff |
2005-09-12 |
Marcus Meissner | The last argument to MultiByteToWideChar is wide charac... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed some more traces to use the right printf format... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-27 |
Hans Leidekker | Avoid using the obsolete inet_addr. |
tree | commitdiff |
2005-08-26 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-25 |
Mike McCormack | gcc 4.0 warning fixes. |
tree | commitdiff |
2005-08-03 |
Alexandre Julliard | Merged some of the header checks to reduce the size... |
tree | commitdiff |
2005-08-01 |
Andreas Mohr | Sync ws2_32.spec with XP. |
tree | commitdiff |
2005-07-15 |
Stefan Huehner | Fix some write-strings warnings. |
tree | commitdiff |
2005-07-05 |
Stefan Huehner | Fix some more -Wmissing-declarations warnings. |
tree | commitdiff |
2005-06-27 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2005-06-25 |
Hans Leidekker | Fix some -Wmissing-declarations warnings. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Troy Rollo | Change WS_bind to accept an sa_family of 0 as "don... |
tree | commitdiff |
2005-06-17 |
Stefan Huehner | Remove some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-05-14 |
Alexandre Julliard | Store the winsock per-thread data in NtCurrentTeb(... |
tree | commitdiff |
2005-05-09 |
Eric Pouech | Some fixes on async shutdown. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-07 |
Robert Lunnon | Added a conditionally compiled definition of INADDR_NON... |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Fix nativeapi.pm so it knows about AC_HEADER_STAT(). |
tree | commitdiff |
2005-05-05 |
Marcus Meissner | Initialize iosb. |
tree | commitdiff |
2005-04-28 |
Marcus Meissner | Fixed stack overwrite by using sizeof(WS_sockaddr_ipx). |
tree | commitdiff |
2005-03-31 |
Rein Klazes | Fix a copy&paste bug in get_buffer_pe. |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-21 |
Thomas Kho | Added tests for sendto, recvfrom, and getservbyname. |
tree | commitdiff |
2005-03-17 |
Dmitry Timoshkov | Match OVERLAPPED structure to the SDK definition. |
tree | commitdiff |
2005-03-17 |
Jakob Eriksson | More trace info. |
tree | commitdiff |
2005-03-11 |
Thomas Kho | Added select_server() test that uses select() in servin... |
tree | commitdiff |
2005-03-04 |
Steven Edwards | Added a check for poll.h. |
tree | commitdiff |
2005-02-14 |
Francois Gouget | Tests cannot use wine/debug.h because it does not exist... |
tree | commitdiff |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-10 |
Hans Leidekker | Stub implementations for WPUCompleteOverlappedRequest, |
tree | commitdiff |
2005-01-07 |
Mike McCormack | Use CreateEventW in preference to CreateEventA for... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-22 |
Robert Shearman | Convert per-process hostent, servent and protent buffer... |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-06 |
Alexandre Julliard | Fixed a leak in getsockname. |
tree | commitdiff |
2004-11-23 |
Tom Wickline | Version resources cleanup. |
tree | commitdiff |
2004-11-06 |
Gerald Pfeifer | Fix format string in WSAAddressToStringA(). |
tree | commitdiff |
2004-11-04 |
Hans Leidekker | Implement WSAAddressToString{A,W}. |
tree | commitdiff |
2004-11-02 |
Stefan Dösinger | Added WSAAddressToStringA/W stubs. |
tree | commitdiff |
2004-11-02 |
Hans Leidekker | Make sure we match output of Win2k protocol enumeration... |
tree | commitdiff |
2004-11-01 |
Hans Leidekker | Fill WSAPROTOCOL_INFO structures instead of PROTOCOL_IN... |
tree | commitdiff |
2004-10-19 |
Vincent Béron | Fix various function prototypes. |
tree | commitdiff |
2004-10-06 |
Rein Klazes | - Fix WS_getsockopt for the options SO_LINGER, SO_RCVTI... |
tree | commitdiff |
2004-10-04 |
Robert Shearman | - Fix calculation of required buffer size. |
tree | commitdiff |
2004-10-04 |
Rein Klazes | - Time out on recv from and send to blocking sockets. |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-14 |
Alexandre Julliard | Authors: Roderick Colenbrander <thunderbird2k@gmx.net... |
tree | commitdiff |
2004-09-13 |
Andreas Rosenberg | Implementation of WSAStringToAddress(A/W), WSAHtonl... |
tree | commitdiff |
2004-09-07 |
Roderick Colenbrander | - set ipx packet type |
tree | commitdiff |
2004-09-06 |
Hans Leidekker | Move implementation of EnumProtocols{A,W} from wsock32... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs, and get... |
tree | commitdiff |
2004-08-10 |
Ulrich Czekalla | Handle EINTR when polling. |
tree | commitdiff |
2004-08-09 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-06-02 |
Hans Leidekker | Stub for WSCUnInstallNameSpace. |
tree | commitdiff |
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 |
next |