Added GSocket for Unix (only GTK for the moment)
authorGuilhem Lavaux <lavaux@easynet.fr>
Thu, 22 Jul 1999 17:51:54 +0000 (17:51 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Thu, 22 Jul 1999 17:51:54 +0000 (17:51 +0000)
commita324a7bccf4bda8f4f2bf09daee8104cae953cee
tree7306123b907d7a8a36f631bc0668937b13ec7fb5
parente4d18e7f60f1278d132b02e2b589c487f41b3770
Added GSocket for Unix (only GTK for the moment)
Updated wxSocket to use GSocket API
Added a progress bar to client.cpp
Added CopyTo to wxMemoryOutputStream to copy the internal buffer to a specified buffer.
Various changes/fixes to the high-level protocols FTP/HTTP
Various Unicode fixes
Removed sckint.*

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 files changed:
include/wx/gsocket.h [new file with mode: 0644]
include/wx/mstream.h
include/wx/sckaddr.h
include/wx/sckint.h [deleted file]
include/wx/sckipc.h
include/wx/sckstrm.h
include/wx/socket.h
include/wx/textctrl.h
samples/wxsocket/client.cpp
samples/wxsocket/server.cpp
src/common/ffile.cpp
src/common/ftp.cpp
src/common/http.cpp
src/common/log.cpp
src/common/mstream.cpp
src/common/sckaddr.cpp
src/common/sckint.cpp [deleted file]
src/common/sckipc.cpp
src/common/sckstrm.cpp
src/common/socket.cpp
src/common/stream.cpp
src/common/textcmn.cpp
src/common/url.cpp
src/common/wfstream.cpp
src/gtk/Makefile.am
src/gtk/gsockgtk.c [new file with mode: 0644]
src/gtk1/Makefile.am
src/gtk1/gsockgtk.c [new file with mode: 0644]
src/unix/gsocket.c [new file with mode: 0644]
src/unix/gsockunx.h [new file with mode: 0644]