Skip to content
  1. Apr 22, 2017
    • Daniel Stenberg's avatar
      llist: no longer uses malloc · cbae73e1
      Daniel Stenberg authored
      The 'list element' struct now has to be within the data that is being
      added to the list. Removes 16.6% (tiny) mallocs from a simple HTTP
      transfer. (96 => 80)
      
      Also removed return codes since the llist functions can't fail now.
      
      Test 1300 updated accordingly.
      
      Closes #1435
      cbae73e1
  2. Apr 21, 2017
  3. Apr 20, 2017
  4. Apr 19, 2017
  5. Apr 18, 2017
  6. Apr 17, 2017
  7. Apr 16, 2017
  8. Apr 15, 2017
  9. Apr 12, 2017
  10. Apr 11, 2017
  11. Apr 10, 2017
  12. Apr 09, 2017
  13. Apr 08, 2017
  14. Apr 07, 2017