summaryrefslogtreecommitdiff
path: root/tests/sockopt-timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2023-02-261-1/+1
* tests: enable time_types.h based tests unconditionallyDmitry V. Levin2023-01-021-13/+1
* Update copyright headersDmitry V. Levin2021-08-311-1/+1
* Fix preprocessor indentationDmitry V. Levin2021-08-301-8/+8
* tests: call setsockopt directly in sockopt-timestampEugene Syromyatnikov2021-08-241-1/+30
* tests: change sockopt-timestamp test to use syscall(__NR_recvmsg)Dmitry V. Levin2021-07-231-38/+34
* tests: additional diagnostics in sockopt-timestampEugene Syromyatnikov2021-07-231-2/+4
* tests: skip tests of old scm timestamps on glibc >= 2.33Dmitry V. Levin2021-07-181-9/+41
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Fix preprocessor indentationDmitry V. Levin2020-09-231-2/+2
* tests/sockopt-timestamp: Use old time structures for old timestampsAlistair Francis2020-04-191-2/+5
* Update copyright headersDmitry V. Levin2020-02-061-0/+1
* tests: Do not dereference SCM_TIMESTAMP* control messages in-placeDmitry V. Levin2020-01-061-6/+10
* Fix potentially unaligned access in SO_TIMESTAMP*_NEW decoder and testsDmitry V. Levin2020-01-061-6/+11
* tests: check decoding of SO_TIMESTAMP*_NEW control messagesDmitry V. Levin2019-05-171-10/+49
* Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDmitry V. Levin2019-05-151-2/+2
* Replace SCM_TIMESTAMP* constants with SO_TIMESTAMP*Dmitry V. Levin2019-05-151-3/+3
* tests: add another test of SO_TIMESTAMP and SO_TIMESTAMPNS decodingDmitry V. Levin2019-05-151-0/+158