Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						ae3c4a4ba3 
					 
					
						
						
							
							fixed some warnings and minor issues detected by clang-analyzer  
						
						... 
						
						
						
						Conflicts:
	Data/src/RecordSet.cpp 
						
						
					 
					
						2016-09-13 11:40:59 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						fbbf197fd2 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2016-09-13 07:45:35 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						2701c2e0ca 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2016-09-13 07:17:16 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						dfb03273c6 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2016-09-13 07:16:40 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						75a43b8723 
					 
					
						
						
							
							Update CONTRIBUTING.md  
						
						
						
						
					 
					
						2016-09-13 07:15:12 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						251cb4aa2c 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2016-09-12 19:35:37 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						1fa6f34882 
					 
					
						
						
							
							Update CONTRIBUTING.md  
						
						
						
						
					 
					
						2016-09-12 18:54:25 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						df37d79f88 
					 
					
						
						
							
							Update CONTRIBUTING.md  
						
						
						
						
					 
					
						2016-09-12 18:53:58 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						762e1ff899 
					 
					
						
						
							
							Update CONTRIBUTING.md  
						
						
						
						
					 
					
						2016-09-12 18:53:26 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						eb01c3f539 
					 
					
						
						
							
							don't include connection string in exception message  
						
						
						
						
					 
					
						2016-09-11 01:40:28 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						7ee5bc96f0 
					 
					
						
						
							
							Merge pull request  #1400  from Kampbell/develop  
						
						... 
						
						
						
						AppVeyor fixup 
						
						
					 
					
						2016-09-09 19:54:51 +02:00 
						 
				 
			
				
					
						
							
							
								zosrothko 
							
						 
					 
					
						
						
							
						
						9cb7979dc9 
					 
					
						
						
							
							Fix space issue with the msbuild's logger path  
						
						... 
						
						
						
						With 
```LOGGER='"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"';```
```if (not "%LOGGER%"==""```
evaluate to
```Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll""=="" was unexpected at this time``` 
						
						
					 
					
						2016-09-09 09:25:39 +02:00 
						 
				 
			
				
					
						
							
							
								Francis ANDRE 
							
						 
					 
					
						
						
							
						
						19f753f1c5 
					 
					
						
						
							
							Merge remote-tracking branch 'pocoproject/develop' into develop  
						
						
						
						
					 
					
						2016-09-08 11:57:29 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						20c7392c21 
					 
					
						
						
							
							giving up on strerror_r  
						
						
						
						
					 
					
						2016-09-08 10:10:39 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						28ff1f2530 
					 
					
						
						
							
							fixed strerror_r issue  
						
						
						
						
					 
					
						2016-09-08 09:36:28 +02:00 
						 
				 
			
				
					
						
							
							
								zosrothko 
							
						 
					 
					
						
						
							
						
						f62ee1466d 
					 
					
						
						
							
							Issue with gcc strerror_r in Net/Socket.cpp@151  
						
						... 
						
						
						
						All Travis jobs fail with
