peerplays-fc/src
2015-05-07 14:51:03 +02:00
..
compress Fix GELF logging to split long messages, use compression 2015-02-22 14:07:05 -05:00
crypto Work around too deterministic nonce 2015-05-07 14:51:03 +02:00
interprocess Improvements for handling unicode filenames on Windows. When converting fc::path to/from fc::variant, use utf8 encoding. Replace several places where we use a std::ifstream and open it with a char* filename with a boost::filesystem::ifstream and open it with a boost::filesystem::path, which does unicode correctly. 2014-10-09 16:21:52 -04:00
io adding helper to get a list of variants from a string 2015-03-31 18:46:05 -04:00
log Remove extraneous log config setting 2015-03-25 20:07:19 -04:00
network fix crash in websocket 2015-05-06 16:34:55 -04:00
rpc Merge commit '72288a2' 2015-05-04 14:07:51 -04:00
ssh Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
thread Increase stack size to 2MB 2014-11-19 11:27:22 -05:00
utf8 [BW]: [NIP] Further changes to get to work paths containing unicode characters: 2014-01-10 00:05:18 +01:00
asio.cpp Fix more locations where we were making boost::asio calls with buffers declared on the stack which could cause problems when the calling tasks were canceled. 2014-09-11 16:30:03 -04:00
byteswap.hpp Fix 32-bit error in uint128 to bigint conversion, move bswap_64 into its own header file 2014-06-11 17:32:59 -04:00
exception.cpp added type for safe int ops 2015-02-19 11:39:17 -05:00
filesystem.cpp Fix compiler warning 2015-02-03 18:12:37 -05:00
git_revision.cpp.in Move/rename git revision info compiled into FC to be more self-explanatory 2014-05-20 18:02:20 -04:00
real128.cpp real128: Rename PRECISION to FC_REAL128_PRECISION and expose it globally 2015-02-03 11:31:20 -05:00
shared_ptr.cpp fix cin crash 2012-12-18 14:08:40 -05:00
string.cpp fix static_variant to/from variant 2015-03-05 09:54:33 -05:00
time.cpp Revert "Temporarily revert timestamp serialization change to upgrade in phases" 2014-11-12 14:12:56 -05:00
uint128.cpp uint128: Check for large shift count before truncating in << and >> 2015-01-30 13:19:01 -05:00
utf8.cpp Adding is_utf8 call and making enum_type cast explicit 2015-02-17 09:55:31 -05:00
variant.cpp fix static_variant to/from variant 2015-03-05 09:54:33 -05:00
variant_object.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00