1. 24 Feb, 2014 4 commits
  2. 23 Feb, 2014 11 commits
  3. 22 Feb, 2014 10 commits
  4. 20 Feb, 2014 1 commit
  5. 19 Feb, 2014 3 commits
  6. 18 Feb, 2014 8 commits
  7. 17 Feb, 2014 3 commits
    • Tatsuhiro Tsujikawa's avatar
      http2: Support HTTP POST/PUT · 035b91a2
      Tatsuhiro Tsujikawa authored
      This patch enables HTTP POST/PUT in HTTP2.
      We disabled Expect header field and  chunked transfer encoding
      since HTTP2 forbids them.
      In HTTP1, Curl sends small upload data with request headers, but
      HTTP2 requires upload data must be in DATA frame separately.
      So we added some conditionals to achieve this.
      035b91a2
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 854aca54 · e9dfdef4
      Daniel Stenberg authored
      e9dfdef4
    • Daniel Stenberg's avatar
      multi: ignore sigpipe internally · 854aca54
      Daniel Stenberg authored
      When the multi API is used we must also ignore SIGPIPE signals when
      caused by things we do, like they can easily be generated by OpenSSL.
      854aca54