Skip to content
  1. May 14, 2012
  2. May 12, 2012
  3. May 06, 2012
  4. May 03, 2012
  5. May 02, 2012
    • 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. Apr 29, 2012
  7. Apr 27, 2012
  8. Apr 26, 2012
  9. Apr 23, 2012
  10. Apr 22, 2012
  11. Apr 20, 2012
  12. Apr 19, 2012
  13. Apr 18, 2012
  14. Apr 17, 2012
  15. Apr 16, 2012
    • 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