Skip to content
  1. Jul 27, 2012
  2. Jul 26, 2012
  3. Jul 25, 2012
  4. Jul 23, 2012
  5. Jul 22, 2012
  6. Jul 21, 2012
  7. Jul 20, 2012
  8. Jul 19, 2012
  9. Jul 17, 2012
  10. Jul 15, 2012
  11. Jul 13, 2012
  12. Jul 12, 2012
  13. Jul 11, 2012
    • 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