1. 09 Feb, 2004 2 commits
    • Daniel Stenberg's avatar
      Tor Arntsen's patch for working around a notorious bug in the AIX5 · 011929cf
      Daniel Stenberg authored
      getaddrinfo() implementation.
      011929cf
    • 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
  2. 06 Feb, 2004 10 commits
  3. 05 Feb, 2004 17 commits
  4. 04 Feb, 2004 11 commits