Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-23 | whitespace fixes | Viktor Szakats | |
- replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037 | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2012-01-17 | tests: testtrace.[ch] provides debug callback for libtest usage | Yang Tse | |
Allows tests from the libtest subdir to generate log traces similar to those of curl with --tracetime and --trace-ascii options but with output going to stderr. |