Partial fix for #15196: wxRichTextCell caret issues (dghart)
[wxWidgets.git] / src / common / sckipc.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-05-09  Vadim Zeitlindon't call Disconnect() if the connection had been...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-18  Vadim Zeitlinuse correct value for MTU - sizeof(TCP header)
2009-01-14  Vadim Zeitlinreduce IPC buffer size to be less than typical Ethernet...
2008-11-17  Vadim Zeitlinminor optimization: create wxTCPEventHandler only when...
2008-11-17  Vadim Zeitlinfix assert failure if NULL size pointer was passed...
2008-11-17  Vadim Zeitlinstricter reply code checking: verify that we get the...
2008-11-02  Vadim Zeitlinfix (justified) warnings about potential use of uniniti...
2008-10-30  Vadim ZeitlinVC6 compilation fix after last change (thanks buildbot)
2008-10-29  Vadim Zeitlinuse buffered streams to reduce the number of TCP packet...
2008-10-28  Vadim Zeitlinno real changes, just reformat before starting really...
2008-02-03  Vadim Zeitlinuse wxSOCKET_REUSEADDR for IPC sockets (part of patch...
2007-11-22  Stefan Csomorcleanup mac
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-03-30  Vadim Zeitlindon't dereference potentially NULL m_sock in Disconnect()
2006-10-13  Robert RoeblingApplied part of [ 1575767 ] Init/size/check fixes for...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-03-07  Vadim Zeitlinfixed a memory leak in case server name couldn't be...
2006-01-17  Julian SmartApplied patch [ 1401000 ] Fixes Unix domain sockets...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Julian SmartApplied patch [ 1263950 ] wxConnection fixes for Unicode
2005-04-12  Ryan NortonFix CYGWIN socket compilo
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-05  Václav Slavíkmodules don't have to be exported
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-03  Julian SmartChanged char* to wxChar*
2002-09-02  Julian SmartCommitted a couple of IPC changes I forgot to do
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-04-15  Vadim Zeitlinfixed remove() return code test to avoid spurious debug...
2002-04-13  Robin DunnChanged the #if used to turn on UNIX domain sockets...
2002-04-12  Vadim Zeitlinimplemented IPC using Unix domain sockets
2002-03-28  Vadim Zeitlinunapplied part of Dimitri's patch at his request
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-17  Guillermo Rodrigue... Fixed bug for late events arriving after connections...
2000-03-10  Guillermo Rodrigue... Some parts rewritten to use wxSocket events instead...
2000-03-10  Guillermo Rodrigue... - Uses wxSocketBase::Destroy() now.
2000-03-06  Guillermo Rodrigue... Trying to fix IPC problems under Linux as reported...
2000-01-21  Guillermo Rodrigue... GSocket:
2000-01-06  Guillermo Rodrigue... Removing warnings
2000-01-06  Guillermo Rodrigue... Rewrote large parts of the non-DDE IPC stuff (wxTCPServ...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Jouk Jansen Committing in .
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-05  Guilhem LavauxAdded GSocket/wxSocket alias to socket.h to prevent...
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-04-13  Ove KaavenThe prevalent wide characters.
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-01-27  Julian SmartAdded dde sample; added docs/index.htm
1999-01-19  Robert Roebling New DnD and Clipboard code
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-12  Robert Roebling Changed instal path for setup.h
1998-09-07  Robert Roebling Suppress warnings
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...