]> git.saurik.com Git - wxWidgets.git/history - src/msw/gsocket.c
fixes for compilation with the old mingw32, wxUSE_NORLANDER_HEADERS is always
[wxWidgets.git] / src / msw / gsocket.c
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