Skip to content
  1. Jun 07, 2007
  2. Jun 05, 2007
  3. Jun 01, 2007
  4. May 31, 2007
  5. May 30, 2007
  6. May 26, 2007
    • Daniel Stenberg's avatar
      Primarily this fixes an off-by-one buffer overwrite (rare but still existing). · 8bd7197a
      Daniel Stenberg authored
      I also switched from calloc() to malloc() as a minor performance boost since
      the rest of the code fills in the structs fine anyway - and they must for the
      case when we use the stack-based auto variable array instead of the allocated
      one.
      
      I made the loop filling in poll_fds[] break when poll_nfds is reached as a
      minor speed improvement.
      8bd7197a
  7. May 25, 2007
  8. May 24, 2007
  9. May 22, 2007
  10. May 20, 2007
  11. May 18, 2007
  12. May 17, 2007
  13. May 15, 2007
  14. May 09, 2007
  15. May 08, 2007
  16. May 07, 2007
  17. May 02, 2007
  18. May 01, 2007
  19. Apr 29, 2007
  20. Apr 28, 2007
  21. Apr 27, 2007
  22. Apr 26, 2007
  23. Apr 25, 2007