summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* 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
* [soup-logger] On response, always print headersAndres Gomez2013-07-151-7/+36
* soup-uri: fix URI scheme parsingDan Winship2013-07-131-2/+5
* tld-parser.py: Force file io to use utf-8Ross Lagerwall2013-07-131-2/+3
* Use GProxyResolver for all proxy resolvingDan Winship2013-07-1314-392/+352
* Rename SoupKnownStatusCode to SoupStatusDan Winship2013-07-135-7/+93
* build: use AM_CPPFLAGS rather than INCLUDESDan Winship2013-07-101-3/+3
* soup-session: Force cleanup of REMOTE_DISCONNECTED conns for sync sessionsPhilip Withnall2013-07-051-0/+2
* soup-session: Fix a crash when destroying a NULL unpause sourcePhilip Withnall2013-07-051-2/+1
* Add/fix some annotationsDan Winship2013-06-298-40/+40
* replace g_hash_table_destroy with _unref for server queryBernhard Schuster2013-06-281-1/+1
* oops, addendum to previous commitDan Winship2013-06-081-2/+1
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-0814-50/+33
* soup-socket: fix another leak in soup_socket_get_http_proxy_uri()Dan Winship2013-06-081-1/+4
* soup-session: fix a concurrency bugDan Winship2013-05-311-1/+4
* Fix a slightly-erroneous comment in soup-auth-basic/soup-auth-ntlm.Dan Winship2013-05-222-2/+2
* soup-socket: fix a memory leakRichard Röjfors2013-05-211-1/+4
* soup-session: cope with the dummy TLS backend betterDan Winship2013-05-201-8/+14