peerplays-fc/src
Daniel Larimer 7bf6374299 MAJOR BUG FIX - fc::usleep causing hang&leak
In certain cases when usleep is passed a small value, there is
a race condition that would cause the process to hang and then
when an attempt to quit the thread was made new contexts would
be allocated rapidly filling all available memory.
2013-08-19 14:44:13 -04:00
..
compress adding smaz compression utility function 2013-08-13 00:37:54 -04:00
crypto json and variant bug fixes 2013-08-15 12:44:51 -04:00
interprocess various bug fixes 2013-07-06 22:07:12 -04:00
io json and variant bug fixes 2013-08-15 12:44:51 -04:00
log increased width of file:line field in console appender 2013-08-06 12:35:21 -04:00
network clean up tcp_server accept api, removing unused return value 2013-08-08 15:12:01 -04:00
rpc more windows related changes, check what I was thinking with that BOOST1_51 when not in a hurry, maybe it should just be removed now 2013-08-10 22:11:59 -04:00
ssh Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
thread MAJOR BUG FIX - fc::usleep causing hang&leak 2013-08-19 14:44:13 -04:00
asio.cpp cleanup the asio thread gracefully on exit 2013-08-06 12:46:04 -04:00
exception.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
filesystem.cpp adding resize_file 2013-07-12 22:05:38 -04:00
shared_ptr.cpp fix cin crash 2012-12-18 14:08:40 -05:00
string.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00
time.cpp adding time_point_sec 2013-07-22 14:03:34 -04:00
uint128.cpp ifdef around arpa/inet.h on WIN32 (unix only) 2013-08-13 23:11:20 -04:00
variant.cpp json and variant bug fixes 2013-08-15 12:44:51 -04:00
variant_object.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00