Skip to content
Snippets Groups Projects
  1. May 31, 2007
  2. May 30, 2007
  3. 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
  4. May 25, 2007
  5. May 24, 2007
  6. May 22, 2007
  7. May 20, 2007
  8. May 18, 2007
  9. May 17, 2007
  10. May 15, 2007
  11. May 09, 2007
  12. May 08, 2007
  13. May 07, 2007
  14. May 02, 2007
  15. May 01, 2007
  16. Apr 29, 2007
  17. Apr 28, 2007
  18. Apr 27, 2007
  19. Apr 26, 2007
  20. Apr 25, 2007
  21. Apr 24, 2007
  22. Apr 22, 2007
  23. Apr 21, 2007
Loading