| 2009-02-21 |  Paul Cornett | fix for missing sighandler_t | blob | commitdiff | raw | 
| 2009-02-19 |  Vadim Zeitlin | fix Windows compilation after last change | blob | commitdiff | raw | diff to current | 
| 2009-02-19 |  Vadim Zeitlin | compilation fix for systems without neither MSG_NOSIGNA... | blob | commitdiff | raw | diff to current | 
| 2009-02-08 |  Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... | blob | commitdiff | raw | diff to current | 
| 2009-01-20 |  Vadim Zeitlin | make sure events are enabled in DoWait() before startin... | blob | commitdiff | raw | diff to current | 
| 2009-01-13 |  Francesco Montorsi | fix wxMSW shared builds | blob | commitdiff | raw | diff to current | 
| 2009-01-12 |  Francesco Montorsi | ensure correct linking of the socket manager initialize... | blob | commitdiff | raw | diff to current | 
| 2009-01-12 |  Vadim Zeitlin | add more flexible and safer template Connect() overload... | blob | commitdiff | raw | diff to current | 
| 2009-01-12 |  Jouk Jansen | Fixing/Testing sockets on OpenVMS | blob | commitdiff | raw | diff to current | 
| 2009-01-03 |  Vadim Zeitlin | restore code preventing the events being generated... | blob | commitdiff | raw | diff to current | 
| 2009-01-02 |  Vadim Zeitlin | streamline handling of wxSOCKET_LOST in DoWait() | blob | commitdiff | raw | diff to current | 
| 2009-01-02 |  Vadim Zeitlin | no changes, just reformat/indent consistently | blob | commitdiff | raw | diff to current | 
| 2009-01-02 |  Vadim Zeitlin | disable the events when we get a notification about... | blob | commitdiff | raw | diff to current | 
| 2009-01-02 |  Vadim Zeitlin | use guard classes automatically restoring the old state... | blob | commitdiff | raw | diff to current | 
| 2009-01-02 |  Vadim Zeitlin | fix WaitForXXX() to work as before: if the socket is... | blob | commitdiff | raw | diff to current | 
| 2008-12-30 |  Vadim Zeitlin | handle loss of connection explicitly in Read/Write... | blob | commitdiff | raw | diff to current | 
| 2008-12-30 |  Vadim Zeitlin | try reading/writing to/from the socket before blocking... | blob | commitdiff | raw | diff to current | 
| 2008-12-30 |  Vadim Zeitlin | fix handling of errors due to the other end of the... | blob | commitdiff | raw | diff to current | 
| 2008-12-30 |  Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) | blob | commitdiff | raw | diff to current | 
| 2008-12-29 |  Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddress... | blob | commitdiff | raw | diff to current | 
| 2008-12-27 |  Vadim Zeitlin | move Read/Write() to common code, there was almost... | blob | commitdiff | raw | diff to current | 
| 2008-12-27 |  Vadim Zeitlin | remove the badle defined and apparently unnecessary... | blob | commitdiff | raw | diff to current | 
| 2008-12-27 |  Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out... | blob | commitdiff | raw | diff to current | 
| 2008-12-27 |  Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... | blob | commitdiff | raw | diff to current | 
| 2008-12-27 |  Vadim Zeitlin | set m_closed to true when we get connection lost notifi... | blob | commitdiff | raw | diff to current | 
| 2008-12-27 |  Vadim Zeitlin | also initialize option value length before calling... | blob | commitdiff | raw | diff to current | 
| 2008-12-27 |  Vadim Zeitlin | initialize name length before calling getsockname() | blob | commitdiff | raw | diff to current | 
| 2008-12-26 |  Vadim Zeitlin | use DispatchTimeout() and/or select() with timeout... | blob | commitdiff | raw | diff to current | 
| 2008-12-26 |  Vadim Zeitlin | remove m_use_events from Unix wxSocket implementation... | blob | commitdiff | raw | diff to current | 
| 2008-12-26 |  Vadim Zeitlin | we don't need to use select() in DoWait() if we're... | blob | commitdiff | raw | diff to current | 
| 2008-12-26 |  Vadim Zeitlin | remember the events we were notified about in OnRequest... | blob | commitdiff | raw | diff to current | 
| 2008-12-25 |  Vadim Zeitlin | use INVALID_SOCKET instead of -1 to avoid signed/unsign... | blob | commitdiff | raw | diff to current | 
| 2008-12-25 |  Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... | blob | commitdiff | raw | diff to current | 
| 2008-11-28 |  Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we... | blob | commitdiff | raw | diff to current | 
| 2008-11-28 |  Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... | blob | commitdiff | raw | diff to current | 
| 2008-11-28 |  Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... | blob | commitdiff | raw | diff to current | 
| 2008-11-25 |  Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | use struct timeval and not a long to store socket timeo... | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | move more socket functions common to Winsock and BSD... | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | remove unused any more wx_socket_callback() | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | compilation fixes for Unix after moving wxFD_XXX macros... | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | fix timeout value for wxDatagramSocket: was off by... | blob | commitdiff | raw | diff to current | 
| 2008-11-23 |  Vadim Zeitlin | do not require a running event loop, even under MSW... | blob | commitdiff | raw | diff to current | 
| 2008-10-13 |  Vadim Zeitlin | no real changes, just also rename _Read/_Write() to... | blob | commitdiff | raw | diff to current | 
| 2008-10-13 |  Vadim Zeitlin | Cleanup of wxSocket::_Wait(): | blob | commitdiff | raw | diff to current | 
| 2008-10-12 |  Vadim Zeitlin | no changes at all, just reformatted to use consistent... | blob | commitdiff | raw | diff to current | 
| 2008-10-12 |  Vadim Zeitlin | use the currently active event loop for the event dispa... | blob | commitdiff | raw | diff to current | 
| 2008-07-12 |  Vadim Zeitlin | add wxSocket::IsClosed(), use it to implement Eof(... | blob | commitdiff | raw | diff to current | 
| 2008-07-06 |  Vadim Zeitlin | take const address objects in wxSocketClient::Connect... | blob | commitdiff | raw | diff to current | 
| 2008-03-15 |  Vadim Zeitlin | initialize m_initial{Recv,Send}BufferSize in wxSocketCl... | blob | commitdiff | raw | diff to current | 
| 2007-12-19 |  Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... | blob | commitdiff | raw | diff to current | 
| 2007-12-03 |  Paul Cornett | remove unneccessary header dependencies on wx/thread.h | blob | commitdiff | raw | diff to current | 
| 2007-11-17 |  Vadim Zeitlin | added SetInitialSocketBuffers() to allow changing the... | blob | commitdiff | raw | diff to current | 
| 2007-09-17 |  Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... | blob | commitdiff | raw | diff to current | 
| 2007-09-16 |  Vadim Zeitlin | more fixes for using wxSocket in console applications... | blob | commitdiff | raw | diff to current | 
| 2007-07-16 |  Vadim Zeitlin | use wxGetLocalTimeMillis() instead of wxDateTime in... | blob | commitdiff | raw | diff to current | 
| 2007-07-04 |  Vadim Zeitlin | added support for broadcasting to UDP sockets (patch... | blob | commitdiff | raw | diff to current | 
| 2007-03-07 |  Vadim Zeitlin | fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket... | blob | commitdiff | raw | diff to current | 
| 2006-08-31 |  Włodzimierz Skiba | Include wx/module.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-23 |  Włodzimierz Skiba | Include wx/timer.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-14 |  Kevin Hock | Continue reading after checking the pushback buffer... | blob | commitdiff | raw | diff to current | 
| 2006-05-02 |  Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-28 |  Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... | blob | commitdiff | raw | diff to current | 
| 2006-04-27 |  Włodzimierz Skiba | Include wx/event.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-26 |  Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... | blob | commitdiff | raw | diff to current | 
| 2006-04-25 |  Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-24 |  Włodzimierz Skiba | Include wx/string.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-19 |  Włodzimierz Skiba | Include wx/object.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-03-30 |  Kevin Hock | Fix GetTraits() check for event loop in wxSocketBase... | blob | commitdiff | raw | diff to current | 
| 2006-03-22 |  Włodzimierz Skiba | Unconditional assert means fail. | blob | commitdiff | raw | diff to current | 
| 2006-02-28 |  Kevin Hock | Make SetLocal actually work instead of crashing immedia... | blob | commitdiff | raw | diff to current | 
| 2006-02-16 |  Julian Smart | Applied patch [ 1431955 ] Fixes wxSocket* _Wait/Select | blob | commitdiff | raw | diff to current | 
| 2006-02-12 |  Michael Wetherell | Warning fixes for VC5 (Igor Korot) | blob | commitdiff | raw | diff to current | 
| 2006-02-11 |  Kevin Hock | Add SetLocal method; overload Connect to accept a local... | blob | commitdiff | raw | diff to current | 
| 2006-01-27 |  Kevin Hock | Fix InterruptWait on wxBase; use polling on wxBase... | blob | commitdiff | raw | diff to current | 
| 2005-11-19 |  Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | first round of Intel compiler warning fixes: down from... | blob | commitdiff | raw | diff to current | 
| 2005-09-24 |  Vadim Zeitlin | added missing consts and pass objects by const referenc... | blob | commitdiff | raw | diff to current | 
| 2005-09-23 |  Mart Raudsepp | Nuke #pragma implementation/interface's | blob | commitdiff | raw | diff to current | 
| 2005-05-22 |  Julian Smart | Applied patch [ 1192914 ] Null pointers in wxSocketBase... | blob | commitdiff | raw | diff to current | 
| 2005-03-16 |  Włodzimierz Skiba | Use defs.h (and automatically setup.h and chkconf.h... | blob | commitdiff | raw | diff to current | 
| 2004-10-06 |  Kevin Hock | Expanded comment in Initialize to include why Initializ... | blob | commitdiff | raw | diff to current | 
| 2004-09-22 |  Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... | blob | commitdiff | raw | diff to current | 
| 2004-09-17 |  Vadim Zeitlin | compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__... | blob | commitdiff | raw | diff to current | 
| 2004-08-06 |  David Elliott | Use native C++ GSocket interface | blob | commitdiff | raw | diff to current | 
| 2004-07-26 |  Vadim Zeitlin | removed GSocket_Unstreamed() call | blob | commitdiff | raw | diff to current | 
| 2004-07-25 |  Vadim Zeitlin | replaced my recent GSocket_SetReuseAddr() addition... | blob | commitdiff | raw | diff to current | 
| 2004-07-25 |  Vadim Zeitlin | corrected assert in wxSocket::Initialize() | blob | commitdiff | raw | diff to current | 
| 2004-07-25 |  Vadim Zeitlin | documented how to use sockets in non-main thread (patch... | blob | commitdiff | raw | diff to current | 
| 2004-07-25 |  Vadim Zeitlin | basic UDP support (patch 835128) | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Use old licence name | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Name and version changes | blob | commitdiff | raw | diff to current | 
| 2004-01-11 |  Julian Smart | Applied patch [ 864469 ] WaitForAccept(): 100% CPU... | blob | commitdiff | raw | diff to current | 
| 2003-10-16 |  Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... | blob | commitdiff | raw | diff to current | 
| 2003-08-17 |  Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 | blob | commitdiff | raw | diff to current | 
| 2003-08-14 |  Václav Slavík | reverted previous commit; include wx/timer.h in wxBase... | blob | commitdiff | raw | diff to current | 
| 2003-08-14 |  Václav Slavík | wxBase compilation fixes | blob | commitdiff | raw | diff to current | 
| 2003-08-13 |  Vadim Zeitlin | removed an unused variable (patch 788101) | blob | commitdiff | raw | diff to current | 
| next |