uquic/internal/utils
Marten Seemann f8cbb0ae03 remove unused utils.GetByteOrder
This function was needed when we supported both Q039 (using big endian
encoding) and ealier versions (using little endian encoding).
2017-12-08 11:33:40 +07:00
..
_gen.go make utils an internal package 2017-06-09 22:28:40 +02:00
atomic_bool.go make utils an internal package 2017-06-09 22:28:40 +02:00
atomic_bool_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
byteinterval_linkedlist.go make utils an internal package 2017-06-09 22:28:40 +02:00
byteoder_big_endian_test.go implement an utils.BigEndian 2017-08-23 15:57:35 +07:00
byteorder.go remove unused utils.GetByteOrder 2017-12-08 11:33:40 +07:00
byteorder_big_endian.go implement an utils.BigEndian 2017-08-23 15:57:35 +07:00
byteorder_little_endian.go panic if the value for WriteUint48, WriteUint40, WriteUint24 is too big 2017-08-23 15:57:35 +07:00
byteorder_little_endian_test.go panic if the value for WriteUint48, WriteUint40, WriteUint24 is too big 2017-08-23 15:57:35 +07:00
connection_id.go make the protocol package internal 2017-08-30 00:19:44 +07:00
connection_id_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
float16.go introduce an utils.LittleEndian 2017-08-23 15:57:35 +07:00
float16_test.go implement an utils.BigEndian 2017-08-23 15:57:35 +07:00
host.go make utils an internal package 2017-06-09 22:28:40 +02:00
host_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
log.go accept lower case log levels for the QUIC_GO_LOG_LEVEL flag 2017-09-28 15:12:21 +07:00
log_test.go accept lower case log levels for the QUIC_GO_LOG_LEVEL flag 2017-09-28 15:12:21 +07:00
minmax.go make the protocol package internal 2017-08-30 00:19:44 +07:00
minmax_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
packet_interval.go make the protocol package internal 2017-08-30 00:19:44 +07:00
packetinterval_linkedlist.go make utils an internal package 2017-06-09 22:28:40 +02:00
streamframe_interval.go make the protocol package internal 2017-08-30 00:19:44 +07:00
timer.go make utils an internal package 2017-06-09 22:28:40 +02:00
timer_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
utils_suite_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
varint.go implement the new variable integer length encoding 2017-12-08 09:18:54 +07:00
varint_test.go implement the new variable integer length encoding 2017-12-08 09:18:54 +07:00