remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / common / socket.cpp
2009-02-21  Paul Cornettfix for missing sighandler_t
2009-02-19  Vadim Zeitlinfix Windows compilation after last change
2009-02-19  Vadim Zeitlincompilation fix for systems without neither MSG_NOSIGNA...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-20  Vadim Zeitlinmake sure events are enabled in DoWait() before startin...
2009-01-13  Francesco Montorsifix wxMSW shared builds
2009-01-12  Francesco Montorsiensure correct linking of the socket manager initialize...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Jouk JansenFixing/Testing sockets on OpenVMS
2009-01-03  Vadim Zeitlinrestore code preventing the events being generated...
2009-01-02  Vadim Zeitlinstreamline handling of wxSOCKET_LOST in DoWait()
2009-01-02  Vadim Zeitlinno changes, just reformat/indent consistently
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2009-01-02  Vadim Zeitlinuse guard classes automatically restoring the old state...
2009-01-02  Vadim Zeitlinfix WaitForXXX() to work as before: if the socket is...
2008-12-30  Vadim Zeitlinhandle loss of connection explicitly in Read/Write...
2008-12-30  Vadim Zeitlintry reading/writing to/from the socket before blocking...
2008-12-30  Vadim Zeitlinfix handling of errors due to the other end of the...
2008-12-30  Vadim Zeitlinadded wxSocket::ShutdownOutput() (closes #9229)
2008-12-29  Vadim Zeitlinreplaced unweildy GAddress functions with wxSockAddress...
2008-12-27  Vadim Zeitlinmove Read/Write() to common code, there was almost...
2008-12-27  Vadim Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlingot rid of wxSocketBase::m_error which could get out...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-27  Vadim Zeitlinset m_closed to true when we get connection lost notifi...
2008-12-27  Vadim Zeitlinalso initialize option value length before calling...
2008-12-27  Vadim Zeitlininitialize name length before calling getsockname()
2008-12-26  Vadim Zeitlinuse DispatchTimeout() and/or select() with timeout...
2008-12-26  Vadim Zeitlinremove m_use_events from Unix wxSocket implementation...
2008-12-26  Vadim Zeitlinwe don't need to use select() in DoWait() if we're...
2008-12-26  Vadim Zeitlinremember the events we were notified about in OnRequest...
2008-12-25  Vadim Zeitlinuse INVALID_SOCKET instead of -1 to avoid signed/unsign...
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-11-28  Vadim Zeitlinremove wxSocketManager::CreateSocket() function, we...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-23  Vadim Zeitlinuse struct timeval and not a long to store socket timeo...
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlinremove unused any more wx_socket_callback()
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
2008-11-23  Vadim Zeitlincompilation fixes for Unix after moving wxFD_XXX macros...
2008-11-23  Vadim Zeitlindon't duplicate GSocket creation/destruction and shutdo...
2008-11-23  Vadim Zeitlinfix timeout value for wxDatagramSocket: was off by...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-10-13  Vadim Zeitlinno real changes, just also rename _Read/_Write() to...
2008-10-13  Vadim ZeitlinCleanup of wxSocket::_Wait():
2008-10-12  Vadim Zeitlinno changes at all, just reformatted to use consistent...
2008-10-12  Vadim Zeitlinuse the currently active event loop for the event dispa...
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-06  Vadim Zeitlintake const address objects in wxSocketClient::Connect...
2008-03-15  Vadim Zeitlininitialize m_initial{Recv,Send}BufferSize in wxSocketCl...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-07-16  Vadim Zeitlinuse wxGetLocalTimeMillis() instead of wxDateTime in...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-14  Kevin HockContinue reading after checking the pushback buffer...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-03-30  Kevin HockFix GetTraits() check for event loop in wxSocketBase...
2006-03-22  Włodzimierz SkibaUnconditional assert means fail.
2006-02-28  Kevin HockMake SetLocal actually work instead of crashing immedia...
2006-02-16  Julian SmartApplied patch [ 1431955 ] Fixes wxSocket* _Wait/Select
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-11  Kevin HockAdd SetLocal method; overload Connect to accept a local...
2006-01-27  Kevin HockFix InterruptWait on wxBase; use polling on wxBase...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-22  Julian SmartApplied patch [ 1192914 ] Null pointers in wxSocketBase...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2004-10-06  Kevin HockExpanded comment in Initialize to include why Initializ...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-17  Vadim Zeitlincompilation fix for wxUSE_THREADS == 0 && __WXDEBUG__...
2004-08-06  David ElliottUse native C++ GSocket interface
2004-07-26  Vadim Zeitlinremoved GSocket_Unstreamed() call
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlincorrected assert in wxSocket::Initialize()
2004-07-25  Vadim Zeitlindocumented how to use sockets in non-main thread (patch...
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-11  Julian SmartApplied patch [ 864469 ] WaitForAccept(): 100% CPU...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-14  Václav Slavíkreverted previous commit; include wx/timer.h in wxBase...
2003-08-14  Václav SlavíkwxBase compilation fixes
2003-08-13  Vadim Zeitlinremoved an unused variable (patch 788101)
next