Peter Conrad
|
6d8d0307a2
|
Merge pull request #165 from pmconrad/node_crashes
Changes wrt recent crashes of nodes
|
2019-09-21 09:17:46 +02:00 |
|
Sandip Patel
|
9da11c44ed
|
Fixed log appending issue.
|
2019-09-20 19:04:24 +05:30 |
|
Peter Conrad
|
ed479c8c3e
|
Reformatting
|
2019-09-20 09:27:57 +02:00 |
|
Peter Conrad
|
afc0e00700
|
Added zero_initialized_array template to restore functionality of fc::array<unsigned char,N>
|
2019-09-20 09:27:57 +02:00 |
|
Peter Conrad
|
253c1d56b9
|
Added test for zero-initialized arrays
|
2019-09-20 09:27:57 +02:00 |
|
gladcow
|
2343ab74f3
|
fix compilation errors
|
2019-09-19 18:21:50 +03:00 |
|
Peter Conrad
|
5c0b9ed4e3
|
Merge pull request #164 from pmconrad/1895_namespaces
Move stuff into namespaces
|
2019-09-19 16:15:43 +02:00 |
|
Peter Conrad
|
b986bab004
|
Merge pull request #167 from pmconrad/exception_format_fix
Exception format fix
|
2019-09-19 08:20:27 +02:00 |
|
Miha Čančula
|
243690c67d
|
Small compile fix
|
2019-09-18 17:19:47 +02:00 |
|
Miha Čančula
|
50932bb5ff
|
Merge branch 'master' into GRPH-50-network_broadcast_api-fix
|
2019-09-18 15:17:58 +02:00 |
|
Peter Conrad
|
2cc32d79ba
|
Fixed assert
|
2019-09-18 15:12:27 +02:00 |
|
Peter Conrad
|
9077892d87
|
Log stacktrace instead of writing to stderr
|
2019-09-18 15:12:27 +02:00 |
|
Peter Conrad
|
4ce3775630
|
Clean up before returning
|
2019-09-18 15:12:27 +02:00 |
|
Peter Conrad
|
eb42ebb528
|
Add log message
|
2019-09-18 15:12:27 +02:00 |
|
Peter Conrad
|
ef52b39036
|
Preserve crash in debug mode
|
2019-09-18 15:12:27 +02:00 |
|
Peter Conrad
|
201b4b33f0
|
Print stacktrace when yielding within an exception handler
|
2019-09-18 15:12:27 +02:00 |
|
Peter Conrad
|
cd69d13348
|
Replaced spin_yield_lock with atomics
|
2019-09-18 15:12:27 +02:00 |
|
Peter Conrad
|
20c1688223
|
Removed superfluous return
|
2019-09-18 13:07:54 +02:00 |
|
Peter Conrad
|
164f1f68e6
|
Whitespace fixes
|
2019-09-18 13:07:54 +02:00 |
|
Peter Conrad
|
5b8a7c281c
|
Partial revert "Changes to avoid conflict in following cherry-pick"
This reverts commit d729816b06.
|
2019-09-18 13:07:47 +02:00 |
|
Spartucus
|
3583ee6138
|
Fix non-void function return value
Since last catch insert exception string to `ss`, it should returns.
|
2019-09-18 12:59:37 +02:00 |
|
Kevin Heifner
|
2eb047a6f4
|
Add exception handling to to_string and to_detail_string
|
2019-09-18 12:59:37 +02:00 |
|
Peter Conrad
|
d729816b06
|
Changes to avoid conflict in following cherry-pick
|
2019-09-18 12:59:37 +02:00 |
|
Peter Conrad
|
bae416a446
|
Merge pull request #162 from pmconrad/1982_rotate_logs
Check + rotate logs while logging not by scheduled task
|
2019-09-17 17:37:04 +02:00 |
|
Peter Conrad
|
f052ac98fa
|
Merge pull request #166 from pmconrad/copy_safety
Copy safety
|
2019-09-17 15:59:01 +02:00 |
|
Peter Conrad
|
e168b6400b
|
Avoid time calculation when not rotating
|
2019-09-17 13:46:02 +02:00 |
|
Peter Conrad
|
2b3611fa95
|
Delete copy constructor + copy assignment in tcp_socket
|
2019-09-16 14:44:55 +02:00 |
|
Peter Conrad
|
7b98c69c3b
|
Delete copy constructor + copy assignment in openssl type wrappers
|
2019-09-16 14:38:45 +02:00 |
|
Peter Conrad
|
8c9f7151e1
|
Moved stuff into fc::test namespace
|
2019-09-16 12:30:32 +02:00 |
|
Peter Conrad
|
f4866b777e
|
Move helper classes into fc::detail
|
2019-09-16 12:00:38 +02:00 |
|
Peter Conrad
|
f6fd6a7cf7
|
Avoid re-computing seconds
|
2019-09-15 14:18:57 +02:00 |
|
Peter Conrad
|
5cd9f7d631
|
Move log file deletion into separate task
|
2019-09-15 14:09:44 +02:00 |
|
Peter Conrad
|
1893cb336c
|
Separate exception declaration and implementation
|
2019-09-13 14:41:11 +03:00 |
|
Peter Conrad
|
a94d110b5d
|
Get rid of some inlines
|
2019-09-13 14:34:17 +03:00 |
|
Peter Conrad
|
23761bade5
|
Dont inline generic pack/unpack to enable externalized serialization
|
2019-09-13 14:29:24 +03:00 |
|
Peter Conrad
|
2e50624b28
|
Check + rotate logs while logging not by scheduled task
|
2019-09-12 16:01:09 +02:00 |
|
Bobinson K B
|
443f858d9b
|
Merge pull request #6 from satyakoneru/GRPH-4
CLI Wallet Crash Fix
|
2019-09-09 10:58:53 -04:00 |
|
satyakoneru
|
3738830d76
|
GRPH-4 CLI Wallet Crash Fix
|
2019-09-09 14:30:25 +00:00 |
|
Peter Conrad
|
869c75d070
|
Merge pull request #159 from pmconrad/314_windows_default_cas
Fix core #314 - Use windows default CAs for tls client connections
|
2019-09-06 08:09:13 +02:00 |
|
pbattu123
|
961452f06f
|
Merge pull request #3 from PBSA/master
Ubuntu 18.04 Upgrade
|
2019-09-03 13:20:49 -03:00 |
|
Roshan Syed
|
1d60bbb65b
|
Merge pull request #5 from PBSA/feature/ubuntu18.04-upgrade
Feature/ubuntu18.04 upgrade
|
2019-09-03 13:00:47 -03:00 |
|
Nathan Hourt
|
9db1417b25
|
Merge pull request #160 from nathanhourt/master
Add FC_REFLECT_DERIVED_NO_TYPENAME
|
2019-09-02 11:52:18 -05:00 |
|
Nathan Hourt
|
dadfe189d4
|
Add FC_REFLECT_DERIVED_NO_TYPENAME
This is moved to FC from graphene/protocol/types.hpp
|
2019-09-02 10:02:51 -05:00 |
|
Nathan Hourt
|
7e69567dd0
|
Merge pull request #158 from nathanhourt/master
Fix build on G++ 7
|
2019-09-02 09:53:20 -05:00 |
|
Nathan Hourt
|
1699b0ac36
|
Fix build on updated G++
|
2019-09-01 12:53:01 -05:00 |
|
Nathan Hourt
|
4b7bcb951d
|
Merge pull request #156 from nathanhourt/reflection-updates
Improve reflection system and static_variant
|
2019-09-01 10:33:40 -05:00 |
|
Peter Conrad
|
77a82903fc
|
Fix core #314 - Use windows default CAs for tls client connections
|
2019-09-01 15:17:59 +02:00 |
|
Nathan Hourt
|
292584ca59
|
Add static_variant::operator==
For real this time :)
|
2019-08-31 12:48:52 -05:00 |
|
Nathan Hourt
|
94cb1858b8
|
Fix constexprs, unused code
|
2019-08-31 12:48:52 -05:00 |
|
Abit
|
78aaaac8e1
|
Merge pull request #157 from bitshares/for-core-3-3
Merge for-core-3-3 branch into master
|
2019-08-30 22:27:42 +02:00 |
|