Skip to content
  1. Oct 19, 2010
  2. Oct 18, 2010
  3. Oct 17, 2010
  4. Oct 14, 2010
  5. Oct 13, 2010
  6. Oct 12, 2010
  7. Oct 11, 2010
  8. Oct 10, 2010
  9. Oct 08, 2010
  10. Oct 07, 2010
    • Dan Locks's avatar
      libcurl.m4: AC_PATH_PROG fixes · cda02fb7
      Dan Locks authored
      The invocation of autoconf's AC_PATH_PROG( ) is not quite right for
      finding curl-config. This fix corrects the negative case (where
      curl-config is not found).
      cda02fb7
  11. Oct 06, 2010
  12. Oct 05, 2010
  13. Oct 04, 2010
  14. Oct 03, 2010
    • Guenter Knauf's avatar
      Some NetWare makefile tweaks. · 81e10701
      Guenter Knauf authored
      Renamed SDK_* to NDK_*; made NDK_* defines overwriteable from
      environment; removed now obsolete YACC macro;
      moved some curl_config.h defines to IPv6 section since they
      are only needed when IPv6 is enabled - this makes libcurl compile
      with older NDKs too which were not IPv6-aware.
      81e10701
  15. Oct 02, 2010
    • Daniel Stenberg's avatar
      TODO-RELEASE: 416 error fixed · 70e8814e
      Daniel Stenberg authored
      "3076808 Requests fail silently following a 416 error" done
      70e8814e
    • Julien Chaffraix's avatar
      krb5-gssapi: Removed a memory leak in krb5_auth. · fc137ee2
      Julien Chaffraix authored
      We forgot to release the buffer passed to gss_init_sec_context.
      
      The previous logic was difficult to read as we were reusing the same
      variable (gssbuf) for both input buffer and output buffer. Splitted the
      logic in 2 variables to better underline who needs to be released.
      Also made the code break at 80 lines.
      fc137ee2