2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw |
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 |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Václav Slavík | added build options sanity checks into all main libraries |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-07-05 |
Václav Slavík | modules don't have to be exported |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Ron Lee | The world should not end if a server has no peer. ... |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Vadim Zeitlin | only call GSocket_Init() when needed and do call it... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | replaced wxSocketEvent::CopyObject() with Clone() |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Vadim Zeitlin | fixed memory leak in Accept() |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Vadim Zeitlin | fixed wxSocket::_Wait() for worker threads in an MT... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | 1. wxGetFullHostName() does return the full host name... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Guillermo Rodrigue... | Removed bool params and retvalues in GSocket interface... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Guillermo Rodrigue... | Removed bool params and retvalues in GSocket interface... |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Guillermo Rodrigue... | Fixed _Read() when waitall was not set and there was... |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Guillermo Rodrigue... | Added a warning for unknown events |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Robert Roebling | Added debuf printf()s to GSocket, |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Vadim Zeitlin | some warnings fixed in the sockets code |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Guillermo Rodrigue... | Ups, mismatch between header and source wrt InterruptWait() |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Guillermo Rodrigue... | Finally deprecated callbacks. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Guillermo Rodrigue... | All IO calls take void* instead of char* |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Guillermo Rodrigue... | First set of changes toward wxBase compliance :-) |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Guillermo Rodrigue... | Stupidity fixed in WaitOnConnect() |
blob | commitdiff | raw | diff to current |
2000-03-03 |
Guillermo Rodrigue... | Added Destroy() |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Vadim Zeitlin | attempts at making wxSocket work with wxBase - it doesn... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Guillermo Rodrigue... | Still with the same 'read after close' thing... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Guillermo Rodrigue... | - wxSocket no loner automatically Closes() the socket... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Guillermo Rodrigue... | let's see it it works now... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Guillermo Rodrigue... | Changed the order in which events are checked, so that... |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Guillermo Rodrigue... | GSocket: |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Guillermo Rodrigue... | wxSocekt now uses wxPostEvent. |
blob | commitdiff | raw | diff to current |
2000-01-10 |
Guillermo Rodrigue... | Important changes to avoid dependence on events inside... |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Vadim Zeitlin | more fixes to compilation warnings from HP-UX build... |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Guillermo Rodrigue... | Stupid timeout bug fixed |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Stefan Csomor | CW5.2 Pro Adaptions, wxMac starting to move in |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Ove Kaaven | wxT() for a Spanish(?) debug message |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | wxMotif compilation fixes for wxDataObject and PROCESS_... |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | and the compilation fix which really compiles, finally |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-05 |
David Webster | wxOS2 updates for 10/5/99 |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-10-02 |
Guillermo Rodrigue... | PROCESS_EVENTS macro added |
blob | commitdiff | raw | diff to current |
1999-09-30 |
Guillermo Rodrigue... | Several changes and updates |
blob | commitdiff | raw | diff to current |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
blob | commitdiff | raw | diff to current |
1999-09-17 |
Guillermo Rodrigue... | - NOWAIT flag now implemented |
blob | commitdiff | raw | diff to current |
1999-09-15 |
David Webster | Updated makefiles for VisualAge C++ V3.0 |
blob | commitdiff | raw | diff to current |
1999-09-15 |
Guillermo Rodrigue... | Various small bugfixes |
blob | commitdiff | raw | diff to current |
1999-09-11 |
Guillermo Rodrigue... | - Completed WaitOnAccept |
blob | commitdiff | raw | diff to current |
1999-09-09 |
Guillermo Rodrigue... | Fixed WaitOnConnect(). |
blob | commitdiff | raw | diff to current |
1999-09-07 |
Guillermo Rodrigue... | wxSocketClient::Connect() now honours the 'wait' parameter. |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Guilhem Lavaux | Updated wxSocket documentation |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Guilhem Lavaux | Changed some more name in wxSocket (internal) |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Guilhem Lavaux | Added GSocket/wxSocket alias to socket.h to prevent... |
blob | commitdiff | raw | diff to current |
1999-08-02 |
Guilhem Lavaux | Better memory errors handler (added GSOCK_MEMERR) |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Guilhem Lavaux | Renamed GSocket_SetBlocking to GSocket_SetNonBlocking... |
blob | commitdiff | raw | diff to current |
1999-07-29 |
Guilhem Lavaux | Typos. |
blob | commitdiff | raw | diff to current |
1999-07-28 |
Guilhem Lavaux | Added wxInternetFilesystemModule to fs_inet.cpp |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Guilhem Lavaux | Changed void GSocket_Init() to bool GSocket_Init() |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Robert Roebling | wxSocket compilation |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Guilhem Lavaux | Added GSocket_Init and GSocket_Cleanup |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Vadim Zeitlin | wxHTML compilation fixes |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Guilhem Lavaux | Added GSocket motif (it compiles but I didn't tested it) |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Guilhem Lavaux | Added GSocket for Unix (only GTK for the moment) |
blob | commitdiff | raw | diff to current |
1999-06-11 |
Vadim Zeitlin | IRIX compile fixes |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Guilhem Lavaux | * wxThread fixes |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Guilhem Lavaux | * wxSocket seems to work with the async requester turne... |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Guilhem Lavaux | * prgodlgg.h: Update() use wxString instead of 'char *' |
blob | commitdiff | raw | diff to current |
next |