| .. |
|
compress
|
Use a separate thread for log compression
|
2014-07-03 17:24:06 -04:00 |
|
crypto
|
[GS] Fix types u_int32_t to uint32_t etc. - continued
|
2014-07-15 14:20:42 +02:00 |
|
interprocess
|
Make process::exec take an 'int' for the bitmask of launch options instead of an enum to make it more clear that it's a bitmask (and avoid a cast)
|
2014-07-03 09:30:50 -04:00 |
|
io
|
check for EOF while parsing quoted strings
|
2014-06-05 11:54:19 -04:00 |
|
log
|
Lock mutex during more of the log rotation process (attempting to prevent crashes that have been seen while logging at the same time as log rotation)
|
2014-07-16 13:39:14 -04:00 |
|
network
|
sockets now wait for any pending write or read operations to finish before destructing
|
2014-07-17 17:03:25 -04:00 |
|
rpc
|
support for 8 param rpc calls
|
2014-07-04 17:23:47 -04:00 |
|
ssh
|
Updating FC with changes from phoenix-int
|
2013-06-05 15:19:00 -04:00 |
|
thread
|
sockets now wait for any pending write or read operations to finish before destructing
|
2014-07-17 17:03:25 -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
|
commenting out elog in connection refused from fc
|
2014-06-17 15:43:07 -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 space to exception message
|
2014-07-16 14:20:36 -04:00 |
|
filesystem.cpp
|
Add -> for directory_iterator
|
2014-06-20 10:38:21 -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
|
adding better exception handling on lexical casts
|
2014-06-05 11:31:42 -04:00 |
|
time.cpp
|
update time pretty print, adding space after year
|
2014-07-01 15:20:58 -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
|
extra helper variant constructor
|
2014-06-07 22:58:19 -04:00 |
|
variant_object.cpp
|
Update use of fc::string and fc::vector.
|
2013-06-27 14:19:08 -04:00 |