1. 20 Dec, 2011 8 commits
  2. 19 Dec, 2011 7 commits
  3. 16 Dec, 2011 2 commits
    • Daniel Stenberg's avatar
      curl -F: fix multiple file upload with custom type · 7b8590d1
      Daniel Stenberg authored
      Test case 1315 was added to verify this functionality. When passing in
      multiple files to a single -F, the parser would get all confused if one
      of the specified files had a custom type= assigned.
      
      Reported by: Colin Hogben
      7b8590d1
    • Colin Hogben's avatar
      New test for multiple file upload · 9b185aac
      Colin Hogben authored
      test 1315 checks correct behaviour when uploading multiple files.
      Buggy behaviour has been seen where only two attachments are sent.
      9b185aac
  4. 15 Dec, 2011 4 commits
  5. 13 Dec, 2011 5 commits
  6. 12 Dec, 2011 2 commits
    • Jason Glasgow's avatar
      CURLOPT_INTERFACE: avoid resolving interfaces names · 6e4835c7
      Jason Glasgow authored
      Do not try to resolve interfaces names via DNS by recognizing interface
      names in a few ways.  If the interface option argument has a prefix of
      "if!" then treat the argument as only an interface.  Similarly, if the
      interface argument is the name of an interface (even if it does not have
      an IP address assigned), treat it as an interface name.  Finally, if the
      interface argument is prefixed by "host!" treat it as a hostname that
      must be resolved by /etc/hosts or DNS.
      
      These changes allow a client using the multi interfaces to avoid
      blocking on name resolution if the interface loses its IP address or
      disappears.
      6e4835c7
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 1259ccf7 · ba057c2e
      Daniel Stenberg authored
      5 more bugfixes, 5 more contributors
      ba057c2e
  7. 11 Dec, 2011 1 commit
  8. 09 Dec, 2011 1 commit
  9. 07 Dec, 2011 5 commits
  10. 06 Dec, 2011 2 commits
  11. 05 Dec, 2011 3 commits