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