]> git.ipfire.org Git - thirdparty/freeswitch.git/shortlog
thirdparty/freeswitch.git
2017-01-25  colmFS-9775: Remove moved h file references
2017-01-25  Shane BryldtFS-9775: First round of integration of DHT into libblad...
2017-01-25  Shane BryldtFS-9775: Fixed building libblade with address sanitizin...
2017-01-25  Shane BryldtFS-9775: Tweaks, bug fixes, etc. Committing in preparat...
2017-01-25  colmFS-9775: Implement serialization, deserialization...
2017-01-25  Shane BryldtFS-9775: A bunch of stuff related to chaining multiple...
2017-01-25  colmFS-9775: DHT Repopulate empty buckets
2017-01-25  colmFS-9775: DHT Process table timing changes & test cleanup
2017-01-25  Shane BryldtFS-9775: Some cleanup and bug fixes in DHT, switched...
2017-01-25  Shane BryldtFS-9775: First tested pass on search functionality...
2017-01-25  colmFS-9775: Add flags to dhtrt_create_node (merge)
2017-01-25  Shane BryldtFS-9775: Bug fixes and exposed interface changes while...
2017-01-25  colmFS-9775: Exclude newly created nodes from find
2017-01-25  colmFS-9775: Fix memory reuse. Remove redundant fields
2017-01-25  colmFS-9775: Format sources
2017-01-25  colmFS-9775: Implement deinit dht routetable
2017-01-25  colmFS-9775: Add sharelock api for dht nodes
2017-01-25  colmFS-9775: Improve dht route table query performance
2017-01-25  Shane BryldtFS-9775: Started working on "put", ran into a bug in...
2017-01-25  colmFS-9775: Drive ping logic from dhtrt_process_table
2017-01-25  colmFS-9775: Exclude non-active nodes from dhtrt_find_node
2017-01-25  Shane BryldtFS-9775: Overhauled query/response handling by implemen...
2017-01-25  Shane BryldtFS-9775: Search for both v4 and v6 should now be implem...
2017-01-25  colmFS-9775: update dht bucket tests
2017-01-25  colmFS-9775: add threadpool to init_routetable
2017-01-25  colmFS-9775: initialize dht nodes as dubious
2017-01-25  colmFS-9775: DHT find closest nodes not completing search
2017-01-25  Anthony Minessaleadd const
2017-01-25  Anthony Minessalemake ks_pool_free appear take double pointer
2017-01-25  Shane BryldtFS-9775: Most of search functionality is finished,...
2017-01-25  Anthony Minessaleregression from nolock mode
2017-01-25  colmFS-9775: Bucket synchronization fixes & Updated tests
2017-01-25  Anthony Minessaleadd flags to disable auto assert and auto memset
2017-01-25  Anthony Minessaleget rid of FLAG_DEFAULT and juggle some params
2017-01-25  Anthony Minessaleadd nolock to hash and make it default
2017-01-25  Shane BryldtFS-9775: Major cleanup around allocations, more work...
2017-01-25  colmFS-9775: Exempt local nodes from expiration. Add releas...
2017-01-25  colmFS-9775: Thread safe dht buckets continued
2017-01-25  colmFS-9775: Thread safe dht buckets
2017-01-25  Shane BryldtFS-9775: Added initialization of threadpool, and switch...
2017-01-25  Anthony Minessaleadd mutex to windows emulated recursive Read locks
2017-01-25  colmFS-9775: Add ks_dhtrt_release_node api call
2017-01-25  Shane BryldtFS-9775: Started mocking out structures for ks_dht_sear...
2017-01-25  Anthony Minessaleadd enum rules
2017-01-25  colmFS-9775: correct ks_dhtrt_closest_nodes query results
2017-01-25  colmFS-9775: Define for max nodes in a find_closestnodes...
2017-01-25  colmFS-9775: Updates for latest dht_bucket changes
2017-01-25  colmFS-9775: Update touch time on existing node in create_n...
2017-01-25  Shane BryldtFS-9775: Some cleanup, some commenting, some fixes.
2017-01-25  Shane BryldtFS-9775: Incorporated route table to test find_node...
2017-01-25  Shane BryldtFS-9775: Adjusted to proper destructor pattern, cleaned...
2017-01-25  colmFS-9775: findclosest_nodes support for local/remote...
2017-01-25  colmFS-9775: add tests for dht buckets
2017-01-25  colmFS-9775: Indentify local nodes, allow query to distingu...
2017-01-25  Anthony Minessaleupdate whitespace changes
2017-01-25  Anthony Minessalemissed a spot
2017-01-25  Anthony Minessalefix imaginary compiler error on psuedo-code
2017-01-25  Anthony Minessaleformat cleanup
2017-01-25  Shane BryldtFS-9775: Significant work towards supporting BEP44...
2017-01-25  colmFS-9775: Match up datatypes, alloc node_t, remove ks_dh...
2017-01-25  Shane BryldtFS-9775: Fixed autorouting, must be checked before...
2017-01-25  Shane BryldtFS-9775: Adjusted ks_dht_nodeid_t back to a structure...
2017-01-25  Shane BryldtFS-9775: Refactored some code to create ks_dht_setup_re...
2017-01-25  Shane BryldtFS-9775: Changed local nodeid to be per endpoint, and...
2017-01-25  Shane BryldtFS-9775: Removed building of old dht code, renamed...
2017-01-25  Shane BryldtFS-9775: Some refactoring for consistency, reduction...
2017-01-25  Shane BryldtFS-9775: Resolved conflicts during merge
2017-01-25  colmFS-9775: Mark suspect and expired nodes. Add to makefile
2017-01-25  Shane BryldtFS-9775: Added preliminary support for processing find_...
2017-01-25  Shane BryldtFS-9775: Refactored sending of messages to utilize...
2017-01-25  colmFS-9775: Match up data types with existing code
2017-01-25  Shane BryldtFS-9775: Added support for removing finished transactio...
2017-01-25  Shane BryldtFS-9775: Fixed some bugs, unit test now successfully...
2017-01-25  Shane BryldtFS-9775: Initial work towards sending messages, refacto...
2017-01-25  Shane BryldtFS-9775: Removing a file that got added because of...
2017-01-25  Shane BryldtFS-9775: Replaced initialization of nodeid to use safer...
2017-01-25  Shane BryldtFS-9775: Renamed registries, added query registry with...
2017-01-25  Shane BryldtFS-9775: Encapsulated message details into ks_dht2_mess...
2017-01-25  Shane BryldtFS-9775: Added initial registry for 'y' keys, and some...
2017-01-25  Shane BryldtFS-9775: Added some preliminary message processing...
2017-01-25  Brian Westupdate libblade
2017-01-25  Shane BryldtFS-9775: Added initial unit test of preliminary allocat...
2017-01-25  Shane BryldtFS-9775: Renamed calls *_salloc to *_prealloc
2017-01-25  Shane BryldtFS-9775: Added salloc calls for other entities
2017-01-25  Shane BryldtFS-9775: Added salloc call to dht for stack allocation...
2017-01-25  Shane BryldtFS-9775: Initial commit of the first portion of the...
2017-01-25  Anthony MinessaleFS-9978: [mod_expr] mod_expr random seed function not...
2017-01-24  Mike JerrisRevert "bump build tool and dependency version numbers."
2017-01-23  Chris RienzoFS-9965 [mod_hiredis] release context after getting...
2017-01-23  Chris RienzoFS-9965 [mod_hiredis] Improvements for performance...
2017-01-23  Mike JerrisRevert "FS-9970 build debug Makefile.openbsd until...
2017-01-23  Brian WestMerge pull request #1163 in FS/freeswitch from ~SYSFU...
2017-01-22  SethFS-9968 build debug Makefile.openbsd until it successfu...
2017-01-22  Sethbump build tool and dependency version numbers.
2017-01-19  Chris RienzoFS-9959 [mod_spandsp] Add two new channel variables
2017-01-19  Anthony MinessaleFS-9958
2017-01-18  Anthony MinessaleFS-9958
2017-01-18  Anthony MinessaleFS-9958: [freeswitch-core,mod_local_stream] Add agc...
2017-01-18  Mike JerrisMerge pull request #1157 in FS/freeswitch from ~LAZEDO...
2017-01-18  Anthony MinessaleFS-9954: [freeswitch-core] Crash on switch_ivr_intercep...
next