Skip to content
Snippets Groups Projects
  1. Mar 22, 2016
    • ale's avatar
      implement static redirect map in HTTP front-end · b331773a
      ale authored
      Add an option to load a file containing redirects (source, target paths)
      and serve them from the HTTP server, to allow renaming a radio without
      breaking old links.
      b331773a
  2. Nov 24, 2015
  3. Oct 17, 2015
  4. Oct 16, 2015
  5. Jan 17, 2015
    • ale's avatar
      simplify the HTTP server structure · 292e4e71
      ale authored
      Refactor the HTTP handler hierarchy to make it simpler.
      
      Replace the ghost logging handler with a simpler one, that fires as soon
      as the HTTP request headers are sent (this is a better solution for
      long-lived connections).
      
      Add a debug page to track long-lived HTTP request.
      
      Add tests for the HTTP server.
      292e4e71
  6. Jan 02, 2015
    • ale's avatar
      minor cleanups to lb spec syntax · ee4847fd
      ale authored
      ee4847fd
    • ale's avatar
      new traffic control logic · 7e02e304
      ale authored
      Refactor the load balancing code using a generic traffic control
      abstraction that gives the user more control over the final logic (for
      the moment this is configured via a command-line parameter).
      7e02e304
  7. Dec 28, 2014
  8. Dec 07, 2014
  9. 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
  10. Oct 11, 2014
  11. Dec 01, 2013
  12. Nov 17, 2013
  13. Nov 10, 2013
  14. Nov 09, 2013
  15. Nov 08, 2013
  16. Nov 06, 2013
Loading