Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:52 +0000 (00:48 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:52 +0000 (00:48 +0900)
commit363768c2895d199042a36e179eb8a2458eb4c6cd
treec149051d0d44080d15e72017229776753e9e0771
parent45969bcdd8e57f4005ddc88d96afd08c535d5979
Git init
222 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
HACKING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libsoup2.4-dev.install.in [new file with mode: 0644]
debian/libsoup2.4.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
docs/Makefile.am [new file with mode: 0644]
docs/reference/Makefile.am [new file with mode: 0644]
docs/reference/build-howto.xml [new file with mode: 0644]
docs/reference/client-howto.xml [new file with mode: 0644]
docs/reference/libsoup-2.4-docs.sgml [new file with mode: 0644]
docs/reference/libsoup-2.4-overrides.txt [new file with mode: 0644]
docs/reference/libsoup-2.4-sections.txt [new file with mode: 0644]
docs/reference/porting-2.2-2.4.xml [new file with mode: 0644]
docs/reference/server-howto.xml [new file with mode: 0644]
docs/specs/README [new file with mode: 0644]
docs/specs/rfc1945.txt [new file with mode: 0644]
docs/specs/rfc2068.txt [new file with mode: 0644]
docs/specs/rfc2109.txt [new file with mode: 0644]
docs/specs/rfc2145.txt [new file with mode: 0644]
docs/specs/rfc2324.txt [new file with mode: 0644]
docs/specs/rfc2388.txt [new file with mode: 0644]
docs/specs/rfc2518.txt [new file with mode: 0644]
docs/specs/rfc2616.txt [new file with mode: 0644]
docs/specs/rfc2617.txt [new file with mode: 0644]
docs/specs/rfc2817.txt [new file with mode: 0644]
docs/specs/rfc2818.txt [new file with mode: 0644]
docs/specs/rfc2965.txt [new file with mode: 0644]
docs/specs/rfc3986.txt [new file with mode: 0644]
libsoup-2.4.pc.in [new file with mode: 0644]
libsoup-gnome-2.4.pc.in [new file with mode: 0644]
libsoup-zip.in [new file with mode: 0755]
libsoup.doap [new file with mode: 0644]
libsoup/Makefile.am [new file with mode: 0644]
libsoup/TIZEN.h [new file with mode: 0644]
libsoup/soup-address.c [new file with mode: 0644]
libsoup/soup-address.h [new file with mode: 0644]
libsoup/soup-auth-basic.c [new file with mode: 0644]
libsoup/soup-auth-basic.h [new file with mode: 0644]
libsoup/soup-auth-digest.c [new file with mode: 0644]
libsoup/soup-auth-digest.h [new file with mode: 0644]
libsoup/soup-auth-domain-basic.c [new file with mode: 0644]
libsoup/soup-auth-domain-basic.h [new file with mode: 0644]
libsoup/soup-auth-domain-digest.c [new file with mode: 0644]
libsoup/soup-auth-domain-digest.h [new file with mode: 0644]
libsoup/soup-auth-domain.c [new file with mode: 0644]
libsoup/soup-auth-domain.h [new file with mode: 0644]
libsoup/soup-auth-manager-ntlm.c [new file with mode: 0644]
libsoup/soup-auth-manager-ntlm.h [new file with mode: 0644]
libsoup/soup-auth-manager.c [new file with mode: 0644]
libsoup/soup-auth-manager.h [new file with mode: 0644]
libsoup/soup-auth-ntlm.c [new file with mode: 0644]
libsoup/soup-auth-ntlm.h [new file with mode: 0644]
libsoup/soup-auth.c [new file with mode: 0644]
libsoup/soup-auth.h [new file with mode: 0644]
libsoup/soup-cache-private.h [new file with mode: 0644]
libsoup/soup-cache.c [new file with mode: 0644]
libsoup/soup-cache.h [new file with mode: 0644]
libsoup/soup-connection.c [new file with mode: 0644]
libsoup/soup-connection.h [new file with mode: 0644]
libsoup/soup-content-decoder.c [new file with mode: 0644]
libsoup/soup-content-decoder.h [new file with mode: 0644]
libsoup/soup-content-sniffer.c [new file with mode: 0644]
libsoup/soup-content-sniffer.h [new file with mode: 0644]
libsoup/soup-cookie-jar-sqlite.c [new file with mode: 0644]
libsoup/soup-cookie-jar-sqlite.h [new file with mode: 0644]
libsoup/soup-cookie-jar-text.c [new file with mode: 0644]
libsoup/soup-cookie-jar-text.h [new file with mode: 0644]
libsoup/soup-cookie-jar.c [new file with mode: 0644]
libsoup/soup-cookie-jar.h [new file with mode: 0644]
libsoup/soup-cookie.c [new file with mode: 0644]
libsoup/soup-cookie.h [new file with mode: 0644]
libsoup/soup-date.c [new file with mode: 0644]
libsoup/soup-date.h [new file with mode: 0644]
libsoup/soup-directory-input-stream.c [new file with mode: 0644]
libsoup/soup-directory-input-stream.h [new file with mode: 0644]
libsoup/soup-enum-types.c.tmpl [new file with mode: 0644]
libsoup/soup-enum-types.h.tmpl [new file with mode: 0644]
libsoup/soup-form.c [new file with mode: 0644]
libsoup/soup-form.h [new file with mode: 0644]
libsoup/soup-gnome-features.c [new file with mode: 0644]
libsoup/soup-gnome-features.h [new file with mode: 0644]
libsoup/soup-gnome.h [new file with mode: 0644]
libsoup/soup-headers.c [new file with mode: 0644]
libsoup/soup-headers.h [new file with mode: 0644]
libsoup/soup-http-input-stream.c [new file with mode: 0644]
libsoup/soup-http-input-stream.h [new file with mode: 0644]
libsoup/soup-logger.c [new file with mode: 0644]
libsoup/soup-logger.h [new file with mode: 0644]
libsoup/soup-marshal.list [new file with mode: 0644]
libsoup/soup-message-body.c [new file with mode: 0644]
libsoup/soup-message-body.h [new file with mode: 0644]
libsoup/soup-message-client-io.c [new file with mode: 0644]
libsoup/soup-message-headers.c [new file with mode: 0644]
libsoup/soup-message-headers.h [new file with mode: 0644]
libsoup/soup-message-io.c [new file with mode: 0644]
libsoup/soup-message-private.h [new file with mode: 0644]
libsoup/soup-message-queue.c [new file with mode: 0644]
libsoup/soup-message-queue.h [new file with mode: 0644]
libsoup/soup-message-server-io.c [new file with mode: 0644]
libsoup/soup-message.c [new file with mode: 0644]
libsoup/soup-message.h [new file with mode: 0644]
libsoup/soup-method.c [new file with mode: 0644]
libsoup/soup-method.h [new file with mode: 0644]
libsoup/soup-misc-private.h [new file with mode: 0644]
libsoup/soup-misc.c [new file with mode: 0644]
libsoup/soup-misc.h [new file with mode: 0644]
libsoup/soup-multipart.c [new file with mode: 0644]
libsoup/soup-multipart.h [new file with mode: 0644]
libsoup/soup-password-manager-gnome.c [new file with mode: 0644]
libsoup/soup-password-manager-gnome.h [new file with mode: 0644]
libsoup/soup-password-manager.c [new file with mode: 0644]
libsoup/soup-password-manager.h [new file with mode: 0644]
libsoup/soup-path-map.c [new file with mode: 0644]
libsoup/soup-path-map.h [new file with mode: 0644]
libsoup/soup-portability.h [new file with mode: 0644]
libsoup/soup-proxy-resolver-default.c [new file with mode: 0644]
libsoup/soup-proxy-resolver-default.h [new file with mode: 0644]
libsoup/soup-proxy-resolver-gnome.c [new file with mode: 0644]
libsoup/soup-proxy-resolver-gnome.h [new file with mode: 0644]
libsoup/soup-proxy-resolver-static.c [new file with mode: 0644]
libsoup/soup-proxy-resolver-static.h [new file with mode: 0644]
libsoup/soup-proxy-resolver.c [new file with mode: 0644]
libsoup/soup-proxy-resolver.h [new file with mode: 0644]
libsoup/soup-proxy-uri-resolver.c [new file with mode: 0644]
libsoup/soup-proxy-uri-resolver.h [new file with mode: 0644]
libsoup/soup-request-data.c [new file with mode: 0644]
libsoup/soup-request-data.h [new file with mode: 0644]
libsoup/soup-request-file.c [new file with mode: 0644]
libsoup/soup-request-file.h [new file with mode: 0644]
libsoup/soup-request-http.c [new file with mode: 0644]
libsoup/soup-request-http.h [new file with mode: 0644]
libsoup/soup-request.c [new file with mode: 0644]
libsoup/soup-request.h [new file with mode: 0644]
libsoup/soup-requester.c [new file with mode: 0644]
libsoup/soup-requester.h [new file with mode: 0644]
libsoup/soup-server.c [new file with mode: 0644]
libsoup/soup-server.h [new file with mode: 0644]
libsoup/soup-session-async.c [new file with mode: 0644]
libsoup/soup-session-async.h [new file with mode: 0644]
libsoup/soup-session-feature.c [new file with mode: 0644]
libsoup/soup-session-feature.h [new file with mode: 0644]
libsoup/soup-session-private.h [new file with mode: 0644]
libsoup/soup-session-sync.c [new file with mode: 0644]
libsoup/soup-session-sync.h [new file with mode: 0644]
libsoup/soup-session.c [new file with mode: 0644]
libsoup/soup-session.h [new file with mode: 0644]
libsoup/soup-socket.c [new file with mode: 0644]
libsoup/soup-socket.h [new file with mode: 0644]
libsoup/soup-ssl.c [new file with mode: 0644]
libsoup/soup-ssl.h [new file with mode: 0644]
libsoup/soup-status.c [new file with mode: 0644]
libsoup/soup-status.h [new file with mode: 0644]
libsoup/soup-types.h [new file with mode: 0644]
libsoup/soup-uri.c [new file with mode: 0644]
libsoup/soup-uri.h [new file with mode: 0644]
libsoup/soup-value-utils.c [new file with mode: 0644]
libsoup/soup-value-utils.h [new file with mode: 0644]
libsoup/soup-xmlrpc.c [new file with mode: 0644]
libsoup/soup-xmlrpc.h [new file with mode: 0644]
libsoup/soup.h [new file with mode: 0644]
m4/introspection.m4 [new file with mode: 0644]
m4/libgcrypt.m4 [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/auth-test.c [new file with mode: 0644]
tests/chunk-test.c [new file with mode: 0644]
tests/coding-test.c [new file with mode: 0644]
tests/context-test.c [new file with mode: 0644]
tests/continue-test.c [new file with mode: 0644]
tests/cookies-test.c [new file with mode: 0644]
tests/date.c [new file with mode: 0644]
tests/dns.c [new file with mode: 0644]
tests/forms-test.c [new file with mode: 0644]
tests/get.c [new file with mode: 0644]
tests/getbug.c [new file with mode: 0644]
tests/header-parsing.c [new file with mode: 0644]
tests/htdigest [new file with mode: 0644]
tests/htpasswd [new file with mode: 0644]
tests/httpd.conf.in [new file with mode: 0644]
tests/index.txt [new file with mode: 0644]
tests/libsoup.supp [new file with mode: 0644]
tests/misc-test.c [new file with mode: 0644]
tests/ntlm-test.c [new file with mode: 0644]
tests/proxy-test.c [new file with mode: 0644]
tests/pull-api.c [new file with mode: 0644]
tests/range-test.c [new file with mode: 0644]
tests/redirect-test.c [new file with mode: 0644]
tests/requester-test.c [new file with mode: 0644]
tests/resources/atom.xml [new file with mode: 0644]
tests/resources/home.gif [new file with mode: 0644]
tests/resources/html_binary.html [new file with mode: 0644]
tests/resources/mbox [new file with mode: 0644]
tests/resources/mbox.gz [new file with mode: 0644]
tests/resources/ps_binary.ps [new file with mode: 0644]
tests/resources/rss20.xml [new file with mode: 0644]
tests/resources/test.html [new file with mode: 0644]
tests/resources/text_binary.txt [new file with mode: 0644]
tests/server-auth-test.c [new file with mode: 0644]
tests/simple-httpd.c [new file with mode: 0644]
tests/simple-proxy.c [new file with mode: 0644]
tests/sniffing-test.c [new file with mode: 0644]
tests/streaming-test.c [new file with mode: 0644]
tests/test-cert.pem [new file with mode: 0644]
tests/test-key.pem [new file with mode: 0644]
tests/test-utils.c [new file with mode: 0644]
tests/test-utils.h [new file with mode: 0644]
tests/timeout-test.c [new file with mode: 0644]
tests/uri-parsing.c [new file with mode: 0644]
tests/xmlrpc-server-test.c [new file with mode: 0644]
tests/xmlrpc-server.php [new file with mode: 0644]
tests/xmlrpc-test.c [new file with mode: 0644]