```src/Socket.cpp: In static member function ‘static int Poco::Net::Socket::select(Poco::Net::Socket::SocketList&, Poco::Net::Socket::SocketList&, Poco::Net::Socket::SocketList&, const Poco::Timespan&)’:
src/Socket.cpp:151:47: error: invalid conversion from ‘char*’ to ‘int’ [-fpermissive]
src/Socket.cpp:164:49: error: invalid conversion from ‘char*’ to ‘int’ [-fpermissive]
```
From man strerror_r
```
int strerror_r(int errnum, char *buf, size_t buflen);            /* XSI-compliant */
char *strerror_r(int errnum, char *buf, size_t bufle);            /* GNU-specific */
Feature Test Macro Requirements for glibc (see feature_test_macros(7)):
The XSI-compliant version of strerror_r() is provided if:
(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE
Otherwise, the GNU-specific version is provided. 
``` 
						
						
					 
					
						2016-09-07 21:27:19 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						47b4ef97db 
					 
					
						
						
							
							Merge pull request  #1399  from CosminCremarenco-Murex/fix-starts-with-ends-with  
						
						... 
						
						
						
						Fix String.h startsWith/endsWith 
						
						
					 
					
						2016-09-07 09:14:40 +02:00 
						 
				 
			
				
					
						
							
							
								CREMARENCO Cosmin 
							
						 
					 
					
						
						
							
						
						c0906ab5aa 
					 
					
						
						
							
							Fix failing testStartsWith: startsWith/endsWith will dereference invalid string iterator when the prefix/suffix is longer than the actual length of the string  
						
						
						
						
					 
					
						2016-09-06 17:18:25 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						d074e5e6ea 
					 
					
						
						
							
							fixed warnings with GCC on Linux  
						
						
						
						
					 
					
						2016-09-06 16:30:59 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						f602971b35 
					 
					
						
						
							
							Merge branch 'develop' of  https://github.com/pocoproject/poco  into develop  
						
						
						
						
					 
					
						2016-09-06 15:25:54 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						60f5d630b3 
					 
					
						
						
							
							fixed a unused warning  
						
						
						
						
					 
					
						2016-09-06 15:25:41 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						f0a001c6c6 
					 
					
						
						
							
							Merge pull request  #1367  from Kampbell/buildwin-without-environment-variables  
						
						... 
						
						
						
						VS2013/VS2015: Buildwin without environment variables 
						
						
					 
					
						2016-09-06 09:25:17 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						9126660a94 
					 
					
						
						
							
							Merge pull request  #1395  from pocoproject/revert-1060-json-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  JSON: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:37:53 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						ff2d8b65c7 
					 
					
						
						
							
							Revert "GH  #1050  JSON: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:37:47 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						4120620ced 
					 
					
						
						
							
							Merge pull request  #1393  from pocoproject/revert-1103-net-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  Net: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:35:32 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						7491374264 
					 
					
						
						
							
							Revert "GH  #1050  Net: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:35:17 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						ea57c8c4ef 
					 
					
						
						
							
							Merge pull request  #1392  from pocoproject/revert-1108-crypto-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  Crypto: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:34:53 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						810f39c1d1 
					 
					
						
						
							
							Revert "GH  #1050  Crypto: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:34:34 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						a4c072457f 
					 
					
						
						
							
							Merge pull request  #1391  from pocoproject/revert-1195-netssl-openssl-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  NetSSL_OpenSSL: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:31:58 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						81b140e0a9 
					 
					
						
						
							
							Revert "GH  #1050  NetSSL_OpenSSL: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:31:43 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						81870321dc 
					 
					
						
						
							
							Merge pull request  #1390  from pocoproject/revert-1215-zip-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  Zip: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:30:11 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						289b05c8b3 
					 
					
						
						
							
							Revert "GH  #1050  Zip: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:29:59 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						09036152b8 
					 
					
						
						
							
							Merge pull request  #1389  from pocoproject/revert-1226-foundation-tests-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  Foundation-tests: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:28:37 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						f7d3737526 
					 
					
						
						
							
							Revert "GH  #1050  Foundation-tests: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:28:18 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						9f6048a8d6 
					 
					
						
						
							
							Merge pull request  #1388  from pocoproject/revert-1268-util-tests-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  Util tests: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:27:31 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						1683dd18ae 
					 
					
						
						
							
							Revert "GH  #1050  Util tests: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:27:13 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						ffbdf4fbea 
					 
					
						
						
							
							Merge pull request  #1387  from pocoproject/revert-1277-net-tests-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  Net tests: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:26:09 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						34bbbe256d 
					 
					
						
						
							
							Revert "GH  #1050  Net tests: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:25:44 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						d27273d233 
					 
					
						
						
							
							Merge pull request  #1386  from pocoproject/revert-1219-pagecompiler-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  PageCompiler: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:24:02 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						d4382fae62 
					 
					
						
						
							
							Revert "GH  #1050  PageCompiler: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:23:50 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						4a2d817015 
					 
					
						
						
							
							Merge pull request  #1385  from pocoproject/revert-1231-xml-tests-wshadow-fixes  
						
						... 
						
						
						
						Revert "GH #1050  XML-tests: fix gcc -Wshadow warnings" 
						
						
					 
					
						2016-09-05 08:22:32 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						5c0272cce3 
					 
					
						
						
							
							Revert "GH  #1050  XML-tests: fix gcc -Wshadow warnings"  
						
						
						
						
					 
					
						2016-09-05 08:21:54 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						64781d15f1 
					 
					
						
						
							
							style and documentation fixes  
						
						
						
						
					 
					
						2016-09-04 14:30:26 +02:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						fd9ca0a9b6 
					 
					
						
						
							
							style fixes  
						
						
						
						
					 
					
						2016-09-01 11:51:16 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						3feaaa6987 
					 
					
						
						
							
							Merge pull request  #1381  from dhossein/issue-1375  
						
						... 
						
						
						
						Issue 1375 - Add API for defining SQLite types at runtime & improve behavior for unknown types 
						
						
					 
					
						2016-09-01 11:48:29 +02:00 
						 
				 
			
				
					
						
							
							
								Dan Hosseinzadeh 
							
						 
					 
					
						
						
							
						
						60ecf597c4 
					 
					
						
						
							
							Add API to allow SQLite types to be added at runtime  
						
						... 
						
						
						
						- new types can be added via Poco::Data::SQLite::Utility::addColumnType()
issue-1375 
						
						
					 
					
						2016-09-01 00:46:53 -04:00 
						 
				 
			
				
					
						
							
							
								Dan Hosseinzadeh 
							
						 
					 
					
						
						
							
						
						cb25a7f4a9 
					 
					
						
						
							
							Assume BLOB for unknown sqltypes rather than throwing an exception  
						
						... 
						
						
						
						- Affects only the SQLite implementation
issue-1375
Signed-off-by: Dan Hosseinzadeh <dan.zadeh@pathcore.ca > 
						
						
					 
					
						2016-08-31 15:54:05 -04:00 
						 
				 
			
				
					
						
							
							
								Guenter Obiltschnig 
							
						 
					 
					
						
						
							
						
						07fc2e0e3e 
					 
					
						
						
							
							provide a default client context even if no Application instance is available  
						
						
						
						
					 
					
						2016-08-31 11:02:30 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						e30effb60d 
					 
					
						
						
							
							Merge pull request  #1371  from zosrothko/patch-5  
						
						... 
						
						
						
						Update Cygwin config 
						
						
					 
					
						2016-08-30 17:27:29 +02:00 
						 
				 
			
				
					
						
							
							
								Günter Obiltschnig 
							
						 
					 
					
						
						
							
						
						10e60d649e 
					 
					
						
						
							
							Merge pull request  #1374  from zosrothko/patch-4  
						
						... 
						
						
						
						Add typedef ulong needed by MySQL/my_global.h 
						
						
					 
					
						2016-08-30 17:13:42 +02:00