实例介绍
开源项目mupdf的源代码,支持各种运行环境的,包括android,为节省空间,却除了git部分
【实例截图】
【核心代码】
speedingboy_8658073
├── CHANGES
├── CONTRIBUTORS
├── COPYING
├── docs
│ ├── example.c
│ ├── man
│ │ ├── mudraw.1
│ │ ├── mupdf.1
│ │ └── mutool.1
│ ├── multi-threaded.c
│ ├── naming.txt
│ ├── overview.txt
│ ├── progressive.txt
│ ├── refcount.txt
│ └── thirdparty.txt
├── include
│ └── mupdf
│ ├── fitz
│ │ ├── annotation.h
│ │ ├── bitmap.h
│ │ ├── buffer.h
│ │ ├── colorspace.h
│ │ ├── compressed-buffer.h
│ │ ├── context.h
│ │ ├── crypt.h
│ │ ├── device.h
│ │ ├── display-list.h
│ │ ├── document.h
│ │ ├── filter.h
│ │ ├── font.h
│ │ ├── function.h
│ │ ├── getopt.h
│ │ ├── glyph-cache.h
│ │ ├── glyph.h
│ │ ├── hash.h
│ │ ├── image.h
│ │ ├── link.h
│ │ ├── math.h
│ │ ├── outline.h
│ │ ├── output.h
│ │ ├── output-pcl.h
│ │ ├── output-png.h
│ │ ├── output-pnm.h
│ │ ├── output-pwg.h
│ │ ├── output-svg.h
│ │ ├── output-tga.h
│ │ ├── path.h
│ │ ├── pixmap.h
│ │ ├── shade.h
│ │ ├── store.h
│ │ ├── stream.h
│ │ ├── string.h
│ │ ├── structured-text.h
│ │ ├── system.h
│ │ ├── text.h
│ │ ├── transition.h
│ │ ├── tree.h
│ │ ├── unzip.h
│ │ ├── version.h
│ │ ├── write-document.h
│ │ └── xml.h
│ ├── fitz.h
│ ├── html.h
│ ├── memento.h
│ │ ├── annot.h
│ │ ├── appearance.h
│ │ ├── clean.h
│ │ ├── cmap.h
│ │ ├── crypt.h
│ │ ├── document.h
│ │ ├── event.h
│ │ ├── field.h
│ │ ├── font.h
│ │ ├── interpret.h
│ │ ├── javascript.h
│ │ ├── object.h
│ │ ├── output-pdf.h
│ │ ├── page.h
│ │ ├── parse.h
│ │ ├── resource.h
│ │ ├── widget.h
│ │ └── xref.h
│ ├── pdf.h
│ ├── pdf-tools.h
│ └── xps.h
├── Makefile
├── Makerules
├── Makethird
├── platform
│ ├── android
│ │ ├── AndroidManifest.xml
│ │ ├── build.sh
│ │ ├── build.xml
│ │ ├── ClassStructure.txt
│ │ ├── Icons.txt
│ │ ├── jni
│ │ │ ├── Android.mk
│ │ │ ├── Application.mk
│ │ │ ├── Core.mk
│ │ │ ├── mupdf.c
│ │ │ └── ThirdParty.mk
│ │ ├── local.properties.sample
│ │ ├── project.properties
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── animator
│ │ │ │ └── info.xml
│ │ │ ├── drawable
│ │ │ │ ├── busy.xml
│ │ │ │ ├── button.xml
│ │ │ │ ├── darkdenim3.png
│ │ │ │ ├── page_num.xml
│ │ │ │ ├── search.xml
│ │ │ │ ├── seek_progress.xml
│ │ │ │ ├── seek_thumb.xml
│ │ │ │ └── tiled_background.xml
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-ldpi
│ │ │ │ ├── ic_annotation.png
│ │ │ │ ├── ic_annot.png
│ │ │ │ ├── ic_arrow_left.png
│ │ │ │ ├── ic_arrow_right.png
│ │ │ │ ├── ic_cancel.png
│ │ │ │ ├── ic_check.png
│ │ │ │ ├── ic_clipboard.png
│ │ │ │ ├── ic_dir.png
│ │ │ │ ├── ic_doc.png
│ │ │ │ ├── ic_highlight.png
│ │ │ │ ├── ic_link.png
│ │ │ │ ├── ic_list.png
│ │ │ │ ├── ic_magnifying_glass.png
│ │ │ │ ├── ic_more.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── ic_pen.png
│ │ │ │ ├── ic_print.png
│ │ │ │ ├── ic_reflow.png
│ │ │ │ ├── ic_select.png
│ │ │ │ ├── ic_share.png
│ │ │ │ ├── ic_strike.png
│ │ │ │ ├── ic_trash.png
│ │ │ │ ├── ic_underline.png
│ │ │ │ └── ic_updir.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── ic_annotation.png
│ │ │ │ ├── ic_annot.png
│ │ │ │ ├── ic_arrow_left.png
│ │ │ │ ├── ic_arrow_right.png
│ │ │ │ ├── ic_arrow_up.png
│ │ │ │ ├── ic_cancel.png
│ │ │ │ ├── ic_check.png
│ │ │ │ ├── ic_clipboard.png
│ │ │ │ ├── ic_dir.png
│ │ │ │ ├── ic_doc.png
│ │ │ │ ├── ic_highlight.png
│ │ │ │ ├── ic_link.png
│ │ │ │ ├── ic_list.png
│ │ │ │ ├── ic_magnifying_glass.png
│ │ │ │ ├── ic_more.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── ic_pen.png
│ │ │ │ ├── ic_print.png
│ │ │ │ ├── ic_reflow.png
│ │ │ │ ├── ic_select.png
│ │ │ │ ├── ic_share.png
│ │ │ │ ├── ic_strike.png
│ │ │ │ ├── ic_trash.png
│ │ │ │ └── ic_underline.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ └── icon.png
│ │ │ ├── layout
│ │ │ │ ├── buttons.xml
│ │ │ │ ├── main.xml
│ │ │ │ ├── outline_entry.xml
│ │ │ │ ├── picker_entry.xml
│ │ │ │ ├── print_dialog.xml
│ │ │ │ └── textentry.xml
│ │ │ ├── values
│ │ │ │ ├── colors.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ ├── values-ar
│ │ │ │ └── strings.xml
│ │ │ ├── values-ca
│ │ │ │ └── strings.xml
│ │ │ ├── values-cs
│ │ │ │ └── strings.xml
│ │ │ ├── values-da
│ │ │ │ └── strings.xml
│ │ │ ├── values-de
│ │ │ │ └── strings.xml
│ │ │ ├── values-el
│ │ │ │ └── strings.xml
│ │ │ ├── values-es
│ │ │ │ └── strings.xml
│ │ │ ├── values-et
│ │ │ │ └── strings.xml
│ │ │ ├── values-fi
│ │ │ │ └── strings.xml
│ │ │ ├── values-fr
│ │ │ │ └── strings.xml
│ │ │ ├── values-hi
│ │ │ │ └── strings.xml
│ │ │ ├── values-hu
│ │ │ │ └── strings.xml
│ │ │ ├── values-in
│ │ │ │ └── strings.xml
│ │ │ ├── values-it
│ │ │ │ └── strings.xml
│ │ │ ├── values-iw
│ │ │ │ └── strings.xml
│ │ │ ├── values-ja
│ │ │ │ └── strings.xml
│ │ │ ├── values-ko
│ │ │ │ └── strings.xml
│ │ │ ├── values-lt
│ │ │ │ └── strings.xml
│ │ │ ├── values-ms
│ │ │ │ └── strings.xml
│ │ │ ├── values-nl
│ │ │ │ └── strings.xml
│ │ │ ├── values-no
│ │ │ │ └── strings.xml
│ │ │ ├── values-pl
│ │ │ │ └── strings.xml
│ │ │ ├── values-pt
│ │ │ │ └── strings.xml
│ │ │ ├── values-ru
│ │ │ │ └── strings.xml
│ │ │ ├── values-sk
│ │ │ │ └── strings.xml
│ │ │ ├── values-sv
│ │ │ │ └── strings.xml
│ │ │ ├── values-th
│ │ │ │ └── strings.xml
│ │ │ ├── values-tl
│ │ │ │ └── strings.xml
│ │ │ ├── values-tr
│ │ │ │ └── strings.xml
│ │ │ ├── values-zh
│ │ │ │ └── strings.xml
│ │ │ └── values-zh-rTW
│ │ │ └── strings.xml
│ │ └── src
│ │ └── com
│ │ └── artifex
│ │ └── mupdfdemo
│ │ ├── Annotation.java
│ │ ├── ArrayDeque.java
│ │ ├── AsyncTask.java
│ │ ├── CancellableAsyncTask.java
│ │ ├── CancellableTaskDefinition.java
│ │ ├── ChoosePDFActivity.java
│ │ ├── ChoosePDFAdapter.java
│ │ ├── ChoosePDFItem.java
│ │ ├── Deque.java
│ │ ├── FilePicker.java
│ │ ├── LinkInfoExternal.java
│ │ ├── LinkInfoInternal.java
│ │ ├── LinkInfo.java
│ │ ├── LinkInfoRemote.java
│ │ ├── LinkInfoVisitor.java
│ │ ├── MuPDFActivity.java
│ │ ├── MuPDFAlertInternal.java
│ │ ├── MuPDFAlert.java
│ │ ├── MuPDFCancellableTaskDefinition.java
│ │ ├── MuPDFCore.java
│ │ ├── MuPDFPageAdapter.java
│ │ ├── MuPDFPageView.java
│ │ ├── MuPDFReaderView.java
│ │ ├── MuPDFReflowAdapter.java
│ │ ├── MuPDFReflowView.java
│ │ ├── MuPDFView.java
│ │ ├── OutlineActivityData.java
│ │ ├── OutlineActivity.java
│ │ ├── OutlineAdapter.java
│ │ ├── OutlineItem.java
│ │ ├── PageView.java
│ │ ├── PrintDialogActivity.java
│ │ ├── ReaderView.java
│ │ ├── SafeAnimatorInflater.java
│ │ ├── SearchTask.java
│ │ ├── SearchTaskResult.java
│ │ ├── Stepper.java
│ │ ├── TextChar.java
│ │ ├── TextWord.java
│ │ └── WidgetType.java
│ ├── ios
│ │ ├── build_libs.sh
│ │ ├── Classes
│ │ │ ├── MuAnnotation.h
│ │ │ ├── MuAnnotation.m
│ │ │ ├── MuAnnotSelectView.h
│ │ │ ├── MuAnnotSelectView.m
│ │ │ ├── MuAppDelegate.h
│ │ │ ├── MuAppDelegate.m
│ │ │ ├── MuChoiceFieldController.h
│ │ │ ├── MuChoiceFieldController.m
│ │ │ ├── MuChoiceFieldController.xib
│ │ │ ├── MuDialogCreator.h
│ │ │ ├── MuDocRef.h
│ │ │ ├── MuDocRef.m
│ │ │ ├── MuDocumentController.h
│ │ │ ├── MuDocumentController.m
│ │ │ ├── MuHitView.h
│ │ │ ├── MuHitView.m
│ │ │ ├── MuInkView.h
│ │ │ ├── MuInkView.m
│ │ │ ├── MuLibraryController.h
│ │ │ ├── MuLibraryController.m
│ │ │ ├── MuOutlineController.h
│ │ │ ├── MuOutlineController.m
│ │ │ ├── MuPageView.h
│ │ │ ├── MuPageViewNormal.h
│ │ │ ├── MuPageViewNormal.m
│ │ │ ├── MuPageViewReflow.h
│ │ │ ├── MuPageViewReflow.m
│ │ │ ├── MuPrintPageRenderer.h
│ │ │ ├── MuPrintPageRenderer.m
│ │ │ ├── MuTapResult.h
│ │ │ ├── MuTapResult.m
│ │ │ ├── MuTextFieldController.h
│ │ │ ├── MuTextFieldController.m
│ │ │ ├── MuTextFieldController.xib
│ │ │ ├── MuTextSelectView.h
│ │ │ ├── MuTextSelectView.m
│ │ │ ├── MuUpdater.h
│ │ │ ├── MuWord.h
│ │ │ └── MuWord.m
│ │ ├── common.h
│ │ ├── common.m
│ │ ├── Info.plist
│ │ ├── iTunesArtwork2.png
│ │ ├── main.m
│ │ ├── MuPDF
│ │ │ ├── Images.xcassets
│ │ │ │ ├── AppIcon.appiconset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── Icon-120.png
│ │ │ │ │ ├── Icon@2x.png
│ │ │ │ │ ├── Icon-72@2x.png
│ │ │ │ │ ├── Icon-72.png
│ │ │ │ │ ├── Icon-76@2x.png
│ │ │ │ │ ├── Icon-76.png
│ │ │ │ │ └── Icon.png
│ │ │ │ └── LaunchImage.launchimage
│ │ │ │ ├── Contents.json
│ │ │ │ ├── Default@2x.png
│ │ │ │ ├── Default-568h@2x.png
│ │ │ │ └── Default.png
│ │ │ └── Launch Screen.xib
│ │ ├── MuPDF.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── xcshareddata
│ │ │ └── xcschemes
│ │ │ ├── Generate.xcscheme
│ │ │ └── MuPDF.xcscheme
│ │ ├── x_alt_blue@2x.png
│ │ └── x_alt_blue.png
│ ├── win32
│ │ ├── generate.bat
│ │ ├── generated.vcproj
│ │ ├── libmupdf.vcproj
│ │ ├── libthirdparty.vcproj
│ │ ├── mudraw.vcproj
│ │ ├── mujstest.vcproj
│ │ ├── mupdf-curl.vcproj
│ │ ├── mupdf.sln
│ │ ├── mupdf.vcproj
│ │ ├── mutool.vcproj
│ │ └── README.txt
│ └── x11
│ ├── curl_stream.c
│ ├── curl_stream.h
│ ├── jstest_main.c
│ ├── mupdf.ico
│ ├── pdfapp.c
│ ├── pdfapp.h
│ ├── win_main.c
│ ├── win_res.rc
│ ├── x11_image.c
│ └── x11_main.c
├── README
├── resources
│ ├── certs
│ │ └── AdobeCA.p7c
│ ├── cmaps
│ │ ├── cns
│ │ │ ├── Adobe-CNS1-0
│ │ │ ├── Adobe-CNS1-1
│ │ │ ├── Adobe-CNS1-2
│ │ │ ├── Adobe-CNS1-3
│ │ │ ├── Adobe-CNS1-4
│ │ │ ├── Adobe-CNS1-5
│ │ │ ├── Adobe-CNS1-6
│ │ │ ├── Adobe-CNS1-UCS2
│ │ │ ├── B5-H
│ │ │ ├── B5pc-H
│ │ │ ├── B5pc-V
│ │ │ ├── B5-V
│ │ │ ├── CNS1-H
│ │ │ ├── CNS1-V
│ │ │ ├── CNS2-H
│ │ │ ├── CNS2-V
│ │ │ ├── CNS-EUC-H
│ │ │ ├── CNS-EUC-V
│ │ │ ├── ETen-B5-H
│ │ │ ├── ETen-B5-V
│ │ │ ├── ETenms-B5-H
│ │ │ ├── ETenms-B5-V
│ │ │ ├── ETHK-B5-H
│ │ │ ├── ETHK-B5-V
│ │ │ ├── HKdla-B5-H
│ │ │ ├── HKdla-B5-V
│ │ │ ├── HKdlb-B5-H
│ │ │ ├── HKdlb-B5-V
│ │ │ ├── HKgccs-B5-H
│ │ │ ├── HKgccs-B5-V
│ │ │ ├── HKm314-B5-H
│ │ │ ├── HKm314-B5-V
│ │ │ ├── HKm471-B5-H
│ │ │ ├── HKm471-B5-V
│ │ │ ├── HKscs-B5-H
│ │ │ ├── HKscs-B5-V
│ │ │ ├── UniCNS-UCS2-H
│ │ │ ├── UniCNS-UCS2-V
│ │ │ ├── UniCNS-UTF16-H
│ │ │ ├── UniCNS-UTF16-V
│ │ │ ├── UniCNS-UTF32-H
│ │ │ ├── UniCNS-UTF32-V
│ │ │ ├── UniCNS-UTF8-H
│ │ │ ├── UniCNS-UTF8-V
│ │ │ └── UniCNS-X
│ │ ├── gb
│ │ │ ├── Adobe-GB1-0
│ │ │ ├── Adobe-GB1-1
│ │ │ ├── Adobe-GB1-2
│ │ │ ├── Adobe-GB1-3
│ │ │ ├── Adobe-GB1-4
│ │ │ ├── Adobe-GB1-5
│ │ │ ├── Adobe-GB1-UCS2
│ │ │ ├── GB-EUC-H
│ │ │ ├── GB-EUC-V
│ │ │ ├── GB-H
│ │ │ ├── GBK2K-H
│ │ │ ├── GBK2K-V
│ │ │ ├── GBK-EUC-H
│ │ │ ├── GBK-EUC-V
│ │ │ ├── GBKp-EUC-H
│ │ │ ├── GBKp-EUC-V
│ │ │ ├── GBpc-EUC-H
│ │ │ ├── GBpc-EUC-V
│ │ │ ├── GBT-EUC-H
│ │ │ ├── GBT-EUC-V
│ │ │ ├── GBT-H
│ │ │ ├── GBTpc-EUC-H
│ │ │ ├── GBTpc-EUC-V
│ │ │ ├── GBT-V
│ │ │ ├── GB-V
│ │ │ ├── UniGB-UCS2-H
│ │ │ ├── UniGB-UCS2-V
│ │ │ ├── UniGB-UTF16-H
│ │ │ ├── UniGB-UTF16-V
│ │ │ ├── UniGB-UTF32-H
│ │ │ ├── UniGB-UTF32-V
│ │ │ ├── UniGB-UTF8-H
│ │ │ ├── UniGB-UTF8-V
│ │ │ └── UniGB-X
│ │ ├── japan
│ │ │ ├── 78-EUC-H
│ │ │ ├── 78-EUC-V
│ │ │ ├── 78-H
│ │ │ ├── 78ms-RKSJ-H
│ │ │ ├── 78ms-RKSJ-V
│ │ │ ├── 78-RKSJ-H
│ │ │ ├── 78-RKSJ-V
│ │ │ ├── 78-V
│ │ │ ├── 83pv-RKSJ-H
│ │ │ ├── 90msp-RKSJ-H
│ │ │ ├── 90msp-RKSJ-V
│ │ │ ├── 90ms-RKSJ-H
│ │ │ ├── 90ms-RKSJ-V
│ │ │ ├── 90pv-RKSJ-H
│ │ │ ├── 90pv-RKSJ-V
│ │ │ ├── Add-H
│ │ │ ├── Add-RKSJ-H
│ │ │ ├── Add-RKSJ-V
│ │ │ ├── Add-V
│ │ │ ├── Adobe-Japan1-0
│ │ │ ├── Adobe-Japan1-1
│ │ │ ├── Adobe-Japan1-2
│ │ │ ├── Adobe-Japan1-3
│ │ │ ├── Adobe-Japan1-4
│ │ │ ├── Adobe-Japan1-5
│ │ │ ├── Adobe-Japan1-6
│ │ │ ├── Adobe-Japan1-UCS2
│ │ │ ├── EUC-H
│ │ │ ├── EUC-V
│ │ │ ├── Ext-H
│ │ │ ├── Ext-RKSJ-H
│ │ │ ├── Ext-RKSJ-V
│ │ │ ├── Ext-V
│ │ │ ├── H
│ │ │ ├── Hankaku
│ │ │ ├── Hiragana
│ │ │ ├── Katakana
│ │ │ ├── NWP-H
│ │ │ ├── NWP-V
│ │ │ ├── RKSJ-H
│ │ │ ├── RKSJ-V
│ │ │ ├── Roman
│ │ │ ├── UniJIS2004-UTF16-H
│ │ │ ├── UniJIS2004-UTF16-V
│ │ │ ├── UniJIS2004-UTF32-H
│ │ │ ├── UniJIS2004-UTF32-V
│ │ │ ├── UniJIS2004-UTF8-H
│ │ │ ├── UniJIS2004-UTF8-V
│ │ │ ├── UniJISPro-UCS2-HW-V
│ │ │ ├── UniJISPro-UCS2-V
│ │ │ ├── UniJISPro-UTF8-V
│ │ │ ├── UniJIS-UCS2-H
│ │ │ ├── UniJIS-UCS2-HW-H
│ │ │ ├── UniJIS-UCS2-HW-V
│ │ │ ├── UniJIS-UCS2-V
│ │ │ ├── UniJIS-UTF16-H
│ │ │ ├── UniJIS-UTF16-V
│ │ │ ├── UniJIS-UTF32-H
│ │ │ ├── UniJIS-UTF32-V
│ │ │ ├── UniJIS-UTF8-H
│ │ │ ├── UniJIS-UTF8-V
│ │ │ ├── UniJIS-X
│ │ │ ├── UniJISX02132004-UTF32-H
│ │ │ ├── UniJISX02132004-UTF32-V
│ │ │ ├── UniJISX0213-UTF32-H
│ │ │ ├── UniJISX0213-UTF32-V
│ │ │ ├── UniJIS-X16
│ │ │ ├── UniJIS-X32
│ │ │ ├── UniJIS-X8
│ │ │ ├── V
│ │ │ └── WP-Symbol
│ │ ├── korea
│ │ │ ├── Adobe-Korea1-0
│ │ │ ├── Adobe-Korea1-1
│ │ │ ├── Adobe-Korea1-2
│ │ │ ├── Adobe-Korea1-UCS2
│ │ │ ├── KSC-EUC-H
│ │ │ ├── KSC-EUC-V
│ │ │ ├── KSC-H
│ │ │ ├── KSC-Johab-H
│ │ │ ├── KSC-Johab-V
│ │ │ ├── KSCms-UHC-H
│ │ │ ├── KSCms-UHC-HW-H
│ │ │ ├── KSCms-UHC-HW-V
│ │ │ ├── KSCms-UHC-V
│ │ │ ├── KSCpc-EUC-H
│ │ │ ├── KSCpc-EUC-V
│ │ │ ├── KSC-V
│ │ │ ├── UniKS-UCS2-H
│ │ │ ├── UniKS-UCS2-V
│ │ │ ├── UniKS-UTF16-H
│ │ │ ├── UniKS-UTF16-V
│ │ │ ├── UniKS-UTF32-H
│ │ │ ├── UniKS-UTF32-V
│ │ │ ├── UniKS-UTF8-H
│ │ │ ├── UniKS-UTF8-V
│ │ │ └── UniKS-X
│ │ └── README
│ ├── fonts
│ │ ├── droid
│ │ │ ├── DroidSansFallbackFull.ttc
│ │ │ ├── DroidSansFallback.ttc
│ │ │ └── NOTICE
│ │ └── urw
│ │ ├── COPYING
│ │ ├── Dingbats.cff
│ │ ├── LICENSE
│ │ ├── NimbusMono-Bold.cff
│ │ ├── NimbusMono-BoldOblique.cff
│ │ ├── NimbusMono-Oblique.cff
│ │ ├── NimbusMono-Regular.cff
│ │ ├── NimbusRomNo9L-Med.cff
│ │ ├── NimbusRomNo9L-MedIta.cff
│ │ ├── NimbusRomNo9L-Reg.cff
│ │ ├── NimbusRomNo9L-RegIta.cff
│ │ ├── NimbusSanL-Bol.cff
│ │ ├── NimbusSanL-BolIta.cff
│ │ ├── NimbusSanL-Reg.cff
│ │ ├── NimbusSanL-RegIta.cff
│ │ └── StandardSymL.cff
│ └── names.txt
├── scripts
│ ├── archive.sh
│ ├── bin2hex.c
│ ├── cmapcleanx.c
│ ├── cmapcleanz.c
│ ├── cmapdump.c
│ ├── cquote.c
│ ├── fontdump.c
│ ├── freetype
│ │ ├── slimftmodules.h
│ │ └── slimftoptions.h
│ ├── githooks
│ │ └── pre-commit
│ ├── gitsetup.sh
│ ├── glyphdump.py
│ ├── glyphlist.txt
│ ├── jpeg
│ │ └── jconfig.h
│ ├── namedump.c
│ ├── openjpeg
│ │ ├── opj_config.h
│ │ └── opj_config_private.h
│ ├── runtohtml.sh
│ └── tohtml.py
├── source
│ ├── cbz
│ │ ├── mucbz.c
│ │ ├── muimg.c
│ │ └── mutiff.c
│ ├── fitz
│ │ ├── bbox-device.c
│ │ ├── bitmap.c
│ │ ├── buffer.c
│ │ ├── colorspace.c
│ │ ├── compressed-buffer.c
│ │ ├── context.c
│ │ ├── crypt-aes.c
│ │ ├── crypt-arc4.c
│ │ ├── crypt-md5.c
│ │ ├── crypt-sha2.c
│ │ ├── device.c
│ │ ├── document-all.c
│ │ ├── document.c
│ │ ├── draw-affine.c
│ │ ├── draw-blend.c
│ │ ├── draw-device.c
│ │ ├── draw-edge.c
│ │ ├── draw-glyph.c
│ │ ├── draw-imp.h
│ │ ├── draw-mesh.c
│ │ ├── draw-paint.c
│ │ ├── draw-path.c
│ │ ├── draw-scale-simple.c
│ │ ├── draw-unpack.c
│ │ ├── error.c
│ │ ├── filter-basic.c
│ │ ├── filter-dct.c
│ │ ├── filter-fax.c
│ │ ├── filter-flate.c
│ │ ├── filter-jbig2.c
│ │ ├── filter-leech.c
│ │ ├── filter-lzw.c
│ │ ├── filter-predict.c
│ │ ├── font.c
│ │ ├── ftoa.c
│ │ ├── function.c
│ │ ├── geometry.c
│ │ ├── getopt.c
│ │ ├── glyph.c
│ │ ├── halftone.c
│ │ ├── hash.c
│ │ ├── image.c
│ │ ├── jmemcust.c
│ │ ├── jmemcust.h
│ │ ├── link.c
│ │ ├── list-device.c
│ │ ├── load-jpeg.c
│ │ ├── load-jpx.c
│ │ ├── load-jxr.c
│ │ ├── load-png.c
│ │ ├── load-tiff.c
│ │ ├── memento.c
│ │ ├── memory.c
│ │ ├── outline.c
│ │ ├── output.c
│ │ ├── output-pcl.c
│ │ ├── output-pwg.c
│ │ ├── path.c
│ │ ├── pixmap.c
│ │ ├── printf.c
│ │ ├── shade.c
│ │ ├── stext-device.c
│ │ ├── stext-output.c
│ │ ├── stext-paragraph.c
│ │ ├── stext-search.c
│ │ ├── store.c
│ │ ├── stream-open.c
│ │ ├── stream-prog.c
│ │ ├── stream-read.c
│ │ ├── string.c
│ │ ├── strtod.c
│ │ ├── svg-device.c
│ │ ├── test-device.c
│ │ ├── text.c
│ │ ├── time.c
│ │ ├── trace-device.c
│ │ ├── transition.c
│ │ ├── tree.c
│ │ ├── ucdn.c
│ │ ├── ucdn.h
│ │ ├── unicodedata_db.h
│ │ ├── unzip.c
│ │ └── xml.c
│ ├── html
│ │ ├── css-apply.c
│ │ ├── css-parse.c
│ │ ├── epub-doc.c
│ │ ├── html-doc.c
│ │ ├── html-font.c
│ │ └── html-layout.c
│ │ ├── js
│ │ │ ├── pdf-js.c
│ │ │ ├── pdf-jsimp-cpp.c
│ │ │ ├── pdf-jsimp-cpp.h
│ │ │ ├── pdf-jsimp-jscore.c
│ │ │ ├── pdf-jsimp-mu.c
│ │ │ ├── pdf-jsimp-v8.cpp
│ │ │ ├── pdf-js-none.c
│ │ │ └── pdf-util.js
│ │ ├── pdf-annot.c
│ │ ├── pdf-annot-edit.c
│ │ ├── pdf-appearance.c
│ │ ├── pdf-clean.c
│ │ ├── pdf-clean-file.c
│ │ ├── pdf-cmap.c
│ │ ├── pdf-cmap-load.c
│ │ ├── pdf-cmap-parse.c
│ │ ├── pdf-cmap-table.c
│ │ ├── pdf-colorspace.c
│ │ ├── pdf-crypt.c
│ │ ├── pdf-device.c
│ │ ├── pdf-encoding.c
│ │ ├── pdf-encodings.h
│ │ ├── pdf-event.c
│ │ ├── pdf-field.c
│ │ ├── pdf-font.c
│ │ ├── pdf-fontfile.c
│ │ ├── pdf-form.c
│ │ ├── pdf-function.c
│ │ ├── pdf-glyphlist.h
│ │ ├── pdf-image.c
│ │ ├── pdf-interpret.c
│ │ ├── pdf-lex.c
│ │ ├── pdf-metrics.c
│ │ ├── pdf-nametree.c
│ │ ├── pdf-object.c
│ │ ├── pdf-op-buffer.c
│ │ ├── pdf-op-filter.c
│ │ ├── pdf-op-run.c
│ │ ├── pdf-outline.c
│ │ ├── pdf-page.c
│ │ ├── pdf-parse.c
│ │ ├── pdf-pattern.c
│ │ ├── pdf-pkcs7.c
│ │ ├── pdf-repair.c
│ │ ├── pdf-run.c
│ │ ├── pdf-shade.c
│ │ ├── pdf-store.c
│ │ ├── pdf-stream.c
│ │ ├── pdf-type3.c
│ │ ├── pdf-unicode.c
│ │ ├── pdf-write.c
│ │ ├── pdf-xobject.c
│ │ └── pdf-xref.c
│ ├── tools
│ │ ├── mjsgen.c
│ │ ├── mudraw.c
│ │ ├── mutool.c
│ │ ├── pdfclean.c
│ │ ├── pdfextract.c
│ │ ├── pdfinfo.c
│ │ ├── pdfpages.c
│ │ ├── pdfposter.c
│ │ └── pdfshow.c
│ └── xps
│ ├── xps-common.c
│ ├── xps-doc.c
│ ├── xps-glyphs.c
│ ├── xps-gradient.c
│ ├── xps-image.c
│ ├── xps-outline.c
│ ├── xps-path.c
│ ├── xps-resource.c
│ ├── xps-tile.c
│ ├── xps-util.c
│ └── xps-zip.c
└── thirdparty
├── curl
│ ├── acinclude.m4
│ ├── buildconf
│ ├── buildconf.bat
│ ├── CHANGES
│ ├── CHANGES.0
│ ├── CMake
│ │ ├── CMakeConfigurableFile.in
│ │ ├── CurlCheckCSourceCompiles.cmake
│ │ ├── CurlCheckCSourceRuns.cmake
│ │ ├── CurlTests.c
│ │ ├── FindCARES.cmake
│ │ ├── FindOpenSSL.cmake
│ │ ├── FindZLIB.cmake
│ │ ├── OtherTests.cmake
│ │ ├── Platforms
│ │ │ └── WindowsCache.cmake
│ │ └── Utilities.cmake
│ ├── CMakeLists.txt
│ ├── configure.ac
│ ├── COPYING
│ ├── CTestConfig.cmake
│ ├── curl-config.in
│ ├── docs
│ │ ├── BINDINGS
│ │ ├── BUGS
│ │ ├── CONTRIBUTE
│ │ ├── curl.1
│ │ ├── curl-config.1
│ │ ├── DISTRO-DILEMMA
│ │ ├── examples
│ │ │ ├── 10-at-a-time.c
│ │ │ ├── adddocsref.pl
│ │ │ ├── anyauthput.c
│ │ │ ├── asiohiper.cpp
│ │ │ ├── cacertinmem.c
│ │ │ ├── certinfo.c
│ │ │ ├── chkspeed.c
│ │ │ ├── cookie_interface.c
│ │ │ ├── curlgtk.c
│ │ │ ├── curlx.c
│ │ │ ├── debug.c
│ │ │ ├── evhiperfifo.c
│ │ │ ├── externalsocket.c
│ │ │ ├── fileupload.c
│ │ │ ├── fopen.c
│ │ │ ├── ftpget.c
│ │ │ ├── ftpgetinfo.c
│ │ │ ├── ftpgetresp.c
│ │ │ ├── ftpsget.c
│ │ │ ├── ftpupload.c
│ │ │ ├── ftpuploadresume.c
│ │ │ ├── ftp-wildcard.c
│ │ │ ├── getinfo.c
│ │ │ ├── getinmemory.c
│ │ │ ├── ghiper.c
│ │ │ ├── hiperfifo.c
│ │ │ ├── href_extractor.c
│ │ │ ├── htmltidy.c
│ │ │ ├── htmltitle.cpp
│ │ │ ├── httpcustomheader.c
│ │ │ ├── http-post.c
│ │ │ ├── httpput.c
│ │ │ ├── https.c
│ │ │ ├── imap.c
│ │ │ ├── Makefile.am
│ │ │ ├── makefile.dj
│ │ │ ├── Makefile.example
│ │ │ ├── Makefile.inc
│ │ │ ├── Makefile.m32
│ │ │ ├── Makefile.netware
│ │ │ ├── multi-app.c
│ │ │ ├── multi-debugcallback.c
│ │ │ ├── multi-double.c
│ │ │ ├── multi-post.c
│ │ │ ├── multi-single.c
│ │ │ ├── multithread.c
│ │ │ ├── multi-uv.c
│ │ │ ├── opensslthreadlock.c
│ │ │ ├── persistant.c
│ │ │ ├── pop3s.c
│ │ │ ├── pop3slist.c
│ │ │ ├── post-callback.c
│ │ │ ├── postit2.c
│ │ │ ├── progressfunc.c
│ │ │ ├── README
│ │ │ ├── resolve.c
│ │ │ ├── rtsp.c
│ │ │ ├── sampleconv.c
│ │ │ ├── sendrecv.c
│ │ │ ├── sepheaders.c
│ │ │ ├── sftpget.c
│ │ │ ├── simple.c
│ │ │ ├── simplepost.c
│ │ │ ├── simplesmtp.c
│ │ │ ├── simplessl.c
│ │ │ ├── smooth-gtk-thread.c
│ │ │ ├── smtp-multi.c
│ │ │ ├── smtp-tls.c
│ │ │ ├── synctime.c
│ │ │ ├── threaded-ssl.c
│ │ │ ├── url2file.c
│ │ │ ├── usercertinmem.c
│ │ │ ├── version-check.pl
│ │ │ └── xmlstream.c
│ │ ├── FAQ
│ │ ├── FEATURES
│ │ ├── HISTORY
│ │ ├── HTTP-COOKIES
│ │ ├── index.html
│ │ ├── INSTALL
│ │ ├── INSTALL.cmake
│ │ ├── INSTALL.devcpp
│ │ ├── INTERNALS
│ │ ├── KNOWN_BUGS
│ │ ├── libcurl
│ │ │ ├── ABI
│ │ │ ├── curl_easy_cleanup.3
│ │ │ ├── curl_easy_duphandle.3
│ │ │ ├── curl_easy_escape.3
│ │ │ ├── curl_easy_getinfo.3
│ │ │ ├── curl_easy_init.3
│ │ │ ├── curl_easy_pause.3
│ │ │ ├── curl_easy_perform.3
│ │ │ ├── curl_easy_recv.3
│ │ │ ├── curl_easy_reset.3
│ │ │ ├── curl_easy_send.3
│ │ │ ├── curl_easy_setopt.3
│ │ │ ├── curl_easy_strerror.3
│ │ │ ├── curl_easy_unescape.3
│ │ │ ├── curl_escape.3
│ │ │ ├── curl_formadd.3
│ │ │ ├── curl_formfree.3
│ │ │ ├── curl_formget.3
│ │ │ ├── curl_free.3
│ │ │ ├── curl_getdate.3
│ │ │ ├── curl_getenv.3
│ │ │ ├── curl_global_cleanup.3
│ │ │ ├── curl_global_init.3
│ │ │ ├── curl_global_init_mem.3
│ │ │ ├── curl_mprintf.3
│ │ │ ├── curl_multi_add_handle.3
│ │ │ ├── curl_multi_assign.3
│ │ │ ├── curl_multi_cleanup.3
│ │ │ ├── curl_multi_fdset.3
│ │ │ ├── curl_multi_info_read.3
│ │ │ ├── curl_multi_init.3
│ │ │ ├── curl_multi_perform.3
│ │ │ ├── curl_multi_remove_handle.3
│ │ │ ├── curl_multi_setopt.3
│ │ │ ├── curl_multi_socket.3
│ │ │ ├── curl_multi_socket_action.3
│ │ │ ├── curl_multi_socket_all.3
│ │ │ ├── curl_multi_strerror.3
│ │ │ ├── curl_multi_timeout.3
│ │ │ ├── curl_multi_wait.3
│ │ │ ├── curl_share_cleanup.3
│ │ │ ├── curl_share_init.3
│ │ │ ├── curl_share_setopt.3
│ │ │ ├── curl_share_strerror.3
│ │ │ ├── curl_slist_append.3
│ │ │ ├── curl_slist_free_all.3
│ │ │ ├── curl_strequal.3
│ │ │ ├── curl_strnequal.3
│ │ │ ├── curl_unescape.3
│ │ │ ├── curl_version.3
│ │ │ ├── curl_version_info.3
│ │ │ ├── getinfo-times
│ │ │ ├── index.html
│ │ │ ├── libcurl.3
│ │ │ ├── libcurl-easy.3
│ │ │ ├── libcurl-errors.3
│ │ │ ├── libcurl.m4
│ │ │ ├── libcurl-multi.3
│ │ │ ├── libcurl-share.3
│ │ │ ├── libcurl-tutorial.3
│ │ │ ├── Makefile.am
│ │ │ ├── symbols-in-versions
│ │ │ └── symbols.pl
│ │ ├── LICENSE-MIXING
│ │ ├── MAIL-ETIQUETTE
│ │ ├── Makefile.am
│ │ ├── MANUAL
│ │ ├── mk-ca-bundle.1
│ │ ├── README.cmake
│ │ ├── README.netware
│ │ ├── README.win32
│ │ ├── RESOURCES
│ │ ├── SSLCERTS
│ │ ├── THANKS
│ │ ├── TheArtOfHttpScripting
│ │ ├── TODO
│ │ └── VERSIONS
│ ├── GIT-INFO
│ ├── include
│ │ ├── curl
│ │ │ ├── curlbuild.h
│ │ │ ├── curlbuild.h.cmake
│ │ │ ├── curlbuild.h.dist
│ │ │ ├── curlbuild.h.in
│ │ │ ├── curl.h
│ │ │ ├── curlrules.h
│ │ │ ├── curlver.h
│ │ │ ├── easy.h
│ │ │ ├── Makefile.am
│ │ │ ├── mprintf.h
│ │ │ ├── multi.h
│ │ │ ├── stdcheaders.h
│ │ │ └── typecheck-gcc.h
│ │ ├── Makefile.am
│ │ └── README
│ ├── install-sh
│ ├── lib
│ │ ├── amigaos.c
│ │ ├── amigaos.h
│ │ ├── arpa_telnet.h
│ │ ├── asyn-ares.c
│ │ ├── asyn.h
│ │ ├── asyn-thread.c
│ │ ├── axtls.c
│ │ ├── axtls.h
│ │ ├── base64.c
│ │ ├── bundles.c
│ │ ├── bundles.h
│ │ ├── checksrc.pl
│ │ ├── CMakeLists.txt
│ │ ├── config-amigaos.h
│ │ ├── config-dos.h
│ │ ├── config-mac.h
│ │ ├── config-os400.h
│ │ ├── config-riscos.h
│ │ ├── config-symbian.h
│ │ ├── config-tpf.h
│ │ ├── config-vxworks.h
│ │ ├── config-win32ce.h
│ │ ├── config-win32.h
│ │ ├── conncache.c
│ │ ├── conncache.h
│ │ ├── connect.c
│ │ ├── connect.h
│ │ ├── content_encoding.c
│ │ ├── content_encoding.h
│ │ ├── cookie.c
│ │ ├── cookie.h
│ │ ├── curl_addrinfo.c
│ │ ├── curl_addrinfo.h
│ │ ├── curl_base64.h
│ │ ├── curl_config.h
│ │ ├── curl_config.h.cmake
│ │ ├── curl_darwinssl.c
│ │ ├── curl_darwinssl.h
│ │ ├── curl_fnmatch.c
│ │ ├── curl_fnmatch.h
│ │ ├── curl_gethostname.c
│ │ ├── curl_gethostname.h
│ │ ├── curl_gssapi.c
│ │ ├── curl_gssapi.h
│ │ ├── curl_hmac.h
│ │ ├── curl_ldap.h
│ │ ├── curl_md4.h
│ │ ├── curl_md5.h
│ │ ├── curl_memory.h
│ │ ├── curl_memrchr.c
│ │ ├── curl_memrchr.h
│ │ ├── curl_multibyte.c
│ │ ├── curl_multibyte.h
│ │ ├── curl_ntlm.c
│ │ ├── curl_ntlm_core.c
│ │ ├── curl_ntlm_core.h
│ │ ├── curl_ntlm.h
│ │ ├── curl_ntlm_msgs.c
│ │ ├── curl_ntlm_msgs.h
│ │ ├── curl_ntlm_wb.c
│ │ ├── curl_ntlm_wb.h
│ │ ├── curl_rand.c
│ │ ├── curl_rand.h
│ │ ├── curl_rtmp.c
│ │ ├── curl_rtmp.h
│ │ ├── curl_sasl.c
│ │ ├── curl_sasl.h
│ │ ├── curl_schannel.c
│ │ ├── curl_schannel.h
│ │ ├── curl_setup.h
│ │ ├── curl_setup_once.h
│ │ ├── curl_sspi.c
│ │ ├── curl_sspi.h
│ │ ├── curl_threads.c
│ │ ├── curl_threads.h
│ │ ├── curlx.h
│ │ ├── cyassl.c
│ │ ├── cyassl.h
│ │ ├── dict.c
│ │ ├── dict.h
│ │ ├── easy.c
│ │ ├── easyif.h
│ │ ├── escape.c
│ │ ├── escape.h
│ │ ├── file.c
│ │ ├── file.h
│ │ ├── fileinfo.c
│ │ ├── fileinfo.h
│ │ ├── firefox-db2pem.sh
│ │ ├── formdata.c
│ │ ├── formdata.h
│ │ ├── ftp.c
│ │ ├── ftp.h
│ │ ├── ftplistparser.c
│ │ ├── ftplistparser.h
│ │ ├── getenv.c
│ │ ├── getinfo.c
│ │ ├── getinfo.h
│ │ ├── gopher.c
│ │ ├── gopher.h
│ │ ├── gtls.c
│ │ ├── gtls.h
│ │ ├── hash.c
│ │ ├── hash.h
│ │ ├── hmac.c
│ │ ├── hostasyn.c
│ │ ├── hostcheck.c
│ │ ├── hostcheck.h
│ │ ├── hostip4.c
│ │ ├── hostip6.c
│ │ ├── hostip.c
│ │ ├── hostip.h
│ │ ├── hostsyn.c
│ │ ├── http.c
│ │ ├── http_chunks.c
│ │ ├── http_chunks.h
│ │ ├── http_digest.c
│ │ ├── http_digest.h
│ │ ├── http.h
│ │ ├── http_negotiate.c
│ │ ├── http_negotiate.h
│ │ ├── http_negotiate_sspi.c
│ │ ├── http_proxy.c
│ │ ├── http_proxy.h
│ │ ├── idn_win32.c
│ │ ├── if2ip.c
│ │ ├── if2ip.h
│ │ ├── imap.c
│ │ ├── imap.h
│ │ ├── inet_ntop.c
│ │ ├── inet_ntop.h
│ │ ├── inet_pton.c
│ │ ├── inet_pton.h
│ │ ├── krb4.c
│ │ ├── krb4.h
│ │ ├── krb5.c
│ │ ├── ldap.c
│ │ ├── libcurl.def
│ │ ├── libcurl.plist
│ │ ├── libcurl.rc
│ │ ├── libcurl.vers.in
│ │ ├── llist.c
│ │ ├── llist.h
│ │ ├── Makefile.am
│ │ ├── makefile.amiga
│ │ ├── Makefile.b32
│ │ ├── makefile.dj
│ │ ├── Makefile.inc
│ │ ├── Makefile.m32
│ │ ├── Makefile.netware
│ │ ├── Makefile.vc6
│ │ ├── Makefile.vxworks
│ │ ├── Makefile.Watcom
│ │ ├── md4.c
│ │ ├── md5.c
│ │ ├── memdebug.c
│ │ ├── memdebug.h
│ │ ├── mk-ca-bundle.pl
│ │ ├── mk-ca-bundle.vbs
│ │ ├── mprintf.c
│ │ ├── multi.c
│ │ ├── multihandle.h
│ │ ├── multiif.h
│ │ ├── netrc.c
│ │ ├── netrc.h
│ │ ├── non-ascii.c
│ │ ├── non-ascii.h
│ │ ├── nonblock.c
│ │ ├── nonblock.h
│ │ ├── nss.c
│ │ ├── nssg.h
│ │ ├── nwlib.c
│ │ ├── nwos.c
│ │ ├── objnames.inc
│ │ ├── objnames-test08.sh
│ │ ├── objnames-test10.sh
│ │ ├── openldap.c
│ │ ├── parsedate.c
│ │ ├── parsedate.h
│ │ ├── pingpong.c
│ │ ├── pingpong.h
│ │ ├── pipeline.c
│ │ ├── pipeline.h
│ │ ├── polarssl.c
│ │ ├── polarssl.h
│ │ ├── polarssl_threadlock.c
│ │ ├── polarssl_threadlock.h
│ │ ├── pop3.c
│ │ ├── pop3.h
│ │ ├── progress.c
│ │ ├── progress.h
│ │ ├── qssl.c
│ │ ├── qssl.h
│ │ ├── rawstr.c
│ │ ├── rawstr.h
│ │ ├── README.ares
│ │ ├── README.curl_off_t
│ │ ├── README.curlx
│ │ ├── README.encoding
│ │ ├── README.hostip
│ │ ├── README.httpauth
│ │ ├── README.memoryleak
│ │ ├── README.multi_socket
│ │ ├── README.pingpong
│ │ ├── README.pipelining
│ │ ├── rtsp.c
│ │ ├── rtsp.h
│ │ ├── security.c
│ │ ├── select.c
│ │ ├── select.h
│ │ ├── sendf.c
│ │ ├── sendf.h
│ │ ├── setup-os400.h
│ │ ├── setup-vms.h
│ │ ├── share.c
│ │ ├── share.h
│ │ ├── slist.c
│ │ ├── slist.h
│ │ ├── smtp.c
│ │ ├── smtp.h
│ │ ├── sockaddr.h
│ │ ├── socks.c
│ │ ├── socks_gssapi.c
│ │ ├── socks.h
│ │ ├── socks_sspi.c
│ │ ├── speedcheck.c
│ │ ├── speedcheck.h
│ │ ├── splay.c
│ │ ├── splay.h
│ │ ├── ssh.c
│ │ ├── ssh.h
│ │ ├── sslgen.c
│ │ ├── sslgen.h
│ │ ├── ssluse.c
│ │ ├── ssluse.h
│ │ ├── strdup.c
│ │ ├── strdup.h
│ │ ├── strequal.c
│ │ ├── strequal.h
│ │ ├── strerror.c
│ │ ├── strerror.h
│ │ ├── strtok.c
│ │ ├── strtok.h
│ │ ├── strtoofft.c
│ │ ├── strtoofft.h
│ │ ├── telnet.c
│ │ ├── telnet.h
│ │ ├── tftp.c
│ │ ├── tftp.h
│ │ ├── timeval.c
│ │ ├── timeval.h
│ │ ├── transfer.c
│ │ ├── transfer.h
│ │ ├── url.c
│ │ ├── urldata.h
│ │ ├── url.h
│ │ ├── version.c
│ │ ├── warnless.c
│ │ ├── warnless.h
│ │ ├── wildcard.c
│ │ └── wildcard.h
│ ├── libcurl.pc.in
│ ├── log2changes.pl
│ ├── m4
│ │ ├── curl-compilers.m4
│ │ ├── curl-confopts.m4
│ │ ├── curl-functions.m4
│ │ ├── curl-openssl.m4
│ │ ├── curl-override.m4
│ │ ├── curl-reentrant.m4
│ │ ├── xc-cc-check.m4
│ │ ├── xc-lt-iface.m4
│ │ ├── xc-translit.m4
│ │ ├── xc-val-flgs.m4
│ │ ├── zz40-xc-ovr.m4
│ │ ├── zz50-xc-ovr.m4
│ │ └── zz60-xc-ovr.m4
│ ├── MacOSX-Framework
│ ├── Makefile.am
│ ├── Makefile.dist
│ ├── maketgz
│ ├── missing
│ ├── mkinstalldirs
│ ├── packages
│ │ ├── AIX
│ │ │ ├── Makefile.am
│ │ │ └── RPM
│ │ │ ├── curl.spec.in
│ │ │ ├── Makefile.am
│ │ │ └── README
│ │ ├── Android
│ │ │ └── Android.mk
│ │ ├── DOS
│ │ │ ├── common.dj
│ │ │ └── README
│ │ ├── EPM
│ │ │ ├── curl.list.in
│ │ │ ├── Makefile.am
│ │ │ └── README
│ │ ├── Linux
│ │ │ ├── Makefile.am
│ │ │ └── RPM
│ │ │ ├── curl.spec.in
│ │ │ ├── curl-ssl.spec.in
│ │ │ ├── make_curl_rpm
│ │ │ ├── Makefile.am
│ │ │ └── README
│ │ ├── Makefile.am
│ │ ├── NetWare
│ │ │ ├── get_exp.awk
│ │ │ └── get_ver.awk
│ │ ├── OS400
│ │ │ ├── ccsidcurl.c
│ │ │ ├── ccsidcurl.h
│ │ │ ├── curl.inc.in
│ │ │ ├── initscript.sh
│ │ │ ├── makefile.sh
│ │ │ ├── make-include.sh
│ │ │ ├── make-lib.sh
│ │ │ ├── make-src.sh
│ │ │ ├── make-tests.sh
│ │ │ ├── os400sys.c
│ │ │ ├── os400sys.h
│ │ │ └── README.OS400
│ │ ├── README
│ │ ├── Solaris
│ │ │ └── Makefile.am
│ │ ├── Symbian
│ │ │ ├── bwins
│ │ │ │ └── libcurlu.def
│ │ │ ├── eabi
│ │ │ │ └── libcurlu.def
│ │ │ ├── group
│ │ │ │ ├── bld.inf
│ │ │ │ ├── curl.iby
│ │ │ │ ├── curl.mmp
│ │ │ │ ├── curl.pkg
│ │ │ │ ├── libcurl.iby
│ │ │ │ ├── libcurl.mmp
│ │ │ │ └── libcurl.pkg
│ │ │ └── readme.txt
│ │ ├── TPF
│ │ │ ├── curl.mak
│ │ │ ├── maketpf.env_curl
│ │ │ └── maketpf.env_curllib
│ │ ├── vms
│ │ │ ├── build_vms.com
│ │ │ ├── config_h.com
│ │ │ ├── curlmsg.h
│ │ │ ├── curlmsg.msg
│ │ │ ├── curlmsg.sdl
│ │ │ ├── curlmsg_vms.h
│ │ │ ├── generate_config_vms_h_curl.com
│ │ │ ├── Makefile.am
│ │ │ └── readme
│ │ └── Win32
│ │ ├── cygwin
│ │ │ ├── Makefile.am
│ │ │ └── README
│ │ ├── Makefile.am
│ │ └── README
│ ├── perl
│ │ ├── contrib
│ │ │ ├── checklinks.pl.in
│ │ │ ├── crawlink.pl
│ │ │ ├── formfind
│ │ │ ├── getlinks.pl.in
│ │ │ ├── mirror.pl
│ │ │ └── recursiveftpget.pl.in
│ │ ├── Makefile.am
│ │ └── README
│ ├── README
│ ├── RELEASE-NOTES
│ ├── src
│ │ ├── CMakeLists.txt
│ │ ├── curl.rc
│ │ ├── macos
│ │ │ ├── curl.mcp.xml.sit.hqx
│ │ │ ├── MACINSTALL.TXT
│ │ │ └── src
│ │ │ ├── curl_GUSIConfig.cpp
│ │ │ └── macos_main.cpp
│ │ ├── Makefile.am
│ │ ├── makefile.amiga
│ │ ├── Makefile.b32
│ │ ├── makefile.dj
│ │ ├── Makefile.inc
│ │ ├── Makefile.m32
│ │ ├── Makefile.netware
│ │ ├── Makefile.vc6
│ │ ├── Makefile.Watcom
│ │ ├── mkhelp.pl
│ │ ├── tool_binmode.c
│ │ ├── tool_binmode.h
│ │ ├── tool_bname.c
│ │ ├── tool_bname.h
│ │ ├── tool_cb_dbg.c
│ │ ├── tool_cb_dbg.h
│ │ ├── tool_cb_hdr.c
│ │ ├── tool_cb_hdr.h
│ │ ├── tool_cb_prg.c
│ │ ├── tool_cb_prg.h
│ │ ├── tool_cb_rea.c
│ │ ├── tool_cb_rea.h
│ │ ├── tool_cb_see.c
│ │ ├── tool_cb_see.h
│ │ ├── tool_cb_wrt.c
│ │ ├── tool_cb_wrt.h
│ │ ├── tool_cfgable.c
│ │ ├── tool_cfgable.h
│ │ ├── tool_convert.c
│ │ ├── tool_convert.h
│ │ ├── tool_dirhie.c
│ │ ├── tool_dirhie.h
│ │ ├── tool_doswin.c
│ │ ├── tool_doswin.h
│ │ ├── tool_easysrc.c
│ │ ├── tool_easysrc.h
│ │ ├── tool_formparse.c
│ │ ├── tool_formparse.h
│ │ ├── tool_getparam.c
│ │ ├── tool_getparam.h
│ │ ├── tool_getpass.c
│ │ ├── tool_getpass.h
│ │ ├── tool_help.c
│ │ ├── tool_helpers.c
│ │ ├── tool_helpers.h
│ │ ├── tool_help.h
│ │ ├── tool_homedir.c
│ │ ├── tool_homedir.h
│ │ ├── tool_hugehelp.c.cvs
│ │ ├── tool_hugehelp.h
│ │ ├── tool_libinfo.c
│ │ ├── tool_libinfo.h
│ │ ├── tool_main.c
│ │ ├── tool_main.h
│ │ ├── tool_metalink.c
│ │ ├── tool_metalink.h
│ │ ├── tool_mfiles.c
│ │ ├── tool_mfiles.h
│ │ ├── tool_msgs.c
│ │ ├── tool_msgs.h
│ │ ├── tool_operate.c
│ │ ├── tool_operate.h
│ │ ├── tool_operhlp.c
│ │ ├── tool_operhlp.h
│ │ ├── tool_panykey.c
│ │ ├── tool_panykey.h
│ │ ├── tool_paramhlp.c
│ │ ├── tool_paramhlp.h
│ │ ├── tool_parsecfg.c
│ │ ├── tool_parsecfg.h
│ │ ├── tool_sdecls.h
│ │ ├── tool_setopt.c
│ │ ├── tool_setopt.h
│ │ ├── tool_setup.h
│ │ ├── tool_sleep.c
│ │ ├── tool_sleep.h
│ │ ├── tool_urlglob.c
│ │ ├── tool_urlglob.h
│ │ ├── tool_util.c
│ │ ├── tool_util.h
│ │ ├── tool_version.h
│ │ ├── tool_vms.c
│ │ ├── tool_vms.h
│ │ ├── tool_writeenv.c
│ │ ├── tool_writeenv.h
│ │ ├── tool_writeout.c
│ │ ├── tool_writeout.h
│ │ ├── tool_xattr.c
│ │ └── tool_xattr.h
│ ├── tests
│ │ ├── certs
│ │ │ ├── EdelCurlRoot-ca.cacert
│ │ │ ├── EdelCurlRoot-ca.cnf
│ │ │ ├── EdelCurlRoot-ca.crt
│ │ │ ├── EdelCurlRoot-ca.csr
│ │ │ ├── EdelCurlRoot-ca.der
│ │ │ ├── EdelCurlRoot-ca.key
│ │ │ ├── EdelCurlRoot-ca.prm
│ │ │ ├── Makefile.am
│ │ │ ├── scripts
│ │ │ │ ├── genroot.sh
│ │ │ │ ├── genserv.sh
│ │ │ │ └── Makefile.am
│ │ │ ├── Server-localhost0h-sv.crl
│ │ │ ├── Server-localhost0h-sv.crt
│ │ │ ├── Server-localhost0h-sv.csr
│ │ │ ├── Server-localhost0h-sv.der
│ │ │ ├── Server-localhost0h-sv.dhp
│ │ │ ├── Server-localhost0h-sv.key
│ │ │ ├── Server-localhost0h-sv.p12
│ │ │ ├── Server-localhost0h-sv.pem
│ │ │ ├── Server-localhost0h-sv.prm
│ │ │ ├── Server-localhost.nn-sv.crl
│ │ │ ├── Server-localhost.nn-sv.crt
│ │ │ ├── Server-localhost.nn-sv.csr
│ │ │ ├── Server-localhost.nn-sv.der
│ │ │ ├── Server-localhost.nn-sv.dhp
│ │ │ ├── Server-localhost.nn-sv.key
│ │ │ ├── Server-localhost.nn-sv.pem
│ │ │ ├── Server-localhost.nn-sv.prm
│ │ │ ├── Server-localhost-sv.crl
│ │ │ ├── Server-localhost-sv.crt
│ │ │ ├── Server-localhost-sv.csr
│ │ │ ├── Server-localhost-sv.der
│ │ │ ├── Server-localhost-sv.dhp
│ │ │ ├── Server-localhost-sv.key
│ │ │ ├── Server-localhost-sv.p12
│ │ │ ├── Server-localhost-sv.pem
│ │ │ ├── Server-localhost-sv.prm
│ │ │ ├── srp-verifier-conf
│ │ │ └── srp-verifier-db
│ │ ├── CMakeLists.txt
│ │ ├── convsrctest.pl
│ │ ├── data
│ │ │ ├── DISABLED
│ │ │ ├── Makefile.am
│ │ │ ├── test1
│ │ │ ├── test10
│ │ │ ├── test100
│ │ │ ├── test1000
│ │ │ ├── test1001
│ │ │ ├── test1002
│ │ │ ├── test1003
│ │ │ ├── test1004
│ │ │ ├── test1005
│ │ │ ├── test1006
│ │ │ ├── test1007
│ │ │ ├── test1008
│ │ │ ├── test1009
│ │ │ ├── test101
│ │ │ ├── test1010
│ │ │ ├── test1011
│ │ │ ├── test1012
│ │ │ ├── test1013
│ │ │ ├── test1014
│ │ │ ├── test1015
│ │ │ ├── test1016
│ │ │ ├── test1017
│ │ │ ├── test1018
│ │ │ ├── test1019
│ │ │ ├── test102
│ │ │ ├── test1020
│ │ │ ├── test1021
│ │ │ ├── test1022
│ │ │ ├── test1023
│ │ │ ├── test1024
│ │ │ ├── test1025
│ │ │ ├── test1026
│ │ │ ├── test1027
│ │ │ ├── test1028
│ │ │ ├── test1029
│ │ │ ├── test103
│ │ │ ├── test1030
│ │ │ ├── test1031
│ │ │ ├── test1032
│ │ │ ├── test1033
│ │ │ ├── test1034
│ │ │ ├── test1035
│ │ │ ├── test1036
│ │ │ ├── test1037
│ │ │ ├── test1038
│ │ │ ├── test1039
│ │ │ ├── test104
│ │ │ ├── test1040
│ │ │ ├── test1041
│ │ │ ├── test1042
│ │ │ ├── test1043
│ │ │ ├── test1044
│ │ │ ├── test1045
│ │ │ ├── test1046
│ │ │ ├── test1047
│ │ │ ├── test1048
│ │ │ ├── test1049
│ │ │ ├── test105
│ │ │ ├── test1050
│ │ │ ├── test1051
│ │ │ ├── test1052
│ │ │ ├── test1053
│ │ │ ├── test1054
│ │ │ ├── test1055
│ │ │ ├── test1056
│ │ │ ├── test1057
│ │ │ ├── test1058
│ │ │ ├── test1059
│ │ │ ├── test106
│ │ │ ├── test1060
│ │ │ ├── test1061
│ │ │ ├── test1062
│ │ │ ├── test1063
│ │ │ ├── test1064
│ │ │ ├── test1065
│ │ │ ├── test1066
│ │ │ ├── test1067
│ │ │ ├── test1068
│ │ │ ├── test1069
│ │ │ ├── test107
│ │ │ ├── test1070
│ │ │ ├── test1071
│ │ │ ├── test1072
│ │ │ ├── test1073
│ │ │ ├── test1074
│ │ │ ├── test1075
│ │ │ ├── test1076
│ │ │ ├── test1077
│ │ │ ├── test1078
│ │ │ ├── test1079
│ │ │ ├── test108
│ │ │ ├── test1080
│ │ │ ├── test1081
│ │ │ ├── test1082
│ │ │ ├── test1083
│ │ │ ├── test1084
│ │ │ ├── test1085
│ │ │ ├── test1086
│ │ │ ├── test1087
│ │ │ ├── test1088
│ │ │ ├── test1089
│ │ │ ├── test109
│ │ │ ├── test1090
│ │ │ ├── test1091
│ │ │ ├── test1092
│ │ │ ├── test1093
│ │ │ ├── test1094
│ │ │ ├── test1095
│ │ │ ├── test1096
│ │ │ ├── test1097
│ │ │ ├── test1098
│ │ │ ├── test1099
│ │ │ ├── test11
│ │ │ ├── test110
│ │ │ ├── test1100
│ │ │ ├── test1101
│ │ │ ├── test1102
│ │ │ ├── test1103
│ │ │ ├── test1104
│ │ │ ├── test1105
│ │ │ ├── test1106
│ │ │ ├── test1107
│ │ │ ├── test1108
│ │ │ ├── test1109
│ │ │ ├── test111
│ │ │ ├── test1110
│ │ │ ├── test1111
│ │ │ ├── test1112
│ │ │ ├── test1113
│ │ │ ├── test1114
│ │ │ ├── test1115
│ │ │ ├── test1116
│ │ │ ├── test1117
│ │ │ ├── test1118
│ │ │ ├── test1119
│ │ │ ├── test112
│ │ │ ├── test1120
│ │ │ ├── test1121
│ │ │ ├── test1122
│ │ │ ├── test1123
│ │ │ ├── test1124
│ │ │ ├── test1125
│ │ │ ├── test1126
│ │ │ ├── test1127
│ │ │ ├── test1128
│ │ │ ├── test1129
│ │ │ ├── test113
│ │ │ ├── test1130
│ │ │ ├── test1131
│ │ │ ├── test1132
│ │ │ ├── test1133
│ │ │ ├── test114
│ │ │ ├── test115
│ │ │ ├── test116
│ │ │ ├── test117
│ │ │ ├── test118
│ │ │ ├── test119
│ │ │ ├── test12
│ │ │ ├── test120
│ │ │ ├── test1200
│ │ │ ├── test1201
│ │ │ ├── test1202
│ │ │ ├── test1203
│ │ │ ├── test1204
│ │ │ ├── test1205
│ │ │ ├── test1206
│ │ │ ├── test1207
│ │ │ ├── test1208
│ │ │ ├── test1209
│ │ │ ├── test121
│ │ │ ├── test1210
│ │ │ ├── test1211
│ │ │ ├── test1212
│ │ │ ├── test1213
│ │ │ ├── test1214
│ │ │ ├── test1215
│ │ │ ├── test1216
│ │ │ ├── test1217
│ │ │ ├── test1218
│ │ │ ├── test1219
│ │ │ ├── test122
│ │ │ ├── test1220
│ │ │ ├── test1221
│ │ │ ├── test1222
│ │ │ ├── test1223
│ │ │ ├── test1224
│ │ │ ├── test1225
│ │ │ ├── test1226
│ │ │ ├── test1227
│ │ │ ├── test1228
│ │ │ ├── test1229
│ │ │ ├── test123
│ │ │ ├── test1230
│ │ │ ├── test124
│ │ │ ├── test125
│ │ │ ├── test126
│ │ │ ├── test127
│ │ │ ├── test128
│ │ │ ├── test129
│ │ │ ├── test13
│ │ │ ├── test130
│ │ │ ├── test1300
│ │ │ ├── test1301
│ │ │ ├── test1302
│ │ │ ├── test1303
│ │ │ ├── test1304
│ │ │ ├── test1305
│ │ │ ├── test1306
│ │ │ ├── test1307
│ │ │ ├── test1308
│ │ │ ├── test1309
│ │ │ ├── test131
│ │ │ ├── test1310
│ │ │ ├── test1311
│ │ │ ├── test1312
│ │ │ ├── test1313
│ │ │ ├── test1314
│ │ │ ├── test1315
│ │ │ ├── test1316
│ │ │ ├── test1317
│ │ │ ├── test1318
│ │ │ ├── test1319
│ │ │ ├── test132
│ │ │ ├── test1320
│ │ │ ├── test1321
│ │ │ ├── test1322
│ │ │ ├── test1323
│ │ │ ├── test1324
│ │ │ ├── test1325
│ │ │ ├── test1326
│ │ │ ├── test1327
│ │ │ ├── test1328
│ │ │ ├── test1329
│ │ │ ├── test133
│ │ │ ├── test1330
│ │ │ ├── test1331
│ │ │ ├── test1332
│ │ │ ├── test1333
│ │ │ ├── test1334
│ │ │ ├── test1335
│ │ │ ├── test1336
│ │ │ ├── test1337
│ │ │ ├── test1338
│ │ │ ├── test1339
│ │ │ ├── test134
│ │ │ ├── test1340
│ │ │ ├── test1341
│ │ │ ├── test1342
│ │ │ ├── test1343
│ │ │ ├── test1344
│ │ │ ├── test1345
│ │ │ ├── test1346
│ │ │ ├── test1347
│ │ │ ├── test1348
│ │ │ ├── test1349
│ │ │ ├── test135
│ │ │ ├── test1350
│ │ │ ├── test1351
│ │ │ ├── test1352
│ │ │ ├── test1353
│ │ │ ├── test1354
│ │ │ ├── test1355
│ │ │ ├── test1356
│ │ │ ├── test1357
│ │ │ ├── test1358
│ │ │ ├── test1359
│ │ │ ├── test136
│ │ │ ├── test1360
│ │ │ ├── test1361
│ │ │ ├── test1362
│ │ │ ├── test1363
│ │ │ ├── test1364
│ │ │ ├── test1365
│ │ │ ├── test1366
│ │ │ ├── test1367
│ │ │ ├── test1368
│ │ │ ├── test1369
│ │ │ ├── test137
│ │ │ ├── test1370
│ │ │ ├── test1371
│ │ │ ├── test1372
│ │ │ ├── test1373
│ │ │ ├── test1374
│ │ │ ├── test1375
│ │ │ ├── test1376
│ │ │ ├── test1377
│ │ │ ├── test1378
│ │ │ ├── test1379
│ │ │ ├── test138
│ │ │ ├── test1380
│ │ │ ├── test1381
│ │ │ ├── test1382
│ │ │ ├── test1383
│ │ │ ├── test1384
│ │ │ ├── test1385
│ │ │ ├── test1386
│ │ │ ├── test1387
│ │ │ ├── test1388
│ │ │ ├── test1389
│ │ │ ├── test139
│ │ │ ├── test1390
│ │ │ ├── test1391
│ │ │ ├── test1392
│ │ │ ├── test1393
│ │ │ ├── test1394
│ │ │ ├── test1396
│ │ │ ├── test14
│ │ │ ├── test140
│ │ │ ├── test1400
│ │ │ ├── test1401
│ │ │ ├── test1402
│ │ │ ├── test1403
│ │ │ ├── test1404
│ │ │ ├── test1405
│ │ │ ├── test1406
│ │ │ ├── test1407
│ │ │ ├── test1408
│ │ │ ├── test1409
│ │ │ ├── test141
│ │ │ ├── test1410
│ │ │ ├── test1412
│ │ │ ├── test1413
│ │ │ ├── test142
│ │ │ ├── test143
│ │ │ ├── test144
│ │ │ ├── test145
│ │ │ ├── test146
│ │ │ ├── test147
│ │ │ ├── test148
│ │ │ ├── test149
│ │ │ ├── test15
│ │ │ ├── test150
│ │ │ ├── test1500
│ │ │ ├── test1501
│ │ │ ├── test1502
│ │ │ ├── test1503
│ │ │ ├── test1504
│ │ │ ├── test1505
│ │ │ ├── test1506
│ │ │ ├── test1507
│ │ │ ├── test1508
│ │ │ ├── test1509
│ │ │ ├── test151
│ │ │ ├── test1510
│ │ │ ├── test1511
│ │ │ ├── test152
│ │ │ ├── test153
│ │ │ ├── test154
│ │ │ ├── test155
│ │ │ ├── test156
│ │ │ ├── test157
│ │ │ ├── test158
│ │ │ ├── test159
│ │ │ ├── test16
│ │ │ ├── test160
│ │ │ ├── test161
│ │ │ ├── test162
│ │ │ ├── test163
│ │ │ ├── test164
│ │ │ ├── test165
│ │ │ ├── test166
│ │ │ ├── test167
│ │ │ ├── test168
│ │ │ ├── test169
│ │ │ ├── test17
│ │ │ ├── test170
│ │ │ ├── test171
│ │ │ ├── test172
│ │ │ ├── test173
│ │ │ ├── test174
│ │ │ ├── test175
│ │ │ ├── test176
│ │ │ ├── test177
│ │ │ ├── test178
│ │ │ ├── test179
│ │ │ ├── test18
│ │ │ ├── test180
│ │ │ ├── test181
│ │ │ ├── test182
│ │ │ ├── test183
│ │ │ ├── test184
│ │ │ ├── test185
│ │ │ ├── test186
│ │ │ ├── test187
│ │ │ ├── test188
│ │ │ ├── test189
│ │ │ ├── test19
│ │ │ ├── test190
│ │ │ ├── test1900
│ │ │ ├── test1901
│ │ │ ├── test1902
│ │ │ ├── test1903
│ │ │ ├── test191
│ │ │ ├── test192
│ │ │ ├── test193
│ │ │ ├── test194
│ │ │ ├── test195
│ │ │ ├── test196
│ │ │ ├── test197
│ │ │ ├── test198
│ │ │ ├── test199
│ │ │ ├── test2
│ │ │ ├── test20
│ │ │ ├── test200
│ │ │ ├── test2000
│ │ │ ├── test2001
│ │ │ ├── test2002
│ │ │ ├── test2003
│ │ │ ├── test2004
│ │ │ ├── test2005
│ │ │ ├── test2006
│ │ │ ├── test2007
│ │ │ ├── test2008
│ │ │ ├── test2009
│ │ │ ├── test201
│ │ │ ├── test2010
│ │ │ ├── test2011
│ │ │ ├── test2012
│ │ │ ├── test2013
│ │ │ ├── test2014
│ │ │ ├── test2015
│ │ │ ├── test2016
│ │ │ ├── test2017
│ │ │ ├── test2018
│ │ │ ├── test2019
│ │ │ ├── test202
│ │ │ ├── test2020
│ │ │ ├── test2021
│ │ │ ├── test2022
│ │ │ ├── test2023
│ │ │ ├── test2024
│ │ │ ├── test2025
│ │ │ ├── test2026
│ │ │ ├── test2027
│ │ │ ├── test2028
│ │ │ ├── test2029
│ │ │ ├── test203
│ │ │ ├── test2030
│ │ │ ├── test2031
│ │ │ ├── test2032
│ │ │ ├── test2033
│ │ │ ├── test204
│ │ │ ├── test205
│ │ │ ├── test206
│ │ │ ├── test207
│ │ │ ├── test208
│ │ │ ├── test209
│ │ │ ├── test21
│ │ │ ├── test210
│ │ │ ├── test211
│ │ │ ├── test212
│ │ │ ├── test213
│ │ │ ├── test214
│ │ │ ├── test215
│ │ │ ├── test216
│ │ │ ├── test217
│ │ │ ├── test218
│ │ │ ├── test22
│ │ │ ├── test220
│ │ │ ├── test221
│ │ │ ├── test222
│ │ │ ├── test223
│ │ │ ├── test224
│ │ │ ├── test225
│ │ │ ├── test226
│ │ │ ├── test227
│ │ │ ├── test228
│ │ │ ├── test229
│ │ │ ├── test23
│ │ │ ├── test231
│ │ │ ├── test233
│ │ │ ├── test234
│ │ │ ├── test235
│ │ │ ├── test236
│ │ │ ├── test237
│ │ │ ├── test238
│ │ │ ├── test239
│ │ │ ├── test24
│ │ │ ├── test240
│ │ │ ├── test241
│ │ │ ├── test242
│ │ │ ├── test243
│ │ │ ├── test245
│ │ │ ├── test246
│ │ │ ├── test247
│ │ │ ├── test248
│ │ │ ├── test249
│ │ │ ├── test25
│ │ │ ├── test250
│ │ │ ├── test251
│ │ │ ├── test252
│ │ │ ├── test253
│ │ │ ├── test254
│ │ │ ├── test255
│ │ │ ├── test256
│ │ │ ├── test257
│ │ │ ├── test258
│ │ │ ├── test259
│ │ │ ├── test26
│ │ │ ├── test260
│ │ │ ├── test261
│ │ │ ├── test262
│ │ │ ├── test263
│ │ │ ├── test264
│ │ │ ├── test265
│ │ │ ├── test266
│ │ │ ├── test267
│ │ │ ├── test268
│ │ │ ├── test269
│ │ │ ├── test27
│ │ │ ├── test270
│ │ │ ├── test271
│ │ │ ├── test272
│ │ │ ├── test273
│ │ │ ├── test274
│ │ │ ├── test275
│ │ │ ├── test276
│ │ │ ├── test277
│ │ │ ├── test278
│ │ │ ├── test279
│ │ │ ├── test28
│ │ │ ├── test280
│ │ │ ├── test281
│ │ │ ├── test282
│ │ │ ├── test283
│ │ │ ├── test284
│ │ │ ├── test285
│ │ │ ├── test286
│ │ │ ├── test287
│ │ │ ├── test288
│ │ │ ├── test289
│ │ │ ├── test29
│ │ │ ├── test290
│ │ │ ├── test291
│ │ │ ├── test292
│ │ │ ├── test293
│ │ │ ├── test294
│ │ │ ├── test295
│ │ │ ├── test296
│ │ │ ├── test297
│ │ │ ├── test298
│ │ │ ├── test299
│ │ │ ├── test3
│ │ │ ├── test30
│ │ │ ├── test300
│ │ │ ├── test301
│ │ │ ├── test302
│ │ │ ├── test303
│ │ │ ├── test304
│ │ │ ├── test305
│ │ │ ├── test306
│ │ │ ├── test307
│ │ │ ├── test308
│ │ │ ├── test309
│ │ │ ├── test31
│ │ │ ├── test310
│ │ │ ├── test311
│ │ │ ├── test312
│ │ │ ├── test313
│ │ │ ├── test32
│ │ │ ├── test320
│ │ │ ├── test321
│ │ │ ├── test322
│ │ │ ├── test323
│ │ │ ├── test324
│ │ │ ├── test33
│ │ │ ├── test34
│ │ │ ├── test35
│ │ │ ├── test350
│ │ │ ├── test351
│ │ │ ├── test352
│ │ │ ├── test353
│ │ │ ├── test354
│ │ │ ├── test36
│ │ │ ├── test37
│ │ │ ├── test38
│ │ │ ├── test39
│ │ │ ├── test4
│ │ │ ├── test40
│ │ │ ├── test400
│ │ │ ├── test401
│ │ │ ├── test402
│ │ │ ├── test403
│ │ │ ├── test404
│ │ │ ├── test405
│ │ │ ├── test406
│ │ │ ├── test407
│ │ │ ├── test408
│ │ │ ├── test409
│ │ │ ├── test41
│ │ │ ├── test42
│ │ │ ├── test43
│ │ │ ├── test44
│ │ │ ├── test45
│ │ │ ├── test46
│ │ │ ├── test47
│ │ │ ├── test48
│ │ │ ├── test49
│ │ │ ├── test5
│ │ │ ├── test50
│ │ │ ├── test500
│ │ │ ├── test501
│ │ │ ├── test502
│ │ │ ├── test503
│ │ │ ├── test504
│ │ │ ├── test505
│ │ │ ├── test506
│ │ │ ├── test507
│ │ │ ├── test508
│ │ │ ├── test509
│ │ │ ├── test51
│ │ │ ├── test510
│ │ │ ├── test511
│ │ │ ├── test512
│ │ │ ├── test513
│ │ │ ├── test514
│ │ │ ├── test515
│ │ │ ├── test516
│ │ │ ├── test517
│ │ │ ├── test518
│ │ │ ├── test519
│ │ │ ├── test52
│ │ │ ├── test520
│ │ │ ├── test521
│ │ │ ├── test522
│ │ │ ├── test523
│ │ │ ├── test524
│ │ │ ├── test525
│ │ │ ├── test526
│ │ │ ├── test527
│ │ │ ├── test528
│ │ │ ├── test529
│ │ │ ├── test53
│ │ │ ├── test530
│ │ │ ├── test531
│ │ │ ├── test532
│ │ │ ├── test533
│ │ │ ├── test534
│ │ │ ├── test535
│ │ │ ├── test536
│ │ │ ├── test537
│ │ │ ├── test538
│ │ │ ├── test539
│ │ │ ├── test54
│ │ │ ├── test540
│ │ │ ├── test541
│ │ │ ├── test542
│ │ │ ├── test543
│ │ │ ├── test544
│ │ │ ├── test545
│ │ │ ├── test546
│ │ │ ├── test547
│ │ │ ├── test548
│ │ │ ├── test549
│ │ │ ├── test55
│ │ │ ├── test550
│ │ │ ├── test551
│ │ │ ├── test552
│ │ │ ├── test553
│ │ │ ├── test554
│ │ │ ├── test555
│ │ │ ├── test556
│ │ │ ├── test557
│ │ │ ├── test558
│ │ │ ├── test56
│ │ │ ├── test560
│ │ │ ├── test561
│ │ │ ├── test562
│ │ │ ├── test563
│ │ │ ├── test564
│ │ │ ├── test565
│ │ │ ├── test566
│ │ │ ├── test567
│ │ │ ├── test568
│ │ │ ├── test569
│ │ │ ├── test57
│ │ │ ├── test570
│ │ │ ├── test571
│ │ │ ├── test572
│ │ │ ├── test573
│ │ │ ├── test574
│ │ │ ├── test575
│ │ │ ├── test576
│ │ │ ├── test578
│ │ │ ├── test579
│ │ │ ├── test58
│ │ │ ├── test580
│ │ │ ├── test581
│ │ │ ├── test582
│ │ │ ├── test583
│ │ │ ├── test584
│ │ │ ├── test585
│ │ │ ├── test586
│ │ │ ├── test587
│ │ │ ├── test588
│ │ │ ├── test59
│ │ │ ├── test590
│ │ │ ├── test591
│ │ │ ├── test592
│ │ │ ├── test593
│ │ │ ├── test594
│ │ │ ├── test595
│ │ │ ├── test596
│ │ │ ├── test597
│ │ │ ├── test598
│ │ │ ├── test599
│ │ │ ├── test6
│ │ │ ├── test60
│ │ │ ├── test600
│ │ │ ├── test601
│ │ │ ├── test602
│ │ │ ├── test603
│ │ │ ├── test604
│ │ │ ├── test605
│ │ │ ├── test606
│ │ │ ├── test607
│ │ │ ├── test608
│ │ │ ├── test609
│ │ │ ├── test61
│ │ │ ├── test610
│ │ │ ├── test611
│ │ │ ├── test612
│ │ │ ├── test613
│ │ │ ├── test614
│ │ │ ├── test615
│ │ │ ├── test616
│ │ │ ├── test617
│ │ │ ├── test618
│ │ │ ├── test619
│ │ │ ├── test62
│ │ │ ├── test620
│ │ │ ├── test621
│ │ │ ├── test622
│ │ │ ├── test623
│ │ │ ├── test624
│ │ │ ├── test625
│ │ │ ├── test626
│ │ │ ├── test627
│ │ │ ├── test628
│ │ │ ├── test629
│ │ │ ├── test63
│ │ │ ├── test630
│ │ │ ├── test631
│ │ │ ├── test632
│ │ │ ├── test633
│ │ │ ├── test634
│ │ │ ├── test635
│ │ │ ├── test636
│ │ │ ├── test637
│ │ │ ├── test638
│ │ │ ├── test639
│ │ │ ├── test64
│ │ │ ├── test65
│ │ │ ├── test66
│ │ │ ├── test67
│ │ │ ├── test68
│ │ │ ├── test69
│ │ │ ├── test7
│ │ │ ├── test70
│ │ │ ├── test700
│ │ │ ├── test701
│ │ │ ├── test702
│ │ │ ├── test703
│ │ │ ├── test704
│ │ │ ├── test705
│ │ │ ├── test706
│ │ │ ├── test707
│ │ │ ├── test708
│ │ │ ├── test709
│ │ │ ├── test71
│ │ │ ├── test710
│ │ │ ├── test711
│ │ │ ├── test712
│ │ │ ├── test72
│ │ │ ├── test73
│ │ │ ├── test74
│ │ │ ├── test75
│ │ │ ├── test76
│ │ │ ├── test77
│ │ │ ├── test78
│ │ │ ├── test79
│ │ │ ├── test8
│ │ │ ├── test80
│ │ │ ├── test800
│ │ │ ├── test801
│ │ │ ├── test802
│ │ │ ├── test803
│ │ │ ├── test804
│ │ │ ├── test805
│ │ │ ├── test806
│ │ │ ├── test807
│ │ │ ├── test808
│ │ │ ├── test809
│ │ │ ├── test81
│ │ │ ├── test82
│ │ │ ├── test83
│ │ │ ├── test84
│ │ │ ├── test85
│ │ │ ├── test850
│ │ │ ├── test851
│ │ │ ├── test852
│ │ │ ├── test853
│ │ │ ├── test854
│ │ │ ├── test855
│ │ │ ├── test856
│ │ │ ├── test857
│ │ │ ├── test86
│ │ │ ├── test87
│ │ │ ├── test88
│ │ │ ├── test89
│ │ │ ├── test9
│ │ │ ├── test90
│ │ │ ├── test900
│ │ │ ├── test901
│ │ │ ├── test902
│ │ │ ├── test903
│ │ │ ├── test904
│ │ │ ├── test905
│ │ │ ├── test906
│ │ │ ├── test907
│ │ │ ├── test908
│ │ │ ├── test909
│ │ │ ├── test91
│ │ │ ├── test910
│ │ │ ├── test911
│ │ │ ├── test92
│ │ │ ├── test93
│ │ │ ├── test94
│ │ │ ├── test95
│ │ │ ├── test96
│ │ │ ├── test97
│ │ │ ├── test98
│ │ │ └── test99
│ │ ├── directories.pm
│ │ ├── FILEFORMAT
│ │ ├── ftp.pm
│ │ ├── ftpserver.pl
│ │ ├── getpart.pm
│ │ ├── http_pipe.py
│ │ ├── httpserver.pl
│ │ ├── keywords.pl
│ │ ├── libtest
│ │ │ ├── chkhostname.c
│ │ │ ├── CMakeLists.txt
│ │ │ ├── first.c
│ │ │ ├── lib1500.c
│ │ │ ├── lib1501.c
│ │ │ ├── lib1502.c
│ │ │ ├── lib1506.c
│ │ │ ├── lib1507.c
│ │ │ ├── lib1508.c
│ │ │ ├── lib1509.c
│ │ │ ├── lib1510.c
│ │ │ ├── lib1511.c
│ │ │ ├── lib1900.c
│ │ │ ├── lib500.c
│ │ │ ├── lib501.c
│ │ │ ├── lib502.c
│ │ │ ├── lib503.c
│ │ │ ├── lib504.c
│ │ │ ├── lib505.c
│ │ │ ├── lib506.c
│ │ │ ├── lib507.c
│ │ │ ├── lib508.c
│ │ │ ├── lib509.c
│ │ │ ├── lib510.c
│ │ │ ├── lib511.c
│ │ │ ├── lib512.c
│ │ │ ├── lib513.c
│ │ │ ├── lib514.c
│ │ │ ├── lib515.c
│ │ │ ├── lib516.c
│ │ │ ├── lib517.c
│ │ │ ├── lib518.c
│ │ │ ├── lib519.c
│ │ │ ├── lib520.c
│ │ │ ├── lib521.c
│ │ │ ├── lib523.c
│ │ │ ├── lib524.c
│ │ │ ├── lib525.c
│ │ │ ├── lib526.c
│ │ │ ├── lib530.c
│ │ │ ├── lib533.c
│ │ │ ├── lib536.c
│ │ │ ├── lib537.c
│ │ │ ├── lib539.c
│ │ │ ├── lib540.c
│ │ │ ├── lib541.c
│ │ │ ├── lib542.c
│ │ │ ├── lib543.c
│ │ │ ├── lib544.c
│ │ │ ├── lib547.c
│ │ │ ├── lib549.c
│ │ │ ├── lib552.c
│ │ │ ├── lib553.c
│ │ │ ├── lib554.c
│ │ │ ├── lib555.c
│ │ │ ├── lib556.c
│ │ │ ├── lib557.c
│ │ │ ├── lib558.c
│ │ │ ├── lib560.c
│ │ │ ├── lib562.c
│ │ │ ├── lib564.c
│ │ │ ├── lib566.c
│ │ │ ├── lib567.c
│ │ │ ├── lib568.c
│ │ │ ├── lib569.c
│ │ │ ├── lib570.c
│ │ │ ├── lib571.c
│ │ │ ├── lib572.c
│ │ │ ├── lib573.c
│ │ │ ├── lib574.c
│ │ │ ├── lib575.c
│ │ │ ├── lib576.c
│ │ │ ├── lib578.c
│ │ │ ├── lib579.c
│ │ │ ├── lib582.c
│ │ │ ├── lib583.c
│ │ │ ├── lib586.c
│ │ │ ├── lib590.c
│ │ │ ├── lib591.c
│ │ │ ├── lib597.c
│ │ │ ├── lib598.c
│ │ │ ├── lib599.c
│ │ │ ├── libauthretry.c
│ │ │ ├── libntlmconnect.c
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.inc
│ │ │ ├── notexists.pl
│ │ │ ├── sethostname.c
│ │ │ ├── sethostname.h
│ │ │ ├── test1013.pl
│ │ │ ├── test1022.pl
│ │ │ ├── test307.pl
│ │ │ ├── test610.pl
│ │ │ ├── test613.pl
│ │ │ ├── test75.pl
│ │ │ ├── test.h
│ │ │ ├── testtrace.c
│ │ │ ├── testtrace.h
│ │ │ ├── testutil.c
│ │ │ └── testutil.h
│ │ ├── Makefile.am
│ │ ├── memanalyze.pl
│ │ ├── mem-include-scan.pl
│ │ ├── README
│ │ ├── rtspserver.pl
│ │ ├── runtests.1
│ │ ├── runtests.pl
│ │ ├── secureserver.pl
│ │ ├── server
│ │ │ ├── base64.pl
│ │ │ ├── CMakeLists.txt
│ │ │ ├── fake_ntlm.c
│ │ │ ├── getpart.c
│ │ │ ├── getpart.h
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.inc
│ │ │ ├── resolve.c
│ │ │ ├── rtspd.c
│ │ │ ├── server_setup.h
│ │ │ ├── server_sockaddr.h
│ │ │ ├── sockfilt.c
│ │ │ ├── sws.c
│ │ │ ├── testpart.c
│ │ │ ├── tftpd.c
│ │ │ ├── tftp.h
│ │ │ ├── util.c
│ │ │ └── util.h
│ │ ├── serverhelp.pm
│ │ ├── sshhelp.pm
│ │ ├── sshserver.pl
│ │ ├── stunnel.pem
│ │ ├── symbol-scan.pl
│ │ ├── testcurl.1
│ │ ├── testcurl.pl
│ │ ├── tftpserver.pl
│ │ ├── unit
│ │ │ ├── curlcheck.h
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.inc
│ │ │ ├── README
│ │ │ ├── unit1300.c
│ │ │ ├── unit1301.c
│ │ │ ├── unit1302.c
│ │ │ ├── unit1303.c
│ │ │ ├── unit1304.c
│ │ │ ├── unit1305.c
│ │ │ ├── unit1307.c
│ │ │ ├── unit1308.c
│ │ │ ├── unit1309.c
│ │ │ ├── unit1330.c
│ │ │ ├── unit1394.c
│ │ │ └── unit1396.c
│ │ ├── valgrind.pm
│ │ └── valgrind.supp
│ ├── TODO-RELEASE
│ ├── vs
│ │ ├── t
│ │ │ ├── lib
│ │ │ │ ├── vc6_libcurl_dsp.foot
│ │ │ │ ├── vc6_libcurl_dsp.head
│ │ │ │ ├── vc8_libcurl_prj.foot
│ │ │ │ └── vc8_libcurl_prj.head
│ │ │ ├── README
│ │ │ └── src
│ │ ├── vc6
│ │ │ ├── lib
│ │ │ │ └── vc6libcurl.dsw
│ │ │ ├── src
│ │ │ │ ├── vc6curltool.dsp
│ │ │ │ └── vc6curltool.dsw
│ │ │ └── vc6curl.dsw
│ │ └── vc8
│ │ ├── lib
│ │ │ └── vc8libcurl.vcproj
│ │ └── src
│ └── winbuild
│ ├── BUILD.WINDOWS.txt
│ ├── gen_resp_file.bat
│ ├── MakefileBuild.vc
│ ├── Makefile.msvc.names
│ └── Makefile.vc
├── freetype
│ ├── autogen.sh
│ ├── builds
│ │ ├── amiga
│ │ │ ├── include
│ │ │ │ └── config
│ │ │ │ ├── ftconfig.h
│ │ │ │ └── ftmodule.h
│ │ │ ├── makefile
│ │ │ ├── makefile.os4
│ │ │ ├── README
│ │ │ ├── smakefile
│ │ │ └── src
│ │ │ └── base
│ │ │ ├── ftdebug.c
│ │ │ └── ftsystem.c
│ │ ├── ansi
│ │ │ ├── ansi-def.mk
│ │ │ └── ansi.mk
│ │ ├── atari
│ │ │ ├── ATARI.H
│ │ │ ├── deflinejoiner.awk
│ │ │ ├── FNames.SIC
│ │ │ ├── FREETYPE.PRJ
│ │ │ ├── gen-purec-patch.sh
│ │ │ └── README.TXT
│ │ ├── beos
│ │ │ ├── beos-def.mk
│ │ │ ├── beos.mk
│ │ │ └── detect.mk
│ │ ├── cmake
│ │ │ └── iOS.cmake
│ │ ├── compiler
│ │ │ ├── ansi-cc.mk
│ │ │ ├── bcc-dev.mk
│ │ │ ├── bcc.mk
│ │ │ ├── emx.mk
│ │ │ ├── gcc-dev.mk
│ │ │ ├── gcc.mk
│ │ │ ├── intelc.mk
│ │ │ ├── unix-lcc.mk
│ │ │ ├── visualage.mk
│ │ │ ├── visualc.mk
│ │ │ ├── watcom.mk
│ │ │ └── win-lcc.mk
│ │ ├── detect.mk
│ │ ├── dos
│ │ │ ├── detect.mk
│ │ │ ├── dos-def.mk
│ │ │ ├── dos-emx.mk
│ │ │ ├── dos-gcc.mk
│ │ │ └── dos-wat.mk
│ │ ├── exports.mk
│ │ ├── freetype.mk
│ │ ├── link_dos.mk
│ │ ├── link_std.mk
│ │ ├── mac
│ │ │ ├── ascii2mpw.py
│ │ │ ├── freetype-Info.plist
│ │ │ ├── FreeType.m68k_cfm.make.txt
│ │ │ ├── FreeType.m68k_far.make.txt
│ │ │ ├── FreeType.ppc_carbon.make.txt
│ │ │ ├── FreeType.ppc_classic.make.txt
│ │ │ ├── ftlib.prj.xml
│ │ │ ├── ftmac.c
│ │ │ └── README
│ │ ├── modules.mk
│ │ ├── newline
│ │ ├── os2
│ │ │ ├── detect.mk
│ │ │ ├── os2-def.mk
│ │ │ ├── os2-dev.mk
│ │ │ └── os2-gcc.mk
│ │ ├── symbian
│ │ │ ├── bld.inf
│ │ │ └── freetype.mmp
│ │ ├── toplevel.mk
│ │ ├── unix
│ │ │ ├── configure.raw
│ │ │ ├── detect.mk
│ │ │ ├── freetype2.in
│ │ │ ├── freetype2.m4
│ │ │ ├── freetype-config.in
│ │ │ ├── ftconfig.in
│ │ │ ├── ft-munmap.m4
│ │ │ ├── ftsystem.c
│ │ │ ├── install.mk
│ │ │ ├── mkinstalldirs
│ │ │ ├── pkg.m4
│ │ │ ├── unix-cc.in
│ │ │ ├── unixddef.mk
│ │ │ ├── unix-def.in
│ │ │ ├── unix-dev.mk
│ │ │ ├── unix-lcc.mk
│ │ │ └── unix.mk
│ │ ├── vms
│ │ │ ├── ftconfig.h
│ │ │ └── ftsystem.c
│ │ ├── wince
│ │ │ ├── ftdebug.c
│ │ │ ├── vc2005-ce
│ │ │ │ ├── freetype.sln
│ │ │ │ ├── freetype.vcproj
│ │ │ │ └── index.html
│ │ │ └── vc2008-ce
│ │ │ ├── freetype.sln
│ │ │ ├── freetype.vcproj
│ │ │ └── index.html
│ │ └── windows
│ │ ├── detect.mk
│ │ ├── ftdebug.c
│ │ ├── vc2005
│ │ │ ├── freetype.sln
│ │ │ ├── freetype.vcproj
│ │ │ └── index.html
│ │ ├── vc2008
│ │ │ ├── freetype.sln
│ │ │ ├── freetype.vcproj
│ │ │ └── index.html
│ │ ├── vc2010
│ │ │ ├── freetype.sln
│ │ │ ├── freetype.user.props
│ │ │ ├── freetype.vcxproj
│ │ │ ├── freetype.vcxproj.filters
│ │ │ └── index.html
│ │ ├── visualc
│ │ │ ├── freetype.dsp
│ │ │ ├── freetype.dsw
│ │ │ ├── freetype.sln
│ │ │ ├── freetype.vcproj
│ │ │ └── index.html
│ │ ├── visualce
│ │ │ ├── freetype.dsp
│ │ │ ├── freetype.dsw
│ │ │ ├── freetype.vcproj
│ │ │ └── index.html
│ │ ├── w32-bccd.mk
│ │ ├── w32-bcc.mk
│ │ ├── w32-dev.mk
│ │ ├── w32-gcc.mk
│ │ ├── w32-icc.mk
│ │ ├── w32-intl.mk
│ │ ├── w32-lcc.mk
│ │ ├── w32-mingw32.mk
│ │ ├── w32-vcc.mk
│ │ ├── w32-wat.mk
│ │ └── win32-def.mk
│ ├── ChangeLog
│ ├── ChangeLog.20
│ ├── ChangeLog.21
│ ├── ChangeLog.22
│ ├── ChangeLog.23
│ ├── ChangeLog.24
│ ├── CMakeLists.txt
│ ├── configure
│ ├── devel
│ │ ├── ft2build.h
│ │ └── ftoption.h
│ ├── docs
│ │ ├── CHANGES
│ │ ├── CMAKE
│ │ ├── CUSTOMIZE
│ │ ├── DEBUG
│ │ ├── formats.txt
│ │ ├── freetype-config.1
│ │ ├── FTL.TXT
│ │ ├── GPLv2.TXT
│ │ ├── INSTALL
│ │ ├── INSTALL.ANY
│ │ ├── INSTALL.CROSS
│ │ ├── INSTALL.GNU
│ │ ├── INSTALL.MAC
│ │ ├── INSTALL.UNIX
│ │ ├── INSTALL.VMS
│ │ ├── LICENSE.TXT
│ │ ├── MAKEPP
│ │ ├── PROBLEMS
│ │ ├── raster.txt
│ │ ├── reference
│ │ │ └── README
│ │ ├── release
│ │ ├── TODO
│ │ └── VERSION.DLL
│ ├── include
│ │ ├── config
│ │ │ ├── ftconfig.h
│ │ │ ├── ftheader.h
│ │ │ ├── ftmodule.h
│ │ │ ├── ftoption.h
│ │ │ └── ftstdlib.h
│ │ ├── freetype.h
│ │ ├── ft2build.h
│ │ ├── ftadvanc.h
│ │ ├── ftautoh.h
│ │ ├── ftbbox.h
│ │ ├── ftbdf.h
│ │ ├── ftbitmap.h
│ │ ├── ftbzip2.h
│ │ ├── ftcache.h
│ │ ├── ftcffdrv.h
│ │ ├── ftchapters.h
│ │ ├── ftcid.h
│ │ ├── fterrdef.h
│ │ ├── fterrors.h
│ │ ├── ftgasp.h
│ │ ├── ftglyph.h
│ │ ├── ftgxval.h
│ │ ├── ftgzip.h
│ │ ├── ftimage.h
│ │ ├── ftincrem.h
│ │ ├── ftlcdfil.h
│ │ ├── ftlist.h
│ │ ├── ftlzw.h
│ │ ├── ftmac.h
│ │ ├── ftmm.h
│ │ ├── ftmodapi.h
│ │ ├── ftmoderr.h
│ │ ├── ftotval.h
│ │ ├── ftoutln.h
│ │ ├── ftpfr.h
│ │ ├── ftrender.h
│ │ ├── ftsizes.h
│ │ ├── ftsnames.h
│ │ ├── ftstroke.h
│ │ ├── ftsynth.h
│ │ ├── ftsystem.h
│ │ ├── fttrigon.h
│ │ ├── ftttdrv.h
│ │ ├── fttypes.h
│ │ ├── ftwinfnt.h
│ │ ├── ftxf86.h
│ │ ├── internal
│ │ │ ├── autohint.h
│ │ │ ├── ftcalc.h
│ │ │ ├── ftdebug.h
│ │ │ ├── ftdriver.h
│ │ │ ├── ftgloadr.h
│ │ │ ├── ftmemory.h
│ │ │ ├── ftobjs.h
│ │ │ ├── ftpic.h
│ │ │ ├── ftrfork.h
│ │ │ ├── ftserv.h
│ │ │ ├── ftstream.h
│ │ │ ├── fttrace.h
│ │ │ ├── ftvalid.h
│ │ │ ├── internal.h
│ │ │ ├── psaux.h
│ │ │ ├── pshints.h
│ │ │ ├── services
│ │ │ │ ├── svbdf.h
│ │ │ │ ├── svcid.h
│ │ │ │ ├── svgldict.h
│ │ │ │ ├── svgxval.h
│ │ │ │ ├── svkern.h
│ │ │ │ ├── svmm.h
│ │ │ │ ├── svotval.h
│ │ │ │ ├── svpfr.h
│ │ │ │ ├── svpostnm.h
│ │ │ │ ├── svprop.h
│ │ │ │ ├── svpscmap.h
│ │ │ │ ├── svpsinfo.h
│ │ │ │ ├── svsfnt.h
│ │ │ │ ├── svttcmap.h
│ │ │ │ ├── svtteng.h
│ │ │ │ ├── svttglyf.h
│ │ │ │ ├── svwinfnt.h
│ │ │ │ └── svxf86nm.h
│ │ │ ├── sfnt.h
│ │ │ ├── t1types.h
│ │ │ └── tttypes.h
│ │ ├── t1tables.h
│ │ ├── ttnameid.h
│ │ ├── tttables.h
│ │ ├── tttags.h
│ │ └── ttunpat.h
│ ├── Jamfile
│ ├── Jamrules
│ ├── Makefile
│ ├── modules.cfg
│ ├── objs
│ │ └── README
│ ├── README
│ ├── README.git
│ ├── src
│ │ ├── autofit
│ │ │ ├── afangles.c
│ │ │ ├── afangles.h
│ │ │ ├── afblue.c
│ │ │ ├── afblue.cin
│ │ │ ├── afblue.dat
│ │ │ ├── afblue.h
│ │ │ ├── afblue.hin
│ │ │ ├── afcjk.c
│ │ │ ├── afcjk.h
│ │ │ ├── afcover.h
│ │ │ ├── afdummy.c
│ │ │ ├── afdummy.h
│ │ │ ├── aferrors.h
│ │ │ ├── afglobal.c
│ │ │ ├── afglobal.h
│ │ │ ├── afhints.c
│ │ │ ├── afhints.h
│ │ │ ├── afindic.c
│ │ │ ├── afindic.h
│ │ │ ├── aflatin2.c
│ │ │ ├── aflatin2.h
│ │ │ ├── aflatin.c
│ │ │ ├── aflatin.h
│ │ │ ├── afloader.c
│ │ │ ├── afloader.h
│ │ │ ├── afmodule.c
│ │ │ ├── afmodule.h
│ │ │ ├── afpic.c
│ │ │ ├── afpic.h
│ │ │ ├── afranges.c
│ │ │ ├── afranges.h
│ │ │ ├── afscript.h
│ │ │ ├── afstyles.h
│ │ │ ├── aftypes.h
│ │ │ ├── afwarp.c
│ │ │ ├── afwarp.h
│ │ │ ├── afwrtsys.h
│ │ │ ├── autofit.c
│ │ │ ├── hbshim.c
│ │ │ ├── hbshim.h
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ └── rules.mk
│ │ ├── base
│ │ │ ├── basepic.c
│ │ │ ├── basepic.h
│ │ │ ├── ftadvanc.c
│ │ │ ├── ftapi.c
│ │ │ ├── ftbase.c
│ │ │ ├── ftbase.h
│ │ │ ├── ftbbox.c
│ │ │ ├── ftbdf.c
│ │ │ ├── ftbitmap.c
│ │ │ ├── ftcalc.c
│ │ │ ├── ftcid.c
│ │ │ ├── ftdbgmem.c
│ │ │ ├── ftdebug.c
│ │ │ ├── ftfstype.c
│ │ │ ├── ftgasp.c
│ │ │ ├── ftgloadr.c
│ │ │ ├── ftglyph.c
│ │ │ ├── ftgxval.c
│ │ │ ├── ftinit.c
│ │ │ ├── ftlcdfil.c
│ │ │ ├── ftmac.c
│ │ │ ├── ftmm.c
│ │ │ ├── ftobjs.c
│ │ │ ├── ftotval.c
│ │ │ ├── ftoutln.c
│ │ │ ├── ftpatent.c
│ │ │ ├── ftpfr.c
│ │ │ ├── ftpic.c
│ │ │ ├── ftrfork.c
│ │ │ ├── ftsnames.c
│ │ │ ├── ftstream.c
│ │ │ ├── ftstroke.c
│ │ │ ├── ftsynth.c
│ │ │ ├── ftsystem.c
│ │ │ ├── fttrigon.c
│ │ │ ├── fttype1.c
│ │ │ ├── ftutil.c
│ │ │ ├── ftwinfnt.c
│ │ │ ├── ftxf86.c
│ │ │ ├── Jamfile
│ │ │ ├── md5.c
│ │ │ ├── md5.h
│ │ │ └── rules.mk
│ │ ├── bdf
│ │ │ ├── bdf.c
│ │ │ ├── bdfdrivr.c
│ │ │ ├── bdfdrivr.h
│ │ │ ├── bdferror.h
│ │ │ ├── bdf.h
│ │ │ ├── bdflib.c
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── README
│ │ │ └── rules.mk
│ │ ├── bzip2
│ │ │ ├── ftbzip2.c
│ │ │ ├── Jamfile
│ │ │ └── rules.mk
│ │ ├── cache
│ │ │ ├── ftcache.c
│ │ │ ├── ftcbasic.c
│ │ │ ├── ftccache.c
│ │ │ ├── ftccache.h
│ │ │ ├── ftccback.h
│ │ │ ├── ftccmap.c
│ │ │ ├── ftcerror.h
│ │ │ ├── ftcglyph.c
│ │ │ ├── ftcglyph.h
│ │ │ ├── ftcimage.c
│ │ │ ├── ftcimage.h
│ │ │ ├── ftcmanag.c
│ │ │ ├── ftcmanag.h
│ │ │ ├── ftcmru.c
│ │ │ ├── ftcmru.h
│ │ │ ├── ftcsbits.c
│ │ │ ├── ftcsbits.h
│ │ │ ├── Jamfile
│ │ │ └── rules.mk
│ │ ├── cff
│ │ │ ├── cf2arrst.c
│ │ │ ├── cf2arrst.h
│ │ │ ├── cf2blues.c
│ │ │ ├── cf2blues.h
│ │ │ ├── cf2error.c
│ │ │ ├── cf2error.h
│ │ │ ├── cf2fixed.h
│ │ │ ├── cf2font.c
│ │ │ ├── cf2font.h
│ │ │ ├── cf2ft.c
│ │ │ ├── cf2ft.h
│ │ │ ├── cf2glue.h
│ │ │ ├── cf2hints.c
│ │ │ ├── cf2hints.h
│ │ │ ├── cf2intrp.c
│ │ │ ├── cf2intrp.h
│ │ │ ├── cf2read.c
│ │ │ ├── cf2read.h
│ │ │ ├── cf2stack.c
│ │ │ ├── cf2stack.h
│ │ │ ├── cf2types.h
│ │ │ ├── cff.c
│ │ │ ├── cffcmap.c
│ │ │ ├── cffcmap.h
│ │ │ ├── cffdrivr.c
│ │ │ ├── cffdrivr.h
│ │ │ ├── cfferrs.h
│ │ │ ├── cffgload.c
│ │ │ ├── cffgload.h
│ │ │ ├── cffload.c
│ │ │ ├── cffload.h
│ │ │ ├── cffobjs.c
│ │ │ ├── cffobjs.h
│ │ │ ├── cffparse.c
│ │ │ ├── cffparse.h
│ │ │ ├── cffpic.c
│ │ │ ├── cffpic.h
│ │ │ ├── cfftoken.h
│ │ │ ├── cfftypes.h
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ └── rules.mk
│ │ ├── cid
│ │ │ ├── ciderrs.h
│ │ │ ├── cidgload.c
│ │ │ ├── cidgload.h
│ │ │ ├── cidload.c
│ │ │ ├── cidload.h
│ │ │ ├── cidobjs.c
│ │ │ ├── cidobjs.h
│ │ │ ├── cidparse.c
│ │ │ ├── cidparse.h
│ │ │ ├── cidriver.c
│ │ │ ├── cidriver.h
│ │ │ ├── cidtoken.h
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── rules.mk
│ │ │ └── type1cid.c
│ │ ├── gxvalid
│ │ │ ├── gxvalid.c
│ │ │ ├── gxvalid.h
│ │ │ ├── gxvbsln.c
│ │ │ ├── gxvcommn.c
│ │ │ ├── gxvcommn.h
│ │ │ ├── gxverror.h
│ │ │ ├── gxvfeat.c
│ │ │ ├── gxvfeat.h
│ │ │ ├── gxvfgen.c
│ │ │ ├── gxvjust.c
│ │ │ ├── gxvkern.c
│ │ │ ├── gxvlcar.c
│ │ │ ├── gxvmod.c
│ │ │ ├── gxvmod.h
│ │ │ ├── gxvmort0.c
│ │ │ ├── gxvmort1.c
│ │ │ ├── gxvmort2.c
│ │ │ ├── gxvmort4.c
│ │ │ ├── gxvmort5.c
│ │ │ ├── gxvmort.c
│ │ │ ├── gxvmort.h
│ │ │ ├── gxvmorx0.c
│ │ │ ├── gxvmorx1.c
│ │ │ ├── gxvmorx2.c
│ │ │ ├── gxvmorx4.c
│ │ │ ├── gxvmorx5.c
│ │ │ ├── gxvmorx.c
│ │ │ ├── gxvmorx.h
│ │ │ ├── gxvopbd.c
│ │ │ ├── gxvprop.c
│ │ │ ├── gxvtrak.c
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── README
│ │ │ └── rules.mk
│ │ ├── gzip
│ │ │ ├── adler32.c
│ │ │ ├── ftgzip.c
│ │ │ ├── infblock.c
│ │ │ ├── infblock.h
│ │ │ ├── infcodes.c
│ │ │ ├── infcodes.h
│ │ │ ├── inffixed.h
│ │ │ ├── inflate.c
│ │ │ ├── inftrees.c
│ │ │ ├── inftrees.h
│ │ │ ├── infutil.c
│ │ │ ├── infutil.h
│ │ │ ├── Jamfile
│ │ │ ├── rules.mk
│ │ │ ├── zconf.h
│ │ │ ├── zlib.h
│ │ │ ├── zutil.c
│ │ │ └── zutil.h
│ │ ├── Jamfile
│ │ ├── lzw
│ │ │ ├── ftlzw.c
│ │ │ ├── ftzopen.c
│ │ │ ├── ftzopen.h
│ │ │ ├── Jamfile
│ │ │ └── rules.mk
│ │ ├── otvalid
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── otvalid.c
│ │ │ ├── otvalid.h
│ │ │ ├── otvbase.c
│ │ │ ├── otvcommn.c
│ │ │ ├── otvcommn.h
│ │ │ ├── otverror.h
│ │ │ ├── otvgdef.c
│ │ │ ├── otvgpos.c
│ │ │ ├── otvgpos.h
│ │ │ ├── otvgsub.c
│ │ │ ├── otvjstf.c
│ │ │ ├── otvmath.c
│ │ │ ├── otvmod.c
│ │ │ ├── otvmod.h
│ │ │ └── rules.mk
│ │ ├── pcf
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── pcf.c
│ │ │ ├── pcfdrivr.c
│ │ │ ├── pcfdrivr.h
│ │ │ ├── pcferror.h
│ │ │ ├── pcf.h
│ │ │ ├── pcfread.c
│ │ │ ├── pcfread.h
│ │ │ ├── pcfutil.c
│ │ │ ├── pcfutil.h
│ │ │ ├── README
│ │ │ └── rules.mk
│ │ ├── pfr
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── pfr.c
│ │ │ ├── pfrcmap.c
│ │ │ ├── pfrcmap.h
│ │ │ ├── pfrdrivr.c
│ │ │ ├── pfrdrivr.h
│ │ │ ├── pfrerror.h
│ │ │ ├── pfrgload.c
│ │ │ ├── pfrgload.h
│ │ │ ├── pfrload.c
│ │ │ ├── pfrload.h
│ │ │ ├── pfrobjs.c
│ │ │ ├── pfrobjs.h
│ │ │ ├── pfrsbit.c
│ │ │ ├── pfrsbit.h
│ │ │ ├── pfrtypes.h
│ │ │ └── rules.mk
│ │ ├── psaux
│ │ │ ├── afmparse.c
│ │ │ ├── afmparse.h
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── psaux.c
│ │ │ ├── psauxerr.h
│ │ │ ├── psauxmod.c
│ │ │ ├── psauxmod.h
│ │ │ ├── psconv.c
│ │ │ ├── psconv.h
│ │ │ ├── psobjs.c
│ │ │ ├── psobjs.h
│ │ │ ├── rules.mk
│ │ │ ├── t1cmap.c
│ │ │ ├── t1cmap.h
│ │ │ ├── t1decode.c
│ │ │ └── t1decode.h
│ │ ├── pshinter
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── pshalgo.c
│ │ │ ├── pshalgo.h
│ │ │ ├── pshglob.c
│ │ │ ├── pshglob.h
│ │ │ ├── pshinter.c
│ │ │ ├── pshmod.c
│ │ │ ├── pshmod.h
│ │ │ ├── pshnterr.h
│ │ │ ├── pshpic.c
│ │ │ ├── pshpic.h
│ │ │ ├── pshrec.c
│ │ │ ├── pshrec.h
│ │ │ └── rules.mk
│ │ ├── psnames
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── psmodule.c
│ │ │ ├── psmodule.h
│ │ │ ├── psnamerr.h
│ │ │ ├── psnames.c
│ │ │ ├── pspic.c
│ │ │ ├── pspic.h
│ │ │ ├── pstables.h
│ │ │ └── rules.mk
│ │ ├── raster
│ │ │ ├── ftmisc.h
│ │ │ ├── ftraster.c
│ │ │ ├── ftraster.h
│ │ │ ├── ftrend1.c
│ │ │ ├── ftrend1.h
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── raster.c
│ │ │ ├── rasterrs.h
│ │ │ ├── rastpic.c
│ │ │ ├── rastpic.h
│ │ │ └── rules.mk
│ │ ├── sfnt
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── pngshim.c
│ │ │ ├── pngshim.h
│ │ │ ├── rules.mk
│ │ │ ├── sfdriver.c
│ │ │ ├── sfdriver.h
│ │ │ ├── sferrors.h
│ │ │ ├── sfnt.c
│ │ │ ├── sfntpic.c
│ │ │ ├── sfntpic.h
│ │ │ ├── sfobjs.c
│ │ │ ├── sfobjs.h
│ │ │ ├── ttbdf.c
│ │ │ ├── ttbdf.h
│ │ │ ├── ttcmap.c
│ │ │ ├── ttcmapc.h
│ │ │ ├── ttcmap.h
│ │ │ ├── ttkern.c
│ │ │ ├── ttkern.h
│ │ │ ├── ttload.c
│ │ │ ├── ttload.h
│ │ │ ├── ttmtx.c
│ │ │ ├── ttmtx.h
│ │ │ ├── ttpost.c
│ │ │ ├── ttpost.h
│ │ │ ├── ttsbit.c
│ │ │ └── ttsbit.h
│ │ ├── smooth
│ │ │ ├── ftgrays.c
│ │ │ ├── ftgrays.h
│ │ │ ├── ftsmerrs.h
│ │ │ ├── ftsmooth.c
│ │ │ ├── ftsmooth.h
│ │ │ ├── ftspic.c
│ │ │ ├── ftspic.h
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── rules.mk
│ │ │ └── smooth.c
│ │ ├── tools
│ │ │ ├── afblue.pl
│ │ │ ├── apinames.c
│ │ │ ├── chktrcmp.py
│ │ │ ├── cordic.py
│ │ │ ├── docmaker
│ │ │ │ ├── content.py
│ │ │ │ ├── docbeauty.py
│ │ │ │ ├── docmaker.py
│ │ │ │ ├── formatter.py
│ │ │ │ ├── sources.py
│ │ │ │ ├── tohtml.py
│ │ │ │ └── utils.py
│ │ │ ├── ftrandom
│ │ │ │ ├── ftrandom.c
│ │ │ │ ├── Makefile
│ │ │ │ └── README
│ │ │ ├── glnames.py
│ │ │ ├── Jamfile
│ │ │ ├── test_afm.c
│ │ │ ├── test_bbox.c
│ │ │ └── test_trig.c
│ │ ├── truetype
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── rules.mk
│ │ │ ├── truetype.c
│ │ │ ├── ttdriver.c
│ │ │ ├── ttdriver.h
│ │ │ ├── tterrors.h
│ │ │ ├── ttgload.c
│ │ │ ├── ttgload.h
│ │ │ ├── ttgxvar.c
│ │ │ ├── ttgxvar.h
│ │ │ ├── ttinterp.c
│ │ │ ├── ttinterp.h
│ │ │ ├── ttobjs.c
│ │ │ ├── ttobjs.h
│ │ │ ├── ttpic.c
│ │ │ ├── ttpic.h
│ │ │ ├── ttpload.c
│ │ │ ├── ttpload.h
│ │ │ ├── ttsubpix.c
│ │ │ └── ttsubpix.h
│ │ ├── type1
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── rules.mk
│ │ │ ├── t1afm.c
│ │ │ ├── t1afm.h
│ │ │ ├── t1driver.c
│ │ │ ├── t1driver.h
│ │ │ ├── t1errors.h
│ │ │ ├── t1gload.c
│ │ │ ├── t1gload.h
│ │ │ ├── t1load.c
│ │ │ ├── t1load.h
│ │ │ ├── t1objs.c
│ │ │ ├── t1objs.h
│ │ │ ├── t1parse.c
│ │ │ ├── t1parse.h
│ │ │ ├── t1tokens.h
│ │ │ └── type1.c
│ │ ├── type42
│ │ │ ├── Jamfile
│ │ │ ├── module.mk
│ │ │ ├── rules.mk
│ │ │ ├── t42drivr.c
│ │ │ ├── t42drivr.h
│ │ │ ├── t42error.h
│ │ │ ├── t42objs.c
│ │ │ ├── t42objs.h
│ │ │ ├── t42parse.c
│ │ │ ├── t42parse.h
│ │ │ ├── t42types.h
│ │ │ └── type42.c
│ │ └── winfonts
│ │ ├── fnterrs.h
│ │ ├── Jamfile
│ │ ├── module.mk
│ │ ├── rules.mk
│ │ ├── winfnt.c
│ │ └── winfnt.h
│ ├── version.sed
│ └── vms_make.com
├── jbig2dec
│ ├── annex-h.jbig2
│ ├── autogen.sh
│ ├── CHANGES
│ ├── configure.ac
│ ├── config_win32.h
│ ├── COPYING
│ ├── getopt1.c
│ ├── getopt.c
│ ├── getopt.h
│ ├── jbig2_arith.c
│ ├── jbig2_arith.h
│ ├── jbig2_arith_iaid.c
│ ├── jbig2_arith_iaid.h
│ ├── jbig2_arith_int.c
│ ├── jbig2_arith_int.h
│ ├── jbig2.c
│ ├── jbig2dec.1
│ ├── jbig2dec.c
│ ├── jbig2_generic.c
│ ├── jbig2_generic.h
│ ├── jbig2.h
│ ├── jbig2_halftone.c
│ ├── jbig2_halftone.h
│ ├── jbig2_huffman.c
│ ├── jbig2_huffman.h
│ ├── jbig2_hufftab.h
│ ├── jbig2_image.c
│ ├── jbig2_image.h
│ ├── jbig2_image_pbm.c
│ ├── jbig2_image_png.c
│ ├── jbig2_metadata.c
│ ├── jbig2_metadata.h
│ ├── jbig2_mmr.c
│ ├── jbig2_mmr.h
│ ├── jbig2_page.c
│ ├── jbig2_priv.h
│ ├── jbig2_refinement.c
│ ├── jbig2_segment.c
│ ├── jbig2_symbol_dict.c
│ ├── jbig2_symbol_dict.h
│ ├── jbig2_text.c
│ ├── jbig2_text.h
│ ├── LICENSE
│ ├── Makefile.am
│ ├── Makefile.unix
│ ├── memcmp.c
│ ├── memento.c
│ ├── memento.h
│ ├── msvc.mak
│ ├── os_types.h
│ ├── pbm2png.c
│ ├── README
│ ├── sha1.c
│ ├── sha1.h
│ ├── snprintf.c
│ └── test_jbig2dec.py
├── jpeg
│ ├── aclocal.m4
│ ├── ar-lib
│ ├── cderror.h
│ ├── cdjpeg.c
│ ├── cdjpeg.h
│ ├── change.log
│ ├── cjpeg.1
│ ├── cjpeg.c
│ ├── ckconfig.c
│ ├── coderules.txt
│ ├── config.guess
│ ├── config.sub
│ ├── configure
│ ├── configure.ac
│ ├── depcomp
│ ├── djpeg.1
│ ├── djpeg.c
│ ├── example.c
│ ├── filelist.txt
│ ├── install-sh
│ ├── install.txt
│ ├── jaricom.c
│ ├── jcapimin.c
│ ├── jcapistd.c
│ ├── jcarith.c
│ ├── jccoefct.c
│ ├── jccolor.c
│ ├── jcdctmgr.c
│ ├── jchuff.c
│ ├── jcinit.c
│ ├── jcmainct.c
│ ├── jcmarker.c
│ ├── jcmaster.c
│ ├── jcomapi.c
│ ├── jconfig.bcc
│ ├── jconfig.cfg
│ ├── jconfig.dj
│ ├── jconfig.mac
│ ├── jconfig.manx
│ ├── jconfig.mc6
│ ├── jconfig.sas
│ ├── jconfig.st
│ ├── jconfig.txt
│ ├── jconfig.vc
│ ├── jconfig.vms
│ ├── jconfig.wat
│ ├── jcparam.c
│ ├── jcprepct.c
│ ├── jcsample.c
│ ├── jctrans.c
│ ├── jdapimin.c
│ ├── jdapistd.c
│ ├── jdarith.c
│ ├── jdatadst.c
│ ├── jdatasrc.c
│ ├── jdcoefct.c
│ ├── jdcolor.c
│ ├── jdct.h
│ ├── jddctmgr.c
│ ├── jdhuff.c
│ ├── jdinput.c
│ ├── jdmainct.c
│ ├── jdmarker.c
│ ├── jdmaster.c
│ ├── jdmerge.c
│ ├── jdpostct.c
│ ├── jdsample.c
│ ├── jdtrans.c
│ ├── jerror.c
│ ├── jerror.h
│ ├── jfdctflt.c
│ ├── jfdctfst.c
│ ├── jfdctint.c
│ ├── jidctflt.c
│ ├── jidctfst.c
│ ├── jidctint.c
│ ├── jinclude.h
│ ├── jmemansi.c
│ ├── jmemdosa.asm
│ ├── jmemdos.c
│ ├── jmemmac.c
│ ├── jmemmgr.c
│ ├── jmemname.c
│ ├── jmemnobs.c
│ ├── jmemsys.h
│ ├── jmorecfg.h
│ ├── jpegint.h
│ ├── jpeglib.h
│ ├── jpegtran.1
│ ├── jpegtran.c
│ ├── jquant1.c
│ ├── jquant2.c
│ ├── jutils.c
│ ├── jversion.h
│ ├── libjpeg.map
│ ├── libjpeg.txt
│ ├── ltmain.sh
│ ├── makcjpeg.st
│ ├── makdjpeg.st
│ ├── makeadsw.vc6
│ ├── makeasln.v10
│ ├── makecdep.vc6
│ ├── makecdsp.vc6
│ ├── makecfil.v10
│ ├── makecmak.vc6
│ ├── makecvcx.v10
│ ├── makeddep.vc6
│ ├── makeddsp.vc6
│ ├── makedfil.v10
│ ├── makedmak.vc6
│ ├── makedvcx.v10
│ ├── Makefile.am
│ ├── makefile.ansi
│ ├── makefile.bcc
│ ├── makefile.dj
│ ├── Makefile.in
│ ├── makefile.manx
│ ├── makefile.mc6
│ ├── makefile.mms
│ ├── makefile.sas
│ ├── makefile.unix
│ ├── makefile.vc
│ ├── makefile.vms
│ ├── makefile.wat
│ ├── makejdep.vc6
│ ├── makejdsp.vc6
│ ├── makejdsw.vc6
│ ├── makejfil.v10
│ ├── makejmak.vc6
│ ├── makejsln.v10
│ ├── makejvcx.v10
│ ├── makeproj.mac
│ ├── makerdep.vc6
│ ├── makerdsp.vc6
│ ├── makerfil.v10
│ ├── makermak.vc6
│ ├── makervcx.v10
│ ├── maketdep.vc6
│ ├── maketdsp.vc6
│ ├── maketfil.v10
│ ├── maketmak.vc6
│ ├── maketvcx.v10
│ ├── makewdep.vc6
│ ├── makewdsp.vc6
│ ├── makewfil.v10
│ ├── makewmak.vc6
│ ├── makewvcx.v10
│ ├── makljpeg.st
│ ├── maktjpeg.st
│ ├── makvms.opt
│ ├── missing
│ ├── rdbmp.c
│ ├── rdcolmap.c
│ ├── rdgif.c
│ ├── rdjpgcom.1
│ ├── rdjpgcom.c
│ ├── rdppm.c
│ ├── rdrle.c
│ ├── rdswitch.c
│ ├── rdtarga.c
│ ├── README
│ ├── structure.txt
│ ├── testimg.bmp
│ ├── testimg.jpg
│ ├── testimgp.jpg
│ ├── testimg.ppm
│ ├── testorig.jpg
│ ├── testprog.jpg
│ ├── transupp.c
│ ├── transupp.h
│ ├── usage.txt
│ ├── wizard.txt
│ ├── wrbmp.c
│ ├── wrgif.c
│ ├── wrjpgcom.1
│ ├── wrjpgcom.c
│ ├── wrppm.c
│ ├── wrrle.c
│ └── wrtarga.c
├── mujs
│ ├── astnames.h
│ ├── AUTHORS
│ ├── COPYING
│ ├── jsarray.c
│ ├── jsboolean.c
│ ├── jsbuiltin.c
│ ├── jsbuiltin.h
│ ├── jscompile.c
│ ├── jscompile.h
│ ├── jsdate.c
│ ├── jsdtoa.c
│ ├── jsdump.c
│ ├── jserror.c
│ ├── jsfunction.c
│ ├── jsgc.c
│ ├── jsi.h
│ ├── jsintern.c
│ ├── jslex.c
│ ├── jslex.h
│ ├── jsmath.c
│ ├── jsnumber.c
│ ├── jsobject.c
│ ├── json.c
│ ├── jsparse.c
│ ├── jsparse.h
│ ├── jsproperty.c
│ ├── jsregexp.c
│ ├── jsrun.c
│ ├── jsrun.h
│ ├── jsstate.c
│ ├── jsstring.c
│ ├── jsvalue.c
│ ├── jsvalue.h
│ ├── main.c
│ ├── Makefile
│ ├── mujs.h
│ ├── one.c
│ ├── opnames.h
│ ├── README
│ ├── regex.c
│ ├── regex.h
│ ├── utf.c
│ ├── utf.h
│ └── utftype.c
├── openjpeg
│ ├── libopenjpeg
│ │ ├── bio.c
│ │ ├── bio.h
│ │ ├── cidx_manager.c
│ │ ├── cidx_manager.h
│ │ ├── cio.c
│ │ ├── cio.h
│ │ ├── CMakeLists.txt
│ │ ├── dwt.c
│ │ ├── dwt.h
│ │ ├── event.c
│ │ ├── event.h
│ │ ├── fix.h
│ │ ├── function_list.c
│ │ ├── function_list.h
│ │ ├── image.c
│ │ ├── image.h
│ │ ├── indexbox_manager.h
│ │ ├── int.h
│ │ ├── invert.c
│ │ ├── invert.h
│ │ ├── j2k.c
│ │ ├── j2k.h
│ │ ├── j2k_lib.c
│ │ ├── j2k_lib.h
│ │ ├── jp2.c
│ │ ├── jp2.h
│ │ ├── jpt.c
│ │ ├── jpt.h
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── mct.c
│ │ ├── mct.h
│ │ ├── mqc.c
│ │ ├── mqc.h
│ │ ├── openjpeg.c
│ │ ├── openjpeg.h
│ │ ├── opj_clock.c
│ │ ├── opj_clock.h
│ │ ├── opj_config.h
│ │ ├── opj_config_private.h
│ │ ├── opj_includes.h
│ │ ├── opj_intmath.h
│ │ ├── opj_inttypes.h
│ │ ├── opj_malloc.h
│ │ ├── opj_stdint.h
│ │ ├── phix_manager.c
│ │ ├── pi.c
│ │ ├── pi.h
│ │ ├── ppix_manager.c
│ │ ├── raw.c
│ │ ├── raw.h
│ │ ├── t1.c
│ │ ├── t1_generate_luts.c
│ │ ├── t1.h
│ │ ├── t1_luts.h
│ │ ├── t2.c
│ │ ├── t2.h
│ │ ├── tcd.c
│ │ ├── tcd.h
│ │ ├── tgt.c
│ │ ├── tgt.h
│ │ ├── thix_manager.c
│ │ └── tpix_manager.c
│ └── opj_config.h.in.user
├── README
└── zlib
├── adler32.c
├── amiga
│ ├── Makefile.pup
│ └── Makefile.sas
├── as400
│ ├── bndsrc
│ ├── compile.clp
│ ├── readme.txt
│ └── zlib.inc
├── ChangeLog
├── CMakeLists.txt
├── compress.c
├── configure
├── contrib
│ ├── ada
│ │ ├── buffer_demo.adb
│ │ ├── mtest.adb
│ │ ├── read.adb
│ │ ├── readme.txt
│ │ ├── test.adb
│ │ ├── zlib.adb
│ │ ├── zlib.ads
│ │ ├── zlib.gpr
│ │ ├── zlib-streams.adb
│ │ ├── zlib-streams.ads
│ │ ├── zlib-thin.adb
│ │ └── zlib-thin.ads
│ ├── amd64
│ │ └── amd64-match.S
│ ├── asm686
│ │ ├── match.S
│ │ └── README.686
│ ├── blast
│ │ ├── blast.c
│ │ ├── blast.h
│ │ ├── Makefile
│ │ ├── README
│ │ ├── test.pk
│ │ └── test.txt
│ ├── delphi
│ │ ├── readme.txt
│ │ ├── ZLibConst.pas
│ │ ├── zlibd32.mak
│ │ └── ZLib.pas
│ ├── dotzlib
│ │ ├── DotZLib
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ChecksumImpl.cs
│ │ │ ├── CircularBuffer.cs
│ │ │ ├── CodecBase.cs
│ │ │ ├── Deflater.cs
│ │ │ ├── DotZLib.cs
│ │ │ ├── DotZLib.csproj
│ │ │ ├── GZipStream.cs
│ │ │ ├── Inflater.cs
│ │ │ └── UnitTests.cs
│ │ ├── DotZLib.build
│ │ ├── DotZLib.chm
│ │ ├── DotZLib.sln
│ │ ├── LICENSE_1_0.txt
│ │ └── readme.txt
│ ├── gcc_gvmat64
│ │ └── gvmat64.S
│ ├── infback9
│ │ ├── infback9.c
│ │ ├── infback9.h
│ │ ├── inffix9.h
│ │ ├── inflate9.h
│ │ ├── inftree9.c
│ │ ├── inftree9.h
│ │ └── README
│ ├── inflate86
│ │ ├── inffas86.c
│ │ └── inffast.S
│ ├── iostream
│ │ ├── test.cpp
│ │ ├── zfstream.cpp
│ │ └── zfstream.h
│ ├── iostream2
│ │ ├── zstream.h
│ │ └── zstream_test.cpp
│ ├── iostream3
│ │ ├── README
│ │ ├── test.cc
│ │ ├── TODO
│ │ ├── zfstream.cc
│ │ └── zfstream.h
│ ├── masmx64
│ │ ├── bld_ml64.bat
│ │ ├── gvmat64.asm
│ │ ├── inffas8664.c
│ │ ├── inffasx64.asm
│ │ └── readme.txt
│ ├── masmx86
│ │ ├── bld_ml32.bat
│ │ ├── inffas32.asm
│ │ ├── match686.asm
│ │ └── readme.txt
│ ├── minizip
│ │ ├── configure.ac
│ │ ├── crypt.h
│ │ ├── ioapi.c
│ │ ├── ioapi.h
│ │ ├── iowin32.c
│ │ ├── iowin32.h
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── make_vms.com
│ │ ├── miniunz.c
│ │ ├── MiniZip64_Changes.txt
│ │ ├── MiniZip64_info.txt
│ │ ├── minizip.c
│ │ ├── minizip.pc.in
│ │ ├── mztools.c
│ │ ├── mztools.h
│ │ ├── unzip.c
│ │ ├── unzip.h
│ │ ├── zip.c
│ │ └── zip.h
│ ├── pascal
│ │ ├── example.pas
│ │ ├── readme.txt
│ │ ├── zlibd32.mak
│ │ └── zlibpas.pas
│ ├── puff
│ │ ├── Makefile
│ │ ├── puff.c
│ │ ├── puff.h
│ │ ├── pufftest.c
│ │ ├── README
│ │ └── zeros.raw
│ ├── README.contrib
│ ├── testzlib
│ │ ├── testzlib.c
│ │ └── testzlib.txt
│ ├── untgz
│ │ ├── Makefile
│ │ ├── Makefile.msc
│ │ └── untgz.c
│ └── vstudio
│ ├── readme.txt
│ ├── vc10
│ │ ├── miniunz.vcxproj
│ │ ├── miniunz.vcxproj.filters
│ │ ├── miniunz.vcxproj.user
│ │ ├── minizip.vcxproj
│ │ ├── minizip.vcxproj.filters
│ │ ├── minizip.vcxproj.user
│ │ ├── testzlibdll.vcxproj
│ │ ├── testzlibdll.vcxproj.filters
│ │ ├── testzlibdll.vcxproj.user
│ │ ├── testzlib.vcxproj
│ │ ├── testzlib.vcxproj.filters
│ │ ├── testzlib.vcxproj.user
│ │ ├── zlib.rc
│ │ ├── zlibstat.vcxproj
│ │ ├── zlibstat.vcxproj.filters
│ │ ├── zlibstat.vcxproj.user
│ │ ├── zlibvc.def
│ │ ├── zlibvc.sln
│ │ ├── zlibvc.vcxproj
│ │ ├── zlibvc.vcxproj.filters
│ │ └── zlibvc.vcxproj.user
│ └── vc9
│ ├── miniunz.vcproj
│ ├── minizip.vcproj
│ ├── testzlibdll.vcproj
│ ├── testzlib.vcproj
│ ├── zlib.rc
│ ├── zlibstat.vcproj
│ ├── zlibvc.def
│ ├── zlibvc.sln
│ └── zlibvc.vcproj
├── crc32.c
├── crc32.h
├── deflate.c
├── deflate.h
├── doc
│ ├── algorithm.txt
│ ├── rfc1950.txt
│ ├── rfc1951.txt
│ ├── rfc1952.txt
│ └── txtvsbin.txt
├── examples
│ ├── enough.c
│ ├── fitblk.c
│ ├── gun.c
│ ├── gzappend.c
│ ├── gzjoin.c
│ ├── gzlog.c
│ ├── gzlog.h
│ ├── README.examples
│ ├── zlib_how.html
│ ├── zpipe.c
│ └── zran.c
├── FAQ
├── gzclose.c
├── gzguts.h
├── gzlib.c
├── gzread.c
├── gzwrite.c
├── INDEX
├── infback.c
├── inffast.c
├── inffast.h
├── inffixed.h
├── inflate.c
├── inflate.h
├── inftrees.c
├── inftrees.h
├── Makefile
├── Makefile.in
├── make_vms.com
├── msdos
│ ├── Makefile.bor
│ ├── Makefile.dj2
│ ├── Makefile.emx
│ ├── Makefile.msc
│ └── Makefile.tc
├── nintendods
│ ├── Makefile
│ └── README
├── old
│ ├── descrip.mms
│ ├── Makefile.emx
│ ├── Makefile.riscos
│ ├── os2
│ │ ├── Makefile.os2
│ │ └── zlib.def
│ ├── README
│ └── visual-basic.txt
├── qnx
│ └── package.qpg
├── README
├── test
│ ├── example.c
│ ├── infcover.c
│ └── minigzip.c
├── treebuild.xml
├── trees.c
├── trees.h
├── uncompr.c
├── watcom
│ ├── watcom_f.mak
│ └── watcom_l.mak
├── win32
│ ├── DLL_FAQ.txt
│ ├── Makefile.bor
│ ├── Makefile.gcc
│ ├── Makefile.msc
│ ├── README-WIN32.txt
│ ├── VisualC.txt
│ ├── zlib1.rc
│ └── zlib.def
├── zconf.h
├── zconf.h.cmakein
├── zconf.h.in
├── zlib2ansi
├── zlib.3
├── zlib.3.pdf
├── zlib.h
├── zlib.map
├── zlib.pc.cmakein
├── zlib.pc.in
├── zutil.c
└── zutil.h
245 directories, 3679 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论