]> git.saurik.com Git - wxWidgets.git/history - include/wx/private/socket.h
Deallocate wxThreadSpecificInfo when wxThread ends.
[wxWidgets.git] / include / wx / private / socket.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-22  Vadim ZeitlinAdd wxSocketBase::GetSocket().
2012-06-17  Vadim ZeitlinFixes for building wxGTK under Cygwin.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-10  Francesco Montorsifix a couple of typos
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
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 ZeitlinwxSocketImpl::Shutdown() doesn't need to be virtual...
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 Zeitlinuse DispatchTimeout() and/or select() with timeout...
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 Zeitlinmingw32 typedef's and not define's SOCKET so test for...
2008-12-25  Vadim Zeitlinrename gsockmsw files to sockmsw
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 Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...