]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
8 years agoupdate thread pool test to use new pool_free syntax
Anthony Minessale [Wed, 25 Jan 2017 23:13:23 +0000 (17:13 -0600)] 
update thread pool test to use new pool_free syntax

8 years agoadd ks_acl
Anthony Minessale [Wed, 25 Jan 2017 23:10:50 +0000 (17:10 -0600)] 
add ks_acl

8 years agoadd thread pool test file
Anthony Minessale [Wed, 25 Jan 2017 23:09:39 +0000 (17:09 -0600)] 
add thread pool test file

8 years agoMerge pull request #1169 in FS/freeswitch from feature/FS-9775-rewrite-dht to master
Anthony Minessale II [Wed, 25 Jan 2017 21:02:39 +0000 (15:02 -0600)] 
Merge pull request #1169 in FS/freeswitch from feature/FS-9775-rewrite-dht to master

* commit '57f793a07696739b9f3db15e40f6039a3ec5aad0': (92 commits)
  FS-9775: Remove nodeid from bucket container
  FS-9775: Update testbuckets to latest api
  FS-9775: Update testbuckets to new api
  FS-9775: Committing start of very basic datastore concept, will start tieing in the physical transport layer for replication under new ticket/branch
  fix unqlite build, don't do warn all ansi on it
  FS-9775: Committing to get assistance with building unqlite
  FS-9775: Remove moved h file references
  FS-9775: First round of integration of DHT into libblade, requires ongoing changes to DHT for proper exposure to blade level
  FS-9775: Fixed building libblade with address sanitizing support
  FS-9775: Tweaks, bug fixes, etc. Committing in preparation for introducing into libblade.
  FS-9775:  Implement serialization, deserialization & repopulation for dht table
  FS-9775: A bunch of stuff related to chaining multiple jobs, bug fixes, few other changes
  FS-9775: DHT Repopulate empty buckets
  FS-9775: DHT Process table timing changes & test cleanup
  FS-9775: Some cleanup and bug fixes in DHT, switched to using hash destructors, and added sending of errors to most failed query scenarios
  FS-9775: First tested pass on search functionality, not tested with deep searching at multiple levels
  FS-9775:  Add flags to dhtrt_create_node (merge)
  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.
  FS-9775:  Exclude newly created nodes from find
  FS-9775: Fix memory reuse.  Remove redundant fields
  ...

8 years agoFS-9775: Remove nodeid from bucket container
colm [Wed, 18 Jan 2017 17:29:11 +0000 (12:29 -0500)] 
FS-9775: Remove nodeid from bucket container

8 years agoFS-9775: Update testbuckets to latest api
colm [Wed, 18 Jan 2017 17:25:53 +0000 (12:25 -0500)] 
FS-9775: Update testbuckets to latest api

8 years agoFS-9775: Update testbuckets to new api
colm [Mon, 9 Jan 2017 15:20:36 +0000 (10:20 -0500)] 
FS-9775: Update testbuckets to new api

8 years agoFS-9775: Committing start of very basic datastore concept, will start tieing in the...
Shane Bryldt [Tue, 17 Jan 2017 18:20:43 +0000 (18:20 +0000)] 
FS-9775: Committing start of very basic datastore concept, will start tieing in the physical transport layer for replication under new ticket/branch

8 years agofix unqlite build, don't do warn all ansi on it
Mike Jerris [Mon, 16 Jan 2017 18:13:40 +0000 (12:13 -0600)] 
fix unqlite build, don't do warn all ansi on it

8 years agoFS-9775: Committing to get assistance with building unqlite
Shane Bryldt [Mon, 16 Jan 2017 17:33:41 +0000 (17:33 +0000)] 
FS-9775: Committing to get assistance with building unqlite

8 years agoFS-9775: Remove moved h file references
colm [Mon, 9 Jan 2017 14:52:18 +0000 (09:52 -0500)] 
FS-9775: Remove moved h file references

8 years agoFS-9775: First round of integration of DHT into libblade, requires ongoing changes...
Shane Bryldt [Mon, 9 Jan 2017 13:19:14 +0000 (13:19 +0000)] 
FS-9775: First round of integration of DHT into libblade, requires ongoing changes to DHT for proper exposure to blade level

8 years agoFS-9775: Fixed building libblade with address sanitizing support
Shane Bryldt [Thu, 5 Jan 2017 16:22:35 +0000 (16:22 +0000)] 
FS-9775: Fixed building libblade with address sanitizing support

