Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-24 | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat | |
See CRL-01-006. | |||
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | |
We had some confusions on when each function was used. We should not act differently on different locales anyway. | |||
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg | |
... to make it less likely that we forget that the function actually does case insentive compares. Also replaced several invokes of the function with a plain strcmp when case sensitivity is not an issue (like comparing with "-"). | |||
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | |
2016-04-06 | URLs: change http to https in many places | Viktor Szakats | |
Closes #754 | |||
2016-03-25 | vauth: Refactored function names after move to new vauth directory | Steve Holme | |
Renamed all the SASL functions that moved to the new vauth directory to include the correct module name. | |||
2016-03-25 | vauth: Updated the copyright year after recent changes | Steve Holme | |
As most of this work was performed in 2015 but not pushed until 2016 updated the copyright year to reflect the public facing changes. | |||
2016-03-25 | vauth: Moved the ClearText authentication code to the new vauth directory | Steve Holme | |