Skip to content
Snippets Groups Projects
  1. Apr 02, 2015
    • Tatsuhiro Tsujikawa's avatar
      http2: Fix missing nghttp2_session_send call in Curl_http2_switched · 21e82bd6
      Tatsuhiro Tsujikawa authored
      Previously in Curl_http2_switched, we called nghttp2_session_mem_recv to
      parse incoming data which were already received while curl was handling
      upgrade.  But we didn't call nghttp2_session_send, and it led to make
      curl not send any response to the received frames.  Most likely, we
      received SETTINGS from server at this point, so we missed opportunity to
      send SETTINGS + ACK.  This commit adds missing nghttp2_session_send call
      in Curl_http2_switched to fix this issue.
      
      Bug: https://github.com/bagder/curl/issues/192
      Reported-by: Stefan Eissing
      21e82bd6
  2. Apr 01, 2015
    • Daniel Stenberg's avatar
      cookie: handle spaces after the name in Set-Cookie · 2685041a
      Daniel Stenberg authored
      "name =value" is fine and the space should just be skipped.
      
      Updated test 31 to also test for this.
      
      Bug: https://github.com/bagder/curl/issues/195
      Reported-by: cromestant
      Help-by: Frank Gevaerts
      2685041a
    • Jay Satiro's avatar
      cyassl: Fix library initialization return value · b1216334
      Jay Satiro authored
      (Curl_cyassl_init)
      - Return 1 on success, 0 in failure.
      
      Prior to this change the fail path returned an incorrect value and the
      evaluation to determine whether CyaSSL_Init had succeeded was incorrect.
      Ironically that combined with the way curl_global_init tests SSL library
      initialization (!Curl_ssl_init()) meant that CyaSSL having been
      successfully initialized would be seen as that even though the code path
      and return value in Curl_cyassl_init were wrong.
      b1216334
  3. Mar 31, 2015
  4. Mar 30, 2015
    • Jay Satiro's avatar
      checksrc: Windows-specific input fixes · 6419aee2
      Jay Satiro authored
      lib/config-win32ce.h
      - Fix whitespace for checksrc compliance.
      
      lib/checksrc.pl
      - Remove trailing carriage returns from input.
      
      projects/checksrc.bat
      - Ignore tool_hugehelp.c.
      6419aee2
  5. Mar 29, 2015
  6. Mar 28, 2015
  7. Mar 27, 2015
  8. Mar 26, 2015
  9. Mar 25, 2015
  10. Mar 24, 2015
  11. Mar 23, 2015
  12. Mar 21, 2015
  13. Mar 20, 2015
Loading