Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg | |
.. because checksrc's copyright year check stopped working. Ref: https://github.com/curl/curl/pull/4547 Closes https://github.com/curl/curl/pull/4549 | |||
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 |