Commit Graph

2541 Commits

Author SHA1 Message Date
Guenter Obiltschnig
a815e0a90e added %L modifier to PatternFormatter to switch to local time; some style fixes 2014-09-10 08:32:25 +02:00
Timothy Gu
b14d120b8c Types.h: Fix Win64 on MinGW 2014-09-08 16:27:42 -07:00
Timothy Gu
748260acc4 Update MinGW-CrossEnv recipe to match plain MinGW 2014-09-08 13:01:50 -07:00
Guenter Obiltschnig
c9590ff7d4 Added CM_AUTO, which automatically selects CM_STORE or CM_DEFLATE based on file extension. Used to avoid double-compression of already compressed file formats such as images. 2014-09-08 11:06:57 +02:00
Aleksandar Fabijanic
761c2ecb19 Merge pull request #534 from zosrothko/develop
new build command for VS2013 Express Edition.
2014-09-07 10:39:19 -05:00
zosrothko
4cd82b3dfd new build command for VS2013 Express Edition. 2014-09-07 11:42:12 +02:00
rafzi
a787b4f898 fix JSON stringify to escape special characters
When converting from non string types the converted string was not escaped
2014-09-06 19:42:06 +02:00
Guenter Obiltschnig
b69f3d1a4f updated README.txt 2014-09-05 07:27:49 +02:00
Günter Obiltschnig
b7f050db70 added NetSSL_Win library, a port of NetSSL_OpenSSL to Windows Schannel. See doc/README.txt for more info. 2014-09-05 00:17:09 +02:00
Günter Obiltschnig
8ae1a7e8ab UnWindows.h: don't define NTDDI_VERSION if compiling for WinCE target 2014-09-04 23:38:11 +02:00
Günter Obiltschnig
a4488f2f76 fixed server context initialization 2014-09-03 11:26:09 +02:00
Guenter Obiltschnig
1a81dbef15 enabled TLSv1.1 and 1.2 support in configuration 2014-09-02 18:54:12 +02:00
Guenter Obiltschnig
3f1e2c002a added support for TLSv1.1 and TLSv1.2 to Context 2014-09-02 17:30:02 +02:00
Guenter Obiltschnig
16ef87e6c8 added support for TLSv1.1 and TLSv1.2 to Context 2014-09-02 17:23:47 +02:00
Aleksandar Fabijanic
4e7ffca45d Merge pull request #531 from waynix/websocket_sample_fix
fixed websocket server to work with websocket.org
2014-08-30 23:37:21 -05:00
Aleksandar Fabijanic
9af456762f Update buildwin.ps1 2014-08-29 18:29:08 -05:00
Paul Rosset
069a980940 fixed websocket server to work with websocket.org 2014-08-29 10:28:05 +02:00
Aleksandar Fabijanic
bfc963beda Merge pull request #529 from pascal-bach/patch-2
NetSSL: Fix typo in documentation of Context
2014-08-27 07:17:55 -05:00
Pascal Bach
7380fab68b NetSSL: Fix typo in documentation 2014-08-27 13:55:10 +02:00
Guenter Obiltschnig
ded5af27db fixed #527: added OpenSSLInitializer to DigestEngine 2014-08-26 11:41:57 +02:00
Günter Obiltschnig
8e54e290d9 Merge pull request #526 from bakercp/of-apothecary
Fix executable path for recent Android NDK.
2014-08-24 06:20:40 +02:00
Christopher Baker
84538164ef Fix executable path for latest Android NDK. 2014-08-23 22:09:43 -05:00
Aleksandar Fabijanic
8368c899c4 support for projects with different names than directory 2014-08-22 16:11:43 -05:00
Günter Obiltschnig
1708818096 Merge pull request #525 from siemens/cmake
Rework CMake files
2014-08-22 17:24:26 +02:00
Pascal Bach
7950001803 cmake: Cleanup CMakeLists.txt for all components
- Add missing CMakeLists.txt
- Use POCO_ macros to improve code structure in XCode/VisualStudio
- Better ODBC detection
- Remove unnecessary commented out code

