Anthony Minessale
|
e3dd169d63
|
blah
|
2017-03-27 17:23:41 -05:00 |
Anthony Minessale
|
ac3758df70
|
FS-10167 extra unlock
|
2017-03-27 15:45:10 -05:00 |
Anthony Minessale
|
aa526a5363
|
FS-10167 auto change state when joining a thread out of the blue
|
2017-03-27 15:21:06 -05:00 |
Anthony Minessale
|
82e510a54d
|
fix sanitize addr
|
2017-03-27 15:17:53 -05:00 |
Anthony Minessale
|
e195d5a294
|
FS-10167 WIP getting rid of mmap
|
2017-03-27 14:52:01 -05:00 |
Anthony Minessale
|
020f80b8d2
|
FS-10167 track joins and only do them once
|
2017-03-27 13:06:43 -05:00 |
Anthony Minessale
|
52f1451ece
|
FS-10167 fix issues in the thread code
|
2017-03-27 13:01:38 -05:00 |
Anthony Minessale
|
e1d596d0c9
|
FS-10167 encore
|
2017-03-27 12:08:55 -05:00 |
Anthony Minessale
|
6ef27805d8
|
FS-10167 contd
|
2017-03-27 11:10:22 -05:00 |
Shane Bryldt
|
f6b8329827
|
FS-10167: Added testmmap to isolate page allocation issues under windows, vs project coming soon
|
2017-03-27 09:11:23 -05:00 |
Anthony Minessale
|
213eb8e276
|
FS-10167 fix invalid size passed into free
|
2017-03-26 10:31:43 -04:00 |
Anthony Minessale
|
5003c66406
|
FS-10167 complile issues for mac sierra
|
2017-03-26 10:18:38 -04:00 |
Shane Bryldt
|
f0afe29c9c
|
FS-10167: Temporary commit to test some weirdness with pool freeing and memory mapping
|
2017-03-24 16:06:20 -06:00 |
Shane Bryldt
|
be451e4305
|
FS-10167: Fixed sockets in libks, testsock now runs correctly under windows
|
2017-03-24 00:34:14 -06:00 |
Shane Bryldt
|
ad968eda6f
|
FS-10167: Fixed a bug in ks_pool alloc_mem that assumes memory is zeroed before incrementing reference count rather than assigning it, which worked on linux test for some reason but failed under windows test which identified the issue.
|
2017-03-23 16:52:49 -06:00 |
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
|
7742dffae4
|
FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems
|
2017-03-22 17:42:50 -04: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 |
Shane Bryldt
|
fd49aebb1d
|
FS-9952: Intermediate commit for a fresh point to start retrofitting the jsonrpc code that is incomplete
|
2017-03-22 17:42:50 -04:00 |
Shane Bryldt
|
5d7e40c811
|
FS-9952: Some code refactoring and added TTL for sessions, currently harcoded at 5 seconds for testing purposes only and should come from config
|
2017-03-22 17:42:50 -04:00 |
Shane Bryldt
|
14a99987bb
|
FS-9952: Preliminary session negotiations done, added a bunch of logging, fixed up cleanup code, needs more testing and more error handling
|
2017-03-22 17:42:50 -04:00 |
Shane Bryldt
|
3d8fd5dcaf
|
FS-9952: Added the first half of the session negotations for the server side, untested as it requires the second half coming soon for client side
|
2017-03-22 17:42:50 -04:00 |
Shane Bryldt
|
cb7e95fd9a
|
FS-9952: A bunch of cleanup and shifting connections towards ID based passing instead of pointers, will replicate and adjust for session system next
|
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 |
Shane Bryldt
|
a7add33519
|
FS-9952: Committing to show problem with ks_pool_resize
|
2017-03-22 17:42:50 -04:00 |
colm
|
d6d8ede6b9
|
FS-9952: Add query & tests for blade extention to rpc messages
|
2017-03-22 17:42:49 -04:00 |
colm
|
06e38ba1ff
|
FS-9952: Add blade extention to rpc messages
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
418092e1ee
|
FS-9952: Some work towards client connectivity support, commit is to remove blade_message_t and get RPC stuff updated, code does not compile currently
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
942ae77bde
|
FS-9952: Added initial support for registering transports, and initial untested code for parsing identities
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
2b3e2646e3
|
FS-9952: Updated bladec test, it successfully listens for connections, further testing required
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
7e2d375d76
|
FS-9952: Added envelope to queue sending messages, prepping for initial server transport testing
|
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
|
5eb61cf535
|
FS-9952: Update for compile issues
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
de1ddf187b
|
FS-9952: More work on the connection and transport code, couple things left to do but nearly ready for testing upto starting session negotiations
|
2017-03-22 17:42:49 -04:00 |
colm
|
eb4ece83b9
|
FS-9952: Add testrpcproto, Update api
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
c3b7bb583f
|
FS-9952: Rewrote core code to utilize state machine driven system based on discussions, code compiles but completely untested currently
|
2017-03-22 17:42:49 -04:00 |
colm
|
b24eb4d707
|
FS-9952: Initial rpc application implementation
|
2017-03-22 17:42:49 -04:00 |
colm
|
a9945a682b
|
FS-9952: Initial rpc application implementation
|
2017-03-22 17:42:49 -04:00 |
colm
|
1761e35bf1
|
FS-9952: Initial rpc application implementation
|
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 |