Shane Bryldt
253b808f1b
FS-9775: Some refactoring for consistency, reduction of nodeid to simpler type, added preliminary type for node to track externally after discussions on route table responsibilities
2017-01-25 14:59:34 -06:00
Shane Bryldt
4f4656055c
FS-9775: Resolved conflicts during merge
2017-01-25 14:59:34 -06:00
colm
0302eca52a
FS-9775: Mark suspect and expired nodes. Add to makefile
2017-01-25 14:59:34 -06:00
Shane Bryldt
d034968774
FS-9775: Added preliminary support for processing find_nodes query, including calls to compact addresses and node info
2017-01-25 14:59:34 -06:00
Shane Bryldt
3e12cca293
FS-9775: Refactored sending of messages to utilize a more scalable and throttled queue for outgoing messages
2017-01-25 14:59:34 -06:00
colm
b51038f618
FS-9775: Match up data types with existing code
2017-01-25 14:59:34 -06:00
Shane Bryldt
7ac7a7e75b
FS-9775: Added support for removing finished transactions via latent purging while expiring
...
Also added support to send error message responses and updated the test to confirm, errors still need to be updated to send an error responses
2017-01-25 14:59:34 -06:00
Shane Bryldt
f95ca83b06
FS-9775: Fixed some bugs, unit test now successfully sends, processes, responds, and receives and validates a ping, more on this soon
2017-01-25 14:59:34 -06:00
Shane Bryldt
e4176f5873
FS-9775: Initial work towards sending messages, refactored into less headers, test updated
2017-01-25 14:59:33 -06:00
Shane Bryldt
d9c1dba85f
FS-9775: Removing a file that got added because of a typo on the shell
2017-01-25 14:59:33 -06:00
Shane Bryldt
61e1545e8f
FS-9775: Replaced initialization of nodeid to use safer passing through raw fixed size type
2017-01-25 14:59:33 -06:00
Shane Bryldt
ed8e4dc610
FS-9775: Renamed registries, added query registry with ping callback, unit test updated
2017-01-25 14:59:33 -06:00
Shane Bryldt
e9fdd9c946
FS-9775: Encapsulated message details into ks_dht2_message_t
2017-01-25 14:59:33 -06:00
Shane Bryldt
6eed8d3f94
FS-9775: Added initial registry for 'y' keys, and some unit testing
2017-01-25 14:59:33 -06:00
Shane Bryldt
f9ed958ecc
FS-9775: Added some preliminary message processing, and unit testing for it
2017-01-25 14:59:33 -06:00
Shane Bryldt
2b3b2ef93d
FS-9775: Added initial unit test of preliminary allocation, initialization and binding code
2017-01-25 14:59:33 -06:00
Shane Bryldt
d86a8d89a4
FS-9775: Renamed calls *_salloc to *_prealloc
2017-01-25 14:59:33 -06:00
Shane Bryldt
b331b72ebe
FS-9775: Added salloc calls for other entities
...
The use of salloc in the main ks_dht_t for the inner nodeid suggests salloc calls
should be renamed prealloc to avoid confusion where not used on stack variables
2017-01-25 14:59:33 -06:00
Shane Bryldt
63d0d8dc4a
FS-9775: Added salloc call to dht for stack allocation, passing on the pool
...
This will be replicated to other allocations
2017-01-25 14:59:33 -06:00
Shane Bryldt
d0791961c4
FS-9775: Initial commit of the first portion of the DHT rewrite for peer review
...
Code compiles, but not yet functional, unit tests to come soon for current code
2017-01-25 14:59:33 -06:00
Anthony Minessale
82b49c30d5
add coding guidelines
2016-12-09 13:59:17 -06:00
Anthony Minessale
b6df83dd10
FS-9820 #resolve [Add thread_pool to libks]
2016-12-06 16:46:08 -06:00
Seven Du
b26fa6e17c
FS-9810 fix ws write fail on slow network
2016-12-04 12:49:46 +08:00
Anthony Minessale
a0180288cf
FS-9803 #resolve [Add support for arbitrary data as hash keys]
2016-12-01 18:11:52 -06:00
Mike Jerris
7884bee06a
FS-9768: [build] don't limit to just clang
2016-11-23 15:05:12 -06:00
Shane Bryldt
198a6debff
FS-9767: Fixed the size of the keys to use crypto_sign_XXXXBYTES for proper key size
...
Also added parsing of identity in message_mutable to force directing test messages
which are now recieved by the designated peer
2016-11-23 20:20:26 +00:00
Shane Bryldt
2d1e0ae275
FS-9766: Added 1 byte to ben_encode output and terminates output
2016-11-23 19:49:48 +00:00
Mike Jerris
3ddaf0f269
cleanup new libks deleted files
2016-11-23 13:29:36 -06:00
Mike Jerris
9fd0b6bd2f
update libks
2016-11-23 13:23:33 -06:00
Anthony Minessale
26bed941b3
FS-8160 Additional vulnerability in json parsing malformed utf encoded chars discovered by Brian Martin - Tenable Security Response CVE-2015-7392
2015-11-19 13:45:04 -06:00
Michael Jerris
cf892528a1
FS-8160: properly handle malformed json when parsing json with \u at the end of a json string
2015-09-14 17:56:55 -04:00
Mike Jerris
6445012dd6
windows test program working
2015-09-04 16:37:49 -04:00
Anthony Minessale
93a647468b
move some defs to platform
2015-09-04 15:18:55 -05:00
Anthony Minessale
8a5cd7e734
cleanup
2015-09-04 15:10:55 -05:00
Anthony Minessale
6bb3e86629
add test
2015-09-04 15:06:52 -05:00
Anthony Minessale
01e7aaab89
temp build test func
2015-09-04 15:04:21 -05:00
Anthony Minessale
e5bcf53b17
rm wtf
2015-09-04 15:04:21 -05:00
Anthony Minessale
fd98f7f4fb
formatting
2015-09-04 15:04:21 -05:00
Anthony Minessale
8142b5eb81
formatting
2015-09-04 15:04:21 -05:00
Mike Jerris
25b9c4810a
turn on all warnings in windows build, silence specific ones we don't want
2015-09-04 14:49:52 -04:00
Anthony Minessale
ecca125c6a
add types and platform headers
2015-09-04 12:54:37 -05:00
Mike Jerris
84504b04c8
fully clean windows build
2015-09-04 13:28:55 -04:00
Mike Jerris
5b4b82c4f0
working windows build
2015-09-04 13:25:32 -04:00
Anthony Minessale
9830fb63f6
eliminate sbrk and make build on mac
2015-09-04 12:05:06 -05:00
Mike Jerris
17f7afe76a
almost working windows build
2015-09-04 12:58:46 -04:00
Anthony Minessale
b434e2b7fe
add map_anonymoys support
2015-09-04 11:38:16 -05:00
Anthony Minessale
aebc6467fb
formatting
2015-09-04 11:34:51 -05:00
Anthony Minessale
ab4514d1e5
fix indenting
2015-09-04 11:26:21 -05:00
Michael Jerris
3947d443fa
add some code to test
2015-09-04 12:07:05 -04:00
Anthony Minessale
4d12bef20b
revert
2015-08-31 13:00:08 -05:00