2009-09-21 |
Vadim Zeitlin | wxSocket::Initialize() and Shutdown() are for main... |
blob | commitdiff | raw |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Francesco Montorsi | make wxSocketBase::SetTimeout virtual and make it prote... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Vadim Zeitlin | streamline handling of wxSOCKET_LOST in DoWait() |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Vadim Zeitlin | no changes, just reformat/indent consistently |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Vadim Zeitlin | use guard classes automatically restoring the old state... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Vadim Zeitlin | fix WaitForXXX() to work as before: if the socket is... |
blob | commitdiff | raw | diff to current |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
blob | commitdiff | raw | diff to current |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out... |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Vadim Zeitlin | remember the events we were notified about in OnRequest... |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Vadim Zeitlin | added wxSocketBase::GetTimeout() to match existing... |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Vadim Zeitlin | no real changes, just also rename _Read/_Write() to... |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Vadim Zeitlin | Cleanup of wxSocket::_Wait(): |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Vadim Zeitlin | add wxSocket::IsClosed(), use it to implement Eof(... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Vadim Zeitlin | no changes, just removed the unnecessary inline keywords |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Vadim Zeitlin | remove unused private wxSocketBase::m_lastError |
blob | commitdiff | raw | diff to current |
2008-07-06 |
Vadim Zeitlin | take const address objects in wxSocketClient::Connect... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | added SetInitialSocketBuffers() to allow changing the... |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
blob | commitdiff | raw | diff to current |
2006-04-02 |
Kevin Hock | Make the Connect that also takes a local bind port... |
blob | commitdiff | raw | diff to current |
2006-02-28 |
Kevin Hock | Make SetLocal actually work instead of crashing immedia... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Kevin Hock | Add SetLocal method; overload Connect to accept a local... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Włodzimierz Skiba | Casting fix for events. Needs check by ARM eVC4 users. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Vadim Zeitlin | define wxFooHandler() macros for all wxFooEvents to... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-08-06 |
David Elliott | Use native C++ GSocket interface |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | replaced my recent GSocket_SetReuseAddr() addition... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | don't include wx/wxprec.h from the headers (patch 993136) |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | basic UDP support (patch 835128) |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-27 |
Václav Slavík | split wxBase into wxBase and wxNet libraries |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Václav Slavík | compilation fixes for Vadim's changes and Borland C++ |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Mattia Barbon | Fix linking problems with MSVC 5. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Mattia Barbon | Missing #include |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Ron Lee | added export decls for MSW |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Vadim Zeitlin | only call GSocket_Init() when needed and do call it... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | replaced wxSocketEvent::CopyObject() with Clone() |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Updated ten thousand macros for new event type code. |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Guillermo Rodrigue... | Removed bool params and retvalues in GSocket interface... |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Guillermo Rodrigue... | Finally deprecated callbacks. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Guillermo Rodrigue... | All IO calls take void* instead of char* |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Guillermo Rodrigue... | Ops, stupid me. |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Guillermo Rodrigue... | First set of changes toward wxBase compliance :-) |
blob | commitdiff | raw | diff to current |
2000-03-03 |
Guillermo Rodrigue... | Added Destroy() |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Guillermo Rodrigue... | wxSocekt now uses wxPostEvent. |
blob | commitdiff | raw | diff to current |
2000-01-10 |
Guillermo Rodrigue... | Important changes to avoid dependence on events inside... |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | and the compilation fix which really compiles, finally |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | a better compilation fix |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | compilation fix - as nobody else doesn't seem to want... |
blob | commitdiff | raw | diff to current |
1999-09-30 |
Guillermo Rodrigue... | bugfixes |
blob | commitdiff | raw | diff to current |
1999-09-15 |
Guillermo Rodrigue... | wxSocketBase::OnRequest is non.virtual now (and there... |
blob | commitdiff | raw | diff to current |
1999-09-11 |
Guillermo Rodrigue... | Prototypes for some _internal_ functions had to be... |
blob | commitdiff | raw | diff to current |
1999-09-09 |
Guillermo Rodrigue... | Accept, AcceptWith -> wait parameter |
blob | commitdiff | raw | diff to current |
1999-09-09 |
David Webster | Latest OS/2 compiler bug fixes for common and generic |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Guilhem Lavaux | Updated wxSocket documentation |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Guilhem Lavaux | Changed some more name in wxSocket (internal) |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Guilhem Lavaux | Added GSocket/wxSocket alias to socket.h to prevent... |
blob | commitdiff | raw | diff to current |
1999-08-20 |
Robert Roebling | Changed a few #include <xxx.h> to #include "xxx.h" |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Guilhem Lavaux | Renamed GSocket_SetBlocking to GSocket_SetNonBlocking... |
blob | commitdiff | raw | diff to current |
1999-07-29 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Guilhem Lavaux | Added GSocket motif (it compiles but I didn't tested it) |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Guilhem Lavaux | Added GSocket for Unix (only GTK for the moment) |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Robert Roebling | Added wxGTK-only cmn dialogs. |
blob | commitdiff | raw | diff to current |
1999-06-15 |
Robert Roebling | Added a few #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Guilhem Lavaux | * wxThread fixes |
blob | commitdiff | raw | diff to current |
1999-05-07 |
Guilhem Lavaux | * Created a new wxObject method: wxObject::CopyObject... |
blob | commitdiff | raw | diff to current |
1999-04-27 |
Guilhem Lavaux | * Fixed a compilation problem on Windows |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
blob | commitdiff | raw | diff to current |
1999-03-01 |
Julian Smart | Added dummy OnIdle to wxWindow in wxGTK; doc tweaks |
blob | commitdiff | raw | diff to current |
1999-02-27 |
Guilhem Lavaux | * wxSocket fixes: FTP, HTTP works really now. GTK fixes... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
blob | commitdiff | raw | diff to current |
1998-12-29 |
Robert Roebling | Tried to fix some socket things. Wasn't enough. |
blob | commitdiff | raw | diff to current |
1998-11-28 |
Guilhem Lavaux | * Fixed some "memory leak" |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Guilhem Lavaux | * wxSocket fixes |
blob | commitdiff | raw | diff to current |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
blob | commitdiff | raw | diff to current |
1998-09-06 |
Guilhem Lavaux | * Added wxsocket lib and sample (I hope I don't forget... |
blob | commitdiff | raw | diff to current |
|