1. 01 Mar, 2004 3 commits
  2. 27 Feb, 2004 4 commits
  3. 25 Feb, 2004 3 commits
  4. 23 Feb, 2004 1 commit
  5. 21 Feb, 2004 1 commit
  6. 19 Feb, 2004 1 commit
  7. 09 Feb, 2004 3 commits
    • Daniel Stenberg's avatar
      Dominick Meglio's update · 283f68f6
      Daniel Stenberg authored
      283f68f6
    • Daniel Stenberg's avatar
      220caed2
    • Daniel Stenberg's avatar
      Ken Rastatter's fixes to improve portability of this example: · 7f679c3d
      Daniel Stenberg authored
      These minor changes remove portability issues with the this example and allow
      it to run on Win32. Specifically:
      
      * The use of pthread_create() has been replaced by g_thread_create(). This
      removes the dependency on the pthreads library. Since this is an example using
      GTK+, g_thread_create() is available as it is a part of glibc.
      
      * The CURLOPT_FILE option is now referred to by its "newer name"
      CURLOPT_WRITEDATA.
      
      * The use of CURLOPT_WRITEFUNCTION has been added.  As described in the docs,
      this avoids the crashes when using a DLL under Win32.
      
      * The output file has been renamed from "/tmp/test.curl" to "test.curl". It's
      unlikely that there is a /tmp when in Win32 and other examples in libcurl
      write their output files to the working directory.
      7f679c3d
  8. 06 Feb, 2004 1 commit
  9. 03 Feb, 2004 1 commit
  10. 02 Feb, 2004 1 commit
  11. 30 Jan, 2004 1 commit
  12. 29 Jan, 2004 1 commit
  13. 23 Jan, 2004 1 commit
  14. 22 Jan, 2004 2 commits
  15. 21 Jan, 2004 1 commit
  16. 15 Jan, 2004 1 commit
  17. 13 Jan, 2004 1 commit
  18. 12 Jan, 2004 1 commit
  19. 09 Jan, 2004 2 commits
  20. 07 Jan, 2004 3 commits
  21. 05 Jan, 2004 3 commits
  22. 02 Jan, 2004 1 commit
  23. 22 Dec, 2003 2 commits
  24. 18 Dec, 2003 1 commit