peerplays-fc/src/io
2014-10-15 23:32:37 -04:00
..
buffered_iostream.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
console.cpp fix console 2014-03-21 01:14:01 -04:00
datastream.cpp Fix error message printed when unable to deserialize a json object, improve 2014-05-06 17:20:04 -04:00
fstream.cpp 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
iostream.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
json.cpp adding blob type to variant 2014-10-15 23:32:37 -04:00
sstream.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
varint.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00