1. 14 Feb, 2013 1 commit
  2. 11 Feb, 2013 1 commit
    • Volker Dobler's avatar
      exp/cookiejar: implementation of SetCookies · de69401b
      Volker Dobler authored
      This CL provides the rest of the SetCookies code as well as
      some test infrastructure which will be used to test also
      the Cookies method. This test infrastructure is optimized
      for readability and tries to make it easy to review table
      driven test cases.
      
      Tests for all the different corner cases of SetCookies
      will be provided in a separate CL.
      
      R=nigeltao, rsc, bradfitz
      CC=golang-dev
      https://golang.org/cl/7306054
      de69401b
  3. 06 Feb, 2013 1 commit
    • Volker Dobler's avatar
      exp/cookiejar: infrastructure for upcoming implementation · 8c6489bc
      Volker Dobler authored
      This CL is the first of a handful of CLs which will provide
      the implementation of cookiejar. It contains several helper
      functions and the skeleton of Cookies and SetCookies.
      
      Proper host name handling requires the ToASCII transformation
      from package idna which currently lives in the go.net
      subrepo. This CL thus contains just a TODO for this issue.
      
      R=nigeltao, rsc, bradfitz
      CC=golang-dev
      https://golang.org/cl/7287046
      8c6489bc