Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-02 | curl_endian: remove unused functions | Daniel Stenberg | |
Closes #1529 | |||
2016-11-24 | Declare endian read functions argument as a const pointer. | Patrick Monnerat | |
This is done for all functions of the form Curl_read[136][624]_[lb]e. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-01-01 | endian: Added big endian read functions | Steve Holme | |
2015-01-01 | endian: Added 64-bit integer read function | Steve Holme | |
2014-12-31 | endian: Added 16-bit integer write function | Steve Holme | |
2014-12-31 | endian: Fixed Linux compilation issues | Steve Holme | |
Having files named endian.[c|h] seemed to cause issues under Linux so renamed them both to have the curl_ prefix in the filenames. |