-
Notifications
You must be signed in to change notification settings - Fork 854
Expand file tree
/
Copy pathNOTICE
More file actions
120 lines (77 loc) · 2.93 KB
/
NOTICE
File metadata and controls
120 lines (77 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Apache Traffic Server
Copyright 2014 The Apache Software Foundation
This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
- Yahoo! Inc
- Network Geographics (http://network-geographics.com)
- OmniTI
- Comcast
- LinkedIn
- Mike Pall
- GoDaddy
~~~
Codebase originally donated by Yahoo:
Copyright (C) 2009 Yahoo! Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
~~~
WebSocket support developed by LinkedIn
Copyright (C) 2014 LinkedIn
~~~
cache-key-genid Plugin developed by GoDaddy
Copyright (C) 2013 GoDaddy Operating Company, LLC
~~~
include/tscpp/api, src/tscpp/api developed by LinkedIn
Copyright (c) 2013 LinkedIn
~~~
remap_stats and url_sig plugins developed by Comcast.
Copyright (C) 2014 Comcast
~~~
collapsed_collapsing: Plugin for connection collapsing to origin
Copyright (C) 2014 Yahoo! Inc. All rights reserved.
multiplexer: Plugin for request multiplixing
Copyright (C) 2015 Yahoo! Inc. All rights reserved.
inliner: Plugin for inlining base64 images
Copyright (C) 2016 Yahoo! Inc. All rights reserved.
~~~
healthchecks: Plugin for ATS healthchecks.
Copyright (C) 2012 GoDaddy Operating Company, LLC
~~~
src/tscore/HashFNV.cc contains code derived from code at http://www.isthe.com/chongo/tech/comp/fnv/
It is public domain and has no copyright.
~~
src/tscore/HashSip.cc contains code derived from code at https://github.com/floodyberry/siphash
The code is public domain.
The algorithm info can be found at: https://131002.net/siphash/
~~
plugins/experimental/memcache/protocol_binary.h developed by Sun Microsystems, Inc.
Copyright (c) <2008>, Sun Microsystems, Inc. All rights reserved.
~~
Reusable Gold Testing System
https://bitbucket.org/dragon512/reusable-gold-testing-system
Copyright (c) 2015-2016 Jason Kenny All Rights Reserved.
~~
Folly: Facebook Open-source Library
https://github.com/facebook/folly
~~
yaml-cpp: A YAML parser and emitter in C++
https://github.com/jbeder/yaml-cpp
~~
fastlz: an ANSI C/C90 implementation of Lempel-Ziv 77 algorithm (LZ77) of lossless data compression.
https://github.com/ariya/FastLZ
~~
include/tsutil/Bravo.h is C++ version of puzpuzpuz/xsync's RBMutex
Copyright (c) 2021 Andrey Pechkurov (MIT License)
~~
lib/systemtap/sys/sdt.h is from SystemTap. This file is dedicated to the public domain, pursuant to CC0.
https://fossies.org/linux/systemtap/includes/sys/sdt.h
~~
tools/ebpf/trylock-stats is try lock version of lockstat-solution.py of goldshtn/linux-tracing-workshop
Copyright (c) 2017 Sasha Goldshtein (MIT License)
~~
LS-HPACK provides functionality to encode and decode HTTP headers using
HPACK compression mechanism specified in RFC 7541.
Copyright (c) 2018 - 2023 LiteSpeed Technologies Inc, (MIT License)
https://github.com/litespeedtech/ls-hpack.git