Initial commit of visual studio 9 git build superproject.
commitbb7038fba7198c01d5268ee1f5af6f2c5587d7e1
authorBruno Santos <nayart3@gmail.com>
Thu, 13 Nov 2008 10:45:36 +0000 (13 10:45 +0000)
committerBruno Santos <nayart3@gmail.com>
Thu, 13 Nov 2008 10:45:36 +0000 (13 10:45 +0000)
tree3aa36b67f151c11d5ca4d4749cd92b7fa6f21714
Initial commit of visual studio 9 git build superproject.

This initial commit includes:
 - the git project as a submodule (starting at v1.6.0.4).
 - the tinycrt library.
 - the original curl 7.19.0 library source tree.
 - the original zlib 1.2.3 library source tree.
 - a visual studio 9 empty solution for this project.

Signed-off-by: Bruno Santos <nayart3@gmail.com>
1423 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
curl/CHANGES [new file with mode: 0644]
curl/COPYING [new file with mode: 0644]
curl/ChangeLog [new file with mode: 0644]
curl/Makefile [new file with mode: 0644]
curl/Makefile.am [new file with mode: 0644]
curl/Makefile.in [new file with mode: 0644]
curl/README [new file with mode: 0644]
curl/RELEASE-NOTES [new file with mode: 0644]
curl/acinclude.m4 [new file with mode: 0644]
curl/aclocal.m4 [new file with mode: 0644]
curl/buildconf [new file with mode: 0644]
curl/buildconf.bat [new file with mode: 0644]
curl/compile [new file with mode: 0644]
curl/config.guess [new file with mode: 0644]
curl/config.sub [new file with mode: 0644]
curl/configure [new file with mode: 0644]
curl/configure.ac [new file with mode: 0644]
curl/curl-config.in [new file with mode: 0644]
curl/curl-style.el [new file with mode: 0644]
curl/depcomp [new file with mode: 0644]
curl/docs/BINDINGS [new file with mode: 0644]
curl/docs/BUGS [new file with mode: 0644]
curl/docs/CONTRIBUTE [new file with mode: 0644]
curl/docs/DISTRO-DILEMMA [new file with mode: 0644]
curl/docs/FAQ [new file with mode: 0644]
curl/docs/FEATURES [new file with mode: 0644]
curl/docs/HISTORY [new file with mode: 0644]
curl/docs/INSTALL [new file with mode: 0644]
curl/docs/INSTALL.devcpp [new file with mode: 0644]
curl/docs/INTERNALS [new file with mode: 0644]
curl/docs/KNOWN_BUGS [new file with mode: 0644]
curl/docs/LICENSE-MIXING [new file with mode: 0644]
curl/docs/MANUAL [new file with mode: 0644]
curl/docs/Makefile.am [new file with mode: 0644]
curl/docs/Makefile.in [new file with mode: 0644]
curl/docs/README.netware [new file with mode: 0644]
curl/docs/README.win32 [new file with mode: 0644]
curl/docs/RESOURCES [new file with mode: 0644]
curl/docs/SSLCERTS [new file with mode: 0644]
curl/docs/THANKS [new file with mode: 0644]
curl/docs/TODO [new file with mode: 0644]
curl/docs/TheArtOfHttpScripting [new file with mode: 0644]
curl/docs/VERSIONS [new file with mode: 0644]
curl/docs/curl-config.1 [new file with mode: 0644]
curl/docs/curl-config.html [new file with mode: 0644]
curl/docs/curl-config.pdf [new file with mode: 0644]
curl/docs/curl.1 [new file with mode: 0644]
curl/docs/curl.html [new file with mode: 0644]
curl/docs/curl.pdf [new file with mode: 0644]
curl/docs/examples/10-at-a-time.c [new file with mode: 0644]
curl/docs/examples/Makefile.am [new file with mode: 0644]
curl/docs/examples/Makefile.example [new file with mode: 0644]
curl/docs/examples/Makefile.in [new file with mode: 0644]
curl/docs/examples/Makefile.inc [new file with mode: 0644]
curl/docs/examples/Makefile.m32 [new file with mode: 0644]
curl/docs/examples/README [new file with mode: 0644]
curl/docs/examples/anyauthput.c [new file with mode: 0644]
curl/docs/examples/cacertinmem.c [new file with mode: 0644]
curl/docs/examples/cookie_interface.c [new file with mode: 0644]
curl/docs/examples/curlgtk.c [new file with mode: 0644]
curl/docs/examples/curlx.c [new file with mode: 0644]
curl/docs/examples/debug.c [new file with mode: 0644]
curl/docs/examples/fileupload.c [new file with mode: 0644]
curl/docs/examples/fopen.c [new file with mode: 0644]
curl/docs/examples/ftpget.c [new file with mode: 0644]
curl/docs/examples/ftpgetresp.c [new file with mode: 0644]
curl/docs/examples/ftpupload.c [new file with mode: 0644]
curl/docs/examples/ftpuploadresume.c [new file with mode: 0644]
curl/docs/examples/getinfo.c [new file with mode: 0644]
curl/docs/examples/getinmemory.c [new file with mode: 0644]
curl/docs/examples/ghiper.c [new file with mode: 0644]
curl/docs/examples/hiperfifo.c [new file with mode: 0644]
curl/docs/examples/htmltidy.c [new file with mode: 0644]
curl/docs/examples/htmltitle.cc [new file with mode: 0644]
curl/docs/examples/http-post.c [new file with mode: 0644]
curl/docs/examples/httpcustomheader.c [new file with mode: 0644]
curl/docs/examples/httpput.c [new file with mode: 0644]
curl/docs/examples/https.c [new file with mode: 0644]
curl/docs/examples/makefile.dj [new file with mode: 0644]
curl/docs/examples/multi-app.c [new file with mode: 0644]
curl/docs/examples/multi-debugcallback.c [new file with mode: 0644]
curl/docs/examples/multi-double.c [new file with mode: 0644]
curl/docs/examples/multi-post.c [new file with mode: 0644]
curl/docs/examples/multi-single.c [new file with mode: 0644]
curl/docs/examples/multithread.c [new file with mode: 0644]
curl/docs/examples/opensslthreadlock.c [new file with mode: 0644]
curl/docs/examples/persistant.c [new file with mode: 0644]
curl/docs/examples/post-callback.c [new file with mode: 0644]
curl/docs/examples/postit2.c [new file with mode: 0644]
curl/docs/examples/sampleconv.c [new file with mode: 0644]
curl/docs/examples/sendrecv.c [new file with mode: 0644]
curl/docs/examples/sepheaders.c [new file with mode: 0644]
curl/docs/examples/simple.c [new file with mode: 0644]
curl/docs/examples/simplepost.c [new file with mode: 0644]
curl/docs/examples/simplessl.c [new file with mode: 0644]
curl/docs/examples/synctime.c [new file with mode: 0644]
curl/docs/examples/threaded-ssl.c [new file with mode: 0644]
curl/docs/index.html [new file with mode: 0644]
curl/docs/libcurl/ABI [new file with mode: 0644]
curl/docs/libcurl/Makefile.am [new file with mode: 0644]
curl/docs/libcurl/Makefile.in [new file with mode: 0644]
curl/docs/libcurl/curl_easy_cleanup.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_cleanup.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_cleanup.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_duphandle.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_duphandle.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_duphandle.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_escape.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_escape.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_escape.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_getinfo.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_getinfo.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_getinfo.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_init.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_init.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_init.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_pause.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_pause.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_pause.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_perform.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_perform.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_perform.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_recv.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_recv.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_recv.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_reset.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_reset.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_reset.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_send.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_send.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_send.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_setopt.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_setopt.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_setopt.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_strerror.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_strerror.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_strerror.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_easy_unescape.3 [new file with mode: 0644]
curl/docs/libcurl/curl_easy_unescape.html [new file with mode: 0644]
curl/docs/libcurl/curl_easy_unescape.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_escape.3 [new file with mode: 0644]
curl/docs/libcurl/curl_escape.html [new file with mode: 0644]
curl/docs/libcurl/curl_escape.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_formadd.3 [new file with mode: 0644]
curl/docs/libcurl/curl_formadd.html [new file with mode: 0644]
curl/docs/libcurl/curl_formadd.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_formfree.3 [new file with mode: 0644]
curl/docs/libcurl/curl_formfree.html [new file with mode: 0644]
curl/docs/libcurl/curl_formfree.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_formget.3 [new file with mode: 0644]
curl/docs/libcurl/curl_formget.html [new file with mode: 0644]
curl/docs/libcurl/curl_formget.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_free.3 [new file with mode: 0644]
curl/docs/libcurl/curl_free.html [new file with mode: 0644]
curl/docs/libcurl/curl_free.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_getdate.3 [new file with mode: 0644]
curl/docs/libcurl/curl_getdate.html [new file with mode: 0644]
curl/docs/libcurl/curl_getdate.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_getenv.3 [new file with mode: 0644]
curl/docs/libcurl/curl_getenv.html [new file with mode: 0644]
curl/docs/libcurl/curl_getenv.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_global_cleanup.3 [new file with mode: 0644]
curl/docs/libcurl/curl_global_cleanup.html [new file with mode: 0644]
curl/docs/libcurl/curl_global_cleanup.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_global_init.3 [new file with mode: 0644]
curl/docs/libcurl/curl_global_init.html [new file with mode: 0644]
curl/docs/libcurl/curl_global_init.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_global_init_mem.3 [new file with mode: 0644]
curl/docs/libcurl/curl_global_init_mem.html [new file with mode: 0644]
curl/docs/libcurl/curl_global_init_mem.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_mprintf.3 [new file with mode: 0644]
curl/docs/libcurl/curl_mprintf.html [new file with mode: 0644]
curl/docs/libcurl/curl_mprintf.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_add_handle.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_add_handle.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_add_handle.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_assign.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_assign.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_assign.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_cleanup.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_cleanup.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_cleanup.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_fdset.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_fdset.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_fdset.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_info_read.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_info_read.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_info_read.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_init.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_init.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_init.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_perform.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_perform.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_perform.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_remove_handle.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_remove_handle.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_remove_handle.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_setopt.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_setopt.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_setopt.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_socket.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_socket.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_socket.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_strerror.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_strerror.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_strerror.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_multi_timeout.3 [new file with mode: 0644]
curl/docs/libcurl/curl_multi_timeout.html [new file with mode: 0644]
curl/docs/libcurl/curl_multi_timeout.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_share_cleanup.3 [new file with mode: 0644]
curl/docs/libcurl/curl_share_cleanup.html [new file with mode: 0644]
curl/docs/libcurl/curl_share_cleanup.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_share_init.3 [new file with mode: 0644]
curl/docs/libcurl/curl_share_init.html [new file with mode: 0644]
curl/docs/libcurl/curl_share_init.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_share_setopt.3 [new file with mode: 0644]
curl/docs/libcurl/curl_share_setopt.html [new file with mode: 0644]
curl/docs/libcurl/curl_share_setopt.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_share_strerror.3 [new file with mode: 0644]
curl/docs/libcurl/curl_share_strerror.html [new file with mode: 0644]
curl/docs/libcurl/curl_share_strerror.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_slist_append.3 [new file with mode: 0644]
curl/docs/libcurl/curl_slist_append.html [new file with mode: 0644]
curl/docs/libcurl/curl_slist_append.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_slist_free_all.3 [new file with mode: 0644]
curl/docs/libcurl/curl_slist_free_all.html [new file with mode: 0644]
curl/docs/libcurl/curl_slist_free_all.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_strequal.3 [new file with mode: 0644]
curl/docs/libcurl/curl_strequal.html [new file with mode: 0644]
curl/docs/libcurl/curl_strequal.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_unescape.3 [new file with mode: 0644]
curl/docs/libcurl/curl_unescape.html [new file with mode: 0644]
curl/docs/libcurl/curl_unescape.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_version.3 [new file with mode: 0644]
curl/docs/libcurl/curl_version.html [new file with mode: 0644]
curl/docs/libcurl/curl_version.pdf [new file with mode: 0644]
curl/docs/libcurl/curl_version_info.3 [new file with mode: 0644]
curl/docs/libcurl/curl_version_info.html [new file with mode: 0644]
curl/docs/libcurl/curl_version_info.pdf [new file with mode: 0644]
curl/docs/libcurl/index.html [new file with mode: 0644]
curl/docs/libcurl/libcurl-easy.3 [new file with mode: 0644]
curl/docs/libcurl/libcurl-easy.html [new file with mode: 0644]
curl/docs/libcurl/libcurl-easy.pdf [new file with mode: 0644]
curl/docs/libcurl/libcurl-errors.3 [new file with mode: 0644]
curl/docs/libcurl/libcurl-errors.html [new file with mode: 0644]
curl/docs/libcurl/libcurl-errors.pdf [new file with mode: 0644]
curl/docs/libcurl/libcurl-multi.3 [new file with mode: 0644]
curl/docs/libcurl/libcurl-multi.html [new file with mode: 0644]
curl/docs/libcurl/libcurl-multi.pdf [new file with mode: 0644]
curl/docs/libcurl/libcurl-share.3 [new file with mode: 0644]
curl/docs/libcurl/libcurl-share.html [new file with mode: 0644]
curl/docs/libcurl/libcurl-share.pdf [new file with mode: 0644]
curl/docs/libcurl/libcurl-tutorial.3 [new file with mode: 0644]
curl/docs/libcurl/libcurl-tutorial.html [new file with mode: 0644]
curl/docs/libcurl/libcurl-tutorial.pdf [new file with mode: 0644]
curl/docs/libcurl/libcurl.3 [new file with mode: 0644]
curl/docs/libcurl/libcurl.html [new file with mode: 0644]
curl/docs/libcurl/libcurl.m4 [new file with mode: 0644]
curl/docs/libcurl/libcurl.pdf [new file with mode: 0644]
curl/include/Makefile.am [new file with mode: 0644]
curl/include/Makefile.in [new file with mode: 0644]
curl/include/README [new file with mode: 0644]
curl/include/curl/Makefile.am [new file with mode: 0644]
curl/include/curl/Makefile.in [new file with mode: 0644]
curl/include/curl/curl.h [new file with mode: 0644]
curl/include/curl/curlbuild.h [new file with mode: 0644]
curl/include/curl/curlbuild.h.in [new file with mode: 0644]
curl/include/curl/curlrules.h [new file with mode: 0644]
curl/include/curl/curlver.h [new file with mode: 0644]
curl/include/curl/easy.h [new file with mode: 0644]
curl/include/curl/mprintf.h [new file with mode: 0644]
curl/include/curl/multi.h [new file with mode: 0644]
curl/include/curl/stdcheaders.h [new file with mode: 0644]
curl/include/curl/typecheck-gcc.h [new file with mode: 0644]
curl/include/curl/types.h [new file with mode: 0644]
curl/install-sh [new file with mode: 0644]
curl/lib/Makefile.Watcom [new file with mode: 0644]
curl/lib/Makefile.am [new file with mode: 0644]
curl/lib/Makefile.b32 [new file with mode: 0644]
curl/lib/Makefile.in [new file with mode: 0644]
curl/lib/Makefile.inc [new file with mode: 0644]
curl/lib/Makefile.m32 [new file with mode: 0644]
curl/lib/Makefile.netware [new file with mode: 0644]
curl/lib/Makefile.riscos [new file with mode: 0644]
curl/lib/Makefile.vc6 [new file with mode: 0644]
curl/lib/Makefile.vc8 [new file with mode: 0644]
curl/lib/README.NSS [new file with mode: 0644]
curl/lib/README.ares [new file with mode: 0644]
curl/lib/README.curl_off_t [new file with mode: 0644]
curl/lib/README.curlx [new file with mode: 0644]
curl/lib/README.encoding [new file with mode: 0644]
curl/lib/README.hostip [new file with mode: 0644]
curl/lib/README.httpauth [new file with mode: 0644]
curl/lib/README.memoryleak [new file with mode: 0644]
curl/lib/README.multi_socket [new file with mode: 0644]
curl/lib/README.pipelining [new file with mode: 0644]
curl/lib/amigaos.c [new file with mode: 0644]
curl/lib/amigaos.h [new file with mode: 0644]
curl/lib/arpa_telnet.h [new file with mode: 0644]
curl/lib/base64.c [new file with mode: 0644]
curl/lib/config-amigaos.h [new file with mode: 0644]
curl/lib/config-mac.h [new file with mode: 0644]
curl/lib/config-os400.h [new file with mode: 0644]
curl/lib/config-riscos.h [new file with mode: 0644]
curl/lib/config-symbian.h [new file with mode: 0644]
curl/lib/config-tpf.h [new file with mode: 0644]
curl/lib/config-win32.h [new file with mode: 0644]
curl/lib/config-win32ce.h [new file with mode: 0644]
curl/lib/config.dos [new file with mode: 0644]
curl/lib/config.h.in [new file with mode: 0644]
curl/lib/connect.c [new file with mode: 0644]
curl/lib/connect.h [new file with mode: 0644]
curl/lib/content_encoding.c [new file with mode: 0644]
curl/lib/content_encoding.h [new file with mode: 0644]
curl/lib/cookie.c [new file with mode: 0644]
curl/lib/cookie.h [new file with mode: 0644]
curl/lib/curl_base64.h [new file with mode: 0644]
curl/lib/curl_ldap.h [new file with mode: 0644]
curl/lib/curl_md5.h [new file with mode: 0644]
curl/lib/curllib.dsp [new file with mode: 0644]
curl/lib/curllib.dsw [new file with mode: 0644]
curl/lib/curllib.vcproj [new file with mode: 0644]
curl/lib/curlx.h [new file with mode: 0644]
curl/lib/dict.c [new file with mode: 0644]
curl/lib/dict.h [new file with mode: 0644]
curl/lib/easy.c [new file with mode: 0644]
curl/lib/easyif.h [new file with mode: 0644]
curl/lib/escape.c [new file with mode: 0644]
curl/lib/escape.h [new file with mode: 0644]
curl/lib/file.c [new file with mode: 0644]
curl/lib/file.h [new file with mode: 0644]
curl/lib/firefox-db2pem.sh [new file with mode: 0644]
curl/lib/formdata.c [new file with mode: 0644]
curl/lib/formdata.h [new file with mode: 0644]
curl/lib/ftp.c [new file with mode: 0644]
curl/lib/ftp.h [new file with mode: 0644]
curl/lib/getenv.c [new file with mode: 0644]
curl/lib/getinfo.c [new file with mode: 0644]
curl/lib/getinfo.h [new file with mode: 0644]
curl/lib/gtls.c [new file with mode: 0644]
curl/lib/gtls.h [new file with mode: 0644]
curl/lib/hash.c [new file with mode: 0644]
curl/lib/hash.h [new file with mode: 0644]
curl/lib/hostares.c [new file with mode: 0644]
curl/lib/hostasyn.c [new file with mode: 0644]
curl/lib/hostip.c [new file with mode: 0644]
curl/lib/hostip.h [new file with mode: 0644]
curl/lib/hostip4.c [new file with mode: 0644]
curl/lib/hostip6.c [new file with mode: 0644]
curl/lib/hostsyn.c [new file with mode: 0644]
curl/lib/hostthre.c [new file with mode: 0644]
curl/lib/http.c [new file with mode: 0644]
curl/lib/http.h [new file with mode: 0644]
curl/lib/http_chunks.c [new file with mode: 0644]
curl/lib/http_chunks.h [new file with mode: 0644]
curl/lib/http_digest.c [new file with mode: 0644]
curl/lib/http_digest.h [new file with mode: 0644]
curl/lib/http_negotiate.c [new file with mode: 0644]
curl/lib/http_negotiate.h [new file with mode: 0644]
curl/lib/http_ntlm.c [new file with mode: 0644]
curl/lib/http_ntlm.h [new file with mode: 0644]
curl/lib/if2ip.c [new file with mode: 0644]
curl/lib/if2ip.h [new file with mode: 0644]
curl/lib/inet_ntoa_r.h [new file with mode: 0644]
curl/lib/inet_ntop.c [new file with mode: 0644]
curl/lib/inet_ntop.h [new file with mode: 0644]
curl/lib/inet_pton.c [new file with mode: 0644]
curl/lib/inet_pton.h [new file with mode: 0644]
curl/lib/krb4.c [new file with mode: 0644]
curl/lib/krb4.h [new file with mode: 0644]
curl/lib/krb5.c [new file with mode: 0644]
curl/lib/ldap.c [new file with mode: 0644]
curl/lib/libcurl.framework.make [new file with mode: 0644]
curl/lib/libcurl.imp [new file with mode: 0644]
curl/lib/libcurl.plist [new file with mode: 0644]
curl/lib/libcurl.rc [new file with mode: 0644]
curl/lib/llist.c [new file with mode: 0644]
curl/lib/llist.h [new file with mode: 0644]
curl/lib/makefile.amiga [new file with mode: 0644]
curl/lib/makefile.dj [new file with mode: 0644]
curl/lib/md5.c [new file with mode: 0644]
curl/lib/memdebug.c [new file with mode: 0644]
curl/lib/memdebug.h [new file with mode: 0644]
curl/lib/memory.h [new file with mode: 0644]
curl/lib/mk-ca-bundle.pl [new file with mode: 0644]
curl/lib/mprintf.c [new file with mode: 0644]
curl/lib/msvcproj.foot [new file with mode: 0644]
curl/lib/msvcproj.head [new file with mode: 0644]
curl/lib/multi.c [new file with mode: 0644]
curl/lib/multiif.h [new file with mode: 0644]
curl/lib/netrc.c [new file with mode: 0644]
curl/lib/netrc.h [new file with mode: 0644]
curl/lib/nss.c [new file with mode: 0644]
curl/lib/nssg.h [new file with mode: 0644]
curl/lib/nwlib.c [new file with mode: 0644]
curl/lib/nwos.c [new file with mode: 0644]
curl/lib/parsedate.c [new file with mode: 0644]
curl/lib/parsedate.h [new file with mode: 0644]
curl/lib/progress.c [new file with mode: 0644]
curl/lib/progress.h [new file with mode: 0644]
curl/lib/qssl.c [new file with mode: 0644]
curl/lib/qssl.h [new file with mode: 0644]
curl/lib/security.c [new file with mode: 0644]
curl/lib/select.c [new file with mode: 0644]
curl/lib/select.h [new file with mode: 0644]
curl/lib/sendf.c [new file with mode: 0644]
curl/lib/sendf.h [new file with mode: 0644]
curl/lib/setup-os400.h [new file with mode: 0644]
curl/lib/setup.h [new file with mode: 0644]
curl/lib/setup_once.h [new file with mode: 0644]
curl/lib/share.c [new file with mode: 0644]
curl/lib/share.h [new file with mode: 0644]
curl/lib/sockaddr.h [new file with mode: 0644]
curl/lib/socks.c [new file with mode: 0644]
curl/lib/socks.h [new file with mode: 0644]
curl/lib/speedcheck.c [new file with mode: 0644]
curl/lib/speedcheck.h [new file with mode: 0644]
curl/lib/splay.c [new file with mode: 0644]
curl/lib/splay.h [new file with mode: 0644]
curl/lib/ssh.c [new file with mode: 0644]
curl/lib/ssh.h [new file with mode: 0644]
curl/lib/sslgen.c [new file with mode: 0644]
curl/lib/sslgen.h [new file with mode: 0644]
curl/lib/ssluse.c [new file with mode: 0644]
curl/lib/ssluse.h [new file with mode: 0644]
curl/lib/strdup.c [new file with mode: 0644]
curl/lib/strdup.h [new file with mode: 0644]
curl/lib/strequal.c [new file with mode: 0644]
curl/lib/strequal.h [new file with mode: 0644]
curl/lib/strerror.c [new file with mode: 0644]
curl/lib/strerror.h [new file with mode: 0644]
curl/lib/strtok.c [new file with mode: 0644]
curl/lib/strtok.h [new file with mode: 0644]
curl/lib/strtoofft.c [new file with mode: 0644]
curl/lib/strtoofft.h [new file with mode: 0644]
curl/lib/telnet.c [new file with mode: 0644]
curl/lib/telnet.h [new file with mode: 0644]
curl/lib/tftp.c [new file with mode: 0644]
curl/lib/tftp.h [new file with mode: 0644]
curl/lib/timeval.c [new file with mode: 0644]
curl/lib/timeval.h [new file with mode: 0644]
curl/lib/transfer.c [new file with mode: 0644]
curl/lib/transfer.h [new file with mode: 0644]
curl/lib/url.c [new file with mode: 0644]
curl/lib/url.h [new file with mode: 0644]
curl/lib/urldata.h [new file with mode: 0644]
curl/lib/version.c [new file with mode: 0644]
curl/libcurl.pc.in [new file with mode: 0644]
curl/ltmain.sh [new file with mode: 0644]
curl/m4/curl-reentrant.m4 [new file with mode: 0644]
curl/maketgz [new file with mode: 0644]
curl/missing [new file with mode: 0644]
curl/mkinstalldirs [new file with mode: 0644]
curl/packages/AIX/Makefile.am [new file with mode: 0644]
curl/packages/AIX/Makefile.in [new file with mode: 0644]
curl/packages/AIX/RPM/Makefile.am [new file with mode: 0644]
curl/packages/AIX/RPM/Makefile.in [new file with mode: 0644]
curl/packages/AIX/RPM/README [new file with mode: 0644]
curl/packages/AIX/RPM/curl.spec.in [new file with mode: 0644]
curl/packages/DOS/Makefile.am [new file with mode: 0644]
curl/packages/DOS/Makefile.in [new file with mode: 0644]
curl/packages/DOS/README [new file with mode: 0644]
curl/packages/DOS/common.dj [new file with mode: 0644]
curl/packages/EPM/Makefile.am [new file with mode: 0644]
curl/packages/EPM/Makefile.in [new file with mode: 0644]
curl/packages/EPM/README [new file with mode: 0644]
curl/packages/EPM/curl.list.in [new file with mode: 0644]
curl/packages/Linux/Makefile.am [new file with mode: 0644]
curl/packages/Linux/Makefile.in [new file with mode: 0644]
curl/packages/Linux/RPM/Makefile.am [new file with mode: 0644]
curl/packages/Linux/RPM/Makefile.in [new file with mode: 0644]
curl/packages/Linux/RPM/README [new file with mode: 0644]
curl/packages/Linux/RPM/curl-ssl.spec.in [new file with mode: 0644]
curl/packages/Linux/RPM/curl.spec.in [new file with mode: 0644]
curl/packages/Linux/RPM/make_curl_rpm [new file with mode: 0644]
curl/packages/Makefile.am [new file with mode: 0644]
curl/packages/Makefile.in [new file with mode: 0644]
curl/packages/NetWare/get_ver.awk [new file with mode: 0644]
curl/packages/OS400/README.OS400 [new file with mode: 0644]
curl/packages/OS400/ccsidcurl.c [new file with mode: 0644]
curl/packages/OS400/ccsidcurl.h [new file with mode: 0644]
curl/packages/OS400/curl.inc.in [new file with mode: 0644]
curl/packages/OS400/initscript.sh [new file with mode: 0644]
curl/packages/OS400/make-include.sh [new file with mode: 0644]
curl/packages/OS400/make-lib.sh [new file with mode: 0644]
curl/packages/OS400/make-src.sh [new file with mode: 0644]
curl/packages/OS400/make-tests.sh [new file with mode: 0644]
curl/packages/OS400/makefile.sh [new file with mode: 0644]
curl/packages/OS400/os400sys.c [new file with mode: 0644]
curl/packages/OS400/os400sys.h [new file with mode: 0644]
curl/packages/README [new file with mode: 0644]
curl/packages/Solaris/Makefile.am [new file with mode: 0644]
curl/packages/Solaris/Makefile.in [new file with mode: 0644]
curl/packages/Symbian/bwins/libcurlu.def [new file with mode: 0644]
curl/packages/Symbian/eabi/libcurlu.def [new file with mode: 0644]
curl/packages/Symbian/group/bld.inf [new file with mode: 0644]
curl/packages/Symbian/group/curl.iby [new file with mode: 0644]
curl/packages/Symbian/group/curl.mmp [new file with mode: 0644]
curl/packages/Symbian/group/curl.pkg [new file with mode: 0644]
curl/packages/Symbian/group/libcurl.iby [new file with mode: 0644]
curl/packages/Symbian/group/libcurl.mmp [new file with mode: 0644]
curl/packages/Symbian/group/libcurl.pkg [new file with mode: 0644]
curl/packages/Symbian/readme.txt [new file with mode: 0644]
curl/packages/Win32/Makefile.am [new file with mode: 0644]
curl/packages/Win32/Makefile.in [new file with mode: 0644]
curl/packages/Win32/README [new file with mode: 0644]
curl/packages/Win32/cygwin/Makefile.am [new file with mode: 0644]
curl/packages/Win32/cygwin/Makefile.in [new file with mode: 0644]
curl/packages/Win32/cygwin/README [new file with mode: 0644]
curl/packages/vms/Makefile.am [new file with mode: 0644]
curl/packages/vms/Makefile.in [new file with mode: 0644]
curl/packages/vms/axp/README [new file with mode: 0644]
curl/packages/vms/batch_compile.com [new file with mode: 0644]
curl/packages/vms/build_vms.com [new file with mode: 0644]
curl/packages/vms/config-vms.h [new file with mode: 0644]
curl/packages/vms/curlmsg.h [new file with mode: 0644]
curl/packages/vms/curlmsg.msg [new file with mode: 0644]
curl/packages/vms/curlmsg.sdl [new file with mode: 0644]
curl/packages/vms/curlmsg_vms.h [new file with mode: 0644]
curl/packages/vms/defines.com [new file with mode: 0644]
curl/packages/vms/hpssl_alpha.opt [new file with mode: 0644]
curl/packages/vms/hpssl_ia64.opt [new file with mode: 0644]
curl/packages/vms/hpssl_vax.opt [new file with mode: 0644]
curl/packages/vms/ia64/README [new file with mode: 0644]
curl/packages/vms/readme [new file with mode: 0644]
curl/packages/vms/vax/README [new file with mode: 0644]
curl/reconf [new file with mode: 0644]
curl/sample.emacs [new file with mode: 0644]
curl/src/Makefile.Watcom [new file with mode: 0644]
curl/src/Makefile.am [new file with mode: 0644]
curl/src/Makefile.b32 [new file with mode: 0644]
curl/src/Makefile.in [new file with mode: 0644]
curl/src/Makefile.inc [new file with mode: 0644]
curl/src/Makefile.m32 [new file with mode: 0644]
curl/src/Makefile.netware [new file with mode: 0644]
curl/src/Makefile.riscos [new file with mode: 0644]
curl/src/Makefile.vc6 [new file with mode: 0644]
curl/src/Makefile.vc8 [new file with mode: 0644]
curl/src/config-amigaos.h [new file with mode: 0644]
curl/src/config-mac.h [new file with mode: 0644]
curl/src/config-riscos.h [new file with mode: 0644]
curl/src/config-win32.h [new file with mode: 0644]
curl/src/config.h.in [new file with mode: 0644]
curl/src/curl.rc [new file with mode: 0644]
curl/src/curlsrc.dsp [new file with mode: 0644]
curl/src/curlsrc.dsw [new file with mode: 0644]
curl/src/curlutil.c [new file with mode: 0644]
curl/src/curlutil.h [new file with mode: 0644]
curl/src/getpass.c [new file with mode: 0644]
curl/src/getpass.h [new file with mode: 0644]
curl/src/homedir.c [new file with mode: 0644]
curl/src/homedir.h [new file with mode: 0644]
curl/src/hugehelp.c [new file with mode: 0644]
curl/src/hugehelp.h [new file with mode: 0644]
curl/src/macos/MACINSTALL.TXT [new file with mode: 0644]
curl/src/macos/curl.mcp.xml.sit.hqx [new file with mode: 0644]
curl/src/macos/src/curl_GUSIConfig.cpp [new file with mode: 0644]
curl/src/macos/src/macos_main.cpp [new file with mode: 0644]
curl/src/main.c [new file with mode: 0644]
curl/src/makefile.amiga [new file with mode: 0644]
curl/src/makefile.dj [new file with mode: 0644]
curl/src/mkhelp.pl [new file with mode: 0644]
curl/src/setup.h [new file with mode: 0644]
curl/src/urlglob.c [new file with mode: 0644]
curl/src/urlglob.h [new file with mode: 0644]
curl/src/version.h [new file with mode: 0644]
curl/src/writeenv.c [new file with mode: 0644]
curl/src/writeenv.h [new file with mode: 0644]
curl/src/writeout.c [new file with mode: 0644]
curl/src/writeout.h [new file with mode: 0644]
curl/tests/FILEFORMAT [new file with mode: 0644]
curl/tests/Makefile.am [new file with mode: 0644]
curl/tests/Makefile.in [new file with mode: 0644]
curl/tests/README [new file with mode: 0644]
curl/tests/data/DISABLED [new file with mode: 0644]
curl/tests/data/Makefile.am [new file with mode: 0644]
curl/tests/data/Makefile.in [new file with mode: 0644]
curl/tests/data/test1 [new file with mode: 0644]
curl/tests/data/test10 [new file with mode: 0644]
curl/tests/data/test100 [new file with mode: 0644]
curl/tests/data/test1000 [new file with mode: 0644]
curl/tests/data/test1001 [new file with mode: 0644]
curl/tests/data/test1002 [new file with mode: 0644]
curl/tests/data/test1003 [new file with mode: 0644]
curl/tests/data/test1004 [new file with mode: 0644]
curl/tests/data/test1005 [new file with mode: 0644]
curl/tests/data/test1006 [new file with mode: 0644]
curl/tests/data/test1007 [new file with mode: 0644]
curl/tests/data/test1008 [new file with mode: 0644]
curl/tests/data/test1009 [new file with mode: 0644]
curl/tests/data/test101 [new file with mode: 0644]
curl/tests/data/test1010 [new file with mode: 0644]
curl/tests/data/test1011 [new file with mode: 0644]
curl/tests/data/test1012 [new file with mode: 0644]
curl/tests/data/test1013 [new file with mode: 0644]
curl/tests/data/test1014 [new file with mode: 0644]
curl/tests/data/test1015 [new file with mode: 0644]
curl/tests/data/test1016 [new file with mode: 0644]
curl/tests/data/test1017 [new file with mode: 0644]
curl/tests/data/test1018 [new file with mode: 0644]
curl/tests/data/test1019 [new file with mode: 0644]
curl/tests/data/test102 [new file with mode: 0644]
curl/tests/data/test1020 [new file with mode: 0644]
curl/tests/data/test1021 [new file with mode: 0644]
curl/tests/data/test1022 [new file with mode: 0644]
curl/tests/data/test1023 [new file with mode: 0644]
curl/tests/data/test1024 [new file with mode: 0644]
curl/tests/data/test1025 [new file with mode: 0644]
curl/tests/data/test1026 [new file with mode: 0644]
curl/tests/data/test1027 [new file with mode: 0644]
curl/tests/data/test1028 [new file with mode: 0644]
curl/tests/data/test1029 [new file with mode: 0644]
curl/tests/data/test103 [new file with mode: 0644]
curl/tests/data/test1030 [new file with mode: 0644]
curl/tests/data/test1031 [new file with mode: 0644]
curl/tests/data/test1032 [new file with mode: 0644]
curl/tests/data/test1033 [new file with mode: 0644]
curl/tests/data/test1034 [new file with mode: 0644]
curl/tests/data/test1035 [new file with mode: 0644]
curl/tests/data/test1036 [new file with mode: 0644]
curl/tests/data/test1037 [new file with mode: 0644]
curl/tests/data/test1038 [new file with mode: 0644]
curl/tests/data/test1039 [new file with mode: 0644]
curl/tests/data/test104 [new file with mode: 0644]
curl/tests/data/test1040 [new file with mode: 0644]
curl/tests/data/test1041 [new file with mode: 0644]
curl/tests/data/test1042 [new file with mode: 0644]
curl/tests/data/test1043 [new file with mode: 0644]
curl/tests/data/test1044 [new file with mode: 0644]
curl/tests/data/test1045 [new file with mode: 0644]
curl/tests/data/test1046 [new file with mode: 0644]
curl/tests/data/test1047 [new file with mode: 0644]
curl/tests/data/test1048 [new file with mode: 0644]
curl/tests/data/test1049 [new file with mode: 0644]
curl/tests/data/test105 [new file with mode: 0644]
curl/tests/data/test1050 [new file with mode: 0644]
curl/tests/data/test1051 [new file with mode: 0644]
curl/tests/data/test1052 [new file with mode: 0644]
curl/tests/data/test1053 [new file with mode: 0644]
curl/tests/data/test1054 [new file with mode: 0644]
curl/tests/data/test1055 [new file with mode: 0644]
curl/tests/data/test1056 [new file with mode: 0644]
curl/tests/data/test1057 [new file with mode: 0644]
curl/tests/data/test1058 [new file with mode: 0644]
curl/tests/data/test1059 [new file with mode: 0644]
curl/tests/data/test106 [new file with mode: 0644]
curl/tests/data/test1060 [new file with mode: 0644]
curl/tests/data/test1061 [new file with mode: 0644]
curl/tests/data/test1062 [new file with mode: 0644]
curl/tests/data/test1063 [new file with mode: 0644]
curl/tests/data/test1064 [new file with mode: 0644]
curl/tests/data/test1065 [new file with mode: 0644]
curl/tests/data/test1066 [new file with mode: 0644]
curl/tests/data/test1067 [new file with mode: 0644]
curl/tests/data/test1068 [new file with mode: 0644]
curl/tests/data/test1069 [new file with mode: 0644]
curl/tests/data/test107 [new file with mode: 0644]
curl/tests/data/test1070 [new file with mode: 0644]
curl/tests/data/test1071 [new file with mode: 0644]
curl/tests/data/test1072 [new file with mode: 0644]
curl/tests/data/test1073 [new file with mode: 0644]
curl/tests/data/test1074 [new file with mode: 0644]
curl/tests/data/test1075 [new file with mode: 0644]
curl/tests/data/test108 [new file with mode: 0644]
curl/tests/data/test109 [new file with mode: 0644]
curl/tests/data/test11 [new file with mode: 0644]
curl/tests/data/test110 [new file with mode: 0644]
curl/tests/data/test111 [new file with mode: 0644]
curl/tests/data/test112 [new file with mode: 0644]
curl/tests/data/test113 [new file with mode: 0644]
curl/tests/data/test114 [new file with mode: 0644]
curl/tests/data/test115 [new file with mode: 0644]
curl/tests/data/test116 [new file with mode: 0644]
curl/tests/data/test117 [new file with mode: 0644]
curl/tests/data/test118 [new file with mode: 0644]
curl/tests/data/test119 [new file with mode: 0644]
curl/tests/data/test12 [new file with mode: 0644]
curl/tests/data/test120 [new file with mode: 0644]
curl/tests/data/test121 [new file with mode: 0644]
curl/tests/data/test122 [new file with mode: 0644]
curl/tests/data/test123 [new file with mode: 0644]
curl/tests/data/test124 [new file with mode: 0644]
curl/tests/data/test125 [new file with mode: 0644]
curl/tests/data/test126 [new file with mode: 0644]
curl/tests/data/test127 [new file with mode: 0644]
curl/tests/data/test128 [new file with mode: 0644]
curl/tests/data/test13 [new file with mode: 0644]
curl/tests/data/test130 [new file with mode: 0644]
curl/tests/data/test131 [new file with mode: 0644]
curl/tests/data/test132 [new file with mode: 0644]
curl/tests/data/test133 [new file with mode: 0644]
curl/tests/data/test134 [new file with mode: 0644]
curl/tests/data/test135 [new file with mode: 0644]
curl/tests/data/test136 [new file with mode: 0644]
curl/tests/data/test137 [new file with mode: 0644]
curl/tests/data/test138 [new file with mode: 0644]
curl/tests/data/test139 [new file with mode: 0644]
curl/tests/data/test14 [new file with mode: 0644]
curl/tests/data/test140 [new file with mode: 0644]
curl/tests/data/test141 [new file with mode: 0644]
curl/tests/data/test142 [new file with mode: 0644]
curl/tests/data/test143 [new file with mode: 0644]
curl/tests/data/test144 [new file with mode: 0644]
curl/tests/data/test145 [new file with mode: 0644]
curl/tests/data/test146 [new file with mode: 0644]
curl/tests/data/test147 [new file with mode: 0644]
curl/tests/data/test148 [new file with mode: 0644]
curl/tests/data/test149 [new file with mode: 0644]
curl/tests/data/test15 [new file with mode: 0644]
curl/tests/data/test150 [new file with mode: 0644]
curl/tests/data/test151 [new file with mode: 0644]
curl/tests/data/test152 [new file with mode: 0644]
curl/tests/data/test153 [new file with mode: 0644]
curl/tests/data/test154 [new file with mode: 0644]
curl/tests/data/test155 [new file with mode: 0644]
curl/tests/data/test156 [new file with mode: 0644]
curl/tests/data/test157 [new file with mode: 0644]
curl/tests/data/test158 [new file with mode: 0644]
curl/tests/data/test159 [new file with mode: 0644]
curl/tests/data/test16 [new file with mode: 0644]
curl/tests/data/test160 [new file with mode: 0644]
curl/tests/data/test161 [new file with mode: 0644]
curl/tests/data/test162 [new file with mode: 0644]
curl/tests/data/test163 [new file with mode: 0644]
curl/tests/data/test164 [new file with mode: 0644]
curl/tests/data/test165 [new file with mode: 0644]
curl/tests/data/test166 [new file with mode: 0644]
curl/tests/data/test167 [new file with mode: 0644]
curl/tests/data/test168 [new file with mode: 0644]
curl/tests/data/test169 [new file with mode: 0644]
curl/tests/data/test17 [new file with mode: 0644]
curl/tests/data/test170 [new file with mode: 0644]
curl/tests/data/test171 [new file with mode: 0644]
curl/tests/data/test172 [new file with mode: 0644]
curl/tests/data/test173 [new file with mode: 0644]
curl/tests/data/test174 [new file with mode: 0644]
curl/tests/data/test175 [new file with mode: 0644]
curl/tests/data/test176 [new file with mode: 0644]
curl/tests/data/test177 [new file with mode: 0644]
curl/tests/data/test178 [new file with mode: 0644]
curl/tests/data/test179 [new file with mode: 0644]
curl/tests/data/test18 [new file with mode: 0644]
curl/tests/data/test180 [new file with mode: 0644]
curl/tests/data/test181 [new file with mode: 0644]
curl/tests/data/test182 [new file with mode: 0644]
curl/tests/data/test183 [new file with mode: 0644]
curl/tests/data/test184 [new file with mode: 0644]
curl/tests/data/test185 [new file with mode: 0644]
curl/tests/data/test186 [new file with mode: 0644]
curl/tests/data/test187 [new file with mode: 0644]
curl/tests/data/test188 [new file with mode: 0644]
curl/tests/data/test189 [new file with mode: 0644]
curl/tests/data/test19 [new file with mode: 0644]
curl/tests/data/test190 [new file with mode: 0644]
curl/tests/data/test191 [new file with mode: 0644]
curl/tests/data/test192 [new file with mode: 0644]
curl/tests/data/test193 [new file with mode: 0644]
curl/tests/data/test194 [new file with mode: 0644]
curl/tests/data/test195 [new file with mode: 0644]
curl/tests/data/test196 [new file with mode: 0644]
curl/tests/data/test197 [new file with mode: 0644]
curl/tests/data/test198 [new file with mode: 0644]
curl/tests/data/test199 [new file with mode: 0644]
curl/tests/data/test2 [new file with mode: 0644]
curl/tests/data/test20 [new file with mode: 0644]
curl/tests/data/test200 [new file with mode: 0644]
curl/tests/data/test2000 [new file with mode: 0644]
curl/tests/data/test2001 [new file with mode: 0644]
curl/tests/data/test2002 [new file with mode: 0644]
curl/tests/data/test2003 [new file with mode: 0644]
curl/tests/data/test2004 [new file with mode: 0644]
curl/tests/data/test201 [new file with mode: 0644]
curl/tests/data/test202 [new file with mode: 0644]
curl/tests/data/test203 [new file with mode: 0644]
curl/tests/data/test204 [new file with mode: 0644]
curl/tests/data/test205 [new file with mode: 0644]
curl/tests/data/test206 [new file with mode: 0644]
curl/tests/data/test207 [new file with mode: 0644]
curl/tests/data/test208 [new file with mode: 0644]
curl/tests/data/test209 [new file with mode: 0644]
curl/tests/data/test21 [new file with mode: 0644]
curl/tests/data/test210 [new file with mode: 0644]
curl/tests/data/test211 [new file with mode: 0644]
curl/tests/data/test212 [new file with mode: 0644]
curl/tests/data/test213 [new file with mode: 0644]
curl/tests/data/test214 [new file with mode: 0644]
curl/tests/data/test215 [new file with mode: 0644]
curl/tests/data/test216 [new file with mode: 0644]
curl/tests/data/test217 [new file with mode: 0644]
curl/tests/data/test218 [new file with mode: 0644]
curl/tests/data/test22 [new file with mode: 0644]
curl/tests/data/test220 [new file with mode: 0644]
curl/tests/data/test221 [new file with mode: 0644]
curl/tests/data/test222 [new file with mode: 0644]
curl/tests/data/test223 [new file with mode: 0644]
curl/tests/data/test224 [new file with mode: 0644]
curl/tests/data/test225 [new file with mode: 0644]
curl/tests/data/test226 [new file with mode: 0644]
curl/tests/data/test227 [new file with mode: 0644]
curl/tests/data/test228 [new file with mode: 0644]
curl/tests/data/test229 [new file with mode: 0644]
curl/tests/data/test23 [new file with mode: 0644]
curl/tests/data/test231 [new file with mode: 0644]
curl/tests/data/test233 [new file with mode: 0644]
curl/tests/data/test234 [new file with mode: 0644]
curl/tests/data/test235 [new file with mode: 0644]
curl/tests/data/test236 [new file with mode: 0644]
curl/tests/data/test237 [new file with mode: 0644]
curl/tests/data/test238 [new file with mode: 0644]
curl/tests/data/test239 [new file with mode: 0644]
curl/tests/data/test24 [new file with mode: 0644]
curl/tests/data/test240 [new file with mode: 0644]
curl/tests/data/test241 [new file with mode: 0644]
curl/tests/data/test242 [new file with mode: 0644]
curl/tests/data/test243 [new file with mode: 0644]
curl/tests/data/test245 [new file with mode: 0644]
curl/tests/data/test246 [new file with mode: 0644]
curl/tests/data/test247 [new file with mode: 0644]
curl/tests/data/test248 [new file with mode: 0644]
curl/tests/data/test249 [new file with mode: 0644]
curl/tests/data/test25 [new file with mode: 0644]
curl/tests/data/test250 [new file with mode: 0644]
curl/tests/data/test251 [new file with mode: 0644]
curl/tests/data/test252 [new file with mode: 0644]
curl/tests/data/test253 [new file with mode: 0644]
curl/tests/data/test254 [new file with mode: 0644]
curl/tests/data/test255 [new file with mode: 0644]
curl/tests/data/test256 [new file with mode: 0644]
curl/tests/data/test257 [new file with mode: 0644]
curl/tests/data/test258 [new file with mode: 0644]
curl/tests/data/test259 [new file with mode: 0644]
curl/tests/data/test26 [new file with mode: 0644]
curl/tests/data/test260 [new file with mode: 0644]
curl/tests/data/test261 [new file with mode: 0644]
curl/tests/data/test262 [new file with mode: 0644]
curl/tests/data/test263 [new file with mode: 0644]
curl/tests/data/test264 [new file with mode: 0644]
curl/tests/data/test265 [new file with mode: 0644]
curl/tests/data/test266 [new file with mode: 0644]
curl/tests/data/test267 [new file with mode: 0644]
curl/tests/data/test268 [new file with mode: 0644]
curl/tests/data/test269 [new file with mode: 0644]
curl/tests/data/test27 [new file with mode: 0644]
curl/tests/data/test270 [new file with mode: 0644]
curl/tests/data/test271 [new file with mode: 0644]
curl/tests/data/test272 [new file with mode: 0644]
curl/tests/data/test273 [new file with mode: 0644]
curl/tests/data/test274 [new file with mode: 0644]
curl/tests/data/test275 [new file with mode: 0644]
curl/tests/data/test276 [new file with mode: 0644]
curl/tests/data/test277 [new file with mode: 0644]
curl/tests/data/test278 [new file with mode: 0644]
curl/tests/data/test279 [new file with mode: 0644]
curl/tests/data/test28 [new file with mode: 0644]
curl/tests/data/test280 [new file with mode: 0644]
curl/tests/data/test281 [new file with mode: 0644]
curl/tests/data/test282 [new file with mode: 0644]
curl/tests/data/test283 [new file with mode: 0644]
curl/tests/data/test284 [new file with mode: 0644]
curl/tests/data/test285 [new file with mode: 0644]
curl/tests/data/test286 [new file with mode: 0644]
curl/tests/data/test287 [new file with mode: 0644]
curl/tests/data/test288 [new file with mode: 0644]
curl/tests/data/test289 [new file with mode: 0644]
curl/tests/data/test29 [new file with mode: 0644]
curl/tests/data/test290 [new file with mode: 0644]
curl/tests/data/test291 [new file with mode: 0644]
curl/tests/data/test292 [new file with mode: 0644]
curl/tests/data/test293 [new file with mode: 0644]
curl/tests/data/test294 [new file with mode: 0644]
curl/tests/data/test295 [new file with mode: 0644]
curl/tests/data/test296 [new file with mode: 0644]
curl/tests/data/test297 [new file with mode: 0644]
curl/tests/data/test298 [new file with mode: 0644]
curl/tests/data/test3 [new file with mode: 0644]
curl/tests/data/test30 [new file with mode: 0644]
curl/tests/data/test300 [new file with mode: 0644]
curl/tests/data/test301 [new file with mode: 0644]
curl/tests/data/test302 [new file with mode: 0644]
curl/tests/data/test303 [new file with mode: 0644]
curl/tests/data/test304 [new file with mode: 0644]
curl/tests/data/test305 [new file with mode: 0644]
curl/tests/data/test306 [new file with mode: 0644]
curl/tests/data/test307 [new file with mode: 0644]
curl/tests/data/test308 [new file with mode: 0644]
curl/tests/data/test309 [new file with mode: 0644]
curl/tests/data/test31 [new file with mode: 0644]
curl/tests/data/test32 [new file with mode: 0644]
curl/tests/data/test33 [new file with mode: 0644]
curl/tests/data/test34 [new file with mode: 0644]
curl/tests/data/test35 [new file with mode: 0644]
curl/tests/data/test350 [new file with mode: 0644]
curl/tests/data/test351 [new file with mode: 0644]
curl/tests/data/test352 [new file with mode: 0644]
curl/tests/data/test353 [new file with mode: 0644]
curl/tests/data/test354 [new file with mode: 0644]
curl/tests/data/test36 [new file with mode: 0644]
curl/tests/data/test37 [new file with mode: 0644]
curl/tests/data/test38 [new file with mode: 0644]
curl/tests/data/test39 [new file with mode: 0644]
curl/tests/data/test4 [new file with mode: 0644]
curl/tests/data/test40 [new file with mode: 0644]
curl/tests/data/test400 [new file with mode: 0644]
curl/tests/data/test401 [new file with mode: 0644]
curl/tests/data/test402 [new file with mode: 0644]
curl/tests/data/test403 [new file with mode: 0644]
curl/tests/data/test404 [new file with mode: 0644]
curl/tests/data/test405 [new file with mode: 0644]
curl/tests/data/test406 [new file with mode: 0644]
curl/tests/data/test407 [new file with mode: 0644]
curl/tests/data/test408 [new file with mode: 0644]
curl/tests/data/test409 [new file with mode: 0644]
curl/tests/data/test41 [new file with mode: 0644]
curl/tests/data/test42 [new file with mode: 0644]
curl/tests/data/test43 [new file with mode: 0644]
curl/tests/data/test44 [new file with mode: 0644]
curl/tests/data/test45 [new file with mode: 0644]
curl/tests/data/test46 [new file with mode: 0644]
curl/tests/data/test47 [new file with mode: 0644]
curl/tests/data/test48 [new file with mode: 0644]
curl/tests/data/test49 [new file with mode: 0644]
curl/tests/data/test5 [new file with mode: 0644]
curl/tests/data/test50 [new file with mode: 0644]
curl/tests/data/test500 [new file with mode: 0644]
curl/tests/data/test501 [new file with mode: 0644]
curl/tests/data/test502 [new file with mode: 0644]
curl/tests/data/test503 [new file with mode: 0644]
curl/tests/data/test504 [new file with mode: 0644]
curl/tests/data/test505 [new file with mode: 0644]
curl/tests/data/test506 [new file with mode: 0644]
curl/tests/data/test507 [new file with mode: 0644]
curl/tests/data/test508 [new file with mode: 0644]
curl/tests/data/test51 [new file with mode: 0644]
curl/tests/data/test510 [new file with mode: 0644]
curl/tests/data/test511 [new file with mode: 0644]
curl/tests/data/test512 [new file with mode: 0644]
curl/tests/data/test513 [new file with mode: 0644]
curl/tests/data/test514 [new file with mode: 0644]
curl/tests/data/test515 [new file with mode: 0644]
curl/tests/data/test516 [new file with mode: 0644]
curl/tests/data/test517 [new file with mode: 0644]
curl/tests/data/test518 [new file with mode: 0644]
curl/tests/data/test519 [new file with mode: 0644]
curl/tests/data/test52 [new file with mode: 0644]
curl/tests/data/test520 [new file with mode: 0644]
curl/tests/data/test521 [new file with mode: 0644]
curl/tests/data/test522 [new file with mode: 0644]
curl/tests/data/test523 [new file with mode: 0644]
curl/tests/data/test524 [new file with mode: 0644]
curl/tests/data/test525 [new file with mode: 0644]
curl/tests/data/test526 [new file with mode: 0644]
curl/tests/data/test527 [new file with mode: 0644]
curl/tests/data/test528 [new file with mode: 0644]
curl/tests/data/test529 [new file with mode: 0644]
curl/tests/data/test53 [new file with mode: 0644]
curl/tests/data/test530 [new file with mode: 0644]
curl/tests/data/test531 [new file with mode: 0644]
curl/tests/data/test532 [new file with mode: 0644]
curl/tests/data/test533 [new file with mode: 0644]
curl/tests/data/test534 [new file with mode: 0644]
curl/tests/data/test535 [new file with mode: 0644]
curl/tests/data/test536 [new file with mode: 0644]
curl/tests/data/test537 [new file with mode: 0644]
curl/tests/data/test538 [new file with mode: 0644]
curl/tests/data/test539 [new file with mode: 0644]
curl/tests/data/test54 [new file with mode: 0644]
curl/tests/data/test540 [new file with mode: 0644]
curl/tests/data/test541 [new file with mode: 0644]
curl/tests/data/test542 [new file with mode: 0644]
curl/tests/data/test543 [new file with mode: 0644]
curl/tests/data/test544 [new file with mode: 0644]
curl/tests/data/test545 [new file with mode: 0644]
curl/tests/data/test546 [new file with mode: 0644]
curl/tests/data/test547 [new file with mode: 0644]
curl/tests/data/test548 [new file with mode: 0644]
curl/tests/data/test549 [new file with mode: 0644]
curl/tests/data/test55 [new file with mode: 0644]
curl/tests/data/test550 [new file with mode: 0644]
curl/tests/data/test551 [new file with mode: 0644]
curl/tests/data/test552 [new file with mode: 0644]
curl/tests/data/test553 [new file with mode: 0644]
curl/tests/data/test554 [new file with mode: 0644]
curl/tests/data/test555 [new file with mode: 0644]
curl/tests/data/test556 [new file with mode: 0644]
curl/tests/data/test557 [new file with mode: 0644]
curl/tests/data/test56 [new file with mode: 0644]
curl/tests/data/test57 [new file with mode: 0644]
curl/tests/data/test58 [new file with mode: 0644]
curl/tests/data/test59 [new file with mode: 0644]
curl/tests/data/test6 [new file with mode: 0644]
curl/tests/data/test60 [new file with mode: 0644]
curl/tests/data/test600 [new file with mode: 0644]
curl/tests/data/test601 [new file with mode: 0644]
curl/tests/data/test602 [new file with mode: 0644]
curl/tests/data/test603 [new file with mode: 0644]
curl/tests/data/test604 [new file with mode: 0644]
curl/tests/data/test605 [new file with mode: 0644]
curl/tests/data/test606 [new file with mode: 0644]
curl/tests/data/test607 [new file with mode: 0644]
curl/tests/data/test608 [new file with mode: 0644]
curl/tests/data/test609 [new file with mode: 0644]
curl/tests/data/test61 [new file with mode: 0644]
curl/tests/data/test610 [new file with mode: 0644]
curl/tests/data/test611 [new file with mode: 0644]
curl/tests/data/test612 [new file with mode: 0644]
curl/tests/data/test613 [new file with mode: 0644]
curl/tests/data/test614 [new file with mode: 0644]
curl/tests/data/test615 [new file with mode: 0644]
curl/tests/data/test616 [new file with mode: 0644]
curl/tests/data/test617 [new file with mode: 0644]
curl/tests/data/test618 [new file with mode: 0644]
curl/tests/data/test619 [new file with mode: 0644]
curl/tests/data/test62 [new file with mode: 0644]
curl/tests/data/test620 [new file with mode: 0644]
curl/tests/data/test621 [new file with mode: 0644]
curl/tests/data/test622 [new file with mode: 0644]
curl/tests/data/test623 [new file with mode: 0644]
curl/tests/data/test624 [new file with mode: 0644]
curl/tests/data/test625 [new file with mode: 0644]
curl/tests/data/test626 [new file with mode: 0644]
curl/tests/data/test627 [new file with mode: 0644]
curl/tests/data/test628 [new file with mode: 0644]
curl/tests/data/test629 [new file with mode: 0644]
curl/tests/data/test63 [new file with mode: 0644]
curl/tests/data/test630 [new file with mode: 0644]
curl/tests/data/test631 [new file with mode: 0644]
curl/tests/data/test632 [new file with mode: 0644]
curl/tests/data/test64 [new file with mode: 0644]
curl/tests/data/test65 [new file with mode: 0644]
curl/tests/data/test66 [new file with mode: 0644]
curl/tests/data/test67 [new file with mode: 0644]
curl/tests/data/test68 [new file with mode: 0644]
curl/tests/data/test69 [new file with mode: 0644]
curl/tests/data/test7 [new file with mode: 0644]
curl/tests/data/test70 [new file with mode: 0644]
curl/tests/data/test700 [new file with mode: 0644]
curl/tests/data/test701 [new file with mode: 0644]
curl/tests/data/test702 [new file with mode: 0644]
curl/tests/data/test703 [new file with mode: 0644]
curl/tests/data/test704 [new file with mode: 0644]
curl/tests/data/test705 [new file with mode: 0644]
curl/tests/data/test706 [new file with mode: 0644]
curl/tests/data/test707 [new file with mode: 0644]
curl/tests/data/test71 [new file with mode: 0644]
curl/tests/data/test72 [new file with mode: 0644]
curl/tests/data/test73 [new file with mode: 0644]
curl/tests/data/test74 [new file with mode: 0644]
curl/tests/data/test75 [new file with mode: 0644]
curl/tests/data/test76 [new file with mode: 0644]
curl/tests/data/test77 [new file with mode: 0644]
curl/tests/data/test78 [new file with mode: 0644]
curl/tests/data/test79 [new file with mode: 0644]
curl/tests/data/test8 [new file with mode: 0644]
curl/tests/data/test80 [new file with mode: 0644]
curl/tests/data/test81 [new file with mode: 0644]
curl/tests/data/test82 [new file with mode: 0644]
curl/tests/data/test83 [new file with mode: 0644]
curl/tests/data/test84 [new file with mode: 0644]
curl/tests/data/test85 [new file with mode: 0644]
curl/tests/data/test86 [new file with mode: 0644]
curl/tests/data/test87 [new file with mode: 0644]
curl/tests/data/test88 [new file with mode: 0644]
curl/tests/data/test89 [new file with mode: 0644]
curl/tests/data/test9 [new file with mode: 0644]
curl/tests/data/test90 [new file with mode: 0644]
curl/tests/data/test91 [new file with mode: 0644]
curl/tests/data/test92 [new file with mode: 0644]
curl/tests/data/test93 [new file with mode: 0644]
curl/tests/data/test94 [new file with mode: 0644]
curl/tests/data/test95 [new file with mode: 0644]
curl/tests/data/test97 [new file with mode: 0644]
curl/tests/data/test98 [new file with mode: 0644]
curl/tests/data/test99 [new file with mode: 0644]
curl/tests/ftp.pm [new file with mode: 0644]
curl/tests/ftpserver.pl [new file with mode: 0644]
curl/tests/getpart.pm [new file with mode: 0644]
curl/tests/httpserver.pl [new file with mode: 0644]
curl/tests/httpsserver.pl [new file with mode: 0644]
curl/tests/libtest/Makefile.am [new file with mode: 0644]
curl/tests/libtest/Makefile.in [new file with mode: 0644]
curl/tests/libtest/first.c [new file with mode: 0644]
curl/tests/libtest/lib500.c [new file with mode: 0644]
curl/tests/libtest/lib501.c [new file with mode: 0644]
curl/tests/libtest/lib502.c [new file with mode: 0644]
curl/tests/libtest/lib503.c [new file with mode: 0644]
curl/tests/libtest/lib504.c [new file with mode: 0644]
curl/tests/libtest/lib505.c [new file with mode: 0644]
curl/tests/libtest/lib506.c [new file with mode: 0644]
curl/tests/libtest/lib507.c [new file with mode: 0644]
curl/tests/libtest/lib508.c [new file with mode: 0644]
curl/tests/libtest/lib510.c [new file with mode: 0644]
curl/tests/libtest/lib511.c [new file with mode: 0644]
curl/tests/libtest/lib512.c [new file with mode: 0644]
curl/tests/libtest/lib513.c [new file with mode: 0644]
curl/tests/libtest/lib514.c [new file with mode: 0644]
curl/tests/libtest/lib515.c [new file with mode: 0644]
curl/tests/libtest/lib516.c [new file with mode: 0644]
curl/tests/libtest/lib517.c [new file with mode: 0644]
curl/tests/libtest/lib518.c [new file with mode: 0644]
curl/tests/libtest/lib519.c [new file with mode: 0644]
curl/tests/libtest/lib520.c [new file with mode: 0644]
curl/tests/libtest/lib521.c [new file with mode: 0644]
curl/tests/libtest/lib523.c [new file with mode: 0644]
curl/tests/libtest/lib524.c [new file with mode: 0644]
curl/tests/libtest/lib525.c [new file with mode: 0644]
curl/tests/libtest/lib526.c [new file with mode: 0644]
curl/tests/libtest/lib530.c [new file with mode: 0644]
curl/tests/libtest/lib533.c [new file with mode: 0644]
curl/tests/libtest/lib536.c [new file with mode: 0644]
curl/tests/libtest/lib537.c [new file with mode: 0644]
curl/tests/libtest/lib539.c [new file with mode: 0644]
curl/tests/libtest/lib540.c [new file with mode: 0644]
curl/tests/libtest/lib541.c [new file with mode: 0644]
curl/tests/libtest/lib542.c [new file with mode: 0644]
curl/tests/libtest/lib543.c [new file with mode: 0644]
curl/tests/libtest/lib544.c [new file with mode: 0644]
curl/tests/libtest/lib547.c [new file with mode: 0644]
curl/tests/libtest/lib549.c [new file with mode: 0644]
curl/tests/libtest/lib552.c [new file with mode: 0644]
curl/tests/libtest/lib553.c [new file with mode: 0644]
curl/tests/libtest/lib554.c [new file with mode: 0644]
curl/tests/libtest/lib555.c [new file with mode: 0644]
curl/tests/libtest/lib556.c [new file with mode: 0644]
curl/tests/libtest/lib557.c [new file with mode: 0644]
curl/tests/libtest/test.h [new file with mode: 0644]
curl/tests/libtest/test1013.pl [new file with mode: 0644]
curl/tests/libtest/test1022.pl [new file with mode: 0644]
curl/tests/libtest/test307.pl [new file with mode: 0644]
curl/tests/libtest/test610.pl [new file with mode: 0644]
curl/tests/libtest/test613.pl [new file with mode: 0644]
curl/tests/libtest/test75.pl [new file with mode: 0644]
curl/tests/libtest/testutil.c [new file with mode: 0644]
curl/tests/libtest/testutil.h [new file with mode: 0644]
curl/tests/memanalyze.pl [new file with mode: 0644]
curl/tests/runtests.1 [new file with mode: 0644]
curl/tests/runtests.html [new file with mode: 0644]
curl/tests/runtests.pdf [new file with mode: 0644]
curl/tests/runtests.pl [new file with mode: 0644]
curl/tests/server/Makefile.am [new file with mode: 0644]
curl/tests/server/Makefile.in [new file with mode: 0644]
curl/tests/server/getpart.c [new file with mode: 0644]
curl/tests/server/getpart.h [new file with mode: 0644]
curl/tests/server/resolve.c [new file with mode: 0644]
curl/tests/server/sockfilt.c [new file with mode: 0644]
curl/tests/server/sws.c [new file with mode: 0644]
curl/tests/server/testpart.c [new file with mode: 0644]
curl/tests/server/tftp.h [new file with mode: 0644]
curl/tests/server/tftpd.c [new file with mode: 0644]
curl/tests/server/util.c [new file with mode: 0644]
curl/tests/server/util.h [new file with mode: 0644]
curl/tests/sshhelp.pm [new file with mode: 0644]
curl/tests/sshserver.pl [new file with mode: 0644]
curl/tests/stunnel.pem [new file with mode: 0644]
curl/tests/testcurl.1 [new file with mode: 0644]
curl/tests/testcurl.html [new file with mode: 0644]
curl/tests/testcurl.pdf [new file with mode: 0644]
curl/tests/testcurl.pl [new file with mode: 0644]
curl/tests/valgrind.pm [new file with mode: 0644]
curl/vc6curl.dsw [new file with mode: 0644]
git [new submodule]
git.sln [new file with mode: 0644]
git.vcproj [new file with mode: 0644]
tcrt/.gitignore [new file with mode: 0644]
tcrt/inc/ctype.h [new file with mode: 0644]
tcrt/inc/dirent.h [new file with mode: 0644]
tcrt/inc/errno.h [new file with mode: 0644]
tcrt/inc/fcntl.h [new file with mode: 0644]
tcrt/inc/inttypes.h [new file with mode: 0644]
tcrt/inc/io.h [new file with mode: 0644]
tcrt/inc/malloc.h [new file with mode: 0644]
tcrt/inc/pwd.h [new file with mode: 0644]
tcrt/inc/signal.h [new file with mode: 0644]
tcrt/inc/stdio.h [new file with mode: 0644]
tcrt/inc/stdlib.h [new file with mode: 0644]
tcrt/inc/string.h [new file with mode: 0644]
tcrt/inc/sys/mman.h [new file with mode: 0644]
tcrt/inc/sys/param.h [new file with mode: 0644]
tcrt/inc/sys/poll.h [new file with mode: 0644]
tcrt/inc/sys/select.h [new file with mode: 0644]
tcrt/inc/sys/socket.h [new file with mode: 0644]
tcrt/inc/sys/stat.h [new file with mode: 0644]
tcrt/inc/sys/time.h [new file with mode: 0644]
tcrt/inc/sys/types.h [new file with mode: 0644]
tcrt/inc/sys/wait.h [new file with mode: 0644]
tcrt/inc/tcrt.h [new file with mode: 0644]
tcrt/inc/time.h [new file with mode: 0644]
tcrt/inc/unistd.h [new file with mode: 0644]
tcrt/inc/utime.h [new file with mode: 0644]
tcrt/msvcrt.def [new file with mode: 0644]
tcrt/objs/.gitignore [new file with mode: 0644]
tcrt/objs/readme.txt [new file with mode: 0644]
tcrt/src/Ws2_32.cpp [new file with mode: 0644]
tcrt/src/Ws2_32.h [new file with mode: 0644]
tcrt/src/ctype.cpp [new file with mode: 0644]
tcrt/src/dirent.cpp [new file with mode: 0644]
tcrt/src/env.cpp [new file with mode: 0644]
tcrt/src/errno.c [new file with mode: 0644]
tcrt/src/init.c [new file with mode: 0644]
tcrt/src/init.h [new file with mode: 0644]
tcrt/src/main.c [new file with mode: 0644]
tcrt/src/mmap.cpp [new file with mode: 0644]
tcrt/src/poll.cpp [new file with mode: 0644]
tcrt/src/pwd.cpp [new file with mode: 0644]
tcrt/src/select.cpp [new file with mode: 0644]
tcrt/src/signal.cpp [new file with mode: 0644]
tcrt/src/socket.cpp [new file with mode: 0644]
tcrt/src/stat.cpp [new file with mode: 0644]
tcrt/src/stdio.cpp [new file with mode: 0644]
tcrt/src/stdlib.cpp [new file with mode: 0644]
tcrt/src/string.c [new file with mode: 0644]
tcrt/src/sup.asm [new file with mode: 0644]
tcrt/src/time.cpp [new file with mode: 0644]
tcrt/src/unistd.cpp [new file with mode: 0644]
tcrt/src/utils.h [new file with mode: 0644]
tcrt/src/utime.cpp [new file with mode: 0644]
tcrt/src/wait.cpp [new file with mode: 0644]
tcrt/src/winnt.cpp [new file with mode: 0644]
tcrt/src/winnt.h [new file with mode: 0644]
tcrt/tcrt.vcproj [new file with mode: 0644]
zlib/ChangeLog [new file with mode: 0644]
zlib/FAQ [new file with mode: 0644]
zlib/INDEX [new file with mode: 0644]
zlib/Makefile [new file with mode: 0644]
zlib/Makefile.in [new file with mode: 0644]
zlib/README [new file with mode: 0644]
zlib/adler32.c [new file with mode: 0644]
zlib/algorithm.txt [new file with mode: 0644]
zlib/amiga/Makefile.pup [new file with mode: 0644]
zlib/amiga/Makefile.sas [new file with mode: 0644]
zlib/as400/bndsrc [new file with mode: 0644]
zlib/as400/compile.clp [new file with mode: 0644]
zlib/as400/readme.txt [new file with mode: 0644]
zlib/as400/zlib.inc [new file with mode: 0644]
zlib/compress.c [new file with mode: 0644]
zlib/configure [new file with mode: 0644]
zlib/contrib/README.contrib [new file with mode: 0644]
zlib/contrib/ada/buffer_demo.adb [new file with mode: 0644]
zlib/contrib/ada/mtest.adb [new file with mode: 0644]
zlib/contrib/ada/read.adb [new file with mode: 0644]
zlib/contrib/ada/readme.txt [new file with mode: 0644]
zlib/contrib/ada/test.adb [new file with mode: 0644]
zlib/contrib/ada/zlib-streams.adb [new file with mode: 0644]
zlib/contrib/ada/zlib-streams.ads [new file with mode: 0644]
zlib/contrib/ada/zlib-thin.adb [new file with mode: 0644]
zlib/contrib/ada/zlib-thin.ads [new file with mode: 0644]
zlib/contrib/ada/zlib.adb [new file with mode: 0644]
zlib/contrib/ada/zlib.ads [new file with mode: 0644]
zlib/contrib/ada/zlib.gpr [new file with mode: 0644]
zlib/contrib/asm586/README.586 [new file with mode: 0644]
zlib/contrib/asm586/match.S [new file with mode: 0644]
zlib/contrib/asm686/README.686 [new file with mode: 0644]
zlib/contrib/asm686/match.S [new file with mode: 0644]
zlib/contrib/blast/Makefile [new file with mode: 0644]
zlib/contrib/blast/README [new file with mode: 0644]
zlib/contrib/blast/blast.c [new file with mode: 0644]
zlib/contrib/blast/blast.h [new file with mode: 0644]
zlib/contrib/blast/test.pk [new file with mode: 0644]
zlib/contrib/blast/test.txt [new file with mode: 0644]
zlib/contrib/delphi/ZLib.pas [new file with mode: 0644]
zlib/contrib/delphi/ZLibConst.pas [new file with mode: 0644]
zlib/contrib/delphi/readme.txt [new file with mode: 0644]
zlib/contrib/delphi/zlibd32.mak [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib.build [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib.chm [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib.sln [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/CodecBase.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/Deflater.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/DotZLib.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/DotZLib.csproj [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/GZipStream.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/Inflater.cs [new file with mode: 0644]
zlib/contrib/dotzlib/DotZLib/UnitTests.cs [new file with mode: 0644]
zlib/contrib/dotzlib/LICENSE_1_0.txt [new file with mode: 0644]
zlib/contrib/dotzlib/readme.txt [new file with mode: 0644]
zlib/contrib/infback9/README [new file with mode: 0644]
zlib/contrib/infback9/infback9.c [new file with mode: 0644]
zlib/contrib/infback9/infback9.h [new file with mode: 0644]
zlib/contrib/infback9/inffix9.h [new file with mode: 0644]
zlib/contrib/infback9/inflate9.h [new file with mode: 0644]
zlib/contrib/infback9/inftree9.c [new file with mode: 0644]
zlib/contrib/infback9/inftree9.h [new file with mode: 0644]
zlib/contrib/inflate86/inffas86.c [new file with mode: 0644]
zlib/contrib/inflate86/inffast.S [new file with mode: 0644]
zlib/contrib/iostream/test.cpp [new file with mode: 0644]
zlib/contrib/iostream/zfstream.cpp [new file with mode: 0644]
zlib/contrib/iostream/zfstream.h [new file with mode: 0644]
zlib/contrib/iostream2/zstream.h [new file with mode: 0644]
zlib/contrib/iostream2/zstream_test.cpp [new file with mode: 0644]
zlib/contrib/iostream3/README [new file with mode: 0644]
zlib/contrib/iostream3/TODO [new file with mode: 0644]
zlib/contrib/iostream3/test.cc [new file with mode: 0644]
zlib/contrib/iostream3/zfstream.cc [new file with mode: 0644]
zlib/contrib/iostream3/zfstream.h [new file with mode: 0644]
zlib/contrib/masm686/match.asm [new file with mode: 0644]
zlib/contrib/masmx64/bld_ml64.bat [new file with mode: 0644]
zlib/contrib/masmx64/gvmat64.asm [new file with mode: 0644]
zlib/contrib/masmx64/gvmat64.obj [new file with mode: 0644]
zlib/contrib/masmx64/inffas8664.c [new file with mode: 0644]
zlib/contrib/masmx64/inffasx64.asm [new file with mode: 0644]
zlib/contrib/masmx64/inffasx64.obj [new file with mode: 0644]
zlib/contrib/masmx64/readme.txt [new file with mode: 0644]
zlib/contrib/masmx86/bld_ml32.bat [new file with mode: 0644]
zlib/contrib/masmx86/gvmat32.asm [new file with mode: 0644]
zlib/contrib/masmx86/gvmat32.obj [new file with mode: 0644]
zlib/contrib/masmx86/gvmat32c.c [new file with mode: 0644]
zlib/contrib/masmx86/inffas32.asm [new file with mode: 0644]
zlib/contrib/masmx86/inffas32.obj [new file with mode: 0644]
zlib/contrib/masmx86/mkasm.bat [new file with mode: 0644]
zlib/contrib/masmx86/readme.txt [new file with mode: 0644]
zlib/contrib/minizip/ChangeLogUnzip [new file with mode: 0644]
zlib/contrib/minizip/Makefile [new file with mode: 0644]
zlib/contrib/minizip/crypt.h [new file with mode: 0644]
zlib/contrib/minizip/ioapi.c [new file with mode: 0644]
zlib/contrib/minizip/ioapi.h [new file with mode: 0644]
zlib/contrib/minizip/iowin32.c [new file with mode: 0644]
zlib/contrib/minizip/iowin32.h [new file with mode: 0644]
zlib/contrib/minizip/miniunz.c [new file with mode: 0644]
zlib/contrib/minizip/minizip.c [new file with mode: 0644]
zlib/contrib/minizip/mztools.c [new file with mode: 0644]
zlib/contrib/minizip/mztools.h [new file with mode: 0644]
zlib/contrib/minizip/unzip.c [new file with mode: 0644]
zlib/contrib/minizip/unzip.h [new file with mode: 0644]
zlib/contrib/minizip/zip.c [new file with mode: 0644]
zlib/contrib/minizip/zip.h [new file with mode: 0644]
zlib/contrib/pascal/example.pas [new file with mode: 0644]
zlib/contrib/pascal/readme.txt [new file with mode: 0644]
zlib/contrib/pascal/zlibd32.mak [new file with mode: 0644]
zlib/contrib/pascal/zlibpas.pas [new file with mode: 0644]
zlib/contrib/puff/Makefile [new file with mode: 0644]
zlib/contrib/puff/README [new file with mode: 0644]
zlib/contrib/puff/puff.c [new file with mode: 0644]
zlib/contrib/puff/puff.h [new file with mode: 0644]
zlib/contrib/puff/zeros.raw [new file with mode: 0644]
zlib/contrib/testzlib/testzlib.c [new file with mode: 0644]
zlib/contrib/testzlib/testzlib.txt [new file with mode: 0644]
zlib/contrib/untgz/Makefile [new file with mode: 0644]
zlib/contrib/untgz/Makefile.msc [new file with mode: 0644]
zlib/contrib/untgz/untgz.c [new file with mode: 0644]
zlib/contrib/vstudio/readme.txt [new file with mode: 0644]
zlib/contrib/vstudio/vc7/miniunz.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc7/minizip.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc7/testzlib.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc7/zlib.rc [new file with mode: 0644]
zlib/contrib/vstudio/vc7/zlibstat.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc7/zlibvc.def [new file with mode: 0644]
zlib/contrib/vstudio/vc7/zlibvc.sln [new file with mode: 0644]
zlib/contrib/vstudio/vc7/zlibvc.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc8/miniunz.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc8/minizip.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc8/testzlib.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc8/testzlibdll.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc8/zlib.rc [new file with mode: 0644]
zlib/contrib/vstudio/vc8/zlibstat.vcproj [new file with mode: 0644]
zlib/contrib/vstudio/vc8/zlibvc.def [new file with mode: 0644]
zlib/contrib/vstudio/vc8/zlibvc.sln [new file with mode: 0644]
zlib/contrib/vstudio/vc8/zlibvc.vcproj [new file with mode: 0644]
zlib/crc32.c [new file with mode: 0644]
zlib/crc32.h [new file with mode: 0644]
zlib/deflate.c [new file with mode: 0644]
zlib/deflate.h [new file with mode: 0644]
zlib/example.c [new file with mode: 0644]
zlib/examples/README.examples [new file with mode: 0644]
zlib/examples/fitblk.c [new file with mode: 0644]
zlib/examples/gun.c [new file with mode: 0644]
zlib/examples/gzappend.c [new file with mode: 0644]
zlib/examples/gzjoin.c [new file with mode: 0644]
zlib/examples/gzlog.c [new file with mode: 0644]
zlib/examples/gzlog.h [new file with mode: 0644]
zlib/examples/zlib_how.html [new file with mode: 0644]
zlib/examples/zpipe.c [new file with mode: 0644]
zlib/examples/zran.c [new file with mode: 0644]
zlib/gzio.c [new file with mode: 0644]
zlib/infback.c [new file with mode: 0644]
zlib/inffast.c [new file with mode: 0644]
zlib/inffast.h [new file with mode: 0644]
zlib/inffixed.h [new file with mode: 0644]
zlib/inflate.c [new file with mode: 0644]
zlib/inflate.h [new file with mode: 0644]
zlib/inftrees.c [new file with mode: 0644]
zlib/inftrees.h [new file with mode: 0644]
zlib/make_vms.com [new file with mode: 0644]
zlib/minigzip.c [new file with mode: 0644]
zlib/msdos/Makefile.bor [new file with mode: 0644]
zlib/msdos/Makefile.dj2 [new file with mode: 0644]
zlib/msdos/Makefile.emx [new file with mode: 0644]
zlib/msdos/Makefile.msc [new file with mode: 0644]
zlib/msdos/Makefile.tc [new file with mode: 0644]
zlib/old/Makefile.riscos [new file with mode: 0644]
zlib/old/README [new file with mode: 0644]
zlib/old/descrip.mms [new file with mode: 0644]
zlib/old/os2/Makefile.os2 [new file with mode: 0644]
zlib/old/os2/zlib.def [new file with mode: 0644]
zlib/old/visual-basic.txt [new file with mode: 0644]
zlib/old/zlib.html [new file with mode: 0644]
zlib/projects/README.projects [new file with mode: 0644]
zlib/projects/visualc6/README.txt [new file with mode: 0644]
zlib/projects/visualc6/example.dsp [new file with mode: 0644]
zlib/projects/visualc6/minigzip.dsp [new file with mode: 0644]
zlib/projects/visualc6/zlib.dsp [new file with mode: 0644]
zlib/projects/visualc6/zlib.dsw [new file with mode: 0644]
zlib/qnx/package.qpg [new file with mode: 0644]
zlib/trees.c [new file with mode: 0644]
zlib/trees.h [new file with mode: 0644]
zlib/uncompr.c [new file with mode: 0644]
zlib/win32/DLL_FAQ.txt [new file with mode: 0644]
zlib/win32/Makefile.bor [new file with mode: 0644]
zlib/win32/Makefile.emx [new file with mode: 0644]
zlib/win32/Makefile.gcc [new file with mode: 0644]
zlib/win32/Makefile.msc [new file with mode: 0644]
zlib/win32/VisualC.txt [new file with mode: 0644]
zlib/win32/zlib.def [new file with mode: 0644]
zlib/win32/zlib1.rc [new file with mode: 0644]
zlib/zconf.h [new file with mode: 0644]
zlib/zconf.in.h [new file with mode: 0644]
zlib/zlib.3 [new file with mode: 0644]
zlib/zlib.h [new file with mode: 0644]
zlib/zutil.c [new file with mode: 0644]
zlib/zutil.h [new file with mode: 0644]