aleks-f
5654749e2b
fixed warning in Poco/Crypto/OpenSSLInitializer.h
...
- fixed a warning in Poco/Crypto/OpenSSLInitializer.h (fix ported from
1.4.6)
2013-02-26 22:43:36 -06:00
aleks-f
03530311b8
GH71: WebSocket and broken Timeouts
...
fixed GH# 71: WebSocket and broken Timeouts (POCO_BROKEN_TIMEOUTS)
2013-02-26 22:39:17 -06:00
aleks-f
6d613869cc
GH110: WebSocket accept() fails when Connection header contains multiple tokens
...
fixed GH #110 : WebSocket accept() fails when Connection header contains
multiple tokens
2013-02-26 12:09:36 -06:00
aleks-f
c6ac318ac6
CHANGELOG
2013-02-18 14:32:14 -06:00
aleks-f
72b5b7acae
GH #80 : NumberFormatter::append broken
...
fixed GH #80 : NumberFormatter::append broken
2013-02-07 21:43:40 -06:00
Aleksandar Fabijanic
07551b4a3f
Update CHANGELOG
2013-01-23 12:45:45 -06:00
aleks-f
5d6afa983e
updated CHANGELOG
2013-01-12 11:33:56 -06:00
aleks-f
92cba028c1
updated CHANGELOG
2013-01-06 22:32:22 -06:00
Alex
79838aa76d
GH 42: Linux unbundled builds don't link
...
GH #42 : Linux unbundled builds don't link
2012-12-26 23:23:15 -06:00
Alex
ce9cc2cae4
1.5.1 release
2012-12-24 18:12:36 -06:00
aleks-f
760fa4bbb0
see CHANGELOG
...
- upgraded SQLite to version 3.7.15.1 (2012-12-19)
- fixed SQLite affectedRows reporting and added tests
- added SQLite::Utility::isThreadSafe() function
- added SQLite::Utility::setThreadMode(int mode) function
- fixed GH #41 : Buffer::resize crash
2012-12-23 02:36:01 -06:00
aleks-f
8832c2e70e
updated CHANGELOG
2012-12-14 19:59:03 -06:00
aleks-f
903553c9e2
updated CHANGELOG
2012-12-14 12:19:44 -06:00
aleks-f
dbc847eb62
updated CHANGELOG
2012-12-13 23:04:32 -06:00
Alex
560908b715
SF #97 fix c++0x / clang++ bugs
2012-12-11 22:29:33 -06:00
Alex
7529891713
#593 Poco 1.5.0 on FreeBSD: cannot find -ldl
2012-12-11 22:29:33 -06:00
Alex
ccd66358b9
fixed SF #597 : Configure script ignores cflags
2012-12-11 22:29:33 -06:00
aleks-f
1b14088283
GH31: JSON implementation bug
...
fixed GH #31 : JSON implementation bug
2012-12-11 20:27:47 -06:00
aleks-f
ec84a9a8c6
added DateTime to samples
...
added DateTime to samples
fixed TypeHandler::prepare for AutoPtr and SharedPtr
2012-12-06 22:35:08 -06:00
aleks-f
eaa74307a6
see CHANGELOG
...
- added Poco::istring (case-insensitive string) and Poco::isubstr
(case-insensitive substring search)
- improved SQLite execute() return (affected rows) value
- added SQLite sys.dual (in-memory system table)
- applied SF Patch #120 : The ExpireLRUCache does not compile with a
tuple as key on Visual Studio 2010
- fixed SF Bug #599 : JSON::Array and JSON::Object size() member can
implicitly lose precision
- fixed SF Bug #602 : iterating database table rows not correct if no
data in table
- fixed SF Bug #603 : count() is missing in HashMap
- fixed GH #23 : JSON::Object::stringify throw BadCastException
- fixed GH #16 : NetworkInterface::firstAddress() should not throw on
unconfigured interfaces
- Android compile/build support (by Rangel Reale)
- TypeHandler::prepare() now takes const-reference
2012-12-04 23:33:44 -06:00
aleks-f
134558f926
double-conversion floating-point conversions
...
- using double-conversion library for floating-point numeric/string
conversions
- added string replace[InPlace], remove[InPlace]
- reverted overwritten FileChannel purge age and count features
- file size value checks in SMTPClient
2012-12-01 14:10:09 -06:00
Guenter Obiltschnig
1d7fdb1494
updated docs
2012-10-14 12:29:08 +00:00
Guenter Obiltschnig
0c8b5bc1a5
updated changelog
2012-10-10 18:23:03 +00:00
Aleksandar Fabijanic
8a4eafd05a
- strToInt benchmark and more optimization
...
- warnmsg macro in CppUnit
2012-10-01 00:52:53 +00:00
Aleksandar Fabijanic
f70ac1ca07
- added NumericString.h
...
- NumberParser improvements (internal Poco locale-awareness and parsing)
2012-09-30 05:17:56 +00:00
Aleksandar Fabijanic
f42f8aef5b
- CHANGELOG
...
- add UTF32Encoding to 64 bit VS 2010 projects
- Foundation samples VS 2012 projects and solutions
2012-09-25 06:41:04 +00:00
Aleksandar Fabijanic
3f23af80c3
porting rev. 1994 from 1.4.4
2012-09-08 02:54:42 +00:00
Aleksandar Fabijanic
9ca1a770bc
SF#3562244: Portability fix for AF_LINK
2012-09-07 04:31:09 +00:00
Aleksandar Fabijanic
115f4f40e8
changelog
2012-09-06 04:04:47 +00:00
Aleksandar Fabijanic
a221b14522
porting rev.1998 from 1.4.4 (except ODBC, which will be done later, and SQLite, which was ported in rev.1999)
2012-09-05 02:43:06 +00:00
Aleksandar Fabijanic
d384a499d5
porting 1.4.4 rev. 1989 (except for File_WIN32(U)/FileImpl::isDeviceImpl() where GENERIC_ACCESS was left due to breaking testFileAtributes3() test case)
2012-08-26 03:40:12 +00:00
Aleksandar Fabijanic
71a055c81a
SF#3522081: WinRegistryConfiguration unable to read REG_QWORD values
2012-08-21 03:15:38 +00:00
Aleksandar Fabijanic
2b2a362926
SF #3544720 : AbstractConfigurator to support 64bit values
2012-08-21 02:42:57 +00:00
Aleksandar Fabijanic
90a8e859bf
- SF #3552774 : Don't hide default target in subordinate makefile
...
- SF #3534307 : Building IPv6 for Linux by default
- SF #3516844 : poco missing symbols with external >=lipcre-8.13
- fix of rev. 1952 fix (porting rev.1913 from 1.4.4 (fixed SF# 3550553))
2012-08-20 00:57:17 +00:00
Aleksandar Fabijanic
47aadf0681
- SF# 3559325: Util Windows broken in non-Unicode
...
- port of rev. 1918 from 1.4.4 branch (fixed SF# 3519474)
- update VS 2010 Util projects with JSON
2012-08-19 01:42:38 +00:00
Aleksandar Fabijanic
88134859e4
- fix of the Timer fix from rev. 1953
...
- improved UTFString definitions
- allow empty Glob (testMatchEmptyPattern() failing)
- fixed SF#3535990: POCO_HAVE_IPv6 without POCO_WIN32_UTF8 conflict
2012-08-18 21:09:50 +00:00
Aleksandar Fabijanic
e7f2ade581
SF 3558085: Add formatter to MACAddress object
2012-08-17 04:07:18 +00:00
Aleksandar Fabijanic
20d5b2d2fb
Networkinterface, Linux portion (with some additions and Windows changes, still WIP)
2012-08-12 21:14:48 +00:00
Aleksandar Fabijanic
416cc7a630
Unicode portability improvements (only tested on Windows at this time)
2012-08-02 04:41:24 +00:00
Aleksandar Fabijanic
219a945cc9
- added IPaddress::prefixLength
...
- return MemoryStreams from MemoryWriters
2012-07-30 04:22:25 +00:00
Aleksandar Fabijanic
03ddca58f5
porting rev.1894 to trunk
2012-07-27 02:01:39 +00:00
Aleksandar Fabijanic
d56a7a1ee6
SF #3538785 : SMTPClientSession::sendMessage() should take recipient list
2012-07-23 04:32:26 +00:00
Aleksandar Fabijanic
2ebe065a37
IPAddress:
...
- bitwise operators (&,|,^,~)
- BinaryReader/Writer << and >> operators
- force IPv6 always lowercase (RFC 5952)
2012-07-21 01:45:19 +00:00
Aleksandar Fabijanic
4bc7d4aeae
changelog update
2012-07-20 03:16:09 +00:00
Marian Krivos
958c9a8db3
changelog update
2012-06-26 12:55:13 +00:00
Aleksandar Fabijanic
d9dd2a81bd
HTTPServer::stopAll(): close the socket instead of just shutting it down, as the latter won't wake up a select() on Windows
2012-06-21 02:18:31 +00:00
Marian Krivos
7eb7176397
SF:# 3522084 : AbstractConfiguration does not support 64-bit integers
2012-05-26 17:25:36 +00:00
Aleksandar Fabijanic
9b952a29c7
ported 1.4.4 branch changes (needs build checks and test runs!)
2012-05-19 03:04:51 +00:00
Aleksandar Fabijanic
369ca9cd52
fixed SF# 3522906: Unregistering handlers from SocketReactor
2012-05-04 03:39:24 +00:00
Aleksandar Fabijanic
5a639074d9
change EOL to 'native'
2012-04-29 18:52:25 +00:00