fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / socket.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-22  Vadim ZeitlinAdd wxSocketBase::GetSocket().
2012-10-31  Vadim ZeitlinDefine wxSOCKET_XXX flags as wxSOCKET_XXX_READ|wxSOCKET...
2012-09-30  Vadim ZeitlinAdd per-direction wxSocket wait flags and byte counters.
2012-07-20  Vadim ZeitlinDon't use delayed destruction for sockets in other...
2012-04-16  Vadim ZeitlinFix type mismatch in wxLogTrace() call in wxSocket.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-02  Vadim ZeitlinFix wxSocket::WaitForAccept() in blocking mode.
2010-08-21  Vadim ZeitlinDon't report spurious errors from wxSocket in "no wait...
2010-07-23  Vadim ZeitlinFix waiting for IO on UDP sockets.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-01-26  Vadim ZeitlinNever block in wxSocket::Peek().
2009-12-09  Stefan Csomorusing on all OSX variants
2009-09-21  Vadim ZeitlinRestore socket initialization times counter.
2009-09-21  Vadim ZeitlinwxSocket::Initialize() and Shutdown() are for main...
2009-08-21  Vadim ZeitlinDo wait for connection in the server socket.
2009-08-17  Vadim ZeitlinForce linking of src/osx/core/sockosx.cpp.
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-03  Vadim Zeitlinwe need to reset m_connected flag as well as setting...
2009-07-03  Vadim Zeitlindon't call wxSocketImpl::ReenableEvents() if the socket...
2009-07-02  Vadim Zeitlinreset m_establishing flag and last error when asynchron...
2009-07-02  Vadim Zeitlinset socket state to connected when it receives a connec...
2009-05-09  Vadim Zeitlindon't check for connected state of UDP sockets which...
2009-05-09  Vadim Zeitlininitialize the local address before calling getsockname...
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...
next