Guenter Obiltschnig
|
756a18b921
|
added build_vs120.cmd (for consistency)
|
2014-12-15 11:12:01 +01:00 |
|
Guenter Obiltschnig
|
28cf70d3f9
|
updated version no and changelog
|
2014-12-15 11:10:28 +01:00 |
|
Guenter Obiltschnig
|
931a5a5252
|
Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past
|
2014-12-15 11:05:13 +01:00 |
|
Guenter Obiltschnig
|
1e471d7343
|
semantic versioning documentation
|
2014-12-11 20:11:20 +01:00 |
|
Günter Obiltschnig
|
b8181e4ddb
|
check USERPROFILE before HOMEDRIVE/HOMEPATH
|
2014-12-09 11:03:09 +01:00 |
|
Guenter Obiltschnig
|
a5c8b751d9
|
fixed #627: Poco::Path::home() returns c:\windows\system32 instead home directory
|
2014-12-09 10:38:11 +01:00 |
|
Alex Fabijanic
|
10aedfe5ad
|
supress gcc warning avalanche
|
2014-12-08 20:14:19 -06:00 |
|
alex
|
e5cdb74bb0
|
supress LogStream empty line log entries; ignore VS profiler files
|
2014-12-08 00:00:40 -06:00 |
|
Günter Obiltschnig
|
06881cdea7
|
Merge pull request #633 from mkrivos/fix01
Fix01
|
2014-12-07 22:22:46 +01:00 |
|
Günter Obiltschnig
|
75eba618a9
|
Merge pull request #632 from mkrivos/develop
Logger::setLevel(string) - optionally parse log level as number in range 1 to 8
|
2014-12-07 22:21:59 +01:00 |
|
Marian Krivos
|
1a14ec4578
|
Change MAX_URI_LENGTH for HTTPRequest from 4 to 16kb - 4kb is too small for todays internet
|
2014-12-07 20:49:12 +01:00 |
|
Marian Krivos
|
0139648c46
|
Logger::setLevel(string) - optionally parse log level as number in range 1 to 8
|
2014-12-07 20:39:00 +01:00 |
|
Guenter Obiltschnig
|
8296d47cea
|
updated relnotes
|
2014-12-06 12:08:38 +01:00 |
|
Günter Obiltschnig
|
ff3f260a10
|
fix warning, add note to Config.h regarding deprecation of POCO_WIN32_UTF8
|
2014-12-06 11:30:26 +01:00 |
|
Guenter Obiltschnig
|
31a0c7cb7e
|
added deprecation warning for POCO_WIN32_UTF8
|
2014-12-06 11:13:44 +01:00 |
|
Günter Obiltschnig
|
84af59f7eb
|
Merge pull request #628 from Kontinuation/develop
Fixed one-shot timer and maufunction of long start interval
|
2014-12-03 20:14:36 +01:00 |
|
Kontinuation
|
fe86370c34
|
fixed one-shot timer and maufunction of long start interval
|
2014-12-04 02:44:33 +08:00 |
|
Guenter Obiltschnig
|
755c31a4fd
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2014-12-02 09:08:23 +01:00 |
|
Guenter Obiltschnig
|
9af6b5b2db
|
flush underlying streams on close()/sync()
|
2014-12-02 09:08:07 +01:00 |
|
Günter Obiltschnig
|
81605b6f44
|
Merge pull request #626 from bakercp/bugfix-typo
Fixed small documentation typo `onr` to `one`.
|
2014-12-01 20:46:34 +01:00 |
|
Christopher Baker
|
e0d5535b7a
|
Fixed small documentation typo onr to one .
|
2014-12-01 12:39:02 -06:00 |
|
martin-osborne
|
627eee72cb
|
Added test for tellp/tellg issue.
|
2014-11-30 10:25:51 +00:00 |
|
Günter Obiltschnig
|
bf6234d7b5
|
Merge pull request #624 from fbraem/develop
Internet Explorer sends "Websocket"; fixed #625 MongoDB ensureIndex double insert?
|
2014-11-28 06:54:39 +01:00 |
|
fbraem
|
9f7076d7a7
|
Remove duplicate code
|
2014-11-27 22:58:09 +01:00 |
|
fbraem
|
92cca538f8
|
Internet Explorer sends "Websocket"
|
2014-11-27 22:49:26 +01:00 |
|
Günter Obiltschnig
|
c455631e45
|
WinRegistryConfiguration fix
|
2014-11-26 10:52:49 +01:00 |
|
Guenter Obiltschnig
|
c7e9067fde
|
fixed GH #622: Crypto: RSATest::testSign() should verify with public key only
|
2014-11-25 10:05:44 +01:00 |
|
Alex Fabijanic
|
ccf0e78b6a
|
Data documentation sample code outdated #620
|
2014-11-24 19:37:16 -06:00 |
|
Guenter Obiltschnig
|
f848f0db19
|
add test for c2edf4470f
|
2014-11-24 18:45:41 +01:00 |
|
Guenter Obiltschnig
|
c2edf4470f
|
prevent re-schedule of cancelled TimerTask
|
2014-11-24 18:38:05 +01:00 |
|
Günter Obiltschnig
|
42c814cca4
|
enabled WinRegistryKey and WinRegistryConfiguration for WinCE
|
2014-11-24 15:30:33 +01:00 |
|
Günter Obiltschnig
|
5f8d7ef994
|
Thread fixes for WinCE
|
2014-11-24 14:34:27 +01:00 |
|
Guenter Obiltschnig
|
d5d048e689
|
Poco::BasicEvent improvements and preparations for future support of lambdas/std::function
|
2014-11-24 11:17:27 +01:00 |
|
Guenter Obiltschnig
|
77bbc7e9ba
|
fixed GH #618: OS X 10.10 defines PAGE_SIZE macro, conflicts with PAGE_SIZE in Thread_POSIX.cpp
|
2014-11-21 14:47:33 +01:00 |
|
Guenter Obiltschnig
|
f09ed71a47
|
fixed #331: Poco::Zip does not support files with .. in the name.
|
2014-11-21 10:08:52 +01:00 |
|
Guenter Obiltschnig
|
6ddce4c9ff
|
Timestamp reference point ambiguity #614
|
2014-11-21 09:32:13 +01:00 |
|
Guenter Obiltschnig
|
6b84bbcadb
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2014-11-21 09:05:40 +01:00 |
|
Guenter Obiltschnig
|
3b31772717
|
fixed comments
|
2014-11-21 09:05:25 +01:00 |
|
Alex Fabijanic
|
5830263700
|
added LineEndingConverter and WebNotifier to samples solutions
|
2014-11-20 21:33:01 -06:00 |
|
Günter Obiltschnig
|
bc0978d01e
|
fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
|
2014-11-20 21:22:52 +01:00 |
|
Guenter Obiltschnig
|
22c22fdea7
|
fixed GH #616: Visual Studio warning C4244
|
2014-11-20 12:13:58 +01:00 |
|
Guenter Obiltschnig
|
f9f8d21e0b
|
fixed ParallelSocketAcceptor
|
2014-11-20 11:36:26 +01:00 |
|
Alex Fabijanic
|
599c4cb3aa
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2014-11-19 22:25:48 -06:00 |
|
Alex Fabijanic
|
fbb18d1aa4
|
(Parallel)SocketAcceptor ctor/dtor call virtual functions #608
|
2014-11-19 22:25:28 -06:00 |
|
Günter Obiltschnig
|
c3061d3260
|
Merge pull request #613 from bakercp/bugfix-294
Bugfix #294
|
2014-11-20 00:29:17 +01:00 |
|
Guenter Obiltschnig
|
e6ea29c26e
|
fixed GH #198: The application.configDir property is not always created.
|
2014-11-20 00:12:54 +01:00 |
|
Christopher Baker
|
ecc3dbb86e
|
Fix for #294.
|
2014-11-19 16:36:15 -06:00 |
|
Christopher Baker
|
0c3a07b5fe
|
Merge branch 'develop' of https://github.com/pocoproject/poco into bugfix-294
|
2014-11-19 16:35:19 -06:00 |
|
Christopher Baker
|
46a5383fd4
|
Merge branch 'master' of https://github.com/pocoproject/poco into bugfix-294
|
2014-11-19 16:34:48 -06:00 |
|
Guenter Obiltschnig
|
340594b2ae
|
fixed GH #63: Net::NameValueCollection::size() returns int
|
2014-11-19 23:26:04 +01:00 |
|