peerplays-fc/src
2014-10-07 10:31:19 -04:00
..
compress Add a path::preferred_string() function that generates a string in the platform's preferred format, using backslashes on win32 (uses boost::filesystem::path::make_preferred()). 2014-09-25 08:57:31 -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 Fix a crash in fc::process when not capturing all three stdin/out/err 2014-09-18 11:17:41 -04:00
io Fix bug in json pretty printer which broke formatting and possibly 2014-09-17 13:27:37 -04:00
log Add a path::preferred_string() function that generates a string in the platform's preferred format, using backslashes on win32 (uses boost::filesystem::path::make_preferred()). 2014-09-25 08:57:31 -04:00
network Improve NTP math 2014-10-07 10:31:19 -04:00
rpc Allow the user to supply a reason string when canceling a task (useful for debugging) 2014-08-27 14:07:44 -04:00
ssh Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
thread Execute async tasks in the order they were asynced (this only changes the behavior of tasks that hadn't started executing yet, it doesn't change anything about the order blocked tasks unblock) 2014-10-03 16:53:14 -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 a path::preferred_string() function that generates a string in the platform's preferred format, using backslashes on win32 (uses boost::filesystem::path::make_preferred()). 2014-09-25 08:57:31 -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
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 Add time_point_sec::to_iso_{extended_}string() 2014-07-26 21:05:11 -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 Make the JSON parser less fragile 2014-09-08 10:12:42 -04:00
variant_object.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00