summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sniffing: Document the specification we are targetingGustavo Noronha Silva2014-02-171-0/+4
|/
* SoupConnection: Explicitly set SoupAddress protocol.Matthew Barnes2014-02-171-3/+16
* tests: use TAP, and install the testsDan Winship2014-02-0818-133/+1014
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-0812-217/+174
* tests: initial port to the gtestutils frameworkDan Winship2014-02-0836-3849/+2392
* updated kn.poShankar Prasad2014-02-051-14/+13
* tests: headers: allow checks on non present headers fieldsLionel Landwerlin2014-01-191-2/+23
* tests: headers-parsing: allow checks with case insensitive headers fieldsLionel Landwerlin2014-01-191-1/+1
* soup_uri_to_string: document that passwords are never outputDan Winship2014-01-181-0/+3
* tests: ignore proxy settingsDan Winship2014-01-073-0/+7
* examples: fix simple-proxyDan Winship2014-01-071-1/+1
* soup-tld: accept ASCII-encoded hostnames tooDan Winship2013-12-182-11/+82
* 2.45.32.45.3Dan Winship2013-12-162-1/+58
* Update the public suffix list (and its test)Dan Winship2013-12-112-152/+770
* Misc docs updatesDan Winship2013-12-1114-65/+84
* docs: Update client-side tutorial for 2.42, document request APIsDan Winship2013-12-115-202/+391
* SoupSocket: set TCP_NODELAY on socketsDan Winship2013-12-101-0/+1
* fix up non-literal format string issuesRyan Lortie2013-12-092-6/+11
* no-ssl-test: fix indentationDan Winship2013-12-081-151/+151
* soup-version: add 2.46Dan Winship2013-12-081-0/+15
* Update Chinese simplified translation甘露(Gan Lu)2013-12-071-4/+4
* Update Chinese simplified translation甘露(Gan Lu)2013-12-071-21/+46
* no-ssl-test: fix for GDummyTlsBackend changesDan Winship2013-11-201-5/+0
* SoupMessage: add :request-body-data and :response-body-data propertiesDan Winship2013-11-172-15/+74
* session-test: fix to work with the dummy TLS backendDan Winship2013-11-171-8/+13
* soup-message: minor fixups to soup_message_set_request/response_body()Dan Winship2013-11-171-4/+11
* soup-server: clarify soup_server_[un]pause_message() documentationPhilip Withnall2013-11-171-0/+8
* test-utils: bump up debug_level when running under "make check"Dan Winship2013-11-101-0/+3
* Fix SoupClientInputStream close on errorDan Winship2013-11-043-16/+72
* soup-session: update a comment for current realityDan Winship2013-11-041-3/+3
* requester-test: reorganize to be more like other testsDan Winship2013-11-041-84/+108
* socket: Don't leak GTasksChristophe Fergeau2013-11-041-0/+3
* Don't leak g_get_current_dir() resultChristophe Fergeau2013-11-041-0/+1
* tests/connection-test: Ensure quit source id is reset to 0 between runsColin Walters2013-11-031-1/+5
* Fix 'return with no value' warningFabiano Fidêncio2013-10-221-1/+1
* SoupSession: propagate GErrors to callersDan Winship2013-10-194-14/+27
* SoupConnection: make methods gio-likeDan Winship2013-10-195-251/+374
* SoupSocket: make handshaking methods gio-likeDan Winship2013-10-193-153/+170
* soup-message-io: fix early SoupClientInputStream close caseDan Winship2013-10-191-1/+1