1. 01 May, 2017 11 commits
  2. 30 Apr, 2017 5 commits
  3. 29 Apr, 2017 4 commits
  4. 27 Apr, 2017 3 commits
  5. 26 Apr, 2017 4 commits
  6. 25 Apr, 2017 11 commits
  7. 24 Apr, 2017 2 commits
    • Dan Fandrich's avatar
      Makefile: avoid use of GNU-specific form of $< · 80a87e8a
      Dan Fandrich authored
      $< is only allowed in implicit rules in some non-GNU makes (e.g. BSD,
      AIX) so avoid use elsewhere by referencing the dependent curl.1 file
      directly instead. This is somewhat tricky because the file is supplied
      in the packaged tar ball (but not in git) but must still be able to be
      rebuilt when its dependencies change. The right thing must happen in
      both tar ball and git source trees, as well as in both in-tree and
      out-of-tree builds.
      80a87e8a
    • Kamil Dudka's avatar
      nss: adapt to the new Curl_llist API · c8ac0b6a
      Kamil Dudka authored
      This commit fixes compilation failure caused by
      cbae73e1.
      c8ac0b6a