]> git.saurik.com Git - wxWidgets.git/commit - src/common/fs_inet.cpp
Added wxInternetFilesystemModule to fs_inet.cpp
authorGuilhem Lavaux <lavaux@easynet.fr>
Wed, 28 Jul 1999 17:29:59 +0000 (17:29 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Wed, 28 Jul 1999 17:29:59 +0000 (17:29 +0000)
commitf61815af20ebb943000d36ea01489f6115e4061c
tree463e98beab6f6f8c54cb277b7be2ebaeaf5244c3
parent3de08727cabfdfb3006ab61349bfa98f3b2c3ed7
Added wxInternetFilesystemModule to fs_inet.cpp
Fixed PROXY support in wxURL, wxHTTP. You can set the environement variable
HTTP_PROXY now.
Fixed parsing of content type in wxHtmlFilter
Added commments to gsocket.c
wxURL parses the URL only once now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/protocol/http.h
include/wx/url.h
samples/wxsocket/client.cpp
samples/wxsocket/server.cpp
src/common/fs_inet.cpp
src/common/ftp.cpp
src/common/http.cpp
src/common/protocol.cpp
src/common/sckaddr.cpp
src/common/socket.cpp
src/common/url.cpp
src/html/htmlfilter.cpp
src/html/htmlwin.cpp
src/unix/gsocket.c