Skip to content
  1. Jan 28, 2010
    • Yang Tse's avatar
      · 3e21f1e9
      Yang Tse authored
      fix printf-style format strings
      3e21f1e9
    • Yang Tse's avatar
      · 2f3bce11
      Yang Tse authored
      Chris Conroy's RTSP followup fixes
      2f3bce11
  2. Jan 27, 2010
    • Yang Tse's avatar
      · bbefdf88
      Yang Tse authored
      fix compiler warning
      bbefdf88
  3. Jan 26, 2010
  4. Jan 25, 2010
  5. Jan 24, 2010
  6. Jan 23, 2010
  7. Jan 22, 2010
  8. Jan 21, 2010
  9. Jan 19, 2010
    • Daniel Stenberg's avatar
      - As was pointed out on the http-state mailing list, the order of cookies in a · 877dad1e
      Daniel Stenberg authored
        HTTP Cookie: header _needs_ to be sorted on the path length in the cases
        where two cookies using the same name are set more than once using
        (overlapping) paths. Realizing this, identically named cookies must be
        sorted correctly. But detecting only identically named cookies and take care
        of them individually is harder than just to blindly and unconditionally sort
        all cookies based on their path lengths. All major browsers also already do
        this, so this makes our behavior one step closer to them in the cookie area.
      
        Test case 8 was the only one that broke due to this change and I updated it
        accordingly.
      877dad1e
    • Daniel Stenberg's avatar
      - David McCreedy brought a fix and a new test case (129) to make libcurl work · a5ca3f17
      Daniel Stenberg authored
        again when downloading files over FTP using ASCII and it turns out that the
        final size of the file is not the same as the initial size the server
        reported. This is very common since servers don't take the newline
        conversions into account.
      a5ca3f17
    • Yang Tse's avatar
      update copyright year notice · afdc3d81
      Yang Tse authored
      afdc3d81
  10. Jan 18, 2010
  11. Jan 15, 2010
  12. Jan 11, 2010