aboutsummaryrefslogtreecommitdiffstats
path: root/lease.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIPln/filter-routesLinus Nordberg2019-10-171-5/+25
* Merge branch 'ln/devel' into HEADLinus Nordberg2019-10-161-70/+284
|\
| * Server lease handling.Linus Nordberg2019-10-101-67/+281
* | radix-trie: allow full use of the v4 address spaceThomas Gschwantner2019-09-291-1/+1
* | Rename struct ip_pool to be more descriptiveThomas Gschwantner2019-09-281-22/+22
* | Fix random_bounded() to always be in [0, bound)Thomas Gschwantner2019-09-281-4/+4
|/
* Fix typo in the previous commits NULL checkLinus Nordberg2019-09-271-1/+1
* Fix incorrect use of pubkey ptr in new_lease()Thomas Gschwantner2019-09-101-3/+16
* Fix build issue that occurs on gcc debian 6.3.0-18Thomas Gschwantner2019-08-211-1/+5
* Initialize pools from routes via netlinkThomas Gschwantner2019-08-171-17/+122
* Move counting logic from lease.c to radix-trie.cThomas Gschwantner2019-07-181-64/+41
* Implement lease expirationThomas Gschwantner2019-07-181-16/+60
* Remove CLOCK_MONOTONIC commentThomas Gschwantner2019-06-141-4/+0
* Implement basic lease managementThomas Gschwantner2019-06-121-0/+210