peerplays-fc/src
2014-10-29 15:01:24 -04:00
..
compress 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
crypto Fix a crash in fc::process when not capturing all three stdin/out/err 2014-09-18 11:17:41 -04: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 blob type to variant 2014-10-15 23:32:37 -04:00
log Use ISO standard delimited timestamp string serialization 2014-10-28 18:54:49 -04:00
network Call fc:🧵:quit() on thread destruction, and remove code that explicitly terminates threads from the destructors of the objects that own those threads. 2014-10-21 10:25:28 -04:00
rpc More fixes in json_connection 2014-10-20 12:52:47 -04:00
ssh Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
thread Call fc:🧵:quit() on thread destruction, and remove code that explicitly terminates threads from the destructors of the objects that own those threads. 2014-10-21 10:25:28 -04: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 adding aes exception 2014-07-29 13:54:50 -04:00
filesystem.cpp Add directory_size call 2014-10-13 15:17:14 -04: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 Fix linux build 2014-10-17 13:23:51 -04:00
shared_ptr.cpp fix cin crash 2012-12-18 14:08:40 -05:00
string.cpp default to_string conversion is now fixed 2014-08-13 16:06:42 -04:00
time.cpp Temporarily revert timestamp serialization change to upgrade in phases 2014-10-29 15:01:24 -04:00
uint128.cpp 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
utf8.cpp [BW]: [NIP] Further changes to get to work paths containing unicode characters: 2014-01-10 00:05:18 +01:00
variant.cpp Add missing include 2014-10-16 16:25:12 -04:00
variant_object.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00