Commit Graph

2909 Commits

Author SHA1 Message Date
Guenter Obiltschnig
0eaaa42d97 relnotes 2016-03-05 17:58:22 +01:00
Matej Kenda
db91266c34 GH-1167: Remove expat CPP sources from globbed C++ source file list. 2016-03-05 17:54:07 +01:00
Guenter Obiltschnig
324e04e568 prevent TCPServer thread from stopping of poll() throws (due to resource issues) 2016-03-05 14:40:34 +01:00
Guenter Obiltschnig
15d1d0f1a2 build fixes 2016-03-05 14:29:34 +01:00
Guenter Obiltschnig
bad56c3336 appveyor: better version info 2016-03-05 13:47:06 +01:00
Guenter Obiltschnig
2545ee6f29 updated relnotes 2016-03-04 19:17:43 +01:00
Guenter Obiltschnig
e70c958cc3 updated relnotes 2016-03-04 14:21:21 +01:00
Guenter Obiltschnig
8b5761c78a fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute 2016-03-04 14:03:25 +01:00
Guenter Obiltschnig
4da3f6e645 fixed ODBC testsuite driver 2016-03-04 12:26:24 +01:00
Guenter Obiltschnig
24a08d8400 updated relnotes 2016-03-04 10:39:54 +01:00
Günter Obiltschnig
aabb406794 updated project files 2016-03-04 10:25:12 +01:00
Guenter Obiltschnig
d5a08a8564 added explicit connector registration 2016-03-01 18:31:50 +01:00
Guenter Obiltschnig
bcf2f40627 renamed VERBOSE -> POCO_VERBOSE 2016-03-01 17:43:25 +01:00
Guenter Obiltschnig
b3a503c13e removed automatic Connector registration in ODBC and SQLite 2016-03-01 17:40:58 +01:00
Guenter Obiltschnig
ce4341e96b removed automatic registration as it can cause a deadlock in mysql_library_init 2016-03-01 11:48:14 +01:00
Guenter Obiltschnig
8a13c50e63 don't include config.make in every make; make verbosity optional 2016-03-01 08:23:11 +01:00
Guenter Obiltschnig
ff1834eb76 added Poco::Util::MapConfiguration::copyTo() 2016-03-01 07:31:18 +01:00
Guenter Obiltschnig
c22a36dc05 added Poco::EventChannel class 2016-02-29 21:53:17 +01:00
Guenter Obiltschnig
62a79e0cda set libversion to 40 2016-02-29 19:21:35 +01:00
Guenter Obiltschnig
f83d759890 one more fix for #1002 2016-02-29 19:12:21 +01:00
Guenter Obiltschnig
8f3616c55c PageCompiler: merged changes from internal and macchina versions 2016-02-29 16:40:19 +01:00
Guenter Obiltschnig
f6cc0f7e8a updated CHANGELOG and version numbers 2016-02-29 11:19:38 +01:00
Guenter Obiltschnig
6c66d0b49e fix leap year issues in testsuites 2016-02-29 10:18:11 +01:00
Guenter Obiltschnig
1a8479f7ea remove DatagramSocket Unbound constructor 2016-02-29 10:17:30 +01:00
Günter Obiltschnig
3d1a094725 Merge pull request #1026 from zosrothko/Cygwin
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
2016-02-28 15:29:08 +01:00
Guenter Obiltschnig
5dd09c1046 fixed #848: MailMessage::_encoding is not set when retrieving plain/text message 2016-02-28 14:35:13 +01:00
Guenter Obiltschnig
8c607d3213 fixed GH #1128: Poco::NumberFormatter::format(float, precision) rounding changed 2016-02-28 13:32:54 +01:00
Guenter Obiltschnig
539eba72d6 GH #713: Improved support for producing Canonical XML in XMLWriter 2016-02-28 11:20:02 +01:00
Guenter Obiltschnig
4f7b7a7734 fixed #892: DatagramSocket is ipv4 by default (added new constructors for creating an unconnected and unbound DatagramSocket or MulticastSocket) 2016-02-28 00:36:40 +01:00
Guenter Obiltschnig
fa4e739860 cleanup 2016-02-27 22:10:39 +01:00
Guenter Obiltschnig
d33b102259 fixed GH #696: bug in parsing name of attachment 2016-02-27 22:04:54 +01:00
Guenter Obiltschnig
8b4709155d fixed GH #1114: World-write permissions on files created by daemon. Default umask is now 027; other mask can be set with --umask command-line parameter 2016-02-27 21:17:39 +01:00
Guenter Obiltschnig
a53e80f761 fixed GH #1002: ActiveDispatcher saves reference to event context after event was performed until it gets new event 2016-02-27 17:49:18 +01:00
Aleksandar Fabijanic
ee9b2003ba Wrong error code if Sec-WebSocket-Accept header field missed or value wrong #1120 2016-02-27 17:00:49 +01:00
Guenter Obiltschnig
51c65d23f8 fixed GH #1135: Different package on github and official web site 2016-02-27 16:57:22 +01:00
Guenter Obiltschnig
8746f688c9 upgraded bundled sqlite to 3.11.0 2016-02-27 16:34:31 +01:00
Guenter Obiltschnig
dfa12e61d6 fixed GH #1137: Missing 'longint' type in SQLite 2016-02-27 16:30:51 +01:00
Guenter Obiltschnig
925caa8dd3 fixed GH #1141: Poco::StringTokenizer::TOK_TRIM changes behavior between 1.4 and 1.6 2016-02-27 16:10:06 +01:00
Guenter Obiltschnig
f7ba58c80f fix for GH #1160: Poco::Net::NetException "SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry 2016-02-26 20:15:58 +01:00
Guenter Obiltschnig
5076f60a5c added X509Certificate::equals() 2016-02-25 22:17:34 +01:00
Guenter Obiltschnig
f2ed9cc606 support for Win8/Win10 2016-02-22 11:51:51 +01:00
Guenter Obiltschnig
1cbaf38bbc fixed an issue with DELETE in persistent connections 2016-02-17 20:32:19 +01:00
Guenter Obiltschnig
53c07395c5 fix merge issue 2016-02-13 23:38:00 +01:00
Guenter Obiltschnig
2522aefaf0 fix comment; don't send TaskProgressNotification if progress does not change
Conflicts:
	Foundation/src/Task.cpp
2016-02-13 20:24:31 +01:00
Guenter Obiltschnig
eb2861ddee add -DPOCO_TARGET_OSARCH and -DPOCO_TARGET_OSNAME to COMMONFLAGS 2016-02-02 15:03:12 +01:00
Guenter Obiltschnig
dee1efd56a added Context::preferServerCiphers() 2016-01-19 16:01:17 +01:00
Guenter Obiltschnig
82c6c5f149 added support for ECDH, new Context ctor 2016-01-19 15:19:14 +01:00
Guenter Obiltschnig
e9b2b3bcdd NetSSL: add support for disabling certain protocols 2016-01-19 11:36:02 +01:00
Guenter Obiltschnig
ff64eb69ba enable bitcode for iPhone build config 2016-01-11 16:45:51 +01:00
Guenter Obiltschnig
18bbff5e56 Merge branch 'poco-1.6.2' of https://github.com/pocoproject/poco into poco-1.6.2 2015-12-16 09:24:37 +01:00