summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* 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
* sniffing: Add audio/video sniffingGustavo Noronha Silva2014-02-171-0/+111
* sniffing: Bring image sniffing up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-171-98/+114
* sniffing: Bring feed vs HTML up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-171-38/+79
* sniffing: Add comment to the XML types bitGustavo Noronha Silva2014-02-171-0/+1
* sniffing: Adjust the general unknown MIME type algorithmGustavo Noronha Silva2014-02-171-54/+186
* sniffing: Implement handling of the X-Content-Type-Options headerGustavo Noronha Silva2014-02-171-1/+5
* sniffing: Implement the check-apache-bug flagGustavo Noronha Silva2014-02-171-9/+28
* sniffing: Document the specification we are targetingGustavo Noronha Silva2014-02-171-0/+4
* SoupConnection: Explicitly set SoupAddress protocol.Matthew Barnes2014-02-171-3/+16
* soup_uri_to_string: document that passwords are never outputDan Winship2014-01-181-0/+3
* soup-tld: accept ASCII-encoded hostnames tooDan Winship2013-12-181-10/+57
* Misc docs updatesDan Winship2013-12-119-37/+49
* SoupSocket: set TCP_NODELAY on socketsDan Winship2013-12-101-0/+1
* fix up non-literal format string issuesRyan Lortie2013-12-091-0/+5
* soup-version: add 2.46Dan Winship2013-12-081-0/+15
* SoupMessage: add :request-body-data and :response-body-data propertiesDan Winship2013-11-172-15/+74
* 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
* Fix SoupClientInputStream close on errorDan Winship2013-11-042-13/+21
* soup-session: update a comment for current realityDan Winship2013-11-041-3/+3
* socket: Don't leak GTasksChristophe Fergeau2013-11-041-0/+3
* Don't leak g_get_current_dir() resultChristophe Fergeau2013-11-041-0/+1
* Fix 'return with no value' warningFabiano FidĂȘncio2013-10-221-1/+1
* SoupSession: propagate GErrors to callersDan Winship2013-10-193-12/+25
* 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
* soup-auth-ntlm: fix build with --without-ntlm-authDan Winship2013-10-171-0/+4
* soup-logger: fix -Wformat-nonliteral warnings in clangDan Winship2013-10-171-1/+4
* soup-uri: minor code reorg/renamingDan Winship2013-10-103-14/+18
* SoupServer: check only for tls-certificate to know if a server is running pla...Fabiano FidĂȘncio2013-10-081-2/+3
* soup-session: don't resolve default proxy-resolver/tlsdb if not neededDan Winship2013-09-291-10/+52
* Fix soup_client_input_stream_close to not blockDan Winship2013-09-292-5/+17
* Fix asynchronicity of soup_session_queue_message() on plain SoupSessionDan Winship2013-09-285-44/+57
* append_form_encoded: sync urlencode with php RFC1738 implementation.Alban Browaeys2013-09-241-1/+2
* Bug 703186 - fallback from automatic NTLM auth not workingDavid Woodhouse2013-09-131-5/+9
* Bug 708006 - libsoup fails to close connection when message cancelledDavid Woodhouse2013-09-131-0/+3
* SoupServer: add :http-aliases and :https-aliases propertiesDan Winship2013-08-266-53/+170
* soup-filter-input-stream: fix read_until() with subclassesDan Winship2013-08-251-5/+12
* soup-body-output-stream: fix closing of chunked streamDan Winship2013-08-251-1/+2
* soup_cookie_new: clarify the interpretation of @domainDan Winship2013-08-251-0/+4
* Also copy disabled features when copying messages.Andre Moreira Magalhaes (andrunko)2013-08-251-0/+7
* More IPv6 scope ID fixesDan Winship2013-08-192-4/+19
* soup-address: fix a GMainContext bugDan Winship2013-08-191-63/+48
* soup-address: handle IPv6 literals with scope IDsDan Winship2013-08-191-0/+60
* soup-message-headers: clarify that SoupServer has built-in Range handlingDan Winship2013-08-191-0/+22
* soup-message-server-io: handle unsatisfiable Range requests correctlyDan Winship2013-08-043-42/+92
* soup-session: Warn if [un]pausing messages from a sync sessionPhilip Withnall2013-07-281-0/+8