summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2012-12-29Reorganize NTLM authentication, fix ntlm_auth supportDan Winship1-0/+1
Move the auth-managery parts of SoupAuthManagerNTLM down into SoupAuthManager, and the NTLMy parts into SoupAuthNTLM (in preparation for supporting other kinds of connection-based auth such as Negotiate). The reorganization also makes it possible to use SoupAuthNTLM to implement a mock version of /usr/bin/ntlm_auth, so we can extend ntlm-test to test both the built-in-NTLM and external-NTLM codepaths. Doing this reveals that, AFAICT, the external codepath did not previously actually work, because it mis-used G_SPAWN_FILE_AND_ARGV_ZERO and so ended up passing incorrect arguments to /usr/bin/ntlm_auth.
2012-10-22.gitignore: add tests/soup-tests.gresourceDan Winship1-0/+1
2012-10-22Add API to get version informationMartin Robinson1-0/+1
Expose API to get information about the soup version. This is useful because it allows applications to use API without actually depending on it completely. https://bugzilla.gnome.org/show_bug.cgi?id=684514
2012-07-04update .gitignore for tld_data.incDan Winship1-0/+1
2012-04-17add *.gmo to .gitignoreDan Winship1-0/+1
2012-04-17Add gettext supportDan Winship1-2/+6
There were already error messages in soup-request.c and soup-requester.c marked for translation, and we'll be adding more soon.
2012-02-08Use Makefile.glibDan Winship1-4/+2
Test drive Makefile.glib from bug 654395 (excepted distributed with the tarball rather than using one installed with glib).
2010-05-24add introspection files to .gitignoreDan Winship1-0/+4
2010-02-21Misc gtk-doc updatesDan Winship1-0/+1
2009-12-16Content-Encoding supportDan Winship1-17/+1
Adds SoupContentDecoder, which provides support for decoding "gzip" Content-Encoding. For now other types are not supported and can't be added. The SoupCoding interface is private because it will eventually be replaced with something GConverter-based. https://bugzilla.gnome.org/show_bug.cgi?id=522772
2009-10-13[configure] import libgcrypt.m4 to m4/Dan Winship1-1/+4
Fixes both https://bugzilla.gnome.org/show_bug.cgi?id=587709 (the current hack for letting you autogen without libgcrypt.m4 does the wrong thing if you have gnutls-devel but not libgcrypt-devel installed) and https://bugzilla.gnome.org/show_bug.cgi?id=592275 (older autotools don't automatically create the m4/ dir).
2009-08-09Use an m4/ directory for aclocal filesDan Winship1-0/+1
2009-07-02Implement content sniffingGustavo Noronha Silva1-0/+1
The implementation is based on the draft spec on Content-Type Processing Model (draft-abarth-mime-sniff-01). It is a spinoff from the HTML5 spec. Soup now provides a SoupContentSniffer session feature, which hooks into the message I/O, and delays emissions of the got-chunk signal to be able to figure out the Content-Type of messages from the actual content received, in some cases. GIO is also used to sniff content, whenever the spec allows further sniffing. http://bugzilla.gnome.org/show_bug.cgi?id=572589
2009-04-24Add a missing file to .gitignoreDan Winship1-0/+1
2009-04-18Add a regression test for SOUP_SESSION_TIMEOUTDan Winship1-0/+1
2009-04-17Add .gitignoreDan Winship1-0/+75