9f2a1e8b0cWhen logging timestamps for log messages, log to millisecond precision
Eric Frias
2015-08-25 17:30:21 -0400
71be796af5Remove extraneous spaces in relative time printing
Eric Frias
2015-08-24 09:34:18 -0400
899a5c489bAdded tests for UTF-8
Peter Conrad
2015-08-23 22:15:47 +0200
cd7615475fFixed some tests
Peter Conrad
2015-08-20 22:57:08 +0200
18ed468c6fWin32 compile fix (allocate buffer on heap instead of stack, probably a good idea anyway given fc task stack sizes)
Eric Frias
2015-08-17 12:38:54 -0400
f6a675681eRevert "Update secp submodule, it looks like the upstream rebased and our"
Eric Frias
2015-08-15 19:14:40 -0400
2decfbb4b4Merge branch 'master' of git.syncad.com:/fc
Eric Frias
2015-08-15 19:14:25 -0400
5bd281fcceUpdate secp submodule
Eric Frias
2015-08-15 19:11:13 -0400
5234ee532aUpdate secp submodule, it looks like the upstream rebased and our old commit hash doesn't exit any longer
Eric Frias
2015-08-15 18:50:24 -0400
9c868b3927Fix crash on exit
Nathan Hourt
2015-08-14 14:08:16 -0400
a93e3f483bRework http client and server code to use a form of socket read/write calls which can be canceled without trashing the stack. Also minor changes to the code for parsing http headers to avoid buffer overflows.
Eric Frias
2015-08-04 10:41:04 -0400
87a2513981Remove some unused asio completion functions
Eric Frias
2015-08-04 10:39:04 -0400
556f45fcbfAdd missing ddump() macro
Eric Frias
2015-08-04 10:24:31 -0400
4c9a6b6dabAdd missing include
Vikram Rajkumar
2015-08-03 10:20:37 -0400
1e6176911aFix bugs in http request when using chunked content encoding. Add missing support for parsing/reconstructing URLs with query strings to fc::url. Add md5 hash algorithm.
Eric Frias
2015-07-10 10:07:14 -0400
2ef7583f90adding missing smart_ref files
Daniel Larimer
2015-07-09 13:39:55 -0400
935e90c1ecfix bug with optional that resulted in 8x more memory than necessary being reserved
Daniel Larimer
2015-07-09 13:39:20 -0400
d462be0e92Quiet harmless compiler warnings
Eric Frias
2015-07-01 11:17:15 -0400
7bd47af88erpc: Move many method implementations from headers to cpp files
theoreticalbts
2015-06-30 15:28:12 -0400
f461dee432http_api: Implement http_api_connection class to serve RPC over HTTP
theoreticalbts
2015-06-30 03:00:43 -0400
3dd848d7ebFix HTTP request to work with servers that don't specify a content-length header (either chunked encoding or http 1.0-style. Allow sending a different content-type in request header other than app/json.
Eric Frias
2015-06-29 11:34:27 -0400
fe7eed6bebFix building with Ninja
Vikram Rajkumar
2015-06-26 11:14:02 -0400
8161f3230cDowngrade some websocket debugging wlog messages to ilogs
Eric Frias
2015-06-12 14:08:16 -0400
c2451f30f1Add a new mode to the variant->json generator to restore the normal behavior of writing numbers out as numbers instead of strings
Eric Frias
2015-06-11 19:22:22 -0400
e5a5323642When formatting doubles as strings, use 17 digits of precision to ensure they are read back in without loss (up from 12 digits). Add a mode to the JSON parser to parse all real numbers into strings, so we can later parse them into doubles or another fixed/floating point format to preserve as much precision as needed
Eric Frias
2015-03-31 09:47:54 -0400
18e80eca23Merge branch 'github_master'
Eric Frias
2015-06-12 10:53:02 -0400
dde8ed9d7aupdate default ecc implementation
Daniel Larimer
2015-06-12 09:50:56 -0400