summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests: use TAP, and install the testsDan Winship2014-02-081-0/+1
| | | | | | | | | Import glib-tap.mk to run the tests in TAP mode, and to provide rules to install the tests. This required some restructuring of httpd.conf-related stuff in order to come up with a configuration that would work for all three cases (srcdir==buildir, srcdir!=builddir, and installed).
* Misc docs updatesDan Winship2013-12-111-0/+1
|
* build: use AC_CONFIG_AUX_DIR and update .gitignoreDan Winship2013-07-131-14/+3
| | | | | (Primarily to move automake 1.13's test-driver out of the top level so that the tests/ subdir autocompletes correctly again.)
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-1/+0
| | | | | | | g_cclosure_marshal_generic() is the default signal handler starting from glib 2.29.12. libsoup already requires glib 2.33.1. https://bugzilla.gnome.org/show_bug.cgi?id=686042
* examples: move examples from tests/ to examples/Dan Winship2013-02-231-4/+3
| | | | | | | | get, simple-httpd, and simple-proxy are more example code than test programs, so move them into a separate directory. Also, remove "dns", which was once a sort-of test of SoupAddress, but is now just a redundant sort-of test of GResolver.
* tests: [CENSORED] [CENSORED] automake [CENSORED]Dan Winship2013-02-191-0/+3
| | | | | | | Specifying serial-tests in AM_INIT_AUTOMAKE breaks the build with automake 1.11, so the only way to support both 1.11 and 1.13 is to make the tests work under the parallel harness. Fortunately this wasn't that hard.
* Reorganize NTLM authentication, fix ntlm_auth supportDan Winship2012-12-291-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.
* .gitignore: add tests/soup-tests.gresourceDan Winship2012-10-221-0/+1
|
* Add API to get version informationMartin Robinson2012-10-221-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
* update .gitignore for tld_data.incDan Winship2012-07-041-0/+1
|
* add *.gmo to .gitignoreDan Winship2012-04-171-0/+1
|
* Add gettext supportDan Winship2012-04-171-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.
* Use Makefile.glibDan Winship2012-02-081-4/+2
| | | | | Test drive Makefile.glib from bug 654395 (excepted distributed with the tarball rather than using one installed with glib).
* add introspection files to .gitignoreDan Winship2010-05-241-0/+4
|
* Misc gtk-doc updatesDan Winship2010-02-211-0/+1
|
* Content-Encoding supportDan Winship2009-12-161-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
* [configure] import libgcrypt.m4 to m4/Dan Winship2009-10-131-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).
* Use an m4/ directory for aclocal filesDan Winship2009-08-091-0/+1
|
* Implement content sniffingGustavo Noronha Silva2009-07-021-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
* Add a missing file to .gitignoreDan Winship2009-04-241-0/+1
|
* Add a regression test for SOUP_SESSION_TIMEOUTDan Winship2009-04-181-0/+1
|
* Add .gitignoreDan Winship2009-04-171-0/+75