Commit graph

  • 0fbe912e28 Merge pull request #16 from HackFisher/patch-1 Daniel Larimer 2014-03-09 19:16:29 -0400
  • 8b73226312 This should be a typo, fix it. HackFisher 2014-03-09 16:18:00 +0800
  • f98a0d0623 Switch exception handling in win32 to /EHsc Eric Frias 2014-03-08 18:52:18 -0500
  • fdbaf88e5e Provide a way to intercept Win32 structured exceptions in async tasks Eric Frias 2014-03-08 18:48:19 -0500
  • 07ba2d6d95 [BW]: [Fix] Include directories shall be specified through target_include_directories not just include_directories call. vogel76 2014-03-08 03:20:09 +0100
  • f5249dc2d6 [BW]: [Ign] Workaround for missing template aliasing feature in VS 2012 to make bts_wallet compiling. vogel76 2014-03-04 18:23:35 +0100
  • 163be8a6d0 [BW]: [NIP] Added public_key::to_base58 text conversion to simplify contact display_name generation at bts side. vogel76 2014-03-03 11:30:23 +0100
  • ecba7c5076 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix Daniel Larimer 2014-02-27 23:35:27 -0500
  • 4b2d221c05 fix ecc point seralization Daniel Larimer 2014-02-27 23:35:24 -0500
  • 503b9033e8 fix infinite loop in windows when trying to read json variant from empty file dnotestein 2014-02-27 21:56:46 -0500
  • 5f36e9acac Merge pull request #15 from BrownBear2/phoenix Daniel Larimer 2014-02-27 12:40:08 -0500
  • 46bfcfe74d added missing files: romix.[hc]pp BrownBear 2014-02-27 12:37:23 +0100
  • 160b84487b Disabled armory import code for now to get Bitshares and fc compiling. dnotestein 2014-02-26 17:24:40 -0500
  • 71759891f1 Merge pull request #9 from BrownBear2/phoenix dnotestein 2014-02-26 15:44:13 -0500
  • 49ff83922b added romix kdf and cfb for aes BrownBear2 2014-02-13 21:53:20 +0100
  • 90c0dea523 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-25 09:23:25 -0500
  • 6bf740c28f Merge pull request #14 from tzadikv/phoenix Daniel Larimer 2014-02-25 01:20:04 -0500
  • 0761d32d01 safer sha256 binary constructor Tzadik Vanderhoof 2014-02-24 02:08:48 -0500
  • 57769e4df9 BSX-21 Import Bitcoin Private Key from String Tzadik Vanderhoof 2014-02-24 00:47:00 -0500
  • 435e6b9926 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-22 21:44:38 -0500
  • 63c6b2a02b Merge pull request #13 from wackou/fix_macos_compile dnotestein 2014-02-22 16:29:22 -0500
  • 30ee9868e6 Fix compilation on mac os with clang/libc++ Nicolas Wack 2014-02-22 19:27:53 +0100
  • 7df77777f1 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-21 19:55:39 -0500
  • b203bfdab5 Merge pull request #12 from batmaninpink/osx Daniel Larimer 2014-02-21 16:32:46 -0500
  • cd0f0a5797 fix scrypt-jane OS X compile - again - revert the last changes and disable all assembler or we run in to problems with older LLVM versions batmaninpink 2014-02-21 22:23:15 +0100
  • c7baf276a1 scrypt code does not compile with clang Daniel Larimer 2014-02-21 15:10:34 -0500
  • afe9874cba Merge pull request #11 from batmaninpink/osx Daniel Larimer 2014-02-21 15:06:46 -0500
  • 1b8b4da925 fix scrypt-jane OS X compile batmaninpink 2014-02-21 20:56:59 +0100
  • bfb7c0e87b Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-21 10:58:14 -0500
  • cfb2356ab2 remove script which doesn't build on OS X Daniel Larimer 2014-02-20 22:00:10 -0500
  • ba9ad0e6e9 Move bad global include that was only included for Linux/Apple to be a private include that works for windows also (so that fc compiles under windows again). dnotestein 2014-02-20 18:14:04 -0500
  • 4a786fe6d5 Merge pull request #10 from batmaninpink/multiwallet Daniel Larimer 2014-02-19 14:05:50 -0500
  • 1e509fa1a9 added support for scrypt key derivation needed for multibit wallet support batmaninpink 2014-02-18 08:41:44 +0100
  • 1a461c08a5 [BW]: [Fix] Added local version of FindBoost.cmake to avoid building problems on Ubuntu which doesn't use patched version of cmake in the distro cmake package. Here is point to cmake bugreport: http://public.kitware.com/Bug/view.php?id=14720 vogel76 2014-02-17 12:03:57 +0100
  • 5178ca8c1a added api methods to encryption functions Daniel Larimer 2014-02-16 21:28:55 -0500
  • a5c8a07dc6 App dir for Linux is the home directory. Yuvaraj 2014-02-16 13:21:14 +0530
  • 9b2190aa63 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix Daniel Larimer 2014-02-16 01:17:35 -0500
  • 0843aa6652 adding raw serialization for unordered_map Daniel Larimer 2014-02-16 01:17:31 -0500
  • 5b103e5754 Add get_typename for std::vector<char> dnotestein 2014-02-15 22:48:09 -0500
  • 32b7b02b15 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-15 17:34:53 -0500
  • 2743b56b56 added utility to hide console echo for entering passwords Daniel Larimer 2014-02-15 14:06:35 -0500
  • ded475f45a upgraded to boost::signals2 because signals is deprecated Daniel Larimer 2014-02-15 01:52:19 -0500
  • 00907d8f57 fix app_path Daniel Larimer 2014-02-15 01:29:21 -0500
  • 0ecd66fa73 adding utility methods for getting home dir and app dir Daniel Larimer 2014-02-15 01:22:59 -0500
  • a80164645f Update tcp_socket listen on single endpoint Daniel Larimer 2014-02-14 20:32:23 -0500
  • 9392ca2afe target_compile_options attempts to apply c++ flags to compile c objects Daniel Larimer 2014-02-14 20:07:39 -0500
  • 89f5bde073 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-13 16:14:01 -0500
  • 259204df22 Merge pull request #7 from HackFisher/phoenix vogel76 2014-02-13 13:07:52 +0100
  • 8c49a8b887 [BW]: [NIP] Further CMakeLists.txt cleanup to use target_* features. vogel76 2014-02-13 12:55:26 +0100
  • 4571ce36d5 fix bug in json file loading, see issue #8 Daniel Larimer 2014-02-13 01:47:08 -0500
  • 95c1e07896 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix Daniel Larimer 2014-02-13 00:21:08 -0500
  • 4e68f4b1b7 fix build Daniel Larimer 2014-02-13 00:02:15 -0500
  • 802812b57e Fix multi find_package change ${Boost_LIBRARIE} HackFisher 2014-02-13 11:40:47 +0800
  • e34875e8e6 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-12 10:01:40 -0500
  • 7fc529e7f2 [BW]: [NIP] CMakeLists.txt cleanup: - include configuration and compile options are right now target specific and can be automatically propagated for client modules by cmake (previously include paths, compilation settings were copied into every CMakeLists.txt using this module. - Boost/OpenSSL detection moved to the fc module since really this one needs them. Since these libraries are added to fc target dependencies client modules don't need to know about Boost/OpenSSL usage since these dependencies will be automatically added by cmake. vogel76 2014-02-12 12:45:03 +0100
  • dfd1c659d7 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix dnotestein 2014-02-11 23:12:25 -0500
  • 68281f4dc0 Added get_typename function needed by new leveldb database upgrading code (uint160 is stored in blockchain database). dnotestein 2014-02-11 23:10:24 -0500
  • 0c1fa7f54f changes for compiling with clang++ on OS X Daniel Larimer 2014-02-11 00:45:47 -0500
  • 09c84c1731 fixes to build under clang++ Daniel Larimer 2014-02-06 03:22:09 -0500
  • 23eead5eaa merge changes Daniel Larimer 2014-02-06 02:49:02 -0500
  • 3fda653b45 small fixes Daniel Larimer 2014-02-06 02:47:09 -0500
  • 0db28ec6de Merge pull request #3 from wackou/fix_clang_compile Daniel Larimer 2014-02-06 02:46:43 -0500
  • af77f4dc4b [BW]: [Fix] Fixed gcc compile errors vogel76 2014-02-01 14:41:02 +0100
  • 21558dbd70 [BW]: [Ign] Fixed compile errors on MSVC. vogel76 2014-01-31 14:06:57 +0100
  • 52a4a46cca std::hash supprot for sha256 Daniel Larimer 2014-01-30 15:10:05 -0500
  • fa85f98844 Merge branch 'phoenix' of github.com:InvictusInnovations/fc into phoenix Daniel Larimer 2014-01-29 17:07:31 -0500
  • 36b29d74c2 adding comparison operators Daniel Larimer 2014-01-29 17:07:25 -0500
  • d2eefb7ed4 [BW]: [Ign] #pragma warning enclosed into _MSC_VER to avoid gcc complaining [BW]: [NIP] Added LLCONST and ULLCONST macros to safely declare large literals incl. setting its type and avoid gcc compile error this way. vogel76 2014-01-29 13:08:37 +0100
  • 10a6e76375 [BW]: [Ign] Fixed compile errors (missing < operator on fc::enum_type [BW]: [Ign] Eliminated some annoying compiler warnings. vogel76 2014-01-29 12:51:45 +0100
  • ff2173c8d6 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix grzegorzs 2014-01-24 14:52:04 +0100
  • 8ad02176c6 [GS] Implemented lzma compression. grzegorzs 2014-01-22 14:28:21 +0100
  • b14a08d7fe Merge pull request #4 from batmaninpink/phoenix Daniel Larimer 2014-01-21 08:22:09 -0800
  • ccd2bbe7b2 expose aes_decrypt for use elsewhere batmaninpink 2014-01-20 15:17:39 +0100
  • 36de4226d9 Removed unused duplicate file. Nicolas Wack 2014-01-19 19:58:58 +0100
  • 271781f78c Fix compilation with clang/libc++ Nicolas Wack 2014-01-19 19:30:42 +0100
  • c72ed39acd Fix for issue #216 Yuvaraj Gogoi 2014-01-19 00:38:04 +0530
  • c38ed1e5bb Merge pull request #2 from skchaudhari/phoenix dnotestein 2014-01-17 10:08:23 -0800
  • 8438eb55ea moved from keyhotee to this fc dir skchaudhari 2014-01-17 22:27:30 +0530
  • 823c709f41 Fix for issue #216 Build fails on Linux 32 bit - __mm_crc32_u64 Yuvaraj Gogoi 2014-01-17 03:32:58 +0530
  • fb2fddf25c update logger Daniel Larimer 2014-01-14 14:00:30 -0500
  • 7d81035e14 fix coding standard violations Daniel Larimer 2014-01-14 03:56:15 -0500
  • d4e5d604a5 Merge branch 'phoenix' of github.com:InvictusInnovations/fc into phoenix Daniel Larimer 2014-01-14 03:51:20 -0500
  • c0727f30b0 adding variant support for unordered maps Daniel Larimer 2014-01-14 03:51:17 -0500
  • 90deb63fcd Merge pull request #1 from skchaudhari/phoenix dnotestein 2014-01-12 15:44:04 -0800
  • 91d35546fc "Added code to get the revision of fc repo" skchaudhari 2014-01-12 20:04:29 +0530
  • 59f80e34d2 [BW]: [NIP] Further changes to get to work paths containing unicode characters: - fc::path extended by method toNativeAnsiPath allowing to safely convert current unicode path into its ansi equivalent - fc::path to_variant uses toNativeAnsiPath method instead of generic_string to avoid loss of data while serializing a path - fc::mmap_struct_base::open should use toNativeAnsiPath method instead of generic_string to access ansi path - fc::json::save_to_file should directly pass fc::path to underlying stream instead of generic_string. vogel76 2014-01-10 00:01:47 +0100
  • c5b6802ce4 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix vogel76 2014-01-09 17:00:52 +0100
  • c2026efd56 [BW]: [Fix] Fixed ifstream/ofstream to be able to open unicode paths. vogel76 2014-01-09 17:00:21 +0100
  • 2d07b5ec5c Visual Studio native visualizers for fc dnotestein 2014-01-09 10:58:35 -0500
  • 6261a25442 [BW]: [NIP] Support for unicode paths to avoid problems while accessing paths containing native characters. vogel76 2014-01-09 13:29:08 +0100
  • 08ab455dff [BW]: [Fix] fc::task_base class member initialization. vogel76 2014-01-06 23:58:38 +0100
  • c84b69e094 Fix for unblock to make sure it switches to proper thread before running async. dnotestein 2014-01-06 17:08:36 -0500
  • f618f3a10f updated ip serialization forwards Daniel Larimer 2014-01-04 01:21:11 +0000
  • c2de86ccd4 [BW]: [NIP] Implemented dedicated exception class (fc::db_in_use_exception) to be thrown when underlying database is already in use. vogel76 2014-01-03 16:58:57 +0100
  • 8b29f9dee0 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix vogel76 2013-12-25 20:22:09 +0100
  • 8d65e5e265 adding trim method Daniel Larimer 2013-12-24 20:22:21 -0500
  • a8686485c2 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix vogel76 2013-12-23 00:59:21 +0100
  • c6897c4dbf added method to get port Daniel Larimer 2013-12-22 00:10:03 -0500
  • c019430fa7 Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix vogel76 2013-12-18 15:36:45 +0100
  • a0e648acef improve error message Daniel Larimer 2013-12-17 20:40:41 -0500