1. 01 Jun, 2017 2 commits
  2. 31 May, 2017 13 commits
  3. 30 May, 2017 4 commits
  4. 29 May, 2017 3 commits
  5. 28 May, 2017 2 commits
  6. 27 May, 2017 2 commits
  7. 25 May, 2017 3 commits
  8. 24 May, 2017 3 commits
  9. 23 May, 2017 6 commits
  10. 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