]> git.saurik.com Git - wxWidgets.git/history - include/wx/socket.h
All IO calls take void* instead of char*
[wxWidgets.git] / include / wx / socket.h
2000-03-08  Guillermo Rodrigue... All IO calls take void* instead of char*
2000-03-07  Guillermo Rodrigue... Ops, stupid me.
2000-03-07  Guillermo Rodrigue... First set of changes toward wxBase compliance :-)
2000-03-03  Guillermo Rodrigue... Added Destroy()
2000-01-14  Guillermo Rodrigue... wxSocekt now uses wxPostEvent.
2000-01-10  Guillermo Rodrigue... Important changes to avoid dependence on events inside...
1999-10-21  Vadim Zeitlinand the compilation fix which really compiles, finally
1999-10-21  Vadim Zeitlina better compilation fix
1999-10-21  Vadim Zeitlincompilation fix - as nobody else doesn't seem to want...
1999-09-30  Guillermo Rodrigue... bugfixes
1999-09-15  Guillermo Rodrigue... wxSocketBase::OnRequest is non.virtual now (and there...
1999-09-11  Guillermo Rodrigue... Prototypes for some _internal_ functions had to be...
1999-09-09  Guillermo Rodrigue... Accept, AcceptWith -> wait parameter
1999-09-09  David WebsterLatest OS/2 compiler bug fixes for common and generic
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-09-05  Guilhem LavauxChanged some more name in wxSocket (internal)
1999-09-05  Guilhem LavauxAdded GSocket/wxSocket alias to socket.h to prevent...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-29  David Webster*** empty log message ***
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-25  Guilhem Lavaux* wxThread fixes
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-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-01  Stefan Csomormac support as stubs added
1998-12-29  Robert Roebling Tried to fix some socket things. Wasn't enough.
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...