Historique des commits

Auteur SHA1 Message Date
  Daniel Stenberg 65eb65fde6 urldata: simplify bytecounters il y a 5 ans
  Ayoub Boudhar f464535bfd http: Implement trailing headers for chunked transfers il y a 5 ans
  Viktor Szakats b801b453af whitespace fixes il y a 6 ans
  Daniel Stenberg 55dbcb061d http: made Curl_add_buffer functions take a pointer-pointer il y a 6 ans
  Daniel Stenberg a5aa2bdf34 http2: use the correct function pointer typedef il y a 6 ans
  luz.paz 236402fc2d cleanup: misc typos in strings and comments il y a 6 ans
  Daniel Stenberg 8b498a875c http2: mark the connection for close on GOAWAY il y a 6 ans
  Daniel Stenberg 02eb6184ad Curl_checkheaders: make it available for IMAP and SMTP too il y a 7 ans
  Daniel Stenberg 9926357b42 mime: unified to use the typedef'd mime structs everywhere il y a 7 ans
  Patrick Monnerat ce0881edee mime: new MIME API. il y a 7 ans
  Daniel Stenberg b22f93dbb8 http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD il y a 7 ans
  Alessandro Ghedini 9ad034e5a1 http2: disable server push if not requested il y a 7 ans
  Tatsuhiro Tsujikawa c3e906e9cd http2: handle closed streams when uploading il y a 8 ans
  Daniel Stenberg 434f8d0389 internals: rename the SessionHandle struct to Curl_easy il y a 8 ans
  Jay Satiro 3f57880ad1 http2: Use size_t type for data drain count il y a 8 ans
  Tatsuhiro Tsujikawa 86c633a893 http2: Ensure that http2_handle_stream_close is called il y a 8 ans
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// il y a 8 ans
  Tatsuhiro Tsujikawa 15cb03ad84 http2: Support trailer fields il y a 8 ans
  Anders Bakken 5778e6f526 http2: discard frames with no SessionHandle il y a 9 ans
  Daniel Stenberg f65ab8864e http2: fixed the header accessor functions for the push callback il y a 9 ans
  Daniel Stenberg feea9263e9 http2: setup the new pushed stream properly il y a 9 ans
  Jay Satiro 7da064fdd2 http: Add some include guards for the new HTTP/2 stuff il y a 9 ans
  Daniel Stenberg 897a7b3a13 http2: store upload state per stream il y a 9 ans
  Daniel Stenberg 522ca8c035 http2: rename s/data/pausedata il y a 9 ans
  Daniel Stenberg 783b3c7b42 http2: separate multiplex/pipelining + cleanup memory leaks il y a 9 ans
  Tatsuhiro Tsujikawa d722138f29 http2: Don't call nghttp2_session_mem_recv while it is paused by a stream il y a 9 ans
  Tatsuhiro Tsujikawa 0dc0de0351 http2: Read data left in connection buffer after pause il y a 9 ans
  Daniel Stenberg 74a4bd5ecd http2: store incoming h2 SETTINGS il y a 9 ans
  Daniel Stenberg 01e1bdb10c http2: force "drainage" of streams il y a 9 ans
  Daniel Stenberg 7bbac214f5 http2: move the mem+len pair to the stream struct il y a 9 ans