Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 25, 2010
  3. Dec 23, 2010
  4. Dec 22, 2010
  5. Dec 18, 2010
  6. Dec 17, 2010
  7. Dec 16, 2010
  8. Dec 03, 2010
  9. Nov 28, 2010
  10. Nov 20, 2010
  11. 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
  12. Nov 07, 2010
  13. Nov 04, 2010
  14. Oct 05, 2010
  15. 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
  16. 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
  17. Aug 02, 2010
  18. Jul 13, 2010
  19. Jun 24, 2010
  20. Apr 24, 2010
  21. Mar 25, 2010
  22. Mar 24, 2010
  23. Feb 26, 2010
  24. Feb 16, 2010
    • Yang Tse's avatar
      · 46b112bc
      Yang Tse authored
      replaced tabs with spaces
      46b112bc
  25. Feb 14, 2010
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
  26. Jan 21, 2010
  27. Jan 04, 2010
  28. Nov 05, 2009
  29. Nov 02, 2009
  30. Sep 10, 2009
Loading