1. 08 Nov, 2010 5 commits
    • Daniel Stenberg's avatar
      xattr-check: correct the comment as well · 689ee834
      Daniel Stenberg authored
      689ee834
    • Daniel Stenberg's avatar
      5d4355f1
    • Daniel Stenberg's avatar
      setxattr: fix the checks · 710ecb69
      Daniel Stenberg authored
      My copy and paste job was a little too much copy and I missed to adjust
      it properly to sys/xattr.h all over and this is a fix to cure that.
      710ecb69
    • Daniel Stenberg's avatar
      CURLOPT_RESOLVE: added · 1b24b89c
      Daniel Stenberg authored
      CURLOPT_RESOLVE is a new option that sends along a curl_slist with
      name:port:address sets that will populate the DNS cache with entries so
      that request can be "fooled" to use another host than what otherwise
      would've been used. Previously we've encouraged the use of Host: for
      that when dealing with HTTP, but this new feature has the added bonus
      that it allows the name from the URL to be used for TLS SNI and server
      certificate name checks as well.
      
      This is a first change. Surely more will follow to make it decent.
      1b24b89c
    • Yang Tse's avatar
      fix compiler warning · dc3e7df1
      Yang Tse authored
      dc3e7df1
  2. 07 Nov, 2010 3 commits
  3. 05 Nov, 2010 6 commits
  4. 04 Nov, 2010 12 commits
  5. 03 Nov, 2010 6 commits
    • Daniel Stenberg's avatar
      dist: add symbol-scan.pl to the tarball · 1db61aca
      Daniel Stenberg authored
      1db61aca
    • Daniel Stenberg's avatar
      test1119: verify symbols-in-versions · bbb6eb3a
      Daniel Stenberg authored
      bbb6eb3a
    • Daniel Stenberg's avatar
      runtests: allow tests written as perl scripts · a4765b05
      Daniel Stenberg authored
      If a command is set type="perl", it can now specify a perl program that will
      be run instead of an ordinary curl or built tool.
      
      A perl test automatically disables memory and valgrind debugging.
      a4765b05
    • Daniel Stenberg's avatar
      symbol-scan: verifies symbols-in-versions · 29de7dd2
      Daniel Stenberg authored
      This new script scans for all enums and #defines used by the curl/curl.h
      and curl/multi.h headers. Then it reads all symbols mentioned in
      symbols-in-vesions and make sure that there's no entries missing in
      there. It then proceeds to verify that the entries that
      symbols-in-vesions mentions but aren't found in the sources are truly
      documented as removed.
      
      This script is used in the new test case 1119
      29de7dd2
    • Daniel Stenberg's avatar
      symbols-in-versions: added 119 missing symbols · 52e3c60c
      Daniel Stenberg authored
      I've developed a script I call symbol-scan.pl that scans the curl.h and
      multi.h header files and compare the symbols it finds in there with the
      symbols symbols-in-versions documents and outputs a report on the
      differences.  Using this I've dug through the history to fill up
      symbols-in-versions with all the symbols my script found mismatches for.
      
      I will commit symbol-scan.pl separatly and think of a way to put it to
      use in the build/tests so that we from now on will get this in-sync
      check automatically.
      52e3c60c
    • Dan Fandrich's avatar
      Added mk580.pl to the tar ball · 282b41c6
      Dan Fandrich authored
      282b41c6
  6. 02 Nov, 2010 4 commits
  7. 29 Oct, 2010 1 commit
  8. 28 Oct, 2010 1 commit
  9. 21 Oct, 2010 2 commits