1. 15 Mar, 2013 3 commits
    • Yang Tse's avatar
      tests: add #96 #558 and #1330 · 1700668d
      Yang Tse authored
      These verfy that the 'memory tracking' subsystem is actually doing its
      job when using curl tool (#96), a test in libtest (#558) and also a unit
      test (#1330), in order to prevent regressions in this functionallity.
      1700668d
    • Steve Holme's avatar
      a8f93d4e
    • Daniel Stenberg's avatar
      HTTP proxy: insert slash in URL if missing · e4b733e3
      Daniel Stenberg authored
      curl has been accepting URLs using slightly wrong syntax for a long
      time, such as when completely missing as slash "http://example.org" or
      missing a slash when a query part is given
      "http://example.org?q=foobar".
      
      curl would translate these into a legitimate HTTP request to servers,
      although as was shown in bug #1206 it was not adjusted properly in the
      cases where a HTTP proxy was used.
      
      Test 1213 and 1214 were added to the test suite to verify this fix.
      
      The test HTTP server was adjusted to allow us to specify test number in
      the host name only without using any slashes in a given URL.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=1206
      Reported by: ScottJi
      e4b733e3
  2. 14 Mar, 2013 4 commits
  3. 13 Mar, 2013 7 commits
  4. 12 Mar, 2013 4 commits
  5. 11 Mar, 2013 6 commits
  6. 10 Mar, 2013 16 commits