Commit Graph

2254 Commits

Author SHA1 Message Date
Günter Obiltschnig
d9e51fb522 fixed project files 2014-01-15 11:31:12 +01:00
Günter Obiltschnig
65bb38d04f fixed vs2012 project files 2014-01-15 11:20:39 +01:00
Rangel Reale
e37b756157 * NTP client implementation 2014-01-13 15:04:27 -02:00
Guenter Obiltschnig
0816a4c33d Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-01-12 08:29:33 +01:00
Guenter Obiltschnig
5be97a7392 updated changelog 2014-01-12 08:29:08 +01:00
Günter Obiltschnig
f8c525206a fixed project files 2014-01-11 23:40:06 +01:00
Guenter Obiltschnig
03670dc750 remove ApacheConnector from build 2014-01-11 23:13:47 +01:00
Guenter Obiltschnig
fefdee93f7 GH #360: CMakeLists foundation: add Clock.cpp in the list of source files 2013-12-24 09:20:35 +01:00
Günter Obiltschnig
9f479be862 Merge pull request #359 from teeceepee/patch-2
Add extern "C" around <net/if.h> on HPUX platform.
2013-12-24 00:18:26 -08:00
Yu Haidong
8e852b4776 Add extern "C" around <net/if.h> on HPUX platform.
On hpux platform, functions(such as `if_nametoindex` and `if_indextoname`) in <net/if.h> doesn't declare with `extern "C"`. Fix this bug by add `extern "C"`. See http://www.boost.org/doc/libs/1_40_0/boost/asio/detail/socket_ops.hpp
2013-12-24 11:01:20 +08:00
Günter Obiltschnig
ba400760db Merge pull request #358 from bufferoverflow/travis
.travis.yml: force old config on apt-get upgrade
2013-12-23 04:25:14 -08:00
Roger Meier
e97eb5105f .travis.yml: force old config on apt-get upgrade
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2013-12-21 23:06:02 +01:00
Günter Obiltschnig
e23800f60e Merge pull request #355 from latitude37s/develop
Fixed setting of MYSQL_BIND is_unsigned value.
2013-12-21 06:16:52 -08:00
Günter Obiltschnig
514b3dfcb1 Merge pull request #356 from bufferoverflow/travis
.travis.yml: use -y option for apt-get upgrade and install
2013-12-20 05:04:30 -08:00
Roger Meier
fbc84c33ae .travis.yml: use -y option for apt-get upgrade and install 2013-12-19 22:14:17 +01:00
latitude37s
58121249c7 Fixed setting of MYSQL_BIND is_unsigned value. 2013-12-19 18:00:19 +00:00
Aleksandar Fabijanic
70a2f977a4 Merge pull request #353 from latitude37s/develop
Correctly set MySQL time_type for Poco::Data::Date.
2013-12-19 09:20:20 -08:00
latitude37s
89a4fd6dd6 fieldSize() returns std::size_t, which is not necessarily the same width as unsigned long. 2013-12-19 17:05:50 +00:00
latitude37s
e94075c023 Correctly set MySQL time_type for Poco::Data::Date. 2013-12-19 16:50:38 +00:00
Aleksandar Fabijanic
30c3f363a5 Merge pull request #352 from latitude37s/develop
Removed redundant #includes and fixed spelling mistakes.
2013-12-19 08:41:53 -08:00
latitude37s
a1792fa833 Removed redundant #includes and fixed spelling mistakes. 2013-12-19 16:32:55 +00:00
Guenter Obiltschnig
fd6e98ee02 updated CHANGELOG 2013-12-18 22:42:08 +01:00
Guenter Obiltschnig
7d0635625a Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2013-12-18 19:35:27 +01:00
Guenter Obiltschnig
af51162455 fixed GH# 350: Memory leak in Data/ODBC with BLOB 2013-12-18 19:34:03 +01:00
Aleksandar Fabijanic
151b4c1d60 Merge pull request #349 from bufferoverflow/travis
.travis.yml: install unixodbc-dev libmysqlclient-dev
2013-12-18 07:20:48 -08:00
Roger Meier
47c4ee7487 .travis.yml: install unixodbc-dev libmysqlclient-dev
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2013-12-18 14:23:40 +01:00
Guenter Obiltschnig
54d56397b9 fixed license headers 2013-12-16 18:35:22 +01:00
Guenter Obiltschnig
3838d665a0 improved error handling, specifically socket timeouts 2013-12-13 12:36:24 +01:00
Guenter Obiltschnig
8b456cd293 add error code to TimeoutException, where available 2013-12-13 12:34:42 +01:00
Patrice Tarabbia
112950134c add hasDelegates() method to AbstractEvent 2013-12-13 06:11:05 -05:00
Guenter Obiltschnig
612f149430 Clock fixes 2013-12-12 21:46:57 +01:00
Guenter Obiltschnig
70e116fda2 Poco::Util::Timer now uses Poco::Clock instead of Poco::Timestamp 2013-12-12 18:37:08 +01:00
Guenter Obiltschnig
ac2b26fcb9 added Clock class which provides a monotonic clock on most platforms and is now used by Poco::Timer, Poco::Stopwatch, Poco::TimedNotificationQueue and Poco::UtilTimer to avoid issues when the system time is changed 2013-12-12 18:33:29 +01:00
Csaba Keszegh
638b10856b fix: configure_file error if CMAKE_MODULE_PATH had multiple directories 2013-12-05 10:18:15 +01:00
Csaba Keszegh
edf0ab9dba cmake: missing files added to CMakeLists.txt
fix: linker error for testsuits
2013-12-05 10:18:15 +01:00
Csaba Keszegh
8b3561a525 cmake: android support
Foundation/src/Error.cpp: ndk-r9 define _GNU_SOURCE in features.h but only the XSI-compliant strerror_r in string.h
2013-12-05 10:18:15 +01:00
Rangel Reale
0d2a839f79 * Multipart form content length calculation
* HTMLForm test
2013-12-04 18:19:20 -02:00
Andreas Bergmeier
c5b0117352 Add platform configuration for Emscripten.
Handle as a i386 Linux variant.
2013-12-04 19:31:07 +01:00
Guenter Obiltschnig
5edb90c48e fixed GH# 332: POCO::ConsoleChannnel::initColors() assigns no color to PRIO_TRACE and wrong color to PRIO_FATAL 2013-11-21 07:40:30 +01:00
Günter Obiltschnig
ae10cf754b Merge pull request #330 from syvex/feature/MessageParams
Add has, get, and set methods to Poco::Message
2013-11-18 12:20:47 -08:00
Mike Naquin
4ede322f9d Add has, get, and set methods to Poco::Message for better control over accessing logging parameters. 2013-11-18 14:04:11 -06:00
Guenter Obiltschnig
cc224cdd52 minor fix 2013-11-16 18:05:43 +01:00
Guenter Obiltschnig
72ed9a4997 updated TwitterClient to use new Twitter API 1.1 and OAuth 2013-11-16 17:30:16 +01:00
Guenter Obiltschnig
8f07db4aa3 various fixes - see CHANGELOG 2013-11-14 21:54:41 +01:00
Alex Fabijanic
1c732e9938 removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06:00
Alex Fabijanic
689f90fa9f Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2013-11-05 23:11:50 -06:00
Alex Fabijanic
4297d78621 VS 2013 projects/solutions 2013-11-05 23:11:28 -06:00
Guenter Obiltschnig
68d998a030 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2013-10-31 19:14:48 +01:00
Guenter Obiltschnig
fb201b2b74 fixed GH# 316: Poco::DateTimeFormatter::append() gives wrong result for Poco::LocalDateTime 2013-10-31 19:14:21 +01:00
fbraem
1cb2823d22 Solve wrong escaping of unicode characters 2013-10-24 17:03:43 +02:00