Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / unix / private / sockunix.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-09-21  Vadim ZeitlinCompilation fix of wxSocket code for older Solaris...
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2009-01-02  Vadim Zeitlinrename wxSocketSelectManager to wxSocketFDIOManager...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
2008-12-27  Vadim Zeitlinmove Read/Write() to common code, there was almost...
2008-12-27  Vadim ZeitlinwxSocketImpl::Shutdown() doesn't need to be virtual...
2008-12-27  Vadim Zeitlindon't remove/add back the socket to the list of inputs...
2008-12-27  Vadim Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-26  Vadim Zeitlinremove m_use_events from Unix wxSocket implementation...
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-12-25  Vadim Zeitlinuse void pointers, not char ones, in socket IO functions
2008-11-28  Vadim Zeitlinremove wxSocketManager::CreateSocket() function, we...
2008-11-28  Vadim Zeitlinmove enabled callbacks flag down to wxSocketImplUnix...
2008-11-28  Vadim Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinno real changes, just moved wxSocketImplUnix ctor inline
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...