Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-11-08 | tool: Fixed a memory leak on OOM introduced in 19cb0c4a | Dan Fandrich | |
2015-10-18 | curl: slist_wc: remove curl_memory.h inclusion | Daniel Stenberg | |
... that's for the library only. | |||
2015-10-18 | tool: Generate easysrc with last cache linked-list | Daniel Hwang | |
Using a last cache linked-list improves the performance of easysrc generation. Bug: https://github.com/bagder/curl/issues/444 Ref: https://github.com/bagder/curl/issues/429 Closes #452 |