abitmore
9605f4826b
Bump editline submodule
2019-05-09 13:22:24 -04:00
abitmore
301f582002
Handle SIGINT when searching in editline
2019-05-08 06:46:36 -04:00
abitmore
51747090a8
Minor function name change
2019-05-08 05:23:33 -04:00
abitmore
bac31e3822
Temporarily comment out check_secret in CLI
...
due to editline bump
2019-05-08 05:10:50 -04:00
abitmore
c5c94c45f8
Bump editline submodule
2019-05-08 05:00:57 -04:00
abitmore
382970bfa4
Suppress error message when CLI is quitting
2019-05-08 03:51:40 -04:00
abitmore
ed3f1c86dd
Fix signal handling in CLI
2019-05-07 19:43:37 -04:00
abitmore
127aadbffc
Add function to send signals to threads
2019-05-07 19:21:43 -04:00
abitmore
635cbc24e7
Return the signal_set when setting signal handler
2019-05-07 19:21:43 -04:00
abitmore
bd3036df8a
Increase CLI command history buffer size to 256
2019-05-03 09:46:13 -04:00
abitmore
a71893adba
Improve CLI tab completion feature
...
For example, if there are 3 commands: "gethelp", "get_account" and "get_account_name",
input "ge" then press TAB, the command will be completed to "get";
press TAB again, a list with all 3 commands will show;
input "get_ac" then press TAB, the command will be completed to "get_account";
press TAB again, a list with "get_account" and "get_account_name" will show.
2019-05-02 22:11:43 -04:00
abitmore
3655fe148b
Minor code refactory
2019-04-03 12:06:02 -04:00
abitmore
03cc93d0e4
Update WS API test cases due to param type change
2019-04-03 12:06:02 -04:00
abitmore
15d751c3d0
Wrap long lines
2019-04-03 12:06:01 -04:00
abitmore
623d96fe9a
Use shared_ptr to WS connection in API connection
2019-04-03 12:06:01 -04:00
Nathan Hourt
af572ba7d0
Merge pull request #117 from nathanhourt/typename-reflect
...
Add missing typename reflection for flat_map
2019-03-30 09:47:05 -05:00
Nathan Hourt
df01faa1ab
Add missing typename reflection for flat_map
2019-03-29 17:36:24 -05:00
Nathan Hourt
cab0a4e8db
Merge pull request #116 from nathanhourt/warnings
...
Ref bitshares-core#1584 Fix some warnings
2019-03-26 08:43:05 -05:00
Nathan Hourt
4d4ec62f5d
Merge pull request #115 from nathanhourt/support-bts-1670
...
Support for BTS #1670 : allow serializing shared_ptr<const T>
2019-03-25 09:30:27 -05:00
Nathan Hourt
2d0122f1ed
More tweaks vis-a-vis warnings
...
Move crc_c fake usage out of strange main() function in a library
Convert manual string formatting to FC string formatting
2019-03-25 09:26:35 -05:00
Nathan Hourt
04c393a53a
Add self-assignment test, sans the compiler warning
2019-03-25 09:18:21 -05:00
Nathan Hourt
79886b2e35
Fix warning
...
Not sure what the story is with this file, but it's making a
warning and this fixes it.
2019-03-24 19:45:30 -05:00
Nathan Hourt
84c16aeebb
Fix some warnings
2019-03-24 10:44:03 -05:00
Nathan Hourt
6665406f83
Requested changes for #115
2019-03-24 09:54:57 -05:00
Nathan Hourt
ba96174e7f
Support for BTS #1670 : allow serializing shared_ptr<const T>
2019-03-23 11:35:40 -05:00
Nathan Hourt
a0ca5ab29d
Merge pull request #112 from nathanhourt/static_variant_fix
...
Make static_variant::tag_type public
2019-03-19 16:38:21 -05:00
Nathan Hourt
c59c36e006
Make static_variant::tag_type public
...
It's used in the public interface, so it needs to be a publicly
defined type
2019-03-19 13:06:46 -05:00
John M. Jones
6a5ba93fa9
Merge pull request #110 from bitshares/jmj_zlib
...
Allow zlib to be optional
2019-03-04 16:03:25 -05:00
John Jones
2fa5777038
Allow zlib to be optional
2019-02-26 13:55:42 -05:00
John M. Jones
063be69d07
Merge pull request #109 from bitshares/jmj_1548
...
Removal of smart_ref
2019-02-18 14:48:54 -05:00
John Jones
19590fd413
Removal of smart_ref
2019-02-15 08:23:05 -05:00
Abit
1a411b813a
Merge pull request #108 from bitshares/pr106
...
Enable websocket permessage-deflate (follow-up of #106 )
2019-02-14 18:52:36 +01:00
abitmore
abdef068b9
Bump websocketpp version
2019-02-13 15:31:50 -05:00
Abit
11caddc13f
Merge pull request #106 from btsabc/enable-permessage
...
enable websocket permessage-deflate
2019-02-13 21:29:19 +01:00
Alfredo Garcia
66e97393ab
Merge pull request #107 from bitshares/missing-overloads
...
Add missing operator overloads for fc::unsigned_int
2019-02-13 15:48:01 -03:00
Nathan Hourt
25ae3222f8
Add missing operator overloads for fc::unsigned_int
...
Turns out that bitshares/bitshares-core#1506 is easier if you can
do greater-than comparisons on fc::unsigned_int. Go ahead and add
the complement of missing operators.
2019-02-13 12:21:30 -06:00
Your Name
b29da15d51
enable websocket permessage-deflate
2019-02-12 09:27:06 +08:00
John M. Jones
8ebd99b786
Merge pull request #105 from bitshares/jmj_1560
...
fix std::min parameter conversion
2019-02-05 16:53:04 -05:00
jmjatlanta
6fece96eae
fix std::min parameter conversion
2019-02-05 15:44:06 -05:00
Peter Conrad
9e6c5ab6e2
Merge pull request #104 from bitshares/build_simplification
...
Build simplifications
2019-01-30 17:37:38 +01:00
Peter Conrad
4843502c48
travis: added ccache
2019-01-30 14:45:49 +01:00
Peter Conrad
0bbbb5eabf
travis: Install only required stuff
2019-01-30 14:39:31 +01:00
Peter Conrad
3633cb4ac9
Switch to xenial build environment
2019-01-30 14:32:21 +01:00
Peter Conrad
98c9e62581
Remove unused boost dependencies serialization + locale
2019-01-30 14:31:08 +01:00
John M. Jones
87260fe0e1
Merge pull request #103 from bitshares/jmj_995
...
Remove unnecessary asserts
2019-01-22 18:16:27 -05:00
John Jones
7de33aa33a
whitespace only
2019-01-21 09:15:56 -05:00
John Jones
fa07984234
fix overly agressive cleanup
2019-01-21 09:11:11 -05:00
John Jones
be4d480174
Remove unnecessary asserts
2019-01-18 12:29:38 -05:00
John M. Jones
2bf93ec086
Merge pull request #102 from bitshares/jmj_macwarn
...
Fix some macOS warnings
2019-01-17 12:28:56 -05:00
John Jones
9ba95190c4
make assert message more standard
2019-01-15 12:19:00 -05:00