Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | curl_endian: remove unused functions | Daniel Stenberg | 2017-06-02 | 1 | -113/+1 |
| | | | | Closes #1529 | ||||
* | Declare endian read functions argument as a const pointer. | Patrick Monnerat | 2016-11-24 | 1 | -9/+9 |
| | | | | This is done for all functions of the form Curl_read[136][624]_[lb]e. | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | curl_endian: Fixed build when 64-bit integers are not supported (Part 2) | Steve Holme | 2015-01-16 | 1 | -0/+3 |
| | | | | Missed Curl_read64_be() in commit bb12d44471 :( | ||||
* | curl_endian: Fixed build when 64-bit integers are not supported | Steve Holme | 2015-01-16 | 1 | -1/+4 |
| | | | | | Bug: http://curl.haxx.se/mail/lib-2015-01/0094.html Reported-by: John E. Malmberg | ||||
* | endian: Fixed bit-shift in 64-bit integer read functions | Steve Holme | 2015-01-02 | 1 | -4/+4 |
| | | | | | | From commit 43792592ca and 4bb5a351b2. Reported-by: Michael Osipov | ||||
* | endian: Added big endian read functions | Steve Holme | 2015-01-01 | 1 | -0/+73 |
| | |||||
* | endian: Added 64-bit integer read function | Steve Holme | 2015-01-01 | 1 | -1/+36 |
| | |||||
* | endian: Added 16-bit integer write function | Steve Holme | 2014-12-31 | 1 | -0/+17 |
| | |||||
* | endian: Fixed Linux compilation issues | Steve Holme | 2014-12-31 | 1 | -0/+105 |
Having files named endian.[c|h] seemed to cause issues under Linux so renamed them both to have the curl_ prefix in the filenames. |