Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | headers: end all headers with guard comment | Daniel Gustafsson | |
Most headerfiles end with a /* <headerguard> */ comment, but it was missing from some. The comment isn't the most important part of our code documentation but consistency has an intrinsic value in itself. This adds header guard comments to the files that were lacking it. Closes #3158 Reviewed-by: Jay Satiro <raysatiro@yahoo.com> Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2018-09-21 | urlapi: fix support for address scope in IPv6 numerical addresses | Daniel Stenberg | |
Closes #3024 | |||
2018-09-08 | URL-API | Daniel Stenberg | |
See header file and man pages for API. All documented API details work and are tested in the 1560 test case. Closes #2842 |