Skip to content
Snippets Groups Projects
  1. Apr 13, 2019
  2. Apr 12, 2019
  3. Apr 11, 2019
  4. Apr 10, 2019
  5. 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
  6. Jul 12, 2015
    • ale's avatar
      use simple TCP proxy for /_stream · 146c29f4
      ale authored
      Proxied connections to Icecast are now handled with a simple TCP
      proxy that can shutdown each direction independently. Fixes some
      connection leaks.
      146c29f4
  7. 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
  8. Oct 18, 2014
Loading