The CMake documentation recommends explicitly listing source files, but because CMake is not the primary build system GLOB patterns are used for the moment.
2014-08-22 17:11:03 +02:00
Pascal Bach
65fcaf65a0 cmake: Rework top level CMake file
- Allow enable/disable components
2014-08-22 17:11:03 +02:00
Günter Obiltschnig
ae13aeb297 Merge pull request #524 from siemens/fix_cp1250_cp1252
Update Windows1250Encoding.ccp and Windows1252Encoding.ccp including Uni...
2014-08-22 13:25:27 +02:00
Pascal Bach
40024660ae Update Windows1250Encoding.ccp and Windows1252Encoding.ccp including Unit tests
* Add encoding names. According to the document below, the default encoding name should be "windows-1250" and "windows-1252".
   http://www.iana.org/assignments/character-sets/character-sets.xhtml
* Unit tests update to reflect the change.
2014-08-22 13:22:30 +02:00
Günter Obiltschnig
d96de8dfe0 Merge pull request #523 from danoli3/arm64-fix
iOS arm64 compile fix
2014-08-22 11:33:14 +02:00
Daniel Rosser
64d9c3995c iOS arm64 compile fix
Fix for issue #508 “Can't compile for arm64 architecture”

Tested and working with the proposed change.
2014-08-22 19:30:58 +10:00
Aleksandar Fabijanic
c33809459d Merge pull request #522 from bakercp/bugfix-mingw32
MinGW32 Compatibility Fixes.
2014-08-21 22:20:43 -05:00
Christopher Baker
de82c34b43 Update Makefile to include Net.cpp compilation unit. 2014-08-21 16:21:53 -05:00
Christopher Baker
95b8a940da Add windmc stage to compile pocomsg.mc during MinGW builds. 2014-08-21 15:05:03 -05:00
Christopher Baker
f889dde508 Update MinGW config file. 2014-08-21 14:36:37 -05:00
Christopher Baker
067adb9f2d Remove inlines to allow manual network inits. 2014-08-21 14:31:48 -05:00
Christopher Baker
e469e4fc62 Fix static init exceptions for MinGW*. 2014-08-21 14:27:51 -05:00
Günter Obiltschnig
142b1f311a Merge pull request #521 from Denisss025/fix_cp1251
Update Windows1251Encoding.cpp
2014-08-21 14:21:07 +02:00
Denis
9b4ddbf641 Update Windows1251Encoding.cpp
* Add one missing letter 'я' (0x044f).
 * Add encoding names. According to the document below, the default encoding name should be "windows-1251".
   http://www.iana.org/assignments/character-sets/character-sets.xhtml
2014-08-21 16:08:52 +04:00
Aleksandar Fabijanic
66d69cf59b Update CONTRIBUTORS 2014-08-21 00:11:25 -05:00
Aleksandar Fabijanic
50f39f328f Update CHANGELOG 2014-08-21 00:06:55 -05:00
Aleksandar Fabijanic
e70b5e2cba Merge pull request #520 from bakercp/bugfix-NetworkInterface
Fix for GH #518 - Missing Error.h and int.
2014-08-21 00:02:24 -05:00
Christopher Baker
125310a26a Fix for GH #518 - Missing Error.h and int. 2014-08-20 22:19:34 -05:00
Günter Obiltschnig
fd0785ea03 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-08-15 09:15:43 +02:00
Günter Obiltschnig
5c04101a35 fixed Process::isRunning() on Windows 2014-08-15 09:15:12 +02:00
Günter Obiltschnig
ac88b244c2 Merge pull request #516 from cliffjao/clang_ios
use c++11 for ios clang; additional fix for #234
2014-08-15 06:28:49 +02:00
Cliff Jao
d58de194d3 use c++11 for ios clang; additional fix for #234 2014-08-14 20:37:11 -07:00
Günter Obiltschnig
d14be5730a style fixes 2014-08-14 19:21:20 +02:00
Aleksandar Fabijanic
d0ebf0bc76 Merge pull request #507 from cristiantm/fix-memleak-rsaimpl
FIx to memleak on RSAImpl (#502)
2014-08-12 23:26:12 -05:00
Aleksandar Fabijanic
eaa6e3a400 Update ProcessTest.cpp 2014-08-12 19:04:50 -05:00
Aleksandar Fabijanic
64759c2f8a Update CONTRIBUTORS 2014-08-12 18:41:02 -05:00