Skip to content
  1. Feb 24, 2016
  2. Feb 18, 2016
  3. Feb 17, 2016
  4. Feb 13, 2016
  5. Jan 22, 2016
  6. Jan 20, 2016
  7. Dec 17, 2015
  8. Nov 16, 2015
  9. Nov 10, 2015
  10. Nov 09, 2015
  11. Sep 24, 2015
  12. Sep 09, 2015
  13. Aug 10, 2015
  14. Jul 31, 2015
  15. Jul 25, 2015
  16. Jul 24, 2015
  17. Jul 03, 2015
  18. Jun 24, 2015
  19. Jun 13, 2015
    • Jehiah Czebotar's avatar
      v2.0 & cleanup changes · d78aa134
      Jehiah Czebotar authored
      * bump version to 2.0
      * remove --cookie-https-only option
      * add windows build to dist.sh
      * rename --cookie-key to --cookie-name
      d78aa134
  20. Jun 08, 2015
  21. Jun 07, 2015
  22. May 21, 2015
  23. May 11, 2015
  24. May 10, 2015
  25. Apr 18, 2015
  26. Apr 04, 2015
  27. Apr 01, 2015
  28. Mar 20, 2015
  29. Mar 18, 2015
  30. Feb 11, 2015
    • David Howden's avatar
      Added scheme parsing to http-address param · 975c7173
      David Howden authored
      Can now listen for HTTP clients on unix sockets (and any other Go-supported stream oriented network - see golang.org/pkg/net/#Listen).  Default behaviour is unchanged, any http-address without a scheme is given the default of tcp.
      
      Amended the README so that the usage output is up to date.
      975c7173