summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests/auth-test: clean up a bit and fix async auth test logicDan Winship2010-06-091-18/+41
* soup-status.c: #include config.h to get HAVE_SSL defineDan Winship2010-06-091-0/+2
* Fix (transfer) annotations on some non-transfer-full gettersDan Winship2010-06-094-14/+16
* sniffing-test: be robust against slightly-broken jhbuild configsDan Winship2010-06-081-0/+20
* SoupProxyResolverGNOME: improve behavior with more-recent libproxyDan Winship2010-06-082-83/+194
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-085-4/+27
* 2.31.2Dan Winship2010-06-082-1/+73
* Fix leak of uri in soup_form_request_for_data()Jonathon Jongsma2010-05-281-0/+1
* Annotate all hash table parameters and return values for introspectionGustavo Noronha Silva2010-05-245-16/+17
* add introspection files to .gitignoreDan Winship2010-05-241-0/+4
* soup-gnutls: talk to servers even if they use really lame key lengthsDan Winship2010-05-221-0/+5
* soup-gnutls: return SOUP_SSL_ERROR, not G_IO_ERROR, on handshake failureDan Winship2010-05-222-4/+6
* soup-message-io: only retry on I/O error if the connection has been usedDan Winship2010-05-223-1/+13
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-05-165-44/+134
* plug a small leak in test-utilsDan Winship2010-05-161-0/+1
* valgrind suppressions file updatesDan Winship2010-05-161-1/+7
* Add some helper functions to aid language bindingsAndreas Rottmann2010-05-032-2/+75
* TopGit-driven merge of branches:Andreas Rottmann2010-05-030-0/+0
|\
| * TopGit-driven merge of branches:Andreas Rottmann2010-05-030-0/+0
|/
* Mark SoupAuth and SoupAuthDomain abstractDan Winship2010-04-302-2/+2
* Mark SoupSession as an abstract classLorenzo Gil2010-04-301-1/+1
* Add get methods for SoupCookie, SoupDate, and SoupURI fieldsDan Winship2010-04-286-52/+447
* Add properties for request/response body/headersDan Winship2010-04-272-9/+80
* Add gobject-introspection supportAndreas Rottmann2010-04-2618-65/+239
* added PRAGMA secure_delete =1 to overwite deleted cookies with zerosLukasz Slachciak2010-04-261-1/+1
* post-branch bump to 2.31.0Dan Winship2010-04-111-1/+1
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-105-24/+82
* SoupLogger: don't crash if the session emits bogus dataDan Winship2010-04-101-0/+9
* soup_auth_domain_covers: skip the URI path check with proxy auth domainsDan Winship2010-04-102-8/+26
* soup-multipart: don't use Content-Transfer-Encoding in multipart/form-dataDan Winship2010-04-091-14/+0
* soup-multipart: remove extra CRLF before multipart bodyDan Winship2010-04-091-1/+2
* soup-multipart: don't quote the boundary string if it doesn't need itDan Winship2010-04-091-7/+7
* soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2010-04-096-24/+60
* Add macros for checking character classes. Eg, soup_char_is_token()Dan Winship2010-04-093-26/+77
* Do not try to resolve URIs without a hostXan Lopez2010-04-031-1/+9
* 2.30.0LIBSOUP_2_30_0Dan Winship2010-03-292-1/+22
* Add test that makes sure parameters are preservedGustavo Noronha Silva2010-03-151-1/+27
* Be less strict when checking whether to apply "text or binary"Gustavo Noronha Silva2010-03-151-7/+1
* Don't bind to public interfaces for tests.Dan Winship2010-03-133-3/+13
* Fix leaks found by valgrindDan Winship2010-03-138-1124/+110
* Fix a crash in the whitespace-stripping code in soup_uri_newDan Winship2010-03-131-1/+1
* Handle "Content-Encoding: x-gzip" as well as gzipDan Winship2010-03-011-0/+2
* 2.29.91LIBSOUP_2_29_91Dan Winship2010-02-221-0/+10
* pre-bump to 2.29.1Dan Winship2010-02-221-1/+1
* Misc gtk-doc updatesDan Winship2010-02-215-22/+6
* New SoupMessageFlag to report whether it has dealt with a trusted certificateGustavo Noronha Silva2010-02-215-11/+59
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-218-9/+97
* Fix error propagation on SSL cert errorsDan Winship2010-02-211-13/+12
* belatedly document the SOUP_MESSAGE_CONTENT_DECODED flagDan Winship2010-02-211-0/+4
* [SoupURI] further fixes to CRLF-strippingDan Winship2010-02-201-3/+8