Commit graph

102 commits

Author SHA1 Message Date
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
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
c2f8854221 .Core: bug fix in strecmp0 - inconsistent case sensitivity handling in file name pattern matching
.Web: unicode escape handling added to UrlDecode (%uxxxx)

git-svn-id: svn://ultimatepp.org/upp/trunk@2808 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-22 00:44:25 +00:00
cxl
9cafd8e274 .web: ScgiServer headers fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@2797 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 13:50:35 +00:00
cxl
1512097e66 *Fixed OCTALHI encoding in .t files
git-svn-id: svn://ultimatepp.org/upp/trunk@2783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 19:54:41 +00:00
cxl
866d189128 *Web: ScgiServer moved to Upp namespace
git-svn-id: svn://ultimatepp.org/upp/trunk@2775 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 09:04:13 +00:00
cxl
289cfd2aa0 web: ScgiServer moved to Web
git-svn-id: svn://ultimatepp.org/upp/trunk@2757 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-08 16:10:26 +00:00
cxl
f64ec955b0 XmlRpc: XmlRpcCall Proxy, ProxyAuth
git-svn-id: svn://ultimatepp.org/upp/trunk@2522 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-11 08:44:05 +00:00
cxl
879c8f0f15 .uppsrc: ca-es translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2516 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-02 18:53:25 +00:00
cxl
8f32960942 *Web\SSL: Fixed to compile with recent SSL
git-svn-id: svn://ultimatepp.org/upp/trunk@2459 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-05 19:37:05 +00:00
cxl
2eac4aec79 .uppsrc: MSC10 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@2395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-14 13:07:58 +00:00
cxl
78186d3297 .Web.t fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2364 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-04 15:30:50 +00:00
cxl
519a981b7e .Web: Removed unimplemented Socket:Reuse
git-svn-id: svn://ultimatepp.org/upp/trunk@2360 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-03 19:56:59 +00:00
cxl
1c855ebd2e New RU-RU translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2349 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-02 12:42:06 +00:00
cxl
08f299ee09 .uppsrc: ES-ES translation update
git-svn-id: svn://ultimatepp.org/upp/trunk@2347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-29 21:43:02 +00:00
rylek
e695c8dc23 .Web: fixed POST data handling in ISAPI extension library
git-svn-id: svn://ultimatepp.org/upp/trunk@2338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-25 19:37:14 +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
6f72f42453 *Core: removed 'truncate' flag from ConvertDate and StdConvertDateTruncated; ConvertDate now always formats dates as dates (without the time section)
.Web/SSL: turned off allocation logging

git-svn-id: svn://ultimatepp.org/upp/trunk@2272 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-26 23:34:23 +00:00
cxl
cfa78da54a uppsrc: new IT-IT translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-23 22:09:42 +00:00
cxl
8779533e56 .Web: UrlEncode does not escape '_'
git-svn-id: svn://ultimatepp.org/upp/trunk@2231 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-15 15:39:00 +00:00
cxl
2c2b6e02cc .ide: Improved Rename (filetitle selected), uppsrc: new SP-SP translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2218 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-11 15:33:49 +00:00
rylek
bf1a5323a5 Added line for debugging version of SSL libraries
git-svn-id: svn://ultimatepp.org/upp/trunk@2097 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-19 07:52:03 +00:00
cxl
7f8d6368dc Web: Socket GetPeerName renamed -> GetPeerAddr, Geom/Coords: new spaces argument for FormatDegree
git-svn-id: svn://ultimatepp.org/upp/trunk@2088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-17 10:42:40 +00:00
cxl
9b170a74b1 Web: Socket fixed for Linux, CtrlCore: ToolWindow changed too use ..WINDOW_TYPE_UTILITY
git-svn-id: svn://ultimatepp.org/upp/trunk@2079 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-15 19:20:05 +00:00