Commit graph

27 commits

Author SHA1 Message Date
cxl
e1ca990818 *Web: HttpClient handling of '#' in url
git-svn-id: svn://ultimatepp.org/upp/trunk@4710 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-21 14:06:53 +00:00
cxl
27bd4913f4 Web: HttpClient::GetBody (in case that returned value is Null because of error)
git-svn-id: svn://ultimatepp.org/upp/trunk@4501 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-31 09:11:55 +00:00
cxl
006f77997d *Web/SSL: HttpsClient now correctly uses CONNECT for proxy
git-svn-id: svn://ultimatepp.org/upp/trunk@4361 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-05 08:31:56 +00:00
cxl
abc06ee3da Web: virtual destructor for HttpClient (because of HttpsClient inheritance)
git-svn-id: svn://ultimatepp.org/upp/trunk@4359 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-03 11:50:12 +00:00
cxl
b8c9e30c14 .Core, .Web: fixed some type warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@4090 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 11:25:26 +00:00
cxl
47712e1640 *Web: HttpClient Post(id, text) now calls Post() method
git-svn-id: svn://ultimatepp.org/upp/trunk@4074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-20 19:49:13 +00:00
cxl
c2ff5c1e85 Web: HttpClient::Header
git-svn-id: svn://ultimatepp.org/upp/trunk@4066 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-20 08:52:48 +00:00
cxl
a3c302b9e0 *RichText: IsPainting fix, Web: HttpClient put fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3862 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-14 09:09:17 +00:00
cxl
6074559762 Web: HttpClient now supports PUT
git-svn-id: svn://ultimatepp.org/upp/trunk@3861 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-14 08:44:20 +00:00
cxl
9bc7b90041 *Web: httpcli removed if(keepalive) shutdown thing
git-svn-id: svn://ultimatepp.org/upp/trunk@3759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-12 12:01:31 +00:00
rylek
6b92965001 .CtrlCore/ParseRTF.cpp: fixed bug in horizontal & vertical span import from RTF
.Web/httpcli.cpp: socket.StopWrite moved after receiving HTTP headers from server, doing it the other way round seems to confuse some servers

git-svn-id: svn://ultimatepp.org/upp/trunk@3691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-22 09:10:08 +00:00
rylek
33a280f1fc *Web: bug fix - default HTTPS port number
*Web: added ugly hack to get rid of SSL memory leaks

git-svn-id: svn://ultimatepp.org/upp/trunk@3553 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-23 00:32:01 +00:00
rylek
0939abd350 .CtrlLib: new method TreeCtrl::IsValid checks validity of a given node ID
.Web: HttpClient extended to support intermediate status code 100 server replies ('continue')

git-svn-id: svn://ultimatepp.org/upp/trunk@3546 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-18 12:11:26 +00:00
cxl
33f072240f *Web: HttpClient removed Linger(0), calls Close at all error returns in Execute
git-svn-id: svn://ultimatepp.org/upp/trunk@3041 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-18 21:11:20 +00:00
cxl
6bf916e03e *Web: HttpClient fixed max_content_size issue
git-svn-id: svn://ultimatepp.org/upp/trunk@2999 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-14 20:02:24 +00:00
cxl
acc88a4108 .Web: HttpClient trace mode
git-svn-id: svn://ultimatepp.org/upp/trunk@2871 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-26 15:34:36 +00:00
cxl
5c053a9c3e .XmlRpc: Improved HTTP compliance
git-svn-id: svn://ultimatepp.org/upp/trunk@2829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-01 18:59:06 +00:00
rylek
283ce859dc .Web: authorization method 'basic' renamed to Basic (zsolt' comment)
.Geom/Draw: fixed cursor-based fetching of HRR files

git-svn-id: svn://ultimatepp.org/upp/trunk@2300 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-02 09:29:32 +00:00
rylek
04b10ecca1 First version of HttpsClient (using SSL)
git-svn-id: svn://ultimatepp.org/upp/trunk@2042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-09 19:19:06 +00:00
rylek
9b149bb35b Digest authentication part #2
git-svn-id: svn://ultimatepp.org/upp/trunk@1964 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-27 20:25:49 +00:00
rylek
04e8292dbd Digest authentication support
git-svn-id: svn://ultimatepp.org/upp/trunk@1962 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-27 19:24:29 +00:00
rylek
02614df017 Removed main package configuration for Ole/Ctrl and Web/wisapi; removed obsolete package Web/weblink; fixed bug in HttpClient - gzipped chunked transfer
git-svn-id: svn://ultimatepp.org/upp/trunk@1184 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-15 09:18:36 +00:00
cxl
a5b2003be0 Path docs, sksk translation, HttpClient improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@1038 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-03 21:26:17 +00:00
cxl
731da142dc StaticConditionVariable fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-23 22:39:31 +00:00
rylek
c608b82728 context-related patches to RichText (continued); fixed hanging sockets in HTTP client; minor fixes in FormatDouble
git-svn-id: svn://ultimatepp.org/upp/trunk@1000 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-22 23:23:05 +00:00
cxl
a1971753be Developing T++
git-svn-id: svn://ultimatepp.org/upp/trunk@569 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-28 15:44:24 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00