peerplays-fc/src
2014-06-02 17:34:04 +02:00
..
compress [GS] Implemented lzma compression. 2014-01-24 14:51:35 +01:00
crypto [BW]: [Fix] Eliminated OpenSSL initialization from CRT init time (which caused random problems on windows7 machines leading the application to silent crash). Right now it is done at first use of fc parts using it. Also added method to setup OpenSSL configuration path to custom one (to avoid using path compiled into OpenSSL at configuration & build time). 2014-06-02 17:34:04 +02:00
interprocess Add an optional timeout parameter when waiting for a local process to exit 2014-05-14 08:51:30 -04:00
io Fix issue #25 2014-05-20 19:17:19 +08:00
log using explicit bool operator for optional 2014-05-20 11:25:31 -04:00
network Separate the 'bind' operation for tcp_sockets from the 'connect_to' operation so we can tell which operation is throwing an exception in client code. convert a few boost exceptions into fc::exceptions. 2014-06-01 18:08:10 -04:00
rpc Add 5 and 6 argument versions of json rpc call functions 2014-05-29 15:54:40 -04:00
ssh Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
thread Fix a race that occurred when notifying a thread that was blocked on a 2014-04-14 16:27:08 -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 Add a new version of tcp_socket::connect_to() that allows you to set the source port 2014-04-02 08:54:13 -04:00
exception.cpp change the naming of invalidOperation exception to the more fc-friendly 2014-05-09 11:50:32 -04:00
filesystem.cpp using explicit bool operator for optional 2014-05-20 11:25: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 update apis 2014-03-27 01:09:08 -04:00
time.cpp Convert boost exceptions caught while parsing fc::time_point strings into fc::exception 2014-05-29 15:54:39 -04:00
uint128.cpp compiles on linux 2013-10-14 21:46:23 +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 improve variant cast error reporting 2014-05-25 14:18:26 -04:00
variant_object.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00