Skip to content
Snippets Groups Projects
  1. Feb 19, 2004
  2. Feb 09, 2004
    • Daniel Stenberg's avatar
      Dominick Meglio's update · 283f68f6
      Daniel Stenberg authored
      283f68f6
    • Daniel Stenberg's avatar
    • 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
  3. Feb 06, 2004
  4. Feb 03, 2004
  5. Feb 02, 2004
  6. Jan 30, 2004
  7. Jan 29, 2004
  8. Jan 23, 2004
  9. Jan 22, 2004
  10. Jan 21, 2004
  11. Jan 15, 2004
  12. Jan 13, 2004
  13. Jan 12, 2004
  14. Jan 09, 2004
  15. Jan 07, 2004
  16. Jan 05, 2004
  17. Jan 02, 2004
  18. Dec 22, 2003
  19. Dec 18, 2003
  20. Dec 16, 2003
  21. Dec 10, 2003
  22. Dec 09, 2003
  23. Dec 08, 2003
Loading