Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-16 | curl_endian: Fixed build when 64-bit integers are not supported (Part 2) | Steve Holme | |
Missed Curl_read64_be() in commit bb12d44471 :( | |||
2015-01-16 | curl_endian: Fixed build when 64-bit integers are not supported | Steve Holme | |
Bug: http://curl.haxx.se/mail/lib-2015-01/0094.html Reported-by: John E. Malmberg | |||
2015-01-02 | endian: Fixed bit-shift in 64-bit integer read functions | Steve Holme | |
From commit 43792592ca and 4bb5a351b2. Reported-by: Michael Osipov | |||
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. |