| .. |
|
compress
|
Changes to fc to get MinGW cross-compilation working
|
2016-05-22 01:33:19 -04:00 |
|
crypto
|
sha256: Add inverse log and testing
|
2016-10-04 14:19:59 -04:00 |
|
interprocess
|
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 |
|
io
|
Do not emit \a escape sequence
|
2016-09-02 10:36:11 -04:00 |
|
log
|
updating logs to append
|
2015-09-07 11:15:48 -04:00 |
|
network
|
tcp_socket.cpp: More verbose error message
|
2016-08-16 14:51:50 -04:00 |
|
rpc
|
first step toward binary RPC
|
2016-07-30 18:41:03 -04:00 |
|
ssh
|
Updating FC with changes from phoenix-int
|
2013-06-05 15:19:00 -04:00 |
|
thread
|
fix warnings generated by latest clang
|
2016-10-03 12:03:34 -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
|
updating fc to support more threads
|
2016-07-18 21:20:40 -04:00 |
|
byteswap.hpp
|
Changes to fc to get MinGW cross-compilation working
|
2016-05-22 01:33:19 -04:00 |
|
exception.cpp
|
exception.hpp: Implement exception constructors for const log_messages&
|
2015-07-28 17:01:59 -04:00 |
|
filesystem.cpp
|
Changes to fc to get MinGW cross-compilation working
|
2016-05-22 01:33:19 -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 |
|
real128.cpp
|
real128: Rename PRECISION to FC_REAL128_PRECISION and expose it globally
|
2015-02-03 11:31:20 -05:00 |
|
shared_ptr.cpp
|
fix cin crash
|
2012-12-18 14:08:40 -05:00 |
|
string.cpp
|
When formatting doubles as strings, use 17 digits of precision to ensure they are read back in without loss (up from 12 digits).
|
2015-06-12 11:05:52 -04:00 |
|
time.cpp
|
Remove extraneous spaces in relative time printing
|
2015-08-24 09:34:18 -04:00 |
|
uint128.cpp
|
improve performince of fc::uin128 divide
|
2016-06-27 16:22:14 -04:00 |
|
utf8.cpp
|
updating websocket and adding new utf8 code
|
2016-05-24 19:24:03 -04:00 |
|
variant.cpp
|
variant.cpp: Tighten bool parsing in variant::as_bool() cryptonomex/graphene#525
|
2016-01-21 15:30:51 -05:00 |
|
variant_object.cpp
|
change json seralization of map<string,T> to be object rather than array of pairs
|
2016-03-17 17:24:25 -04:00 |