8 years agoFS-9775: Tweaks, bug fixes, etc. Committing in preparation for introducing into libblade.
Shane Bryldt [Thu, 5 Jan 2017 16:19:55 +0000 (16:19 +0000)] 
FS-9775: Tweaks, bug fixes, etc. Committing in preparation for introducing into libblade.

8 years agoFS-9775: Implement serialization, deserialization & repopulation for dht table
colm [Fri, 6 Jan 2017 22:25:52 +0000 (17:25 -0500)] 
FS-9775:  Implement serialization, deserialization & repopulation for dht table

8 years agoFS-9775: A bunch of stuff related to chaining multiple jobs, bug fixes, few other...
Shane Bryldt [Tue, 3 Jan 2017 07:09:02 +0000 (07:09 +0000)] 
FS-9775: A bunch of stuff related to chaining multiple jobs, bug fixes, few other changes

8 years agoFS-9775: DHT Repopulate empty buckets
colm [Sat, 31 Dec 2016 01:30:11 +0000 (20:30 -0500)] 
FS-9775: DHT Repopulate empty buckets

8 years agoFS-9775: DHT Process table timing changes & test cleanup
colm [Thu, 29 Dec 2016 21:22:18 +0000 (16:22 -0500)] 
FS-9775: DHT Process table timing changes & test cleanup

8 years agoFS-9775: Some cleanup and bug fixes in DHT, switched to using hash destructors, and...
Shane Bryldt [Wed, 28 Dec 2016 15:18:38 +0000 (15:18 +0000)] 
FS-9775: Some cleanup and bug fixes in DHT, switched to using hash destructors, and added sending of errors to most failed query scenarios

8 years agoFS-9775: First tested pass on search functionality, not tested with deep searching...
Shane Bryldt [Wed, 28 Dec 2016 00:52:10 +0000 (00:52 +0000)] 
FS-9775: First tested pass on search functionality, not tested with deep searching at multiple levels

8 years agoFS-9775: Add flags to dhtrt_create_node (merge)
colm [Tue, 27 Dec 2016 18:20:10 +0000 (13:20 -0500)] 
FS-9775:  Add flags to dhtrt_create_node (merge)

8 years agoFS-9775: Bug fixes and exposed interface changes while implementing tests for get...
Shane Bryldt [Tue, 27 Dec 2016 04:27:35 +0000 (04:27 +0000)] 
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.

8 years agoFS-9775: Exclude newly created nodes from find
colm [Fri, 23 Dec 2016 16:45:17 +0000 (11:45 -0500)] 
FS-9775:  Exclude newly created nodes from find

8 years agoFS-9775: Fix memory reuse. Remove redundant fields
colm [Thu, 22 Dec 2016 22:34:51 +0000 (17:34 -0500)] 
FS-9775: Fix memory reuse.  Remove redundant fields

8 years agoFS-9775: Format sources
colm [Thu, 22 Dec 2016 03:25:33 +0000 (22:25 -0500)] 
FS-9775:  Format sources

8 years agoFS-9775: Implement deinit dht routetable
colm [Wed, 21 Dec 2016 23:43:22 +0000 (18:43 -0500)] 
FS-9775: Implement deinit dht routetable

8 years agoFS-9775: Add sharelock api for dht nodes
colm [Wed, 21 Dec 2016 17:44:22 +0000 (12:44 -0500)] 
FS-9775: Add sharelock api for dht nodes

8 years agoFS-9775: Improve dht route table query performance
colm [Wed, 21 Dec 2016 00:50:59 +0000 (19:50 -0500)] 
FS-9775: Improve dht route table query performance

8 years agoFS-9775: Started working on "put", ran into a bug in job states which is fixed now...
Shane Bryldt [Tue, 20 Dec 2016 22:07:11 +0000 (22:07 +0000)] 
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

8 years agoFS-9775: Drive ping logic from dhtrt_process_table
colm [Tue, 20 Dec 2016 15:35:40 +0000 (10:35 -0500)] 
FS-9775: Drive ping logic from dhtrt_process_table

8 years agoFS-9775: Exclude non-active nodes from dhtrt_find_node
colm [Mon, 19 Dec 2016 21:14:23 +0000 (16:14 -0500)] 
FS-9775: Exclude non-active nodes from dhtrt_find_node

