summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* SoupSession: set the connection to IDLE on unqueuing SoupMessagesSergio Villar Senin2011-09-293-3/+2
* Update for GStaticMutex deprecation in glib masterDan Winship2011-09-291-3/+3
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-2225-124/+376
* SoupSession: forget about SoupHosts if not usedSergio Villar Senin2011-09-191-1/+48
* soup-socket: fix tls-errors propertyDan Winship2011-09-193-6/+9
* soup-message-io: fix setting of SoupMessage TLS propertiesDan Winship2011-09-191-24/+19
* soup-http-input-stream: read data from leftover buffers in finished messagesSergio Villar Senin2011-09-161-8/+8
* Fix documentation to use the appropriate term for flagsGustavo Noronha Silva2011-09-131-1/+1
* Don't use the reserved keyword 'interface'Erik van Pienbroek2011-08-273-24/+22
* Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodiesDan Winship2011-08-164-14/+28
* SoupContentSniffer: don't use gio anymorearno2011-08-081-43/+6
* Call soup_message_clean_response() when restarting a messageDan Winship2011-08-081-0/+2
* Default to TLS for https connections, and fall back to SSLv3 on failureDan Winship2011-08-079-15/+116
* SoupConnection: do TLS handshake at connection timeDan Winship2011-08-0710-68/+228
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-0413-39/+63
* Support NTLM Single Sign OnMandy Wu2011-08-041-1/+239
* Soup-2.4.gir: filter out SoupProxyResolverDan Winship2011-07-311-1/+1
* Add/update some "Since" flagsDan Winship2011-07-3111-19/+121
* soup-request-http: fix usage with non-default-contextDan Winship2011-07-313-62/+11
* SoupServer: fix to not allow smuggling ".." into pathDan Winship2011-07-281-0/+9
* soup-session.c: mark helper property API as (skip) to not collide with bindingsJasper St. Pierre2011-07-221-6/+6
* soup-cache.c: use hashes for entry keys. Added entry key collision handling.Sergio Villar Senin2011-07-061-101/+108
* soup-cache: plug memory leakXan Lopez2011-07-051-0/+1
* Revert "soup-message-io: clear connection from queue items when IDLE status i...Dan Winship2011-07-041-4/+1
* soup-message-io.c: Fix integer overflow on 32bitJens Georg2011-06-291-1/+1
* soup-cache: fix a use after freeSergio Villar Senin2011-06-291-69/+58
* soup-cache.c: Replaced the type of some SoupCacheEntry fields.Sergio Villar Senin2011-06-241-15/+20
* soup-cache: keep track of the HTTP status code to use it for cache responsesSergio Villar Senin2011-06-162-7/+13
* soup-cache: Add versioning support to SoupCacheSergio Villar Senin2011-06-161-5/+49
* soup-session.c: reference leak in soup_session_prepare_for_uriSergio Villar Senin2011-06-161-0/+1
* soup-cache: removed a g_debug statementSergio Villar Senin2011-06-141-1/+0
* soup-cache: fix several leaks.Sergio Villar Senin2011-06-131-47/+59
* soup-cache: update state of SoupMessages when returning data from the cacheSergio Villar Senin2011-06-082-11/+16
* soup-message-io: clear connection from queue items when IDLE status is setSergio Villar Senin2011-06-081-1/+4
* Fix few memory leaksMilan Crha2011-06-032-0/+4
* soup-cache: do not store hop-by-hop headers.Sergio Villar Senin2011-05-234-39/+43
* SoupContentDecoder: deal with broken apache Content-EncodingDan Winship2011-05-221-0/+10
* soup-request-file: plug leakXan Lopez2011-05-051-1/+1
* soup-cache: free params hash listXan Lopez2011-05-051-1/+3
* soup-session.c: always send the "Keep-Alive" headerSergio Villar Senin2011-04-261-38/+7
* soup-cache: plug leakXan Lopez2011-04-251-1/+2
* soup_session_abort: fix a race condition in SoupSessionSyncDan Winship2011-04-253-8/+64
* soup-cache: do not append data to existing filesSergio Villar Senin2011-04-201-28/+29
* soup_uri_to_string: print port numbers as unsigned integersSergio Villar Senin2011-04-151-1/+1
* Build relevant parts of libsoup-gnome on windowsFridrich Štrba2011-04-132-2/+11
* soup_request_data_send: data URL decoding fixSergio Villar Senin2011-04-074-37/+22
* Fix memory leaks, update libsoup.suppDan Winship2011-04-076-12/+34
* soup-multipart: Fix generation of Content-Disposition for broken serversDan Winship2011-04-072-38/+58
* soup-headers: Update UTF-8 header param handling for RFC 5987Dan Winship2011-04-071-9/+35
* Use the custom main context in SoupProxyResolverDefaultSebastian Dröge2011-03-301-0/+6