crypto-ape
241f1f2f0d
Legacy/CMakeLists.txt EOF newline
2019-07-08 11:46:26 +02:00
crypto-ape
a2303d3528
Updated CMake for MinGW
2019-07-08 11:46:26 +02:00
crypto-ape
b8a87bde76
BoostConfig EOF newline
2019-07-08 11:46:26 +02:00
crypto-ape
c453db886b
CMake version bump
2019-07-08 11:46:26 +02:00
crypto-ape
8d33bb844d
Fixed pthread dependency
2019-07-08 11:46:26 +02:00
crypto-ape
c9b3d57b0e
Updated Boost searching
2019-07-08 11:46:19 +02:00
crypto-ape
e0dd942875
Update build system for MinGW
2019-07-08 10:43:02 +02:00
crypto-ape
d5fb99b41f
SSE intrinsic rename
2019-06-19 16:06:40 +02:00
Abit
a87a99bbeb
Merge pull request #139 from pmconrad/1791_fix_linking_order
...
Fixes https://github.com/bitshares/bitshares-core/issues/1791
2019-06-12 16:27:32 +02:00
Peter Conrad
2e98d5cc2b
Fixes https://github.com/bitshares/bitshares-core/issues/1791
2019-06-12 13:15:41 +02:00
Alfredo Garcia
4cfb54fd56
Merge pull request #138 from crypto-ape/issue_1769-extend_static_variant_with_is_type_method
...
extend static_variant with is_type() method
2019-06-11 13:34:18 -03:00
crypto-ape
f29248d139
extend static_variant with is_type() method
2019-06-11 18:00:01 +02:00
Peter Conrad
e2c5160eba
Merge pull request #97 from cogutvalera/issue_1171_hiding_secret
...
Safer way to handle secret information of cli_wallet #1171
2019-06-05 12:57:54 +02:00
Valera Cogut
720805493f
Fixed conflicts & rebased
2019-06-02 14:26:47 +03:00
Valera Cogut
73ae27e0b8
Added little improvements: free line_read before re-using it & check for nullptr read_line before using it
2019-06-02 12:38:15 +03:00
Valera Cogut
59ad7300ec
Safer way to handle secret information of cli_wallet #1171
2019-06-02 12:37:44 +03:00
Peter Conrad
ab9b4a234e
Merge pull request #133 from pmconrad/1738_compile_time
...
Improve build time
2019-05-28 21:50:09 +02:00
Peter Conrad
3b3cadf7d5
Separate exception declaration and implementation
2019-05-28 17:22:57 +02:00
Peter Conrad
9069e05cb0
Get rid of some inlines
2019-05-28 17:20:57 +02:00
Peter Conrad
de46823a99
Dont inline generic pack/unpack to enable externalized serialization
2019-05-28 17:20:57 +02:00
Peter Conrad
8d0693304e
Merge pull request #135 from pmconrad/1688_websocket_errors
...
Fixed JSONRPC error handling
2019-05-28 14:45:00 +02:00
Abit
9ce24c2feb
Merge pull request #136 from bitshares/ws-client-fix
...
Fix websocket client crash on quit
2019-05-27 21:02:28 +02:00
Peter Conrad
e5869b2800
Amended some error codes
2019-05-27 11:55:03 +02:00
abitmore
debc4bd6c3
Wrap a long line
2019-05-25 10:24:03 -04:00
abitmore
c870cd8e27
Refactor websocket_tls_client_impl with template
...
Removes unnecessary differences between websocket_client_impl and websocket_tls_client_impl.
2019-05-25 10:01:34 -04:00
abitmore
8aa729da68
Fix websocket_client crash on close
2019-05-25 08:30:05 -04:00
Peter Conrad
aa8870e793
Fixed JSONRPC error handling
2019-05-24 18:11:19 +02:00
Abit
397830b8ef
Merge pull request #130 from openledger/thread_d_memory_leak
...
Fix memory leak. Not all tasks are deleted in thread_d dtor.
2019-05-21 21:34:45 +02:00
Abit
ab6aa05574
Merge pull request #131 from bitshares/jmj_847b
...
Update CMake to C++14
2019-05-21 21:33:50 +02:00
Abit
8176f39806
Merge pull request #132 from bitshares/jmj_win_ifndef
...
Add #ifndef for Windows
2019-05-21 18:31:11 +02:00
John Jones
461b15acb4
Add #ifndef for Windows
2019-05-21 07:11:17 -05:00
John Jones
868fb93518
Add c++14, remove c++11 settings
2019-05-20 13:16:36 -05:00
Dmitry Yakovitsky
55ad023d94
Fix memory leak. Not all tasks are deleted in thread_d dtor.
2019-05-14 17:31:28 +03:00
Nathan Hourt
6bee7ff30b
Merge pull request #126 from nathanhourt/api-optionals
...
Add API support for optional arguments
2019-05-14 06:52:07 -05:00
Nathan Hourt
6b7874e49a
Rebase fixes
2019-05-13 17:26:32 -05:00
Nathan Hourt
afb96a0e7e
Ref #126 : Cleanup/revert unwanted changes
2019-05-13 17:25:49 -05:00
Nathan Hourt
0a50ac23e0
Remove websocket_server::synchronous_close
...
It doesn't work as expected, so get rid of it.
2019-05-13 17:25:08 -05:00
Nathan Hourt
b8a03d3a51
Fix failing test
2019-05-13 17:25:08 -05:00
Nathan Hourt
09e4f573ce
Improve websocket server close code
2019-05-13 17:25:08 -05:00
Nathan Hourt
bb01f3e925
Use random port for API tests
...
Add missing functionality to websocket_client and websocket_server to
make API tests more reliable and to make it possible to use a random
port for the tests.
2019-05-13 17:25:08 -05:00
Nathan Hourt
94a18cfccc
Roll API tests into all_tests
2019-05-13 17:24:11 -05:00
Nathan Hourt
a89e30187f
API Tests
...
General cleanup of a lot of nonsense
Add tests of optional parameters
2019-05-13 17:24:10 -05:00
Nathan Hourt
eb48480246
Do optional API args without hana
...
So sad... the hana version was way more expressive... But hey, I'm kinda
proud I actually got this working! :D
2019-05-13 17:11:43 -05:00
Nathan Hourt
24eff3ab6d
Add API support for optional arguments
...
FC_API now supports optional arguments! Any trailing arguments of
an fc::optional type are now optional, and do not need to be
supplied. If omitted, they will be inferred to be null optionals.
2019-05-13 17:11:43 -05:00
Abit
7e612bee5d
Merge pull request #129 from bitshares/quit-cli
...
Set `cli_quitting` to true in cli::cancel()
2019-05-13 15:08:42 +02:00
abitmore
30ea9b4a1d
Let rl_getc() always return EOF when quitting
...
even if got an EOL or CTRL+C or etc
2019-05-12 19:44:22 -04:00
abitmore
2056a35b44
Set cli_quitting to true in cli::cancel()
2019-05-12 18:23:04 -04:00
Peter Conrad
869ad45242
Merge pull request #118 from crypto-ape/valgrind-inspired-fixes
...
valgrind inspired fixes
2019-05-12 11:01:20 +02:00
Abit
67e5a06035
Merge pull request #119 from bitshares/shared-ws-client-ptr
...
Use shared_ptr to WS connection in API connection
2019-05-10 15:24:15 +02:00
abitmore
3d39a51cdc
Capture only this in cli::start()
2019-05-09 14:15:34 -04:00