Shane Bryldt
|
b4ff0097eb
|
FS-10167: Switched reader writer lock code to use ks_thread_self_id instead of ks_thread_self, which is more appropriate and resolves a couple issues related to duplicating handles for windows. Clean compiling across all tests on windows now, updated all of the solution and project files for required changes.
|
2017-03-23 16:31:16 -06:00 |
Shane Bryldt
|
713aa5dc2e
|
FS-10167: Fixed a bug with ks_hash related to keying with INT/INT64/PTR modes, testhash now runs successfully on windows as well.
|
2017-03-23 14:36:46 -06:00 |
Shane Bryldt
|
e8d90bf987
|
FS-10167: Synced up *nix build of libks, removed twofish.c and twofish-cfb.c from build temporarily as it's not used and requires further review.
|
2017-03-23 14:32:58 -05:00 |
Shane Bryldt
|
d2facbce1e
|
FS-10167: More cleanup of libks, now compiles with no warnings or errors in VS2015, also fixed a bug in ks_pool.c related to logging prefix memory bounds checks. A few warnings had to be disabled entirely due to the issues coming from openssl.
|
2017-03-23 13:30:31 -06:00 |
Shane Bryldt
|
4eed255acb
|
FS-10167: Separate commit for fixed to have cJSON compile cleanly, and be able to push commit upstream easily.
|
2017-03-23 11:50:51 -06:00 |
Shane Bryldt
|
17f3daa7c3
|
FS-10167: Basic building of libks under VS2015, tests compile but most do not run successfully yet.
|
2017-03-23 11:37:45 -06:00 |
Shane Bryldt
|
79c62475f0
|
FS-10166: Removed UTP, did this in a separate commit in case it needs to be revived at some point.
|
2017-03-22 18:29:03 -05:00 |
Shane Bryldt
|
a95f8a8e75
|
FS-10166: Removed old DHT tests and stuff related to libtorrent, and a straggling diff related to old DHT.
|
2017-03-22 18:22:08 -05:00 |
Shane Bryldt
|
5cff01b2a8
|
FS-10165: Removed dependancy and autoconf check for libsodium from libks. Moved DHT, bencode, and related tests into libblade. Still requires refactoring in blade from ks_* to blade_*.
|
2017-03-22 17:47:33 -05:00 |
Shane Bryldt
|
75ee45395d
|
FS-9952: Added support to default ks_log system for including optional prefixes as desired, also added thread and time prefix options
|
2017-03-22 17:42:50 -04:00 |
Shane Bryldt
|
8f569f715b
|
FS-9952: Big commit, first registered jsonrpc echo call successful, lots of cleanup remaining
|
2017-03-22 17:42:50 -04:00 |
colm
|
8e417220d3
|
FS-9952: Add blade rpc error response creation
|
2017-03-22 17:42:50 -04:00 |
colm
|
aeff38c165
|
FS-9952: Fix compile errors in test 64bit build
|
2017-03-22 17:42:50 -04:00 |
colm
|
06e38ba1ff
|
FS-9952: Add blade extention to rpc messages
|
2017-03-22 17:42:49 -04:00 |
colm
|
fa6a4e7686
|
FS-9952: Add rpc h files to ks
|
2017-03-22 17:42:49 -04:00 |
colm
|
87cf880833
|
FS-9952: Update ks json-rpc api
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
89940dfc60
|
FS-9952: Fixed some stuff to get the blade service tested upto the point of processing config and listening on the same port across multiple interfaces
|
2017-03-22 17:42:49 -04:00 |
colm
|
2bce38afce
|
FS-9952: Add base64 code (from verto)
|
2017-03-22 17:42:49 -04:00 |
colm
|
59b1ab829e
|
FS-9952: Initial json rpc messaging
|
2017-03-22 17:42:48 -04:00 |
colm
|
8d029ae06b
|
FS-9952: Update testbuckets to current api
|
2017-03-22 17:42:48 -04:00 |
colm
|
c60a42009d
|
FS-9952: Initial json rpc messaging
|
2017-03-22 17:42:48 -04:00 |
Anthony Minessale
|
cd5182c27c
|
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets #resolve
|
2017-03-17 13:47:35 -05:00 |
Mike Jerris
|
e4e4fd2f9f
|
FS-10036: add back in patch from FS-4285. Still need to address this upstream
|
2017-03-08 20:50:34 -06:00 |
Mike Jerris
|
20bcb2edef
|
FS-10036: update cJSON code to pre 1.4.0 release of cJSON. this includes backports of all our fixes, and our build macros for windows and visibility. It also makes it easy to drop in a new version, and to in the future be able to switch to a system version of cJSON easily (after all these updates are in, probably around v2.0 timeframe. Note this new version adds a lot of extra error checking, fixes some buffer overruns, and improves parser and printer performance
|
2017-02-27 18:53:23 -06:00 |
Anthony Minessale
|
d452db8d08
|
FS-10052: [libks] Add experimental ref counting to ks_pool #resolve
|
2017-02-16 20:34:43 -06:00 |
Anthony Minessale
|
b79469b413
|
FS-10043: [libks] ks_pool_resize error #resolve
|
2017-02-14 20:48:54 -06:00 |
Anthony Minessale
|
b97e44ff3b
|
update thread pool test to use new pool_free syntax
|
2017-01-25 17:13:23 -06:00 |
Anthony Minessale
|
a4acfbd16b
|
add ks_acl
|
2017-01-25 17:10:50 -06:00 |
Anthony Minessale
|
fdc1399e96
|
add thread pool test file
|
2017-01-25 17:09:39 -06:00 |
colm
|
57f793a076
|
FS-9775: Remove nodeid from bucket container
|
2017-01-25 14:59:39 -06:00 |
colm
|
12f660131f
|
FS-9775: Update testbuckets to latest api
|
2017-01-25 14:59:39 -06:00 |
colm
|
bf881b78f6
|
FS-9775: Update testbuckets to new api
|
2017-01-25 14:59:39 -06:00 |
colm
|
b09fa90e51
|
FS-9775: Remove moved h file references
|
2017-01-25 14:59:39 -06:00 |
Shane Bryldt
|
743a768a3f
|
FS-9775: First round of integration of DHT into libblade, requires ongoing changes to DHT for proper exposure to blade level
|
2017-01-25 14:59:38 -06:00 |
Shane Bryldt
|
aaa13f3ba6
|
FS-9775: Tweaks, bug fixes, etc. Committing in preparation for introducing into libblade.
|
2017-01-25 14:59:38 -06:00 |
colm
|
66fdf5fa19
|
FS-9775: Implement serialization, deserialization & repopulation for dht table
|
2017-01-25 14:59:38 -06:00 |
Shane Bryldt
|
183116452b
|
FS-9775: A bunch of stuff related to chaining multiple jobs, bug fixes, few other changes
|
2017-01-25 14:59:38 -06:00 |
colm
|
a698651018
|
FS-9775: DHT Repopulate empty buckets
|
2017-01-25 14:59:38 -06:00 |
colm
|
4a0132f7b7
|
FS-9775: DHT Process table timing changes & test cleanup
|
2017-01-25 14:59:38 -06:00 |
Shane Bryldt
|
5f5f7f438e
|
FS-9775: Some cleanup and bug fixes in DHT, switched to using hash destructors, and added sending of errors to most failed query scenarios
|
2017-01-25 14:59:38 -06:00 |
Shane Bryldt
|
c4ed130073
|
FS-9775: First tested pass on search functionality, not tested with deep searching at multiple levels
|
2017-01-25 14:59:38 -06:00 |
colm
|
58e48a54f0
|
FS-9775: Add flags to dhtrt_create_node (merge)
|
2017-01-25 14:59:38 -06:00 |
Shane Bryldt
|
5dfd6d1b8f
|
FS-9775: Bug fixes and exposed interface changes while implementing tests for get/put which are functional and pass initial tests now. Deep searching needs to be revamped now to complete the full announcing process.
|
2017-01-25 14:59:38 -06:00 |
colm
|
4970c7e9a6
|
FS-9775: Exclude newly created nodes from find
|
2017-01-25 14:59:38 -06:00 |
colm
|
f6a2908ea8
|
FS-9775: Fix memory reuse. Remove redundant fields
|
2017-01-25 14:59:38 -06:00 |
colm
|
1aee27863f
|
FS-9775: Format sources
|
2017-01-25 14:59:38 -06:00 |
colm
|
eac02b764b
|
FS-9775: Implement deinit dht routetable
|
2017-01-25 14:59:38 -06:00 |
colm
|
59608400d1
|
FS-9775: Add sharelock api for dht nodes
|
2017-01-25 14:59:38 -06:00 |
colm
|
64a44ed3a5
|
FS-9775: Improve dht route table query performance
|
2017-01-25 14:59:37 -06:00 |
Shane Bryldt
|
8be2251b76
|
FS-9775: Started working on "put", ran into a bug in job states which is fixed now, adjusted find_node response to add nodes to the job
|
2017-01-25 14:59:37 -06:00 |
colm
|
4338c1b941
|
FS-9775: Drive ping logic from dhtrt_process_table
|
2017-01-25 14:59:37 -06:00 |
colm
|
51c1b7a719
|
FS-9775: Exclude non-active nodes from dhtrt_find_node
|
2017-01-25 14:59:37 -06:00 |
Shane Bryldt
|
41731d553a
|
FS-9775: Overhauled query/response handling by implementing a reusable job system to handle the common plumbing
|
2017-01-25 14:59:37 -06:00 |
Shane Bryldt
|
767326b047
|
FS-9775: Search for both v4 and v6 should now be implemented, untested currently
|
2017-01-25 14:59:37 -06:00 |
colm
|
c2868dbf8a
|
FS-9775: update dht bucket tests
|
2017-01-25 14:59:37 -06:00 |
colm
|
2c3b074897
|
FS-9775: add threadpool to init_routetable
|
2017-01-25 14:59:37 -06:00 |
colm
|
df61ab87bf
|
FS-9775: initialize dht nodes as dubious
|
2017-01-25 14:59:36 -06:00 |
colm
|
f7027cd343
|
FS-9775: DHT find closest nodes not completing search
|
2017-01-25 14:59:36 -06:00 |
Anthony Minessale
|
421f13e6e5
|
add const
|
2017-01-25 14:59:36 -06:00 |
Anthony Minessale
|
d2f04e2133
|
make ks_pool_free appear take double pointer
|
2017-01-25 14:59:36 -06:00 |
Shane Bryldt
|
73e4c22255
|
FS-9775: Most of search functionality is finished, needs testing when route table is ready, still reviewing a few things related to recent lock changes
|
2017-01-25 14:59:36 -06:00 |
Anthony Minessale
|
68e5321da0
|
regression from nolock mode
|
2017-01-25 14:59:36 -06:00 |
colm
|
aed03077ef
|
FS-9775: Bucket synchronization fixes & Updated tests
|
2017-01-25 14:59:36 -06:00 |
Anthony Minessale
|
a42ed8f8f0
|
add flags to disable auto assert and auto memset
|
2017-01-25 14:59:36 -06:00 |
Anthony Minessale
|
a0e3c93b09
|
get rid of FLAG_DEFAULT and juggle some params
|
2017-01-25 14:59:36 -06:00 |
Anthony Minessale
|
ec0906e2d4
|
add nolock to hash and make it default
|
2017-01-25 14:59:36 -06:00 |
Shane Bryldt
|
4517a511d5
|
FS-9775: Major cleanup around allocations, more work on search functionality, adjusted polling to reduce timeout when outgoing messages are pending
|
2017-01-25 14:59:36 -06:00 |
colm
|
d7222718aa
|
FS-9775: Exempt local nodes from expiration. Add release_querynodes api
|
2017-01-25 14:59:36 -06:00 |
colm
|
6013808781
|
FS-9775: Thread safe dht buckets continued
|
2017-01-25 14:59:36 -06:00 |
colm
|
fbc46839d9
|
FS-9775: Thread safe dht buckets
|
2017-01-25 14:59:36 -06:00 |
Shane Bryldt
|
e52a85eb8d
|
FS-9775: Added initialization of threadpool, and switched parsing and processing of a received datagram to dispatch through the threadpool. Also a bit more work on searches sneaking in here.
|
2017-01-25 14:59:36 -06:00 |
Anthony Minessale
|
2c5e40369f
|
add mutex to windows emulated recursive Read locks
|
2017-01-25 14:59:36 -06:00 |
colm
|
fc578a67f1
|
FS-9775: Add ks_dhtrt_release_node api call
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
fe36139965
|
FS-9775: Started mocking out structures for ks_dht_search, but merged route table updates and updated the tests for current pending issues
|
2017-01-25 14:59:35 -06:00 |
Anthony Minessale
|
ff57e94889
|
add enum rules
|
2017-01-25 14:59:35 -06:00 |
colm
|
b3bcc76db1
|
FS-9775: correct ks_dhtrt_closest_nodes query results
|
2017-01-25 14:59:35 -06:00 |
colm
|
5fa53dae50
|
FS-9775: Define for max nodes in a find_closestnodes query
|
2017-01-25 14:59:35 -06:00 |
colm
|
779592a9aa
|
FS-9775: Updates for latest dht_bucket changes
|
2017-01-25 14:59:35 -06:00 |
colm
|
0842616add
|
FS-9775: Update touch time on existing node in create_node. Rename enums
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
b88437fcbe
|
FS-9775: Some cleanup, some commenting, some fixes.
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
9e9adb8e4b
|
FS-9775: Incorporated route table to test find_node before adding deep searching, but routetable bug is currently returning same values for all closest nodes results
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
e56c388707
|
FS-9775: Adjusted to proper destructor pattern, cleaned up unneccessary zeroing in allocators, and reduced preallocs to use memset
|
2017-01-25 14:59:35 -06:00 |
colm
|
fdd7e7ec1c
|
FS-9775: findclosest_nodes support for local/remote and ip family
|
2017-01-25 14:59:35 -06:00 |
colm
|
579e32013e
|
FS-9775: add tests for dht buckets
|
2017-01-25 14:59:35 -06:00 |
colm
|
86d295ded1
|
FS-9775: Indentify local nodes, allow query to distingush local v remote
|
2017-01-25 14:59:35 -06:00 |
Anthony Minessale
|
1642b36eae
|
update whitespace changes
|
2017-01-25 14:59:35 -06:00 |
Anthony Minessale
|
101e261f6b
|
missed a spot
|
2017-01-25 14:59:35 -06:00 |
Anthony Minessale
|
61157bb516
|
fix imaginary compiler error on psuedo-code
|
2017-01-25 14:59:35 -06:00 |
Anthony Minessale
|
4d7f864495
|
format cleanup
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
dc76746bf2
|
FS-9775: Significant work towards supporting BEP44, "get" is nearly working committing to merge routetable updates
|
2017-01-25 14:59:34 -06:00 |
colm
|
aa47b4bec2
|
FS-9775: Match up datatypes, alloc node_t, remove ks_dht_bucket.h
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
c8c2dc87f7
|
FS-9775: Fixed autorouting, must be checked before message generation as the message may include a nodeid that is specific to the endpoint used
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
c22b252ca0
|
FS-9775: Adjusted ks_dht_nodeid_t back to a structure as you cannot cast raw data to a fixed array
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
70fcffc48c
|
FS-9775: Refactored some code to create ks_dht_setup_response for reusability
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
9e5121eb00
|
FS-9775: Changed local nodeid to be per endpoint, and removed ks_dht_node_t in preparation for changes based on route table discussions
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
88ee82a380
|
FS-9775: Removed building of old dht code, renamed new dht code from dht2 to dht
|
2017-01-25 14:59:34 -06:00 |
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 |