summaryrefslogtreecommitdiff
path: root/lib/curl_endian.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* curl_endian: remove the unused Curl_write64_le functionDaniel Stenberg2021-06-201-42/+0
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-111-3/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* lib: fix warnings found when porting to NuttXXiang Xiao2019-12-271-1/+1
* 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