Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / unix / sockunix.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-09-03  Vadim ZeitlinReact to errors on socket correctly when using epoll().
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-01-12  Francesco Montorsiensure correct linking of the socket manager initialize...
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
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 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 Zeitlinmap EAGAIN to wxSOCKET_WOULDBLOCK too as tit has this...
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 Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinno real changes, just moved wxSocketImplUnix ctor inline
2008-11-28  Vadim Zeitlinalso rename gsocketiohandler.* to socketiohandler....
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...