projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
removed wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer
[wxWidgets.git]
/
include
/
wx
/
gsocket.h
2005-05-04
Julian Smart
Added licence/copyright information
blob
|
commitdiff
|
raw
2005-03-16
Włodzimierz Skiba
Use defs.h (and automatically setup.h and chkconf.h...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-24
Vadim Zeitlin
added missing virtual dtors to base classes (patch...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-20
Dimitri Schoolwerth
removed stray comma at end of enum
blob
|
commitdiff
|
raw
|
diff to current
2004-08-08
David Elliott
Removed incorrect struct qualifier from GSocketGUIFunct...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-06
David Elliott
Get rid of wxUSE_GSOCKET_CPLUSPLUS
blob
|
commitdiff
|
raw
|
diff to current
2004-08-06
David Elliott
OS/2 now uses C++ gsocket.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-06
David Elliott
include wx/mac/gsockmac.h when compiling wxMac CFM
blob
|
commitdiff
|
raw
|
diff to current
2004-08-04
David Elliott
Use new C++ sockets for everything except OS/2
blob
|
commitdiff
|
raw
|
diff to current
2004-08-03
David Elliott
Revert original UNIX C->C++ conversion and instead...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-03
David Elliott
* Made GSocket::GetError() exp/imp from net library...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-03
David Elliott
Prepare headers for C->C++ migration
blob
|
commitdiff
|
raw
|
diff to current
2004-07-26
Vadim Zeitlin
removed GSocket_[Un]Streamed(), GSocket_SetNonOriented...
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
don't set SO_REUSEADDR by default; added GSocket_SetReu...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-25
Vadim Zeitlin
basic UDP support (patch 835128)
blob
|
commitdiff
|
raw
|
diff to current
2004-03-09
Stefan Neis
C++ comments transformed to C comments.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-18
David Elliott
Initial move from C to C++. The functionality of the...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-22
Václav Slavík
include wx/platform, to get __WINDOWS__ etc
blob
|
commitdiff
|
raw
|
diff to current
2003-10-16
Vadim Zeitlin
moved DLL import/export declarations from wx/defs.h...
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-07-27
Václav Slavík
split wxBase into wxBase and wxNet libraries
blob
|
commitdiff
|
raw
|
diff to current
2003-07-12
Julian Smart
Added net stuff, some fixes to gsock code for WinCE
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Vadim Zeitlin
fix for cygwin warning in winsock.h about sys/types...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-31
Mattia Barbon
Patch [ 588837 ] Fixes comment style in gsocket.*
blob
|
commitdiff
|
raw
|
diff to current
2002-07-02
Ron Lee
and yet once more to fix gtk compilation.. this is...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-01
Robin Dunn
Fixed "different linkage" compile error
blob
|
commitdiff
|
raw
|
diff to current
2002-05-09
Vadim Zeitlin
applied patch to build wxMSW with CW7 (patch 550445)
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Kendall Bennett
Updates to fix Watcom C/C++ 11.0 compiler warning probl...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-09
Stefan Csomor
merge of wxMac into main repository
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-14
Guillermo Rodrigue...
Changed declaration of functions taking an empty arglis...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-21
Guillermo Rodrigue...
GSocket:
blob
|
commitdiff
|
raw
|
diff to current
1999-09-17
Guillermo Rodrigue...
typedef unsigned int bool (instead of int) for consiste...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-15
Guillermo Rodrigue...
Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-11
Guillermo Rodrigue...
Added GSocket_Select() and removed some unused functions
blob
|
commitdiff
|
raw
|
diff to current
1999-09-05
Guilhem Lavaux
Updated wxSocket documentation
blob
|
commitdiff
|
raw
|
diff to current
1999-08-09
Guilhem Lavaux
Removed unnecessary lines from threadpsx
blob
|
commitdiff
|
raw
|
diff to current
1999-08-06
Robert Roebling
Distrib things,
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-08-01
Guilhem Lavaux
wxMemoryStream doc updated
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-27
Guilhem Lavaux
Changed void GSocket_Init() to bool GSocket_Init()
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
Guilhem Lavaux
Updated wxDataStream (added ByteOrder)
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