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 |
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 |
Shane Bryldt
|
4ec0fbc581
|
FS-9952: A few changes and implemented the initial service peer state callbacks
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
80179e7bd0
|
FS-9952: More work on the blade service transport layer, now compiles but is untested, and still missing a few pieces to be functional
|
2017-03-22 17:42:49 -04:00 |
Shane Bryldt
|
eb57b7910e
|
FS-9952: Temporary commit for some peer review
|
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 |
Andrey Volk
|
62f48cafe7
|
FS-10074 [libtiff] Update to tiff-4.0.7, move from codebase to download
|
2017-03-16 20:12:30 +03:00 |
Mike Jerris
|
417b1d2a9a
|
FS-10036: fix include
|
2017-03-15 13:33:03 -05:00 |
Mike Jerris
|
34c48368dc
|
FS-10074: [libtiff] stop using embedded libtiff. Build now requires system libtiff
|
2017-03-14 18:29:37 -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 |
Mike Jerris
|
db3242ff5c
|
.update
|
2017-02-14 14:26:35 -06:00 |
Mike Jerris
|
9c995cedd8
|
Merge pull request #1189 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10037-update-openssl-to-version-1.0.2k to master
* commit 'd7d392ba874348c2a9922140f733c5ddd20eb808':
FS-10037 [Core] Update OpenSSL to version 1.0.2k for windows
|
2017-02-13 18:19:48 -06:00 |
Armen Babikyan
|
6ed86abf9f
|
FS-9300: Add support for disabling sofia's 100 Trying via configuration, and sending 100 Trying from dialplan
|
2017-02-13 14:49:05 -08:00 |