Skip to content
Snippets Groups Projects
  1. Feb 08, 2011
  2. Feb 07, 2011
  3. Feb 03, 2011
  4. Feb 02, 2011
  5. Jan 31, 2011
  6. Jan 27, 2011
  7. Jan 25, 2011
  8. Jan 20, 2011
  9. Jan 19, 2011
  10. Jan 18, 2011
  11. Jan 17, 2011
  12. Jan 14, 2011
  13. Jan 13, 2011
  14. Jan 12, 2011
  15. Jan 11, 2011
  16. Jan 10, 2011
    • Daniel Stenberg's avatar
      connect: use UDP correctly · 08a65b10
      Daniel Stenberg authored
      The idea that the protocol and socktype is part of name resolving in the
      libc functions is nuts. We keep the name resolver functions assume
      TCP/STREAM and we make sure that when we want to connect to a UDP
      service we use the correct UDP/DGRAM set instead. This bug was because
      the ->protocol field was not always set correctly.
      
      This bug was only affecting ipv6-disabled non-cares non-threaded builds.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3154436
      Reported by: "dperham"
      08a65b10
    • Quinn Slack's avatar
      SSL: fix memory leak · 1238edae
      Quinn Slack authored
      In OOM situation. Follow-up fix to commit a9cd4f4e.
      1238edae
  17. Jan 08, 2011
  18. Jan 07, 2011
  19. Jan 05, 2011
  20. Jan 04, 2011
  21. Jan 03, 2011
    • Daniel Stenberg's avatar
      unittesting: build a separate static lib · 53640a3c
      Daniel Stenberg authored
      When configure --enable-debug has been used, all files in lib/ are now
      built twice and a separate static library crafted for unit-testing will
      be linked. The unit tests in the tests/unit subdir will use that
      library.
      53640a3c
    • Daniel Stenberg's avatar
      SSH: avoid PATH_MAX with alloc · 45cea719
      Daniel Stenberg authored
      We cannot assume that PATH_MAX will be enough for the remote path name
      so allocating room for it is the only sensible approach.
      45cea719
Loading