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

..03-May-2022-

README.mdH A D01-Jun-20201,002 265

Uri.hH A D01-Jun-202036.3 KiB1,091171

UriBase.hH A D01-Jun-202012.2 KiB378120

UriCommon.cH A D01-Jun-202015.9 KiB573393

UriCommon.hH A D01-Jun-20204.1 KiB11051

UriCompare.cH A D01-Jun-20204.5 KiB16995

UriDefsAnsi.hH A D01-Jun-20202.5 KiB8323

UriDefsConfig.hH A D01-Jun-20203.2 KiB10230

UriDefsUnicode.hH A D01-Jun-20202.5 KiB8323

UriEscape.cH A D01-Jun-20209.3 KiB454352

UriFile.cH A D01-Jun-20207.2 KiB243145

UriIp4.cH A D01-Jun-20208.3 KiB330181

UriIp4.hH A D01-Jun-20203.4 KiB11139

UriIp4Base.cH A D01-Jun-20202.6 KiB9740

UriIp4Base.hH A D01-Jun-20202.2 KiB6011

UriMemory.cH A D01-Jun-202011.3 KiB469304

UriMemory.hH A D01-Jun-20202.4 KiB7922

UriNormalize.cH A D01-Jun-202022.2 KiB772564

UriNormalizeBase.cH A D01-Jun-20202.8 KiB12076

UriNormalizeBase.hH A D01-Jun-20202 KiB545

UriParse.cH A D01-Jun-202064.2 KiB2,4111,773

UriParseBase.cH A D01-Jun-20202.7 KiB9134

UriParseBase.hH A D01-Jun-20202.1 KiB567

UriQuery.cH A D01-Jun-202013.2 KiB502336

UriRecompose.cH A D01-Jun-202016.1 KiB578475

UriResolve.cH A D01-Jun-202010 KiB330204

UriShorten.cH A D01-Jun-202010.1 KiB325181

config.hH A D01-Jun-20201.9 KiB484

README.md

1<!---
2  Licensed to the Apache Software Foundation (ASF) under one
3  or more contributor license agreements.  See the NOTICE file
4  distributed with this work for additional information
5  regarding copyright ownership.  The ASF licenses this file
6  to you under the Apache License, Version 2.0 (the
7  "License"); you may not use this file except in compliance
8  with the License.  You may obtain a copy of the License at
9
10    http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing,
13  software distributed under the License is distributed on an
14  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15  KIND, either express or implied.  See the License for the
16  specific language governing permissions and limitations
17  under the License.
18-->
19
20The files in this directory are vendored from uriparser git tag "uriparser-0.9.3".
21
22Include paths fixed using:
23```
24sed -E -i 's:include <uriparser/(.*).h>:include "\1.h":g' src/arrow/vendored/uriparser/*
25```
26