Граф коммитов

  • 036959b1d4 Merge pull request #3 from pocoproject/master master Richard Flamsholt 2015-06-26 17:12:24 +0200
  • 448d6fe622 Merge pull request #2 from telerik/master develop Richard Flamsholt 2015-06-26 17:01:22 +0200
  • b29c8a348b Merge pull request #1 from pocoproject/develop Richard Flamsholt 2015-06-26 16:25:32 +0200
  • 5dbfc25294 Revert "Ensure no exceptions from dtors; marked noexcept(true) in C++11" Richard Flamsholt 2015-06-26 16:17:25 +0200
  • ebff0b4e24 change www.appinf.com IP address Aleksandar Fabijanic 2015-06-25 20:40:11 -0500
  • 13acfa37b2 Merge pull request #870 from RangelReale/ziploading Aleksandar Fabijanic 2015-06-25 17:17:15 -0500
  • 035943c4e0 * Fix for Zip file loading not setting containing file offsets Rangel Reale 2015-06-25 13:18:33 -0300
  • accf879682 Merge pull request #863 from cesar-carrasco/develop Aleksandar Fabijanic 2015-06-23 21:31:27 -0500
  • 22bb363260 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869, part II Aleksandar Fabijanic 2015-06-23 21:04:59 -0500
  • cc9fb56705 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869 Aleksandar Fabijanic 2015-06-23 21:02:18 -0500
  • 9b32434999 Merge pull request #867 from minhyuk/patch-1 Aleksandar Fabijanic 2015-06-23 19:44:23 -0500
  • 56bb808f68 fix typo Minhyuk Kwon 2015-06-24 09:03:12 +0900
  • 7f52fda001 Defined SYS_gettid to __NR_gettid when not already defined. Cesar Carrasco 2015-06-16 16:09:58 -0400
  • 2d6fc27dd1 Var BadCastException #861 Aleksandar Fabijanic 2015-06-10 09:03:12 -0500
  • 006f9e4d59 updated gitignore Alex Fabijanic 2015-06-09 23:08:47 -0500
  • 86a33e9b75 style fixes Aleksandar Fabijanic 2015-06-09 23:04:48 -0500
  • 99f013f678 Merge pull request #852 from fbraem/develop Aleksandar Fabijanic 2015-06-05 08:59:32 -0500
  • 753db852fb Merge pull request #856 from Torndeco/patch-1 Aleksandar Fabijanic 2015-06-05 08:58:53 -0500
  • 0859133d47 CMake Fix for non MSVC Installs Torndeco 2015-06-05 03:04:08 +0100
  • 348ffed548 Merge pull request #854 from larivierec/patch-1 Aleksandar Fabijanic 2015-06-04 18:31:55 -0500
  • f3ad7bb9ac remove un-needed headers Christopher Lariviere 2015-06-03 16:39:34 -0400
  • 1c26b58452 Optional force scan for DirectoryWatcher #853 unknown 2015-06-03 14:55:05 -0500
  • aaabc3c9e9 Database::count() can parse different types of 'n' attribute in result. fbraem 2015-06-03 20:34:05 +0200
  • 5b80826437 added HTTPServerRequest::secure() method Guenter Obiltschnig 2015-06-02 20:51:33 +0200
  • 3baf590485 Merge pull request #850 from pwm1234/feature/cmake-pwm-squashed Aleksandar Fabijanic 2015-06-02 13:36:25 -0500
  • f918793228 add macro POCO_INSTALL_PDB to install MSVC pdb files Philip Miller 2015-06-02 12:05:15 -0400
  • 2efe9b05cb add option ENABLE_MSVC_MP for parallel MSVC builds Philip Miller 2015-06-02 12:04:31 -0400
  • 86301edc09 Merge branch 'develop' of https://github.com/pocoproject/poco into develop unknown 2015-06-01 10:30:30 -0500
  • 956f38574a optimize order preservation (keep pointers to keys instead of copies); remove (unnecessary) prserveOrder flag from Stringifier::stringify() unknown 2015-06-01 10:29:51 -0500
  • f2d1ae2cee Merge pull request #846 from matejk/develop-thread-os-id Aleksandar Fabijanic 2015-06-01 09:35:09 -0500
  • 4ac92e5cb2 JSON Stringifier fails with preserve insert order #819 unknown 2015-06-01 09:28:00 -0500
  • e26bb65a5b Logger: added %O to message format to display numeric thread id in logs. Matej Kenda 2015-06-01 10:00:56 +0200
  • f1e6cba313 Thread POSIX: tid is numeric OS thread ID on Linux and OSX instead of pthread_t. Matej Kenda 2015-06-01 09:59:01 +0200
  • 375eca2ec4 Problem with make install command #842 Aleksandar Fabijanic 2015-05-29 10:56:18 -0500
  • 15a7bc3a0b Merge pull request #841 from fbraem/develop Aleksandar Fabijanic 2015-05-28 12:16:28 -0500
  • 0a68bbfbea Fix: indentation of array elements in toString(). fbraem 2015-05-28 16:39:24 +0200
  • 623dfe7606 Added const to Document/Array::isType fbraem 2015-05-28 16:32:00 +0200
  • 57daa51b1b Merge pull request #839 from matejk/develop-objectpool Aleksandar Fabijanic 2015-05-27 21:33:55 -0500
  • 01fc7f2e1c Added condition variable and timeout to ObjectPool::borrowObject/returnObject to block caller until an object is available. Matej Kenda 2015-05-27 14:01:39 +0200
  • 9ce48223e9 Merge pull request #835 from aaboyd/link-android-log Aleksandar Fabijanic 2015-05-26 18:42:42 -0500
  • c23f6f0b57 add 'log' to SYSLIBS when compiling Foundation for android Alex Boyd 2015-05-26 15:37:36 -0400
  • 92f287ffd8 Merge pull request #833 from fbraem/develop Aleksandar Fabijanic 2015-05-25 15:13:06 -0500
  • ca1a79f6b1 Add SELECT ... WHERE field IN ( ... ) sample fbraem 2015-05-25 20:33:42 +0200
  • 6ef38bff0b updated Crypto and NetSSL VS projects, progen files; rebuilt openssl binaries Alex Fabijanic 2015-05-22 00:11:56 -0500
  • d0e22dbbdd move openssl headers Alex Fabijanic 2015-05-21 20:06:25 -0500
  • f38cf4a484 removed openssl headers, updated Crypto, teststuie progen files and VS projects Alex Fabijanic 2015-05-21 20:05:44 -0500
  • 995832639e Merge branch 'develop' into OpenSSLBuild Alex Fabijanic 2015-05-21 19:46:58 -0500
  • 9dce2a10d2 Merge pull request #825 from gpongelli/develop Günter Obiltschnig 2015-05-21 09:31:25 +0200
  • 54e704428f Merge pull request #820 from Gamadril/develop Aleksandar Fabijanic 2015-05-20 19:03:39 -0500
  • b6f0f24d70 Merge pull request #1 from gpongelli/openssl_1.0.2a_patch gpongelli 2015-05-21 00:40:58 +0200
  • abdb04a52f Merge pull request #824 from gpongelli/patch-1 Günter Obiltschnig 2015-05-20 19:19:12 +0200
  • 82cbabc27b Update OpenSSL initialize with not deprecated code gpongelli 2015-05-20 19:13:28 +0200
  • 05f5a0946b Fixed issue #705 Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF Gamadril 2015-05-19 16:12:39 +0200
  • 70f6bbde8e Update FAQ.md Aleksandar Fabijanic 2015-05-18 20:50:10 -0500
  • a4879c69ea Update FAQ.md Aleksandar Fabijanic 2015-05-18 19:52:02 -0500
  • 5f9a02c449 Create FAQ.md Aleksandar Fabijanic 2015-05-18 19:43:28 -0500
  • 45ab455174 JSON Stringifier fails with preserve insert order #819 Aleksandar Fabijanic 2015-05-14 22:10:45 -0500
  • 95a61b9844 Merge pull request #818 from fbraem/develop Aleksandar Fabijanic 2015-05-14 15:42:12 -0500
  • 7cfd70d56f $orderby must be -1 or 1. The latest MongoDB release throws an error when using 0. fbraem 2015-05-14 18:36:18 +0200
  • 732ae1c75a Add testCommand fbraem 2015-05-14 18:35:13 +0200
  • 4da82a4102 Use std::list for storing elements in document instead of std::set fbraem 2015-05-14 18:34:57 +0200
  • 7985e1f1f6 Update iPhone gpongelli 2015-05-14 17:47:37 +0200
  • 724ea08f6c Merge pull request #808 from siemens/cmake-develop Aleksandar Fabijanic 2015-05-07 23:35:26 -0500
  • 9627c85a79 Merge pull request #809 from siemens/cmake-postfix Aleksandar Fabijanic 2015-05-07 17:40:00 -0500
  • 28ac7e80db CMake: Add the "d" postfix for debug builds on all platforms Pascal Bach 2015-05-07 14:24:30 +0200
  • 7a24b76626 CMake: Remove odbc32 from SYSLIBS on windows Pascal Bach 2015-05-07 13:23:44 +0200
  • b2e26d2af1 Merge pull request #804 from siemens/cmake-develop Aleksandar Fabijanic 2015-05-06 22:12:12 -0500
  • bef0023418 CMake: Remove gdi32 dependency Pascal Bach 2015-05-06 12:44:52 +0200
  • 6721eb128b Poco::Data::Transaction should not accept transactor by reference #802 Aleksandar Fabijanic 2015-05-05 14:25:57 -0500
  • 779c5087fa Merge pull request #799 from siemens/cmake-develop Aleksandar Fabijanic 2015-05-04 12:34:58 -0500
  • 9d28a6aa1f CMake: FindMySQL, added Program Files(x86)/MySQL to search path for MySQL Torndeco 2015-05-04 15:36:21 +0200
  • 6fb5ecca03 Improve CMake handling of MD and MT Pascal Bach 2015-05-04 15:34:48 +0200
  • 2d5b37232b Merge pull request #796 from bobstabler/SSLInitOverride Aleksandar Fabijanic 2015-05-01 18:59:32 -0500
  • 5fabd16525 Remove unref'ed static. bobstabler 2015-04-30 16:51:32 -0500
  • 6ccfaa53d0 Allow caller to disable SSL Initialization, so it can be done outside of Poco. bobstabler 2015-04-30 16:37:21 -0500
  • ca3cabf064 remove header copying from pre-build (done by build script) Alex Fabijanic 2015-04-25 17:16:07 -0500
  • 9fe19d1402 copy headers unconditionally Alex Fabijanic 2015-04-25 16:23:07 -0500
  • af6c22c0ac simplify Crypto and NetSSL VS projects Alex Fabijanic 2015-04-25 16:18:19 -0500
  • c6cf535dd5 fix for VC++ Günter Obiltschnig 2015-04-23 17:47:37 +0200
  • 25b446502b removed GCC_DIAG_OFF Guenter Obiltschnig 2015-04-23 17:31:05 +0200
  • a14ca900c9 OpenSSL build script on Windows #780 (remove consolidated code) Alex Fabijanic 2015-04-21 23:46:42 -0500
  • 8fb4925cee add openssl binaries Alex Fabijanic 2015-04-21 23:37:22 -0500
  • 62597585a3 update gitignore to allow openssl binaries; update Progen to skip 32 suffix for 32-bit binaries Alex Fabijanic 2015-04-21 23:36:25 -0500
  • 7f8c823e77 Merge branch 'develop' into OpenSSLBuild Alex Fabijanic 2015-04-21 22:24:26 -0500
  • 9f90303f38 OpenSSL build script, headers and binaries Alex Fabijanic 2015-04-21 22:22:19 -0500
  • 100fa63a55 adapted Crypto and NetSSL projects for poco OpenSSL binaries Alex Fabijanic 2015-04-21 22:20:38 -0500
  • 860186fa52 fix for pre-c++11 compilers Guenter Obiltschnig 2015-04-21 19:38:21 +0200
  • 1f1f828e29 fixed an unused warning Guenter Obiltschnig 2015-04-23 16:08:16 +0200
  • ac12cd4972 removed GCC_DIAG_OFF macro, fixed static_assert typedef to include __attribute__((unused)) for GCC Guenter Obiltschnig 2015-04-21 19:03:55 +0200
  • 20f63701a5 fix testsuite Guenter Obiltschnig 2015-04-23 14:30:15 +0200
  • a00710cf56 style fix Guenter Obiltschnig 2015-04-23 11:52:15 +0200
  • a47e82a4c0 style fixes Guenter Obiltschnig 2015-04-23 11:44:00 +0200
  • e2481c6c64 Merge pull request #788 from bobstabler/Zip64Support Günter Obiltschnig 2015-04-23 09:15:44 +0200
  • 62bcc5c6ed GCC_DIAG_* definitions are missing for Windows (MinGW) #785 Alex Fabijanic 2015-04-22 18:36:12 -0500
  • a5874a32ad Reordered TestSuite so that CompressTest::testZip64 runs before ZipTest::testDecompressZip64. bobstabler 2015-04-22 15:57:21 -0500
  • 5080f1aafa Zip64 support added to Poco Zip. I added unit tests CompressTest::testZip64 and ZipTest::testDecompressZip64, but so far I have only run them on Windows. We have built the code on MAC and Linux and will attempt to run the tests there. bobstabler 2015-04-22 11:40:34 -0500
  • b565d72d4c Update CONTRIBUTING.md Aleksandar Fabijanic 2015-04-20 20:32:55 -0500
  • 31206bbd7f Update CONTRIBUTING.md Aleksandar Fabijanic 2015-04-20 20:31:29 -0500
  • a5524d0417 updated layout png Alex Fabijanic 2015-04-20 20:20:43 -0500
  • 75ee169285 Merge pull request #786 from ajcross/develop Aleksandar Fabijanic 2015-04-20 20:15:58 -0500