warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / msw / gsocket.c
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-19  Julian SmartWarning fixes from ABX
2003-08-14  Václav Slavíkfixed stupid typo
2003-08-08  Václav Slavíkfixed some bugs in MSW version
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-07-12  Julian SmartAdded net stuff, some fixes to gsock code for WinCE
2003-05-04  Julian SmartAdded some missing copyright lines
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-06  Stefan NeisChanged GSocket_Select to use unix code for wxBase...
2002-09-09  Vadim Zeitlinremoved C++ comment
2002-08-30  Julian SmartMods for Wine compilation
2002-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-07-01  Robin DunnFixed "different linkage" compile error
2002-06-30  Ron Leeadded export decls for MSW.
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-04-16  Vadim Zeitlinbetter, more generic and backwards compatible, fix...
2002-04-15  Vadim Zeitlincompilation fix after TRUE/FALSE change
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Fixed a problem in GAddress related to CHECK_ADDRESS...
2000-03-16  Guillermo Rodrigue... MSW: Grouped all MSVC #pragma disable
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-15  Guillermo Rodrigue... Some modifications and additions for full wxBase support -
2000-03-14  Guillermo Rodrigue... Changed declaration of functions taking an empty arglis...
2000-03-14  Julian SmartAdded prototypes to eliminate BC++ warnings
2000-03-14  Guillermo Rodrigue... Added gsockmsw which now contains all GUI-specific...
2000-03-11  Vadim Zeitlinsome warnings fixed in the sockets code
2000-03-10  Guillermo Rodrigue... Bugfix:
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-13  Guillermo Rodrigue... Still with the same 'read after close' thing...
2000-02-13  Guillermo Rodrigue... Solved a 'bug' in GSocket_Select (a bug in the user...
2000-02-10  Guillermo Rodrigue... - wxSocket no loner automatically Closes() the socket...
2000-01-21  Guillermo Rodrigue... GSocket:
1999-12-20  Guillermo Rodrigue... strange comment in gsocket_read (?)
1999-12-16  Guillermo Rodrigue... slight bug in waitconnection
1999-11-18  Guillermo Rodrigue... Changed default address from INADDR_ANY to INADDR_NONE...
1999-10-27  Guillermo Rodrigue... Stupid bug in GAddress initialization prevented BCC...
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-09-30  Guillermo Rodrigue... All events now internally watched
1999-09-17  Guillermo Rodrigue... Solved problem with wxhInstance name being mangled...
1999-09-15  Guillermo Rodrigue... Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__...
1999-09-15  Guillermo Rodrigue... You CAN'T check for wxUSE_SOCKET *before* #including...
1999-09-13  Robin DunnAllowed gsocket to compile when wxUSE_SOCKETS is 0
1999-09-12  Guillermo Rodrigue... Fixed a bug when GSocket_SetCallback was used before...
1999-09-11  Guillermo Rodrigue... Added GSocket_Select() and fixed some things
1999-09-09  Guillermo Rodrigue... Fixed some bus in Connect()
1999-09-08  Guillermo Rodrigue... Bugfix in GSocket_Cleanup()
1999-09-07  Guillermo Rodrigue... GSocket for MSW