Update copyright year; add CONTRIBUTORS.txt

This commit is contained in:
Dmitri Tikhonov 2018-04-02 15:17:56 -04:00
parent da710addee
commit 10c492f0b6
182 changed files with 191 additions and 181 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. # Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
LSQUIC APIs LSQUIC APIs
=========== ===========

View file

@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. # Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)

10
CONTRIBUTORS.txt Normal file
View file

@ -0,0 +1,10 @@
# Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
In addition to the LiteSpeed QUIC Team, the following people contributed
to the LiteSpeed Client Library:
- Brian Prodoehl -- Docker file
- Amol Desphande -- Windows support
Thank you!
We welcome contributions in any form -- patches, issues, pull requests.

View file

@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. # Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
LSQUIC Examples LSQUIC Examples
=============== ===============

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2017 LiteSpeed Technologies Inc Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_H__ #ifndef __LSQUIC_H__
#define __LSQUIC_H__ #define __LSQUIC_H__

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_TYPES_H__ #ifndef __LSQUIC_TYPES_H__
#define __LSQUIC_TYPES_H__ #define __LSQUIC_TYPES_H__

View file

@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. # Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
add_subdirectory(liblsquic) add_subdirectory(liblsquic)

View file

@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. # Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
SET(lsquic_STAT_SRCS SET(lsquic_STAT_SRCS
lsquic_alarmset.c lsquic_alarmset.c
lsquic_conn.c lsquic_conn.c

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved. /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file. * found in the LICENSE.chrome file.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved. /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file. * found in the LICENSE.chrome file.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved. /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file. * found in the LICENSE.chrome file.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved. /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file. * found in the LICENSE.chrome file.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved. /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file. * found in the LICENSE.chrome file.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved. /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file. * found in the LICENSE.chrome file.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* libfiu - Fault Injection in Userspace /* libfiu - Fault Injection in Userspace
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_alarmset.c -- A set of alarms * lsquic_alarmset.c -- A set of alarms
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_alarmset.h -- A set of alarms * lsquic_alarmset.h -- A set of alarms
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_arr.c * lsquic_arr.c
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_arr.h -- Array * lsquic_arr.h -- Array
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_attq.c -- Advisory Tick Time Queue * lsquic_attq.c -- Advisory Tick Time Queue
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_attq.h -- Advisory Tick Time Queue * lsquic_attq.h -- Advisory Tick Time Queue
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_buf.c * lsquic_buf.c
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_buf.h * lsquic_buf.h
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <inttypes.h> #include <inttypes.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* Stream/crypto handshake adapter for the client side. * Stream/crypto handshake adapter for the client side.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* Stream/crypto handshake adapter for the client side. * Stream/crypto handshake adapter for the client side.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <inttypes.h> #include <inttypes.h>
#include <string.h> #include <string.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_conn.h -- Connection interface * lsquic_conn.h -- Connection interface
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_conn_flow.h -- Connection flow control-related functions * lsquic_conn_flow.h -- Connection flow control-related functions
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_conn_hash.h -- A hash of connections * lsquic_conn_hash.h -- A hash of connections
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_conn_public.h -- Connection's "public interface" * lsquic_conn_public.h -- Connection's "public interface"
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_CRT_COMPRESS_H__ #ifndef __LSQUIC_CRT_COMPRESS_H__
#define __LSQUIC_CRT_COMPRESS_H__ #define __LSQUIC_CRT_COMPRESS_H__

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_CRYPTO_H__ #ifndef __LSQUIC_CRYPTO_H__
#define __LSQUIC_CRYPTO_H__ #define __LSQUIC_CRYPTO_H__

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_cubic.c -- LSQUIC CUBIC implementation. * lsquic_cubic.c -- LSQUIC CUBIC implementation.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_cubic.h -- CUBIC congestion control protocol. * lsquic_cubic.h -- CUBIC congestion control protocol.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_data_in_if.h -- DATA in interface * lsquic_data_in_if.h -- DATA in interface
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_di_error.c -- A placeholder when things go wrong * lsquic_di_error.c -- A placeholder when things go wrong
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_di_hash.c -- Copy incoming data into a hash * lsquic_di_hash.c -- Copy incoming data into a hash
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_di_nocopy.c -- The "no-copy" data in stream. * lsquic_di_nocopy.c -- The "no-copy" data in stream.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <time.h> #include <time.h>
#ifdef WIN32 #ifdef WIN32
#include <vc_compat.h> #include <vc_compat.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_eng_hist.h - Engine history. * lsquic_eng_hist.h - Engine history.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_engine.c - QUIC engine * lsquic_engine.c - QUIC engine
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_engine_public.h -- Engine's "public interface" * lsquic_engine_public.h -- Engine's "public interface"
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef WIN32 #ifndef WIN32
#include <arpa/inet.h> #include <arpa/inet.h>
#else #else

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_ev_log.h -- Event logger * lsquic_ev_log.h -- Event logger
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <stdint.h> #include <stdint.h>
#include "lsquic_frame_common.h" #include "lsquic_frame_common.h"

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_frame_common.h * lsquic_frame_common.h
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_frame_reader.c -- Read HTTP frames from stream * lsquic_frame_reader.c -- Read HTTP frames from stream
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_frame_reader.h -- Read HTTP frames from stream * lsquic_frame_reader.h -- Read HTTP frames from stream
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_frame_writer.c -- write frames to HEADERS stream. * lsquic_frame_writer.c -- write frames to HEADERS stream.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_frame_writer.h -- write frames to HEADERS stream. * lsquic_frame_writer.h -- write frames to HEADERS stream.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_full_conn.c -- A "full" connection object has full functionality * lsquic_full_conn.c -- A "full" connection object has full functionality
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_FULL_CONN_H #ifndef LSQUIC_FULL_CONN_H
#define LSQUIC_FULL_CONN_H #define LSQUIC_FULL_CONN_H

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* Global state * Global state
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_HANDSHAKE_SERVER_H #ifndef LSQUIC_HANDSHAKE_SERVER_H
#define LSQUIC_HANDSHAKE_SERVER_H #define LSQUIC_HANDSHAKE_SERVER_H

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_hash.c * lsquic_hash.c
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_hash.c -- A generic hash * lsquic_hash.c -- A generic hash
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* HEADERS stream logic * HEADERS stream logic
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_headers_stream.h -- HEADERS stream interface * lsquic_headers_stream.h -- HEADERS stream interface
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <stdint.h> #include <stdint.h>
#include "lsquic_hpack_common.h" #include "lsquic_hpack_common.h"

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_HPACK_COMMON_H #ifndef LSQUIC_HPACK_COMMON_H
#define LSQUIC_HPACK_COMMON_H #define LSQUIC_HPACK_COMMON_H

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_hdec.c - HPACK decoder * lsquic_hdec.c - HPACK decoder
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_hdec.h - HPACK decoder * lsquic_hdec.h - HPACK decoder
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_hpack_enc.c - HPACK encoder * lsquic_hpack_enc.c - HPACK encoder
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_hpack_enc.h - HPACK encoder * lsquic_hpack_enc.h - HPACK encoder
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_HPACK_TYPES_H #ifndef LSQUIC_HPACK_TYPES_H
#define LSQUIC_HPACK_TYPES_H 1 #define LSQUIC_HPACK_TYPES_H 1

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_INT_TYPES_H #ifndef LSQUIC_INT_TYPES_H
#define LSQUIC_INT_TYPES_H 1 #define LSQUIC_INT_TYPES_H 1

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* LSQUIC Logger implementation. * LSQUIC Logger implementation.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_logger.h -- logging functions and macros. * lsquic_logger.h -- logging functions and macros.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_malo.c -- malo allocator implementation. * lsquic_malo.c -- malo allocator implementation.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_malo.h -- Fast allocator for fixed-sized objects. * lsquic_malo.h -- Fast allocator for fixed-sized objects.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_mm.c -- Memory manager. * lsquic_mm.c -- Memory manager.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_mm.h -- Memory manager. * lsquic_mm.h -- Memory manager.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdint.h> #include <stdint.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_PACER_H #ifndef LSQUIC_PACER_H
#define LSQUIC_PACER_H 1 #define LSQUIC_PACER_H 1

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_packet_common.c -- some common packet-related routines * lsquic_packet_common.c -- some common packet-related routines
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_PACKET_COMMON_H #ifndef LSQUIC_PACKET_COMMON_H
#define LSQUIC_PACKET_COMMON_H 1 #define LSQUIC_PACKET_COMMON_H 1

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_packet_in.h * lsquic_packet_in.h
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_packet_out.c * lsquic_packet_out.c
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_packet_out.h -- Structure and routines dealing with packet_out * lsquic_packet_out.h -- Structure and routines dealing with packet_out
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_packints.c -- Packet intervals implementation. * lsquic_packints.c -- Packet intervals implementation.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_packints.h -- Ordered (high to low) list of packet intervals. * lsquic_packints.h -- Ordered (high to low) list of packet intervals.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_PARSE_H #ifndef LSQUIC_PARSE_H
#define LSQUIC_PARSE_H 1 #define LSQUIC_PARSE_H 1

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h> #include <assert.h>
#include <inttypes.h> #include <inttypes.h>
#include <errno.h> #include <errno.h>

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_parse_gquic_be.c -- Parsing functions specific to big-endian * lsquic_parse_gquic_be.c -- Parsing functions specific to big-endian
* (Q039 and higher) GQUIC. * (Q039 and higher) GQUIC.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_PARSE_GQUIC_BE_H #ifndef LSQUIC_PARSE_GQUIC_BE_H
#define LSQUIC_PARSE_GQUIC_BE_H #define LSQUIC_PARSE_GQUIC_BE_H

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_parse_gquic_common.c -- Parsing functions common to GQUIC * lsquic_parse_gquic_common.c -- Parsing functions common to GQUIC
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_parse_gquic_le.c -- Parsing functions specific to little-endian * lsquic_parse_gquic_le.c -- Parsing functions specific to little-endian
* (Q038 and lower) GQUIC. * (Q038 and lower) GQUIC.

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_QTAGS_H #ifndef LSQUIC_QTAGS_H
#define LSQUIC_QTAGS_H 1 #define LSQUIC_QTAGS_H 1

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_rechist.c -- History of received packets. * lsquic_rechist.c -- History of received packets.
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_rechist.h -- History of received packets. * lsquic_rechist.h -- History of received packets.
* *

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_rtt.c -- RTT calculation * lsquic_rtt.c -- RTT calculation
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_rtt.h -- RTT calculation * lsquic_rtt.h -- RTT calculation
*/ */

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */ /* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* /*
* lsquic_send_ctl.c -- Logic for sending and sent packets * lsquic_send_ctl.c -- Logic for sending and sent packets
*/ */

Some files were not shown because too many files have changed in this diff Show more