8 years agoFS-9775: Overhauled query/response handling by implementing a reusable job system...
Shane Bryldt [Sun, 18 Dec 2016 21:15:47 +0000 (21:15 +0000)] 
FS-9775: Overhauled query/response handling by implementing a reusable job system to handle the common plumbing

8 years agoFS-9775: Search for both v4 and v6 should now be implemented, untested currently
Shane Bryldt [Sat, 17 Dec 2016 23:10:58 +0000 (23:10 +0000)] 
FS-9775: Search for both v4 and v6 should now be implemented, untested currently

8 years agoFS-9775: update dht bucket tests
colm [Sat, 17 Dec 2016 02:08:33 +0000 (21:08 -0500)] 
FS-9775: update dht bucket tests

8 years agoFS-9775: add threadpool to init_routetable
colm [Sat, 17 Dec 2016 02:06:38 +0000 (21:06 -0500)] 
FS-9775: add threadpool to init_routetable

8 years agoFS-9775: initialize dht nodes as dubious
colm [Fri, 16 Dec 2016 19:41:05 +0000 (14:41 -0500)] 
FS-9775: initialize dht nodes as dubious

8 years agoFS-9775: DHT find closest nodes not completing search
colm [Fri, 16 Dec 2016 04:51:11 +0000 (23:51 -0500)] 
FS-9775: DHT find closest nodes not completing search

8 years agoadd const
Anthony Minessale [Fri, 16 Dec 2016 02:26:09 +0000 (20:26 -0600)] 
add const

8 years agomake ks_pool_free appear take double pointer
Anthony Minessale [Fri, 16 Dec 2016 02:16:10 +0000 (20:16 -0600)] 
make ks_pool_free appear take double pointer

8 years agoFS-9775: Most of search functionality is finished, needs testing when route table...
Shane Bryldt [Fri, 16 Dec 2016 01:58:21 +0000 (01:58 +0000)] 
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

8 years agoregression from nolock mode
Anthony Minessale [Fri, 16 Dec 2016 00:59:53 +0000 (18:59 -0600)] 
regression from nolock mode

8 years agoFS-9775: Bucket synchronization fixes & Updated tests
colm [Fri, 16 Dec 2016 00:43:33 +0000 (19:43 -0500)] 
FS-9775: Bucket synchronization fixes & Updated tests

8 years agoadd flags to disable auto assert and auto memset
Anthony Minessale [Thu, 15 Dec 2016 22:10:33 +0000 (16:10 -0600)] 
add flags to disable auto assert and auto memset

8 years agoget rid of FLAG_DEFAULT and juggle some params
Anthony Minessale [Thu, 15 Dec 2016 21:39:36 +0000 (15:39 -0600)] 
get rid of FLAG_DEFAULT and juggle some params

8 years agoadd nolock to hash and make it default
Anthony Minessale [Thu, 15 Dec 2016 19:15:13 +0000 (13:15 -0600)] 
add nolock to hash and make it default

8 years agoFS-9775: Major cleanup around allocations, more work on search functionality, adjuste...
Shane Bryldt [Thu, 15 Dec 2016 05:27:54 +0000 (05:27 +0000)] 
FS-9775: Major cleanup around allocations, more work on search functionality, adjusted polling to reduce timeout when outgoing messages are pending

8 years agoFS-9775: Exempt local nodes from expiration. Add release_querynodes api
colm [Thu, 15 Dec 2016 03:31:21 +0000 (22:31 -0500)] 
FS-9775: Exempt local nodes from expiration. Add release_querynodes api

8 years agoFS-9775: Thread safe dht buckets continued
colm [Thu, 15 Dec 2016 02:07:04 +0000 (21:07 -0500)] 
FS-9775: Thread safe dht buckets continued

8 years agoFS-9775: Thread safe dht buckets
colm [Wed, 14 Dec 2016 01:47:55 +0000 (20:47 -0500)] 
FS-9775: Thread safe dht buckets

8 years agoFS-9775: Added initialization of threadpool, and switched parsing and processing...
Shane Bryldt [Tue, 13 Dec 2016 23:02:51 +0000 (23:02 +0000)] 
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.

8 years agoadd mutex to windows emulated recursive Read locks
Anthony Minessale [Tue, 13 Dec 2016 20:04:15 +0000 (14:04 -0600)] 
add mutex to windows emulated recursive Read locks

