- 06 Jun, 2020 1 commit
-
-
Steven Allen authored
-
- 23 Dec, 2019 3 commits
-
-
Yulin Chen authored
* Document how to get all entries in ranger * update doc + test
-
Yulin Chen authored
* Add Len() to Ranger
-
Yulin Chen authored
##Summary Investigated memory leak symptoms reported in #15 , and turns out path compression upon removal of networks was not implemented correctly, instead, it simply did a parent child reassignment. Added to unit testing to prove desired behavior and added a memory leak unit test using a slightly modified version of the test used to uncover the problem in #15 , use -short flag in local testing to skip added slow test, as documented by https://golang.org/pkg/testing/#Short
-
- 31 Jan, 2018 1 commit
-
-
Rob Adams authored
Signed-off-by: Rob Adams <readams@readams.net>
-
- 19 Dec, 2017 1 commit
-
-
Rob Adams authored
* Search by CIDR rather than just by IP. Signed-off-by: Rob Adams <readams@readams.net>
-
- 22 Sep, 2017 1 commit
-
-
Yulin Chen authored
-
- 11 Sep, 2017 1 commit
-
-
Yulin Chen authored
Fix index-out-of-bound bug when inserting network that shares direct branch point with single-IP (leaf) network, closes #3
-
- 04 Sep, 2017 1 commit
-
-
Yulin Chen authored
Support storing custom user data with inserted entries to Ranger by introducing the RangerEntry interface, closes #2
-
- 29 Aug, 2017 3 commits
-
-
Yulin Chen authored
-
Yulin Chen authored
-
Yulin Chen authored
-
- 28 Aug, 2017 1 commit
-
-
Yulin Chen authored
-
- 21 Aug, 2017 1 commit
-
-
yl2chen authored
-