Skip to content
Snippets Groups Projects
  1. Apr 09, 2019
    • ale's avatar
      Initial refactoring for v2 · 098c74b3
      ale authored
      Includes a merge of radiod and redirectord, updates to more modern Go
      idioms, adoption of the higher level etcd concurrency primitives, and
      a lot of other minor implementation changes.
      
      The refactor is still incomplete: the daemons won't compile and the
      code to start the RPC servers is missing.
      098c74b3
  2. Nov 21, 2015
  3. Oct 17, 2015
  4. Jul 27, 2015
  5. Jan 17, 2015
  6. Dec 27, 2014
  7. Dec 26, 2014
    • ale's avatar
      refactor masterelection to remove races; add tests · 03a67c17
      ale authored
      Master election code should be more robust now, this commit eliminates
      the discrepancy between role and master info (previously it was possible
      for these two to be non synchronized).
      
      This commit also includes an in-memory etcd mock, which implements
      enough of the etcd interface to test the masterelection code.
      03a67c17
  8. Dec 01, 2014
    • ale's avatar
      support arbitrary public IPs · 01d010c9
      ale authored
      Introduce node names, allowing a node to have multiple IP addresses.
      Also, make the front-end code IPv6-aware and support AAAA records.
      01d010c9
Loading