1. 27 Jul, 2012 2 commits
  2. 26 Jul, 2012 4 commits
  3. 25 Jul, 2012 2 commits
  4. 23 Jul, 2012 1 commit
  5. 22 Jul, 2012 3 commits
  6. 21 Jul, 2012 2 commits
  7. 20 Jul, 2012 6 commits
  8. 19 Jul, 2012 1 commit
  9. 17 Jul, 2012 3 commits
  10. 15 Jul, 2012 4 commits
  11. 13 Jul, 2012 4 commits
  12. 12 Jul, 2012 5 commits
  13. 11 Jul, 2012 3 commits
    • Daniel Stenberg's avatar
      tests: verify the stricter numeric option parser · 1c4663bc
      Daniel Stenberg authored
      Test 1409 and 1410 verifies the stricter numeric option parser
      introduced the other day in commit f2b6ebed.
      1c4663bc
    • Daniel Stenberg's avatar
      SWS: use of uninitialized memory fix · d759a70d
      Daniel Stenberg authored
      I made "connmon" not get initialized properly before use, and I use the
      big hammer and make sure we always clear the entire struct to avoid any
      problem like this in the future.
      d759a70d
    • Daniel Stenberg's avatar
      test48: verify that HEAD doesn't close extra · 1dcf4418
      Daniel Stenberg authored
      Two commits ago, we fixed a bug where the connction would be closed
      prematurely after a HEAD. Now I added connection-monitor to test 48 and
      added a second HEAD and make sure that both are sent over the same
      connection.
      
      This triggered a failure before the bug fix and now works. Will help us
      avoid a future regression of this kind.
      1dcf4418