Skip to content
  1. Sep 23, 2006
  2. Sep 21, 2006
  3. Sep 20, 2006
  4. Sep 16, 2006
  5. Sep 15, 2006
  6. Sep 13, 2006
  7. Sep 12, 2006
  8. Sep 11, 2006
  9. Sep 10, 2006
    • Yang Tse's avatar
      Compiler warning fix · 055022a5
      Yang Tse authored
      055022a5
    • Yang Tse's avatar
      Compiler warning fix · c30e9080
      Yang Tse authored
      c30e9080
    • Daniel Stenberg's avatar
      8d24c021
    • Daniel Stenberg's avatar
      Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a · 8240cea6
      Daniel Stenberg authored
        problem with it (SIGSEGV-style). It clearly showed that the existing
        socket-state and state-difference function wasn't good enough so I rewrote
        it and could then re-run Jeff's program without any crash. The previous
        version clearly could miss to tell the application when a handle changed
        from using one socket to using another.
      
        While I was at it (as I could use this as a means to track this problem
        down), I've now added a 'magic' number to the easy handle struct that is
        inited at curl_easy_init() time and cleared at curl_easy_cleanup() time that
        we can use internally to detect that an easy handle seems to be fine, or at
        least not closed or freed (freeing in debug builds fill the area with 0x13
        bytes but in normal builds we can of course not assume any particular data
        in the freed areas).
      8240cea6