summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! soup-session: add soup_session_proxy_connect* functionswip/proxy-connectDan Winship2014-06-073-4/+13
* soup-session: add soup_session_proxy_connect* functionsDan Winship2014-06-074-36/+235
* docs: ignore soup-socket-private.hEvan Nemerson2014-05-271-1/+1
* Updated Czech translationMarek Černocký2014-05-171-22/+41
* Updated Hebrew translationYosef Or Boczko2014-05-161-25/+45
* Updated Spanish translationDaniel Mustieles2014-05-101-23/+44
* Updated Brazilian Portuguese translationEnrico Nicoletto2014-05-101-21/+43
* Pop the thread default main context not from the callback but from where it w...Sebastian Dröge2014-05-072-8/+6
* Add tls-interaction property to SoupSessionDan Winship2014-05-036-16/+238
* soup-session: fix connection-closing behavior on abortDan Winship2014-05-021-4/+10
* soup-server: add new-and-improved APIsDan Winship2014-05-0244-644/+2140
|\
| * SoupServer: add deprecation tags to deprecated APIDan Winship2014-05-021-0/+8
| * tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-0229-329/+781
| * soup-server: add new-and-improved APIsDan Winship2014-05-0215-315/+1351
|/
* soup-socket: misc improvementsDan Winship2014-05-0212-282/+675
|\
| * soup-socket: add properties to create a SoupSocket from an fd or GSocketDan Winship2014-05-024-15/+361
| * soup-socket: add flag close_on_dispose to SoupSocketDirkjan Ochtman2014-05-022-1/+18
| * soup-socket: Add SoupSocketProperties to transfer props from session to socketDan Winship2014-05-027-233/+250
| * Add soup-socket-private.hDan Winship2014-05-027-36/+49
|/
* soup-message-io: slight tweak to callback/error handlingDan Winship2014-05-024-11/+13
* soup-message-queue: minor fixDan Winship2014-05-021-4/+4
* soup-connection: don't disconnect the connection on disposeDirkjan Ochtman2014-05-021-5/+0
* soup-session, soup-connection: update handling of "ssl" flagDan Winship2014-05-023-18/+16
* Bump version to 2.47, add 2.48 version macrosDan Winship2014-05-012-1/+16
* Fix a memory leak in soup_cookie_jar_delete_cookie()Joseph Artsimovich2014-04-151-5/+2
* doap: update URLsPiotr Drąg2014-04-062-8/+8
* 2.46.02.46.0Dan Winship2014-03-242-2/+6
* 2.45.922.45.92Dan Winship2014-03-172-1/+23
* soup-socket: fixed leak in new_socket_client()Slava Monich2014-03-161-2/+7
* soup-session: force port for proxy URLSlava Monich2014-03-161-1/+1
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-1525-293/+485
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-1522-246/+13
* tests: split up some test programs into more testsDan Winship2014-03-1510-624/+831
* auth-test: remove some erroneous SKIP_IF_NO_APACHEsDan Winship2014-03-151-6/+0
* redirect-test: remove a flaky testDan Winship2014-03-101-103/+0
* xmlrpc-test: use g_test_skip()Dan Winship2014-03-091-4/+1
* test-utils: change http_debug command-line flagDan Winship2014-03-091-1/+1
* configure.ac: belatedly bump glib requirement to 2.38Dan Winship2014-03-091-2/+2
* Move to the platform categoryAlexandre Franke2014-02-231-0/+1
* 2.45.902.45.90Dan Winship2014-02-172-1/+32
* tests: skip individual tests rather than whole test programsDan Winship2014-02-1715-166/+144
* Merge branch 'content-sniffing-update'Dan Winship2014-02-1715-159/+605
|\
| * sniffing: Add audio/video sniffingGustavo Noronha Silva2014-02-178-0/+135
| * sniffing: Bring image sniffing up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-176-99/+127
| * sniffing: Bring feed vs HTML up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-174-43/+120
| * sniffing: Add comment to the XML types bitGustavo Noronha Silva2014-02-171-0/+1
| * sniffing: test that it allows leading whitespace in doctype headersAlberto Garcia2014-02-173-0/+16
| * sniffing: Adjust the general unknown MIME type algorithmGustavo Noronha Silva2014-02-172-55/+187
| * sniffing: Implement handling of the X-Content-Type-Options headerGustavo Noronha Silva2014-02-172-1/+24
| * sniffing: Implement the check-apache-bug flagGustavo Noronha Silva2014-02-174-10/+40