summaryrefslogtreecommitdiff
path: root/lib/curl_endian.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: make local functions staticDaniel Stenberg2019-02-101-5/+5
* curl_endian: remove unused functionsDaniel Stenberg2017-06-021-113/+1
* Declare endian read functions argument as a const pointer.Patrick Monnerat2016-11-241-9/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_endian: Fixed build when 64-bit integers are not supported (Part 2)Steve Holme2015-01-161-0/+3
* curl_endian: Fixed build when 64-bit integers are not supportedSteve Holme2015-01-161-1/+4
* endian: Fixed bit-shift in 64-bit integer read functionsSteve Holme2015-01-021-4/+4
* endian: Added big endian read functionsSteve Holme2015-01-011-0/+73
* endian: Added 64-bit integer read functionSteve Holme2015-01-011-1/+36
* endian: Added 16-bit integer write functionSteve Holme2014-12-311-0/+17
* endian: Fixed Linux compilation issuesSteve Holme2014-12-311-0/+105