1. 06 Nov, 2015 2 commits
    • Daniel Stenberg's avatar
      tftp tests: verify sent options too · 60c86297
      Daniel Stenberg authored
      The tftpd test server now logs all received options and thus all TFTP
      test cases need to match them exactly.
      
      Extended test 283 to use and verify --tftp-blksize.
      60c86297
    • Jay Satiro's avatar
      getinfo: CURLINFO_ACTIVESOCKET: fix bad socket value · cd3aba1a
      Jay Satiro authored
      - Set user info param to the socket returned by Curl_getconnectinfo,
      regardless of if the socket is bad. Effectively this means the user info
      param now will receive CURL_SOCKET_BAD instead of -1 on bad socket.
      
      - Remove incorrect comments.
      
      CURLINFO_ACTIVESOCKET is documented to write CURL_SOCKET_BAD to user
      info param but prior to this change it wrote -1.
      
      Bug: https://github.com/bagder/curl/pull/518
      Reported-by: Marcel Raad
      cd3aba1a
  2. 05 Nov, 2015 2 commits
  3. 02 Nov, 2015 5 commits
  4. 31 Oct, 2015 1 commit
    • Daniel Stenberg's avatar
      curl.h: s/HTTPPOST_/CURL_HTTPOST_ · 49a99134
      Daniel Stenberg authored
      Fixes a name space pollution at the cost of programs using one of these
      defines will no longer compile. However, the vast majority of libcurl
      programs that do multipart formposts use curl_formadd() to build this
      list.
      
      Closes #506
      49a99134
  5. 29 Oct, 2015 3 commits
  6. 28 Oct, 2015 1 commit
  7. 27 Oct, 2015 2 commits
  8. 26 Oct, 2015 1 commit
  9. 25 Oct, 2015 1 commit
  10. 24 Oct, 2015 1 commit
    • Jay Satiro's avatar
      build: Fix support for PKG_CONFIG · d9a1776b
      Jay Satiro authored
      - Allow the user to use PKG_CONFIG but not PKGCONFIG.
      
      Background:
      
      Last week in 14d5a86b a change was made to allow the user to set the
      PKGCONFIG variable. Today in 72d99f2e I supplemented that to allow the
      more common PKG_CONFIG as an alternative if PKGCONFIG is not set.
      
      Neither of those changes worked as expected because PKGCONFIG is
      occasionally reset in configure and by the CURL_CHECK_PKGCONFIG macro.
      Instead in this commit I take the approach that the user may set
      PKG_CONFIG only.
      d9a1776b
  11. 23 Oct, 2015 12 commits
  12. 22 Oct, 2015 2 commits
  13. 21 Oct, 2015 2 commits
  14. 20 Oct, 2015 3 commits
  15. 19 Oct, 2015 1 commit
  16. 18 Oct, 2015 1 commit