1. 26 Feb, 2021 2 commits
  2. 21 Jan, 2019 1 commit
  3. 26 Jul, 2016 1 commit
  4. 19 Jul, 2016 1 commit
    • Kirill Smelkov's avatar
      *: Include language/runtime version in output too · 39fd89a3
      Kirill Smelkov authored
      So it is less becomes less ambiguous when we update languages and check
      them via helloweb.
      
      Before:
      
          Hello world at `/`  ; Thu Jun  9 11:10:36 2016  (go)
      
      After
      
          Hello world at `/`  ; Thu Jun  9 11:10:36 2016  (go devel +d66cbec Mon Jul 18 15:52:45 2016 +0000))
      
      /reviewed-by TrustMe
      39fd89a3
  5. 09 Jun, 2016 1 commit
    • Kirill Smelkov's avatar
      go & ruby: Add trailing newline to response · bdcaa736
      Kirill Smelkov authored
      Just for convenience. Before (e.g. for go):
      
          kirr@teco:~$ curl http://[::1]:7778
          Hello world at `/`  ; Thu Jun  9 11:09:49 2016  (go)kirr@teco:~$
      
      After:
      
          kirr@teco:~$ curl http://[::1]:7778
          Hello world at `/`  ; Thu Jun  9 11:10:36 2016  (go)
          kirr@teco:~$
      
      Python version already emits trailing newline, because it uses `print ...`
      without trailing ",".
      
      /reviewed-by TrustMe
      bdcaa736
  6. 09 Nov, 2015 3 commits
  7. 30 Oct, 2015 6 commits
  8. 29 Oct, 2015 1 commit