8 years agoFS-9775: Add ks_dhtrt_release_node api call
colm [Tue, 13 Dec 2016 00:29:19 +0000 (19:29 -0500)] 
FS-9775: Add ks_dhtrt_release_node api call

8 years agoFS-9775: Started mocking out structures for ks_dht_search, but merged route table...
Shane Bryldt [Mon, 12 Dec 2016 20:33:48 +0000 (20:33 +0000)] 
FS-9775: Started mocking out structures for ks_dht_search, but merged route table updates and updated the tests for current pending issues

8 years agoadd enum rules
Anthony Minessale [Mon, 12 Dec 2016 19:47:00 +0000 (13:47 -0600)] 
add enum rules

8 years agoFS-9775: correct ks_dhtrt_closest_nodes query results
colm [Mon, 12 Dec 2016 18:41:19 +0000 (13:41 -0500)] 
FS-9775: correct ks_dhtrt_closest_nodes query results

8 years agoFS-9775: Define for max nodes in a find_closestnodes query
colm [Mon, 12 Dec 2016 17:04:12 +0000 (12:04 -0500)] 
FS-9775: Define for max nodes in a find_closestnodes query

8 years agoFS-9775: Updates for latest dht_bucket changes
colm [Mon, 12 Dec 2016 16:42:04 +0000 (11:42 -0500)] 
FS-9775: Updates for latest dht_bucket changes

8 years agoFS-9775: Update touch time on existing node in create_node. Rename enums
colm [Mon, 12 Dec 2016 16:20:25 +0000 (11:20 -0500)] 
FS-9775: Update touch time on existing node in create_node. Rename enums

8 years agoFS-9775: Some cleanup, some commenting, some fixes.
Shane Bryldt [Mon, 12 Dec 2016 08:07:25 +0000 (08:07 +0000)] 
FS-9775: Some cleanup, some commenting, some fixes.

8 years agoFS-9775: Incorporated route table to test find_node before adding deep searching...
Shane Bryldt [Mon, 12 Dec 2016 01:02:43 +0000 (01:02 +0000)] 
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

8 years agoFS-9775: Adjusted to proper destructor pattern, cleaned up unneccessary zeroing in...
Shane Bryldt [Sat, 10 Dec 2016 07:36:57 +0000 (07:36 +0000)] 
FS-9775: Adjusted to proper destructor pattern, cleaned up unneccessary zeroing in allocators, and reduced preallocs to use memset

8 years agoFS-9775: findclosest_nodes support for local/remote and ip family
colm [Sat, 10 Dec 2016 18:35:04 +0000 (13:35 -0500)] 
FS-9775: findclosest_nodes support for local/remote and ip family

8 years agoFS-9775: add tests for dht buckets
colm [Sat, 10 Dec 2016 18:20:18 +0000 (13:20 -0500)] 
FS-9775:  add tests for dht buckets

8 years agoFS-9775: Indentify local nodes, allow query to distingush local v remote
colm [Sat, 10 Dec 2016 00:18:40 +0000 (19:18 -0500)] 
FS-9775: Indentify local nodes, allow query to distingush local v remote

8 years agoupdate whitespace changes
Anthony Minessale [Fri, 9 Dec 2016 22:21:24 +0000 (16:21 -0600)] 
update whitespace changes

8 years agomissed a spot
Anthony Minessale [Fri, 9 Dec 2016 20:17:37 +0000 (14:17 -0600)] 
missed a spot

8 years agofix imaginary compiler error on psuedo-code
Anthony Minessale [Fri, 9 Dec 2016 20:12:35 +0000 (14:12 -0600)] 
fix imaginary compiler error on psuedo-code

8 years agoformat cleanup
Anthony Minessale [Fri, 9 Dec 2016 19:34:18 +0000 (13:34 -0600)] 
format cleanup

8 years agoFS-9775: Significant work towards supporting BEP44, "get" is nearly working committin...
Shane Bryldt [Fri, 9 Dec 2016 19:12:23 +0000 (19:12 +0000)] 
FS-9775: Significant work towards supporting BEP44, "get" is nearly working committing to merge routetable updates

8 years agoFS-9775: Match up datatypes, alloc node_t, remove ks_dht_bucket.h
colm [Fri, 9 Dec 2016 17:44:16 +0000 (12:44 -0500)] 
FS-9775: Match up datatypes, alloc node_t, remove ks_dht_bucket.h

