]> git.saurik.com Git - wxWidgets.git/history - include/wx/unix/private
No changes, synchronised source names that appear commented at the top of files with...
[wxWidgets.git] / include / wx / unix / private /
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-09-21  Vadim ZeitlinCompilation fix of wxSocket code for older Solaris...
2010-04-25  Francesco Montorsino real change: just fix RCS-ID so that it reflects...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
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-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2009-01-29  Václav SlavíkwxEpollDispatcher is in wxBase, not wxCore - fixed...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
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 Zeitlinreturn true if we did anything in NotifyExpired()
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...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2007-07-14  Vadim Zeitlindon't leak epoll descriptor
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...