Added GSocket for Unix (only GTK for the moment)
[wxWidgets.git] / src / common / socket.cpp
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-06-11  Vadim ZeitlinIRIX compile fixes
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-23  Guilhem Lavaux* wxSocket seems to work with the async requester turne...
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-04-27  Guilhem Lavaux* Fixed a compilation problem on Windows
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-23  Ove KaavenMore fixes to make Borland compile this in Unicode...
1999-03-12  Vadim Zeitlincompilation fix (another typo...)
1999-03-12  Vadim Zeitlincompilation fix
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-03-12  Vadim Zeitlinsome fixes for AIX compilation
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-02-27  Guilhem Lavaux* Big memory bug fixed in socket/getline fixed.
1999-02-10  Guilhem Lavaux* Doc updates
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-13  Karsten BallüderFixes for compilation problems on Solaris(!).
1999-01-10  Julian SmartAdded some makefiles, cured some wxMotif bugs
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-01  Julian SmartLots of wxMotif fixes
1999-01-01  Stefan Csomormac support as stubs added
1998-12-30  Robert Roebling sockets work now an all platforms
1998-12-30  Julian SmartIntroduced wxSOCKET_INT to socket.cpp. The previous...
1998-12-29  Robert Roebling Tried to fix some socket things. Wasn't enough.
1998-12-28  Julian SmartFixes to wxMotif scrolling and colours (wxTreeCtrl...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-26  Robert Roebling Makefile tweaks
1998-12-03  Unknown (UG)no message
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-11-11  Guilhem Lavaux* Fixes.
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-09-12  Robert Roebling Changed instal path for setup.h
1998-09-11  Robin DunnAdded #include to get FIONBIO on Solaris 2.6
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-09-07  Robert Roebling Suppress warnings
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...