8 years agoFS-9775: Fixed autorouting, must be checked before message generation as the message...
Shane Bryldt [Fri, 9 Dec 2016 00:49:07 +0000 (00:49 +0000)] 
FS-9775: Fixed autorouting, must be checked before message generation as the message may include a nodeid that is specific to the endpoint used

8 years agoFS-9775: Adjusted ks_dht_nodeid_t back to a structure as you cannot cast raw data...
Shane Bryldt [Thu, 8 Dec 2016 05:57:59 +0000 (05:57 +0000)] 
FS-9775: Adjusted ks_dht_nodeid_t back to a structure as you cannot cast raw data to a fixed array

8 years agoFS-9775: Refactored some code to create ks_dht_setup_response for reusability
Shane Bryldt [Thu, 8 Dec 2016 02:22:35 +0000 (02:22 +0000)] 
FS-9775: Refactored some code to create ks_dht_setup_response for reusability

8 years agoFS-9775: Changed local nodeid to be per endpoint, and removed ks_dht_node_t in prepar...
Shane Bryldt [Wed, 7 Dec 2016 23:13:36 +0000 (23:13 +0000)] 
FS-9775: Changed local nodeid to be per endpoint, and removed ks_dht_node_t in preparation for changes based on route table discussions

8 years agoFS-9775: Removed building of old dht code, renamed new dht code from dht2 to dht
Shane Bryldt [Wed, 7 Dec 2016 18:02:37 +0000 (18:02 +0000)] 
FS-9775: Removed building of old dht code, renamed new dht code from dht2 to dht

8 years agoFS-9775: Some refactoring for consistency, reduction of nodeid to simpler type, added...
Shane Bryldt [Wed, 7 Dec 2016 16:08:05 +0000 (16:08 +0000)] 
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

8 years agoFS-9775: Resolved conflicts during merge
Shane Bryldt [Wed, 7 Dec 2016 16:33:40 +0000 (16:33 +0000)] 
FS-9775: Resolved conflicts during merge

8 years agoFS-9775: Mark suspect and expired nodes. Add to makefile
colm [Wed, 7 Dec 2016 04:20:13 +0000 (23:20 -0500)] 
FS-9775: Mark suspect and expired nodes. Add to makefile

8 years agoFS-9775: Added preliminary support for processing find_nodes query, including calls...
Shane Bryldt [Tue, 6 Dec 2016 23:37:36 +0000 (23:37 +0000)] 
FS-9775: Added preliminary support for processing find_nodes query, including calls to compact addresses and node info

8 years agoFS-9775: Refactored sending of messages to utilize a more scalable and throttled...
Shane Bryldt [Tue, 6 Dec 2016 15:15:12 +0000 (15:15 +0000)] 
FS-9775: Refactored sending of messages to utilize a more scalable and throttled queue for outgoing messages

8 years agoFS-9775: Match up data types with existing code
colm [Mon, 5 Dec 2016 23:59:32 +0000 (18:59 -0500)] 
FS-9775: Match up data types with existing code

8 years agoFS-9775: Added support for removing finished transactions via latent purging while...
Shane Bryldt [Mon, 5 Dec 2016 20:43:52 +0000 (20:43 +0000)] 
FS-9775: Added support for removing finished transactions via latent purging while expiring
Also added support to send error message responses and updated the test to confirm, errors still need to be updated to send an error responses

8 years agoFS-9775: Fixed some bugs, unit test now successfully sends, processes, responds,...
Shane Bryldt [Fri, 2 Dec 2016 22:42:39 +0000 (22:42 +0000)] 
FS-9775: Fixed some bugs, unit test now successfully sends, processes, responds, and receives and validates a ping, more on this soon

8 years agoFS-9775: Initial work towards sending messages, refactored into less headers, test...
Shane Bryldt [Fri, 2 Dec 2016 19:57:45 +0000 (19:57 +0000)] 
FS-9775: Initial work towards sending messages, refactored into less headers, test updated

8 years agoFS-9775: Removing a file that got added because of a typo on the shell
Shane Bryldt [Thu, 1 Dec 2016 22:44:58 +0000 (22:44 +0000)] 
FS-9775: Removing a file that got added because of a typo on the shell

8 years agoFS-9775: Replaced initialization of nodeid to use safer passing through raw fixed...
Shane Bryldt [Thu, 1 Dec 2016 22:34:31 +0000 (22:34 +0000)] 
FS-9775: Replaced initialization of nodeid to use safer passing through raw fixed size type

