1. 25 Oct, 2013 7 commits
  2. 23 Oct, 2013 7 commits
  3. 22 Oct, 2013 1 commit
  4. 21 Oct, 2013 4 commits
    • Daniel Stenberg's avatar
    • Daniel Stenberg's avatar
      glob: fix regression from commit 5ca96cb8 · 867b52a7
      Daniel Stenberg authored
      Plain strings after glob ranges/lists weren't treated correctly but
      caused broken URLs to get used.
      
      Reported-by: Javier Barroso
      867b52a7
    • Rémy Léone's avatar
      Adding a .travis.yml file to use the travis-ci.org · be31924f
      Rémy Léone authored
      From wikipedia:
      
      Travis CI is a hosted, distributed continuous integration service used
      to build and test projects hosted at GitHub.
      
      Travis CI is configured by adding a file named .travis.yml, which is a
      YAML format text file, to the root directory of the GitHub repository.
      
      Travis CI automatically detects when a commit has been made and pushed
      to a GitHub repository that is using Travis CI, and each time this
      happens, it will try to build the project and run tests. This includes
      commits to all branches, not just to the master branch. When that
      process has completed, it will notify a developer in the way it has been
      configured to do so — for example, by sending an email containing the
      test results (showing success or failure), or by posting a message on an
      IRC channel. It can be configured to run the tests on a range of
      different machines, with different software installed (such as older
      versions of a programming language, to test for compatibility).
      be31924f
    • Kamil Dudka's avatar
      ssh: initialize per-handle data in ssh_connect() · f70b2c77
      Kamil Dudka authored
      ... if not already initialized.  This fixes a regression introduced by
      commit 4ad8e142, which caused test619
      to intermittently fail on certain machines (namely Fedora build hosts).
      f70b2c77
  5. 20 Oct, 2013 2 commits
  6. 19 Oct, 2013 9 commits
  7. 18 Oct, 2013 4 commits
  8. 17 Oct, 2013 1 commit
    • Steve Holme's avatar
      SSL: Follow up work to commits 6a136312 and 87861c9b · 65e556d0
      Steve Holme authored
      Changed the failure code when TLS v1.1 and v1.2 is requested but not
      supported by older OpenSSL versions, following review from libcurl
      peers, and reduced the number of required preprocessor if statements.
      65e556d0
  9. 16 Oct, 2013 3 commits
  10. 15 Oct, 2013 2 commits