]> git.saurik.com Git - wxWidgets.git/history - src/unix/gsocket.c
Applied the two patches from Kevin for gsocket
[wxWidgets.git] / src / unix / gsocket.c
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2004-04-18  Stefan Csomorbyte ordering changed to network ordering
2004-04-15  Vadim Zeitlinfixed WaitOnConnect() in non GUI mode (patch 905185)
2004-03-27  Stefan Csomorworkaround to get things compiling properly under CW...
2004-03-09  Stefan NeisC++ comments transformed to C comments.
2004-01-14  David Elliott* Revert Darwin specific changes to GSocket_destroy.
2004-01-11  Julian SmartApplied patch [ 849212 ] Sets SO_REUSEADDR flag on...
2004-01-11  Julian SmartApplied patch [ 864469 ] WaitForAccept(): 100% CPU...
2003-12-24  David ElliottIn GSocket_Destroy reorder GUI_Destroy and Shutdown...
2003-11-23  Stefan NeisUnified OS/2 and Unix code.
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-05-04  Julian SmartAdded some missing copyright lines
2003-04-12  Vadim ZeitlinUnixWare compilation fix (include sys/filio.h)
2002-09-05  Guillermo Rodrigue... Solved problems with handling of LOST events on Unix...
2002-07-31  Mattia BarbonPatch [ 588837 ] Fixes comment style in gsocket.*
2002-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-12  Vadim Zeitlinfixed bug with not NUL-terminating the string in GAddre...
2001-05-19  Vadim Zeitlinwarning fix
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Fixed a problem in GAddress related to CHECK_ADDRESS...
2000-03-16  Guillermo Rodrigue... More debug code
2000-03-16  Guillermo Rodrigue... Only added \n to debug printfs
2000-03-16  Guillermo Rodrigue... More debug code
2000-03-16  Guillermo Rodrigue... MSW: Grouped all MSVC #pragma disable
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
2000-03-15  Guillermo Rodrigue... err.. not sure :-)
2000-03-14  Robert Roebling Even more printfs in GSocket,
2000-03-14  Guillermo Rodrigue... Changed declaration of functions taking an empty arglis...
2000-03-13  Robert Roebling Typo GtkPizza,
2000-03-12  Robert Roebling Added debuf printf()s to GSocket,
2000-03-10  Guillermo Rodrigue... Bugfix:
2000-02-26  Vadim Zeitlinoops, a stray C++ comment
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-13  Guillermo Rodrigue... Still with the same 'read after close' thing...
2000-02-10  Guillermo Rodrigue... - wxSocket no loner automatically Closes() the socket...
2000-01-21  Guillermo Rodrigue... GSocket:
1999-12-25  Vadim ZeitlinC++ comments in C files are fun but break the compilati...
1999-12-20  Robert Roebling Replaced the old wxGetResource implementation with...
1999-12-16  Guillermo Rodrigue... slight bug in waitconnection
1999-11-30  Vadim Zeitlinone day people will stop putting C++ comments in C...
1999-11-23  Karsten BallüderCompilation fix for Solaris.
1999-11-18  Guillermo Rodrigue... Changed default address from INADDR_ANY to INADDR_NONE...
1999-11-12  Jouk Jansen Committing in .
1999-11-06  Vadim ZeitlinOS/2 patch from Stefan.Neis@t-online.de
1999-10-27  Guillermo Rodrigue... removed debugging code which shouldn't be there :-)
1999-10-27  Vadim Zeitlincompilation fix
1999-10-27  Guillermo Rodrigue... Bug in GAddress_UNIX_init fixed
1999-10-24  Robert Roebling Small distrib changes,
1999-09-30  Guillermo Rodrigue... bugfixes
1999-09-12  Harco de Hilsterfixed typo (?)
1999-09-12  Guillermo Rodrigue... Fixed a bug when GSocket_SetCallback was used before...
1999-09-11  Guillermo Rodrigue... Added GSocket_Select()
1999-09-06  Guilhem LavauxMoved gsockunx.h from src/unix to include/wx/unix
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-08-10  Guilhem Lavaux#if => #if defined()
1999-08-10  Guilhem LavauxCheck for inet_addr/inet_aton.
1999-08-09  Guilhem LavauxRenamed m_blocking to m_non_blocking
1999-08-09  Guilhem LavauxRemoved unnecessary lines from threadpsx
1999-08-07  Guilhem LavauxCommented setsockopt as it doesn't work anywhere. I...
1999-08-06  Guilhem LavauxChanged Ungetch(void *, ...) to Ungetch(const void...
1999-08-06  Robert Roebling Distrib things,
1999-08-05  Guilhem LavauxChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
1999-08-04  Guilhem LavauxGSocket_timeout: timeout support hack (disabled for...
1999-08-04  Robert Roebling Minor changes to viusal appearance,
1999-08-02  Guilhem LavauxChanged a var name
1999-08-02  Guilhem LavauxBetter memory errors handler (added GSOCK_MEMERR)
1999-08-01  Robert Roebling Updated testconf,
1999-07-31  Guilhem LavauxConverted some SetBlocking to SetNonBlocking
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-29  Guilhem LavauxAdded #include <stddef.h> as it is needed by ANSI.
1999-07-29  Robert Roebling Compile fixes and typos corrected.
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-27  Vadim ZeitlinwxMotif fixes and common fixes for socket compilation
1999-07-27  Guilhem LavauxChanged void GSocket_Init() to bool GSocket_Init()
1999-07-27  Robert Roebling wxSocket compilation
1999-07-26  Robert Roebling Typos in documentation
1999-07-26  Karsten BallüderDocumented help API extension and fixed gsocket compila...
1999-07-25  Guilhem LavauxAdded GSocket_Init and GSocket_Cleanup
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
1999-07-23  Karsten BallüderFixed stupid new bugs :-(
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)