1. 23 Aug, 2015 2 commits
    • Nathaniel Waisbrot's avatar
      CURLOPT_DEFAULT_PROTOCOL: added · 9756d1da
      Nathaniel Waisbrot authored
      - Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default
      protocol for schemeless URLs.
      
      - Add new tool option --proto-default to expose
      CURLOPT_DEFAULT_PROTOCOL.
      
      In the case of schemeless URLs libcurl will behave in this way:
      
      When the option is used libcurl will use the supplied default.
      
      When the option is not used, libcurl will follow its usual plan of
      guessing from the hostname and falling back to 'http'.
      9756d1da
    • Jay Satiro's avatar
  2. 22 Aug, 2015 1 commit
  3. 21 Aug, 2015 5 commits
  4. 20 Aug, 2015 4 commits
  5. 19 Aug, 2015 2 commits
    • Sam Roth's avatar
      CURLMOPT_PUSHFUNCTION.3: fix argument types · e67e71d6
      Sam Roth authored
      Closes #389
      Closes #386
      e67e71d6
    • Marcel Raad's avatar
      inet_pton.c: Fix MSVC run-time check failure · 618dfd65
      Marcel Raad authored
      Visual Studio complains with a message box:
      
      "Run-Time Check Failure #1 - A cast to a smaller data type has caused a
      loss of data.  If this was intentional, you should mask the source of
      the cast with the appropriate bitmask.
      
      For example:
      char c = (i & 0xFF);
      
      Changing the code in this way will not affect the quality of the
      resulting optimized code."
      
      This is because only 'val' is cast to unsigned char, so the "& 0xff" has
      no effect.
      
      Closes #387
      618dfd65
  6. 18 Aug, 2015 2 commits
  7. 15 Aug, 2015 3 commits
  8. 14 Aug, 2015 6 commits
  9. 12 Aug, 2015 6 commits
  10. 11 Aug, 2015 5 commits
  11. 10 Aug, 2015 4 commits