Commit Graph

3032 Commits

Author SHA1 Message Date
Günter Obiltschnig
bc5d83cf5f Merge pull request #909 from mkrivos/develop
Some more runtime exceptions types
2015-08-19 09:07:14 +02:00
Marian Krivos
68e9e38004 cmake cleanup 2015-08-17 22:18:44 +02:00
Marian Krivos
1b1c4416dd Added some more RuntimeExceptions - InterruptedException, IndexOutOfBoundsException, UnsupportedOperationException, EmptyStackException, StackOverflowException, ArithmeticException 2015-08-17 21:55:52 +02:00
Günter Obiltschnig
7f6e38438c Merge pull request #901 from Mazyod/notificationQueueRemove
Added NotificationQueue::remove function
2015-08-07 10:44:45 +02:00
Mazyad Alabduljaleel
5cff648eea Added NotificationQueue::remove function
This includes appropriate tests, which pass on my Mac 10.4 machine
2015-08-06 14:13:11 +04:00
Guenter Obiltschnig
e438061ce7 fixed GH #722: Unicode Converter Test confuses string and char types 2015-07-31 10:23:16 +02:00
Guenter Obiltschnig
d2c64b4493 GH# 878: check for valid hex characters, support SHA-1 name-based UUIDs (v5) 2015-07-31 10:05:58 +02:00
Alex Fabijanic
4ff19c95c0 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-07-30 20:50:19 -05:00
Alex Fabijanic
08a85e84a4 stringify method output wrong json string #891 2015-07-30 20:49:54 -05:00
Günter Obiltschnig
8b7b7cc818 again: VS2015: changed optimization for testsuite to custom, due to optimizer bug leading to crash in PBKDF2EngineTest 2015-07-30 18:58:52 +02:00
Günter Obiltschnig
d543f29a7f missing projects 2015-07-30 18:20:30 +02:00
Günter Obiltschnig
5dd58f5e61 fixed script syntax 2015-07-30 16:26:30 +02:00
Günter Obiltschnig
92e993cb05 updated build scripts for VS2015 2015-07-30 15:54:43 +02:00
Günter Obiltschnig
b6ae5128ce added Visual Studio 2015 project files 2015-07-30 15:48:45 +02:00
Günter Obiltschnig
8f83182ac0 ProGen: added VS2015 support 2015-07-30 14:58:12 +02:00
Günter Obiltschnig
d10c43d0d5 VS2015: changed optimization for testsuite to custom, due to optimizer bug leading to crash in PBKDF2EngineTest 2015-07-30 13:46:00 +02:00
Günter Obiltschnig
6c09516fee Project files for Visual Studio 2015 2015-07-30 11:15:52 +02:00
Günter Obiltschnig
847c260aff VS2015 project files for CppUnit 2015-07-29 19:24:12 +02:00
Marian Krivoš
18125eb561 Merge pull request #15 from pocoproject/develop
Sync 23.7.2015
2015-07-23 15:45:44 +02:00
Aleksandar Fabijanic
04caf94bb6 Merge pull request #883 from kainjow/patch-1
Fix typo in read me
2015-07-18 15:36:13 -05:00
Kevin Wojniak
252927ed7d Fixe typo in read me 2015-07-18 12:53:05 -07:00
Aleksandar Fabijanic
afd35253aa Merge pull request #879 from glacjay/attachment-names
parse attachments' name and filename
2015-07-15 13:26:54 -05:00
GlacJAY
f36800fb70 add test case for attachment names' parsing 2015-07-15 10:09:23 +08:00
Guenter Obiltschnig
02fc2418ca style fix 2015-07-14 06:21:05 +02:00
Günter Obiltschnig
ffd19842bc Merge pull request #881 from RangelReale/sockettimeout
Fix socket timeout for Windows 7 or lower
2015-07-14 06:17:05 +02:00
Rangel Reale
bd9b5b46d8 * Windows 7 or lower have an undocumented minimum of 500ms for socket timeouts, detect at runtime and assume it as broken timeouts (https://social.msdn.microsoft.com/Forums/en-US/76620f6d-22b1-4872-aaf0-833204f3f867/minimum-timeout-value-for-sorcvtimeo) 2015-07-13 16:25:12 -03:00
GlacJAY
596edc5385 parse attachments' name and filename 2015-07-10 09:56:48 +08:00
Aleksandar Fabijanic
51a8292649 Merge pull request #876 from zosrothko/develop
add missing NetSSL_Win component
2015-07-07 14:22:31 -05:00
FrancisANDRE
c2a7498eaf add missing NetSLL_Win component
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-07-07 07:31:57 +02:00
Aleksandar Fabijanic
ebff0b4e24 change www.appinf.com IP address 2015-06-25 20:40:11 -05:00
Aleksandar Fabijanic
13acfa37b2 Merge pull request #870 from RangelReale/ziploading
* Fix for Zip file loading not setting containing file offsets
2015-06-25 17:17:15 -05:00
Rangel Reale
035943c4e0 * Fix for Zip file loading not setting containing file offsets 2015-06-25 13:24:45 -03:00
Aleksandar Fabijanic
accf879682 Merge pull request #863 from cesar-carrasco/develop
Defined SYS_gettid to __NR_gettid when not already defined.
2015-06-23 21:31:27 -05:00
Aleksandar Fabijanic
22bb363260 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869, part II 2015-06-23 21:04:59 -05:00
Aleksandar Fabijanic
cc9fb56705 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869 2015-06-23 21:02:18 -05:00
Aleksandar Fabijanic
9b32434999 Merge pull request #867 from minhyuk/patch-1
fix typo
2015-06-23 19:44:23 -05:00
Minhyuk Kwon
56bb808f68 fix typo
POCO_WIN32_UTF8 is deprecated, but for legacy code, need to make well formed.
2015-06-24 09:03:12 +09:00
Cesar Carrasco
7f52fda001 Defined SYS_gettid to __NR_gettid when not already defined. 2015-06-16 16:09:58 -04:00
Marian Krivos
77fdaeff01 Merge branch 'pocoproject-develop' into develop 2015-06-15 20:27:46 +02:00
Marian Krivos
7d1ac2014c Merge branch 'develop' of https://github.com/pocoproject/poco into pocoproject-develop
# Conflicts:
#	.gitignore
2015-06-15 20:25:59 +02:00
Aleksandar Fabijanic
2d6fc27dd1 Var BadCastException #861 2015-06-10 09:03:12 -05:00
Alex Fabijanic
006f9e4d59 updated gitignore 2015-06-09 23:08:47 -05:00
Aleksandar Fabijanic
86a33e9b75 style fixes 2015-06-09 23:04:48 -05:00
Aleksandar Fabijanic
99f013f678 Merge pull request #852 from fbraem/develop
Database::count() can parse different types of 'n' attribute in result.
2015-06-05 08:59:32 -05:00
Aleksandar Fabijanic
753db852fb Merge pull request #856 from Torndeco/patch-1
CMake Fix for non MSVC Installs
2015-06-05 08:58:53 -05:00
Torndeco
0859133d47 CMake Fix for non MSVC Installs
The return function is causing Data/CMakeLists.txt to exit early before they include sub directories.
i.e Data/MySQL Data/ODBC  Data/SQLite

http://www.cmake.org/cmake/help/v3.0/command/return.html
2015-06-05 03:04:08 +01:00
Aleksandar Fabijanic
348ffed548 Merge pull request #854 from larivierec/patch-1
remove un-needed headers
2015-06-04 18:31:55 -05:00
Christopher Lariviere
f3ad7bb9ac remove un-needed headers
These files were there multiple times and may be just a simple aesthetic problem.
They are included in [WebSocket.h](https://github.com/tml1024/poco/blob/develop/Net/include/Poco/Net/WebSocket.h)
2015-06-03 16:39:34 -04:00
unknown
1c26b58452 Optional force scan for DirectoryWatcher #853 2015-06-03 14:55:05 -05:00
fbraem
aaabc3c9e9 Database::count() can parse different types of 'n' attribute in result. 2015-06-03 20:34:05 +02:00