Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | inets: Restore old behavior when parsing "+" | Péter Dimitrov | |
"+" is part of sub-delims according to RFC 3986 and shall not be converted to space. | |||
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-05 | add binary string support to http_uri functions | Tristan Sloughter | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-10-13 | inets: scheme validation fun for http_uri | Kirilll Zaborsky | |
http_uri:parse_scheme function should allow checking scheme of URIs otherwise it could be easily abused to reach limit number of atoms in the VM | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-01-02 | Properly parse URI fragments | Anthony Ramine | |
This fixes a bug in httpc where redirection URIs could lead to bad requests if they contained fragments. | |||
2013-02-18 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 |