ctdb-daemon: Move ctdb_init() to the only place it is used
[vlendec/samba-autobuild/.git] / ctdb / server / ipalloc.c
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2017-02-24 Martin Schwenkectdb-ipalloc: Add per-IP known_on bitmap
2017-02-24 Martin Schwenkectdb-ipalloc: Switch noiphost to struct bitmap
2017-02-24 Martin Schwenkectdb-ipalloc: Switch available_on to struct bitmap
2016-12-19 Martin Schwenkectdb-takeover: NoIPHostOnAllDisabled is global across...
2016-12-19 Martin Schwenkectdb-takeover: NoIPTakeover is global across cluster
2016-12-01 Martin Schwenkectdb-ipalloc: Optimise check to see if IP is available...
2016-09-14 Martin Schwenkectdb-ipalloc: ipalloc_set_public_ips() can't fail
2016-09-14 Martin Schwenkectdb-ipalloc: Move merged IP list creation to ipalloc()
2016-09-14 Martin Schwenkectdb-ipalloc: Drop known_ips argument from merged IP...
2016-09-14 Martin Schwenkectdb-ipalloc: Optimise check to see if IPs can be hosted
2016-09-14 Martin Schwenkectdb-ipalloc: Whether IPs can be hosted need not depend...
2016-09-14 Martin Schwenkectdb-ipalloc: Store known public IPs in IP allocation...
2016-07-04 Martin Schwenkectdb-ipalloc: ipalloc() returns public IP list
2016-07-04 Martin Schwenkectdb-ipalloc: Move set_ipflags_internal() to ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: Move ipalloc state initialisation to...
2016-07-04 Martin Schwenkectdb-ipalloc: Fix buggy short-circuit when no IPs are...
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_can_host_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Drop known public IPs from IP allocation...
2016-07-04 Martin Schwenkectdb-ipalloc: Move create_merged_ip_list() into ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_set_public_ips()
2016-01-14 Volker Lendeckectdb: Fix the O3 developer build
2016-01-13 Martin Schwenkectdb-ipalloc: Split IP allocation into its own build...