| .. |
|
compress
|
Fix GELF logging to split long messages, use compression
|
2015-02-22 14:07:05 -05:00 |
|
container
|
fix build
|
2015-02-23 14:01:58 -05:00 |
|
crypto
|
Much refactoring
|
2015-05-07 14:51:03 +02:00 |
|
exception
|
parse doubles as strings
|
2015-05-27 11:26:04 -04: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
|
parse doubles as strings
|
2015-05-27 11:26:04 -04:00 |
|
log
|
Remove extraneous log config setting
|
2015-03-25 20:07:19 -04:00 |
|
network
|
partial fixes to crashing on websocket client close
|
2015-05-12 17:15:00 -04:00 |
|
reflect
|
adding extra reflection helpers
|
2015-04-29 13:17:38 -04:00 |
|
rpc
|
make CLI prompt configurable
|
2015-05-18 13:40:01 -04:00 |
|
ssh
|
|
|
|
thread
|
Add sync_call() for calling a functor in another thread and waiting on it
|
2014-12-15 15:40:20 -05:00 |
|
actor.hpp
|
api progess
|
2015-03-09 18:50:20 -04:00 |
|
aligned.hpp
|
|
|
|
any.hpp
|
|
|
|
api.hpp
|
RPC now supports remote callbacks
|
2015-03-31 11:31:56 -04:00 |
|
array.hpp
|
|
|
|
asio.hpp
|
Fix more locations where we were making boost::asio calls with buffers declared on the stack which could cause problems when the calling tasks were canceled.
|
2014-09-11 16:30:03 -04:00 |
|
bloom_filter.hpp
|
Adding missing file
|
2015-05-12 18:41:40 -04:00 |
|
filesystem.hpp
|
Add a simplified lock file class to use to prevent two applications from using the same resource
|
2015-01-21 19:29:38 -05:00 |
|
fwd.hpp
|
|
|
|
fwd_impl.hpp
|
|
|
|
git_revision.hpp
|
|
|
|
make_fused.hpp
|
|
|
|
noncopyable.hpp
|
implemented working UDT socket/server
|
2014-06-26 11:25:07 -04:00 |
|
optional.hpp
|
adding comparison operators for optional
|
2015-01-29 17:01:17 -05:00 |
|
platform_independence.hpp
|
|
|
|
real128.hpp
|
Add raw serialization of real128
|
2015-02-09 18:55:58 -05:00 |
|
safe.hpp
|
Add overloads of comparison operators to allow comparison of safe/uint128 and native integer classes
|
2015-05-19 10:03:03 -04:00 |
|
shared_ptr.hpp
|
|
|
|
signal.hpp
|
|
|
|
signals.hpp
|
Add support for boost 1.56.
|
2014-09-08 10:41:59 -04:00 |
|
static_variant.hpp
|
adding ability to get the count of items in a static variant
|
2015-05-19 11:40:47 -04:00 |
|
string.hpp
|
adding pretty print
|
2014-06-03 11:09:15 -04:00 |
|
time.hpp
|
Add missing + operator to time_point_sec
|
2014-10-30 18:26:07 -04:00 |
|
tuple.hpp
|
|
|
|
uint128.hpp
|
Add overloads of comparison operators to allow comparison of safe/uint128 and native integer classes
|
2015-05-19 10:03:03 -04:00 |
|
unique_ptr.hpp
|
|
|
|
utf8.hpp
|
Adding is_utf8 call and making enum_type cast explicit
|
2015-02-17 09:55:31 -05:00 |
|
utility.hpp
|
|
|
|
variant.hpp
|
unique_ptr to/from variant
|
2015-04-01 17:24:33 -04:00 |
|
variant_object.hpp
|
Qualify call to fc:: to avoid "ambiguous" error with boost types
|
2015-03-02 12:23:27 -05:00 |
|
vector.hpp
|
|
|
|
vector_fwd.hpp
|
|
|
|
wait_any.hpp
|
|
|