Guenter Obiltschnig
8290a59998
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2013-04-22 07:18:47 +02:00
Guenter Obiltschnig
7264336171
fixed GH#155: MailOutputStream mangles consecutive newline sequences
2013-04-22 07:18:23 +02:00
Aleksandar Fabijanic
225401743f
case-insensitivity for SessionPool
2013-04-21 21:39:37 -05:00
Aleksandar Fabijanic
fe5c4098e5
more indentation fixes
2013-04-21 21:39:37 -05:00
Guenter Obiltschnig
6f863fee09
fixed GH#155: MailOutputStream mangles consecutive newline sequences
2013-04-21 21:48:10 +02:00
Aleksandar Fabijanic
43df537c49
added openssl doc quote
2013-04-21 13:42:33 -05:00
Aleksandar Fabijanic
0a153046b4
GH #159 : Crash in openssl CRYPTO_thread_id()
...
GH #159 : Crash in openssl CRYPTO_thread_id() after library
libPocoCrypto.so has been unloaded.
2013-04-21 13:42:33 -05:00
Aleksandar Fabijanic
e7f40197c0
cosmetic (replace space indents with tabs0
2013-04-21 13:42:32 -05:00
Aleksandar Fabijanic
1cc5cd93f4
Merge pull request #156 from mar-na/f154497a9f0f9b408917c07180cdf1e20a5647c6
...
Possible buffer overrun in Foundation/EventLogChannel
2013-04-21 10:50:51 -07:00
mar-na
f154497a9f
Possible buffer overrun in Foundation/EventLogChannel
2013-04-18 13:28:16 +02:00
Aleksandar Fabijanic
02b91b02f8
Merge pull request #149 from lbakman/develop
...
Added adapterName() to NetworkInterface
2013-04-12 00:52:04 -07:00
Guenter Obiltschnig
2481fdea78
- Data/ODBC: added support for setting query timeout (via setProperty
...
of "queryTimeout"). Timeout is int, given in seconds.
2013-04-10 22:07:10 +02:00
Lau Bakman
66cb89ba9d
Added adapterName() to NetworkInterface
2013-04-10 12:52:44 +02:00
Guenter Obiltschnig
94352e18c1
upgraded expat to release 2.1.0
2013-04-09 09:12:48 +02:00
Guenter Obiltschnig
9666e37317
XML: fixed an issue with parsing a memory buffer > 2 GB
2013-04-09 08:45:31 +02:00
Aleksandar Fabijanic
a6f8d07757
Solve sigsegv (old way of ParserHandler was still used)
...
fixed GH #145: Solve sigsegv (old way of ParserHandler was still used)
2013-04-07 12:00:34 -05:00
Aleksandar Fabijanic
f9aea9acdf
GH #144 : Poco::Dynamic emits invalid JSON
...
GH #144 : Poco::Dynamic emits invalid JSON
2013-04-06 11:04:33 -05:00
Aleksandar Fabijanic
d0ff7ccf7c
add toString()
2013-04-03 22:03:39 -05:00
aleks-f
26c1131053
remove unused variable
2013-04-03 21:25:19 -05:00
aleks-f
5873c8e362
few more POCO_NO_SOO compile fixes
2013-04-03 21:05:22 -05:00
aleks-f
acbcfc140a
removed SmallObjectAllocator
...
removed SmallObjectAllocator (moved to separate branch) and disabled
default SOO for Any and Dynamic::Var
2013-04-03 20:56:23 -05:00
aleks-f
8c2d5dfed7
updated CHANGELOG
2013-04-03 20:24:07 -05:00
aleks-f
04decc0133
removed unused vars in tests
2013-04-03 20:11:29 -05:00
aleks-f
dae51b2ebe
Mac/clang compile
2013-04-03 20:02:35 -05:00
aleks-f
1021b792b7
change RowFormatter* to RowFormatterPtr
...
Modified all uses of RowFormatter pointer to SharedPtr (RowFormatterPtr)
2013-04-03 19:19:29 -05:00
Aleksandar Fabijanic
a3873cbb5f
Merge pull request #142 from RangelReale/develop
...
* BUGFIX: URI::addQueryParameter was adding an extra '?' to the query string
2013-04-03 11:16:11 -07:00
Rangel Reale
d93472fe46
* BUGFIX: URI::addQueryParameter was adding an extra '?' to the query string
2013-04-03 14:10:18 -03:00
Aleksandar Fabijanic
e13708f6d8
updated MongoDB VS90 sample project
2013-03-31 19:23:22 -05:00
Aleksandar Fabijanic
1f4afb9c6c
improved SOO swap, fixed Darwin-clang build config
2013-03-31 16:28:53 -05:00
Aleksandar Fabijanic
6b871a8cab
updated CHANGELOG
2013-03-30 17:02:35 -05:00
Aleksandar Fabijanic
42682b16db
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2013-03-30 17:00:23 -05:00
Aleksandar Fabijanic
dbe5a37106
fixed GH #141 : Application::run() documentation/implementation discrepancy
2013-03-30 16:59:29 -05:00
Aleksandar Fabijanic
408225bf34
Update CHANGELOG
2013-03-30 16:02:02 -05:00
Aleksandar Fabijanic
5a8defd849
updated CHANGELOG
2013-03-30 16:00:44 -05:00
Aleksandar Fabijanic
639842fd29
simplify default TCP/HTTPServer construction
2013-03-30 15:56:46 -05:00
Aleksandar Fabijanic
5cde6d34df
MSVC 7.1 build fixes
2013-03-30 13:02:16 -05:00
aleks-f
6719d3448f
GH #140 : Poco::Runnable threading cleanup issue
2013-03-29 14:02:53 -05:00
Aleksandar Fabijanic
ad5361ede1
Util alignment with JSON changes
2013-03-28 23:49:52 -05:00
Aleksandar Fabijanic
25311c7eed
Merge remote-tracking branch 'origin/feature-json-refcount' into develop
2013-03-28 22:19:52 -05:00
Aleksandar Fabijanic
0d79572848
Removed DefaultHandler typedef
...
Removed DefaultHandler typedef. JSON::Parser is now default constructed
with built-in parsing handler (i.e. without requirement that user
explicitly provides handler). Handler is now a SharedPtr so old code
with handler on the stack would cause undefined behavior, hence best to
break it now in development release ... apologies to anyone affected.
2013-03-28 22:18:57 -05:00
Aleksandar Fabijanic
0fe58b7668
GH #139 : FileChannel::PROP_FLUSH is invalid
...
GH #139 : FileChannel::PROP_FLUSH is invalid (contains a tab character)
2013-03-27 21:02:57 -05:00
alex
0ce9360734
FreeBSD network test run
2013-03-24 20:50:42 -05:00
Aleksandar Fabijanic
579842bce4
handler reference counting
...
- handler reference counting
- parser returns parsing result
2013-03-24 17:32:57 -05:00
Aleksandar Fabijanic
4668c13af7
GH #59 : Poco::Environment::osDisplayName()
...
GH #59 : Poco::Environment::osDisplayName() not recognized Windows
8/Server 2012
2013-03-24 14:47:55 -05:00
Aleksandar Fabijanic
22b658a838
GH #68 : DNS::hostByAddress can be slow
...
GH #68 : DNS::hostByAddress can be slow - added parameters in the
interface to pass hint flags to hostByAddress() and hostByName() calls
2013-03-24 14:36:28 -05:00
Aleksandar Fabijanic
4c593dba7a
GH #134 : Fixed problem in Util::Application with xml or inifile no config
...
GH #134 : Fixed problem in Util::Application with xml or inifile no
config
2013-03-24 00:18:35 -05:00
Aleksandar Fabijanic
3abf1cc73c
GH #136 : EchoServer issue.
2013-03-23 23:45:02 -05:00
Aleksandar Fabijanic
cbb17638a7
Merge pull request #133 from mkrivos/small_fixes
...
cmake fix for NET
2013-03-21 19:07:13 -07:00
Marian Krivos
5c8d8bf9f6
cmake fix for NET
2013-03-21 21:53:28 +01:00
Aleksandar Fabijanic
1acf6a3155
Merge pull request #132 from mkrivos/small_fixes
...
cmake update - 21.03.2012
2013-03-21 12:03:44 -07:00