• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

libedit/libedit-20191231-3.1/H09-Nov-2021-70,03754,319

libevent/libevent-2.1.11-stable/H09-Nov-2021-60,89339,790

lz4/H09-Nov-2021-9,2935,702

protobuf/protobuf-2.6.1/H03-May-2022-129,29490,667

rapidjson/H09-Nov-2021-16,71410,996

RAPIDJSON-READMEH A D09-Nov-20211.5 KiB3626

comp_err.cH A D09-Nov-202132.4 KiB1,192848

innochecksum.ccH A D09-Nov-202137.8 KiB1,5121,106

lz4_decompress.ccH A D09-Nov-20213.6 KiB12286

my_print_defaults.cH A D09-Nov-20217.6 KiB230161

perror.cH A D09-Nov-20219.8 KiB381270

replace.cH A D09-Nov-202130.1 KiB1,128927

resolve_stack_dump.ccH A D09-Nov-20218.1 KiB356262

resolveip.cH A D09-Nov-20215.4 KiB227175

zlib_decompress.ccH A D09-Nov-20213.5 KiB12084

RAPIDJSON-README

1Copyright (c) 2015, 2021, Oracle and/or its affiliates.
2
3This program is free software; you can redistribute it and/or modify
4it under the terms of the GNU General Public License, version 2.0,
5as published by the Free Software Foundation.
6
7This program is also distributed with certain software (including
8but not limited to OpenSSL) that is licensed under separate terms,
9as designated in a particular file or component or in included license
10documentation.  The authors of MySQL hereby grant you an additional
11permission to link the program and your derivative works with the
12separately licensed software that they have included with MySQL.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17GNU General Public License, version 2.0, for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; if not, write to the Free Software
21Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
22
23----
24
25The rapidjson library included in this directory is based on
26https://github.com/Tencent/rapidjson/,
27commit 418331e99f859f00bdc8306f69eba67e8693c55e
28
29There is one change made to the library:
30
311) Rapidjson-specific changes in commit 91153f3385c4917a215aa4c7818b3f6265608286
32   have been applied, so that negative zero is handled properly (bug#19504183).
33
34We only include the contents of the folder "include/" so that we don't include
35any code licensed under the JSON License.
36