Skip to content
Snippets Groups Projects
  1. Sep 21, 2011
  2. Sep 20, 2011
  3. Sep 13, 2011
  4. Sep 07, 2011
  5. Aug 23, 2011
  6. Aug 12, 2011
  7. Aug 10, 2011
  8. Jun 28, 2011
  9. Apr 28, 2011
  10. Apr 07, 2011
  11. Mar 11, 2011
  12. Mar 10, 2011
    • Daniel Stenberg's avatar
      sources: update source headers · 1aeb635c
      Daniel Stenberg authored
      All C and H files now (should) feature the proper project curl source
      code header, which includes basic info, a copyright statement and some
      basic disclaimers.
      1aeb635c
  13. Dec 25, 2010
  14. Dec 23, 2010
  15. Dec 22, 2010
  16. Dec 18, 2010
  17. Dec 17, 2010
  18. Dec 16, 2010
  19. Dec 03, 2010
  20. Nov 28, 2010
  21. Nov 20, 2010
  22. Nov 12, 2010
    • Daniel Stenberg's avatar
      version-check.pl: display version number for symbols · 0a2edfc3
      Daniel Stenberg authored
      This script is the start of a helper tool that scans a source code and
      outputs the most recent libcurl version it finds symbols for. Meaning
      that if there's no conditions in the code, that's the earliest libcurl
      version the scanned code requires.
      
      It is not added to the Makefile.am yet as it is still a bit crude, but
      I'm committing it to keep it and allow us to work on it.
      0a2edfc3
  23. Nov 07, 2010
  24. Nov 04, 2010
  25. Oct 05, 2010
  26. Sep 30, 2010
    • Dirk Manske's avatar
      multi & hiper examples: updates and cleanups · 5fb4279e
      Dirk Manske authored
      all multi and hiper examples:
      
      * don't loop curl_multi_perform calls, that was <7.20.0 style, currently
        the exported multi functions will not return CURLM_CALL_MULTI_PERFORM
      
      all hiper examples:
      * renamed check_run_count to check_multi_info
      * don't  compare current running handle count with previous value, this
        was the wrong way to check for finished requests, simply call
        curl_multi_info_read
      * it's also safe to call curl_multi_remove_handle inside the
        curl_multi_info_read loop.
      
      ghiper.c:
      * replaced curl_multi_socket (that function is marked as obsolete) calls
        with curl_multi_socket_action calls (as in hiperfifo.c and
        evhiperfifo.c)
      
      ghiper.c and evhiperfifo.c:
      * be smart as hiperfifo.c, don't do uncessary curl_multi_* calls in
        new_conn and main
      5fb4279e
  27. Sep 14, 2010
    • James Bursa's avatar
      getinmemory: make the example easier to follow · fbefd816
      James Bursa authored
      1. Remove the comment warning that it's "not been verified to work". It
         works with no problems in my testing.
      
      2. Remove 2 unnecessary includes.
      
      3. Remove the myrealloc(). Initialize chunk.memory with malloc() instead
         of NULL. The comments for these two parts contradicted each other.
      
      4. Handle out of memory from realloc() instead of continuing.
      
      5. Print a brief status message at the end.
      fbefd816
  28. Aug 02, 2010
Loading