Commit graph

125 commits

Author SHA1 Message Date
cxl
d5291b7d48 *uppsrc: Fixed many GCC warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@4457 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-21 14:24:31 +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
7b3157bd6b i18n: pt-br translation
git-svn-id: svn://ultimatepp.org/upp/trunk@4306 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-16 08:21:09 +00:00
cxl
5d5b1c32d6 .doc fix
git-svn-id: svn://ultimatepp.org/upp/trunk@4295 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-13 16:26:11 +00:00
cxl
dd7aedd95a .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-22 15:07:23 +00:00
cxl
92ec104239 Web\SSL: Package configuration changed to reflect Win32 standard name of SSL libraries
git-svn-id: svn://ultimatepp.org/upp/trunk@4157 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-10 14:23:34 +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
bd932cd563 .Web\SSL: Cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4052 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-18 18:37:23 +00:00
cxl
80c3b0ecc2 *Web\SSL: MemoryIgnoreLeaksBlock for SSL_library_init
git-svn-id: svn://ultimatepp.org/upp/trunk@3988 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-11 09:24:00 +00:00
cxl
2975755fe8 *Core: CParser correct issue with characters >128
git-svn-id: svn://ultimatepp.org/upp/trunk@3954 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-06 13:29:46 +00:00
cxl
37cbeeddb4 ide: Ide now highlights errorenous files and packages (rm #54)
git-svn-id: svn://ultimatepp.org/upp/trunk@3943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-02 18:47:15 +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
rylek
03366588a9 .Web/httpsrv.cpp: minor fixes in POST data handling
git-svn-id: svn://ultimatepp.org/upp/trunk@3795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-29 21:03:08 +00:00
rylek
bc967252d4 *Web/httpsrv.cpp: fixed bug concerning reading long SAPI requests
git-svn-id: svn://ultimatepp.org/upp/trunk@3788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-26 11:04:43 +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
4d7308e99e +CtrlCore/ParseRTF.cpp: added simple table cell shading support (solid color only)
+Oracle/Oci8.cpp: OracleBlob / Clob upgraded to 64-bit LOB handle

git-svn-id: svn://ultimatepp.org/upp/trunk@3650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-13 18:34:03 +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
rylek
4ec383cd61 .Web: fixed two bugs concerning delayed writes in HttpServer: a) unnecessary blocking waits after sending the data; b) incorrect graceful shutdown sequence
git-svn-id: svn://ultimatepp.org/upp/trunk@3415 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-13 08:21:02 +00:00
rylek
db71006c94 .Web: minor error-related fixes in sockets
git-svn-id: svn://ultimatepp.org/upp/trunk@3379 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-27 16:06:51 +00:00
cxl
873b37cd92 Web: ScgiServer Run - listenCount parameter (thanks Mindtraveller!)
git-svn-id: svn://ultimatepp.org/upp/trunk@3310 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-25 17:29:43 +00:00
cxl
60913c260d *Socket: Fix in error handling
git-svn-id: svn://ultimatepp.org/upp/trunk@3287 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-19 13:31:46 +00:00
cxl
b2ffac13d8 .Removed DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@3285 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-19 10:24:13 +00:00
cxl
d1e4ba35dd *Web: Fixed error handling error desc
git-svn-id: svn://ultimatepp.org/upp/trunk@3283 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-18 19:32:42 +00:00
rylek
6adfb0a1bc .Web: fixed bug causing crash when calling Socket::Clear on a picked socket.
git-svn-id: svn://ultimatepp.org/upp/trunk@3253 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-01 11:54:18 +00:00
rylek
ea05b6ec1f +Web: added extended three-parameter version of Socket::Data::SetSockError to facilitate error handling in SSL sockets; fixed end-of-file detection in SSLSocketData::Read
git-svn-id: svn://ultimatepp.org/upp/trunk@3235 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-22 10:55:02 +00:00
cxl
c9654e2228 Web: Socket error handling improved
git-svn-id: svn://ultimatepp.org/upp/trunk@3232 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-20 18:58:37 +00:00
cxl
2ac4fc2dc3 Web: Per-socket error handling
git-svn-id: svn://ultimatepp.org/upp/trunk@3229 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-20 14:12:17 +00:00
cxl
b4f9019e03 .CtrlLib: removed slow animation debugging mode, .Web: refactored global error string in Socket
git-svn-id: svn://ultimatepp.org/upp/trunk@3224 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-18 19:06:48 +00:00
cxl
5929a6d7e0 cs-cz translation updated
git-svn-id: svn://ultimatepp.org/upp/trunk@3222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-18 12:01:18 +00:00
rylek
71d0ab2d03 .CtrlCore/: minor fixes in EncodeRTF; fixed escape sequences in .t string constants
git-svn-id: svn://ultimatepp.org/upp/trunk@3197 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-11 18:58:56 +00:00
cxl
17e0b3ffbb .Web: smtp removed unusued method from the header
git-svn-id: svn://ultimatepp.org/upp/trunk@3141 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-31 16:27:15 +00:00
cxl
01bcc08a0b Web: Smpt::New (RM #23)
git-svn-id: svn://ultimatepp.org/upp/trunk@3139 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-31 15:11:10 +00:00
rylek
04f746ef05 .Web: added default (Null) value for 'name' parameter of member function SmtpMail::ReplyTo
git-svn-id: svn://ultimatepp.org/upp/trunk@3114 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 19:03:16 +00:00
cxl
7a2fc73a6a SmtpMail: Refactored, added support for character encoding in headers, added recipient/sender names, Core: FormatIntBase added 'upper' option, FormatIntHexUpper function
git-svn-id: svn://ultimatepp.org/upp/trunk@3112 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 12:04:49 +00:00
cxl
ce8336050d .Web: socket
git-svn-id: svn://ultimatepp.org/upp/trunk@3064 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-22 23:42:43 +00:00
cxl
33ff7807e0 *Web: Fixed critical bug with non-blocking sockets in Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@3051 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 20:06:29 +00:00
cxl
42ea4d9d32 *Web: Fixed for Posix singlethreaded
git-svn-id: svn://ultimatepp.org/upp/trunk@3044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-19 10:06:51 +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
e5cb70971b Sql: Table structures S_ now have ToString to have DUMP/LOG support
git-svn-id: svn://ultimatepp.org/upp/trunk@3005 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-15 19:10:59 +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
a4cf982262 .Web: sproc.cpp time interval fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2990 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-11 16:59:11 +00:00
cxl
30ce9c6f0d *Web: Fix in GetPeerAddr (thanks Ped)
git-svn-id: svn://ultimatepp.org/upp/trunk@2989 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-11 14:40:07 +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
5cb014b023 CtrlLib: FileSel: Support for Terminal Services client shares (Win32)
git-svn-id: svn://ultimatepp.org/upp/trunk@2848 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-16 18:21:07 +00:00