1. 19 May, 2018 1 commit
    • Brad Fitzpatrick's avatar
      webdav: convert to UTC before using http.TimeFormat · 57065200
      Brad Fitzpatrick authored
      http.TimeFormat hard-codes GMT and is documented that:
      
      > TimeFormat is the time format to use when generating times in HTTP
      > headers. It is like time.RFC1123 but hard-codes GMT as the time
      > zone. The time being formatted must be in UTC for Format to generate
      > the correct format.
      
      These two users weren't UTC-ifying the time.Time first.
      
      Fixes golang/go#25015
      
      Change-Id: I82be01856260e363361137fd9651b1940f439f21
      Reviewed-on: https://go-review.googlesource.com/113795
      Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarFilippo Valsorda <filippo@golang.org>
      57065200
  2. 11 May, 2018 1 commit
  3. 09 May, 2018 1 commit
  4. 08 May, 2018 1 commit
  5. 07 May, 2018 3 commits
  6. 02 May, 2018 1 commit
  7. 20 Apr, 2018 1 commit
  8. 18 Apr, 2018 2 commits
  9. 17 Apr, 2018 2 commits
  10. 16 Apr, 2018 1 commit
  11. 15 Apr, 2018 1 commit
  12. 06 Apr, 2018 1 commit
    • Mikio Hara's avatar
      internal/{socks,sockstest}: new packages · 61147c48
      Mikio Hara authored
      This change factors out the code related to SOCKS protocol version 5
      from the golang/x/net/proxy package and provides new SOCKS-specific
      API to fix the following:
      - inflexbility of forward proxy connection setup; e.g., no support for
        context-based deadline or canceling, no support for dial deadline,
        no support for working with external authentication mechanisms,
      - useless error values for troubleshooting.
      
      The new package socks is supposed to be used by the net/http package
      of standard library and proxy package of golang.org/x/net repository.
      
      Fixes golang/go#11682.
      Updates golang/go#17759.
      Updates golang/go#19354.
      Updates golang/go#19688.
      Fixes golang/go#21333.
      
      Change-Id: I24098ac8522dcbdceb03d534147c5101ec9e7350
      Reviewed-on: https://go-review.googlesource.com/38278
      Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
      61147c48
  13. 04 Apr, 2018 1 commit
  14. 30 Mar, 2018 2 commits
  15. 20 Mar, 2018 1 commit
  16. 19 Mar, 2018 4 commits
  17. 17 Mar, 2018 1 commit
  18. 14 Mar, 2018 1 commit
  19. 13 Mar, 2018 2 commits
  20. 11 Mar, 2018 1 commit
  21. 08 Mar, 2018 1 commit
  22. 07 Mar, 2018 1 commit
  23. 06 Mar, 2018 1 commit
  24. 01 Mar, 2018 1 commit
  25. 18 Feb, 2018 1 commit
  26. 16 Feb, 2018 2 commits
  27. 15 Feb, 2018 1 commit
  28. 08 Feb, 2018 1 commit
  29. 02 Feb, 2018 1 commit
  30. 01 Feb, 2018 1 commit