8 years agoFS-9775: Renamed registries, added query registry with ping callback, unit test updated
Shane Bryldt [Thu, 1 Dec 2016 21:16:35 +0000 (21:16 +0000)] 
FS-9775: Renamed registries, added query registry with ping callback, unit test updated

8 years agoFS-9775: Encapsulated message details into ks_dht2_message_t
Shane Bryldt [Thu, 1 Dec 2016 19:25:25 +0000 (19:25 +0000)] 
FS-9775: Encapsulated message details into ks_dht2_message_t

8 years agoFS-9775: Added initial registry for 'y' keys, and some unit testing
Shane Bryldt [Thu, 1 Dec 2016 04:37:36 +0000 (04:37 +0000)] 
FS-9775: Added initial registry for 'y' keys, and some unit testing

8 years agoFS-9775: Added some preliminary message processing, and unit testing for it
Shane Bryldt [Wed, 30 Nov 2016 22:43:48 +0000 (22:43 +0000)] 
FS-9775: Added some preliminary message processing, and unit testing for it

8 years agoupdate libblade
Brian West [Wed, 30 Nov 2016 22:16:47 +0000 (16:16 -0600)] 
update libblade

8 years agoFS-9775: Added initial unit test of preliminary allocation, initialization and bindin...
Shane Bryldt [Wed, 30 Nov 2016 18:36:16 +0000 (18:36 +0000)] 
FS-9775: Added initial unit test of preliminary allocation, initialization and binding code

8 years agoFS-9775: Renamed calls *_salloc to *_prealloc
Shane Bryldt [Wed, 30 Nov 2016 18:35:12 +0000 (18:35 +0000)] 
FS-9775: Renamed calls *_salloc to *_prealloc

8 years agoFS-9775: Added salloc calls for other entities
Shane Bryldt [Wed, 30 Nov 2016 06:42:11 +0000 (06:42 +0000)] 
FS-9775: Added salloc calls for other entities
The use of salloc in the main ks_dht_t for the inner nodeid suggests salloc calls
should be renamed prealloc to avoid confusion where not used on stack variables

8 years agoFS-9775: Added salloc call to dht for stack allocation, passing on the pool
Shane Bryldt [Wed, 30 Nov 2016 06:27:14 +0000 (06:27 +0000)] 
FS-9775: Added salloc call to dht for stack allocation, passing on the pool
This will be replicated to other allocations

8 years agoFS-9775: Initial commit of the first portion of the DHT rewrite for peer review
Shane Bryldt [Wed, 30 Nov 2016 03:47:40 +0000 (03:47 +0000)] 
FS-9775: Initial commit of the first portion of the DHT rewrite for peer review
Code compiles, but not yet functional, unit tests to come soon for current code

8 years agoFS-9978: [mod_expr] mod_expr random seed function not working for Windows #resolve
Anthony Minessale [Wed, 25 Jan 2017 18:48:01 +0000 (12:48 -0600)] 
FS-9978: [mod_expr] mod_expr random seed function not working for Windows #resolve

8 years agoRevert "bump build tool and dependency version numbers."
Mike Jerris [Tue, 24 Jan 2017 22:00:48 +0000 (16:00 -0600)] 
Revert "bump build tool and dependency version numbers."

This reverts commit ea0f5d20af4a8086cd58b2010890382455300dd1.

8 years agoFS-9965 [mod_hiredis] release context after getting alternate connection
Chris Rienzo [Mon, 23 Jan 2017 20:37:13 +0000 (15:37 -0500)] 
FS-9965 [mod_hiredis] release context after getting alternate connection

8 years agoFS-9965 [mod_hiredis] Improvements for performance, memory utilization, and resiliency.
Chris Rienzo [Fri, 20 Jan 2017 13:50:42 +0000 (08:50 -0500)] 
FS-9965 [mod_hiredis] Improvements for performance, memory utilization, and resiliency.

   Pipelining of requests to improve throughput
     -- new parameter max-pipelined-requests (default 20) for maximum number of requests to batch at one time

   Deletion of counter keys when zero
     -- new parameter delete-when-zero (default false) to enable.  This will cause a redis eval to execute to decrement counters instead of DECR.

   Detection of negative limit counters
     -- Self healing of negative counters (due to key eviction, etc)