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 |
|
Guenter Obiltschnig
|
a0f797203e
|
GH #1087: prevent line breaks in base64-encoded creds
|
2015-12-16 09:24:10 +01:00 |
|
Günter Obiltschnig
|
a57b63ec57
|
Merge pull request #1089 from pothosware/support_cmake28
minor change to support cmake2.8 builds
|
2015-12-15 13:06:25 +01:00 |
|
Guenter Obiltschnig
|
899e5084e9
|
SMTPClientSession: added support for XOAUTH2 authentication
|
2015-12-15 10:14:41 +01:00 |
|
Josh Blum
|
df8b868da6
|
minor change to support cmake2.8 builds
Reduce cmake version requirement to 2.8.12 (ubuntu trusty),
and conditionalize export() in PocoMacros to support 2.8 syntax.
|
2015-12-14 17:32:18 -08:00 |
|
Guenter Obiltschnig
|
910e2f3f29
|
fix error handling in setThreadName (#1022)
|
2015-11-13 11:11:32 +01:00 |
|
Guenter Obiltschnig
|
72842fd98d
|
integrated #1030 into 1.6.2
|
2015-11-13 10:52:27 +01:00 |
|
Guenter Obiltschnig
|
7dc992643c
|
#1029 tvOS / WatchOS bitcode enabled
|
2015-11-12 08:17:12 +01:00 |
|
Kim Grasman
|
db635739c4
|
Fix #928: Workaround to fix -Wswitch warning
|
2015-11-10 09:38:17 +01:00 |
|
Guenter Obiltschnig
|
e3f98b554a
|
GH #1022: clean-up setThreadName
|
2015-11-10 09:27:15 +01:00 |
|
Guenter Obiltschnig
|
f2e9babb75
|
re-added customizeSession() method from 1.4.x releases
|
2015-11-02 10:21:07 +01:00 |
|
Guenter Obiltschnig
|
b124d5b392
|
merged doc fixes from develop branch
|
2015-10-10 17:32:31 +02:00 |
|
Alex Boyd
|
40c2df1c52
|
overwrite existing files on windows when moving files
|
2015-10-09 09:36:30 +02:00 |
|
Guenter Obiltschnig
|
26e3dd273b
|
Fix zip files made with non-seekable output. (issue #335)
|
2015-10-08 15:33:24 +02:00 |
|
Guenter Obiltschnig
|
327e4eee81
|
fixed Make install target
|
2015-10-08 11:07:04 +02:00 |
|
Guenter Obiltschnig
|
f6b505bf48
|
added Linux-clang config for travis clang build
|
2015-10-06 20:22:35 +02:00 |
|
Guenter Obiltschnig
|
a4552be049
|
added missing script for travis config change
|
2015-10-06 19:10:58 +02:00 |
|
Guenter Obiltschnig
|
6767ea9395
|
use .travis.xml from develop
|
2015-10-06 16:32:28 +02:00 |
|
Guenter Obiltschnig
|
7481d099fe
|
make install: respect OMIT
|
2015-10-06 15:37:12 +02:00 |
|
Guenter Obiltschnig
|
17e9f696dd
|
fix omit strings
|
2015-10-06 15:13:37 +02:00 |
|
Guenter Obiltschnig
|
c92576f65c
|
add --typical, --minimal and --everything options
|
2015-10-06 14:32:03 +02:00 |
|
Guenter Obiltschnig
|
ef3946786a
|
improved SSLManager to automatically set-up a reasonable client Context if none is configured
|
2015-10-06 09:41:31 +02:00 |
|
Guenter Obiltschnig
|
dc7f1e55c9
|
also export LINK
|
2015-10-05 16:18:10 +02:00 |
|
Guenter Obiltschnig
|
4b27f8edd2
|
fixed GH #967: Missing data types in SQLite
|
2015-10-05 15:12:16 +02:00 |
|
Guenter Obiltschnig
|
1582787868
|
fixed GH# 966: Possible crash when processing a corrupted Zip file
|
2015-10-05 11:49:43 +02:00 |
|
Guenter Obiltschnig
|
d334c7cf8b
|
add brew OpenSSL search paths to Darwin configs
|
2015-10-05 09:34:13 +02:00 |
|
aaron0x
|
3066e66f32
|
Enhance FileChannel purge setting.
|
2015-10-02 09:35:18 +02:00 |
|
Guenter Obiltschnig
|
13b34666d9
|
add HTTP/1.1 version to HTTPRequest for client WebSocket, as this is required for most servers
|
2015-10-01 19:31:16 +02:00 |
|
Guenter Obiltschnig
|
f80d75ca65
|
cherry-picked fix from develop, updated CHANGELOG
|
2015-09-30 16:56:56 +02:00 |
|