1. 14 May, 2012 2 commits
  2. 12 May, 2012 5 commits
  3. 06 May, 2012 1 commit
  4. 03 May, 2012 1 commit
  5. 02 May, 2012 1 commit
    • Gokhan Sengun's avatar
      MD5: OOM fix · d6773834
      Gokhan Sengun authored
      check whether md5 initialization succeeded before updating digest of
      buffers onto it
      d6773834
  6. 29 Apr, 2012 1 commit
  7. 27 Apr, 2012 2 commits
  8. 26 Apr, 2012 1 commit
  9. 23 Apr, 2012 10 commits
  10. 22 Apr, 2012 5 commits
  11. 20 Apr, 2012 2 commits
  12. 19 Apr, 2012 2 commits
  13. 18 Apr, 2012 4 commits
  14. 17 Apr, 2012 1 commit
  15. 16 Apr, 2012 2 commits
    • Daniel Stenberg's avatar
      -# progress meter: avoid superfluous updates and duplicate lines · 4d28a59f
      Daniel Stenberg authored
      By comparing if a different "progress point" is reached or not since the
      previous update, the progress function callback for this now avoids many
      superfluous screen updates. This has the nice side-effect that it fixes
      a problem that causes a second progress meter line.
      
      The second line output happened because when we use the -# progress
      meter, we force a newline output after the transfer in the main loop in
      curl, but when libcurl calls the progress callback from
      curl_easy_cleanup() it would then output the progress display
      again. Possibly the naive newline output is wrong but this optimization
      was suitable anyway...
      
      Reported by: Daniel Theron
      Bug: http://curl.haxx.se/bug/view.cgi?id=3517418
      4d28a59f
    • Yang Tse's avatar
      nss.c: fix compiler warning · a498daa0
      Yang Tse authored
      a498daa0