1. 28 May, 2017 2 commits
  2. 27 May, 2017 2 commits
  3. 25 May, 2017 3 commits
  4. 24 May, 2017 3 commits
  5. 23 May, 2017 6 commits
  6. 22 May, 2017 2 commits
    • Kamil Dudka's avatar
      memdebug: fix compilation failure · 945919db
      Kamil Dudka authored
      .... caused by a typo in the last commit (fixing issue #1504):
      
      memdebug.c: In function ‘curl_fclose’:
      memdebug.c:444:3: error: implicit declaration of function
      ‘DEBUGDEBUGASSERT’ [-Werror=implicit-function-declaration]
      945919db
    • Daniel Stenberg's avatar
      assert: avoid, use DEBUGASSERT instead! · 8589e1fe
      Daniel Stenberg authored
      ... as it does extra checks to actually work.
      
      Reported-by: jonrumsey at github
      Fixes #1504
      8589e1fe
  7. 21 May, 2017 5 commits
  8. 20 May, 2017 3 commits
  9. 19 May, 2017 2 commits
  10. 18 May, 2017 1 commit
  11. 17 May, 2017 3 commits
  12. 16 May, 2017 2 commits
  13. 15 May, 2017 5 commits
  14. 14 May, 2017 1 commit
    • Daniel Stenberg's avatar
      curl: show the libcurl release date in --version output · 180c75eb
      Daniel Stenberg authored
      ... and support and additional "security patched" date for those who
      enhance older versions that way. Pass on the define CURL_PATCHSTAMP with
      a date for that.
      
      Building with non-release headers shows the date as [unreleased].
      
      Also: this changes the date format generated in the curlver.h file to be
      "YYYY-MM-DD" (no name of the day or month, no time, no time zone) to
      make it easier on the eye and easier to parse. Example (new) date
      string: 2017-05-09
      
      Suggested-by: Brian Childs
      
      Closes #1474
      180c75eb