summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnome-2-22 branchgnome-2-22Dan Winship2008-04-070-0/+0
* 2.4.1. Bump AGE and CURRENT.LIBSOUP_2_4_1Dan Winship2008-04-074-3/+85
* If pausing a message that was waiting to unpause, cancel the unpause.Dan Winship2008-04-072-0/+10
* Don't cache negative results, even if the DNS server explicitly statesDan Winship2008-04-052-10/+12
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-0510-50/+231
* fix test for AI_ADDRCONFIG. Noticed while looking at #526321.Dan Winship2008-04-052-1/+6
* globally ignore SIGPIPE rather than only doing it around socket writeDan Winship2008-04-052-9/+14
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-0525-85/+109
* Explicitly assign each of the variables to NULL, because that apparentlyDan Winship2008-04-051-0/+2
* Explicitly assign each of the variables to NULL, because that apparentlyDan Winship2008-04-052-16/+26
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-047-15/+453
* Be more aggressive about closing unused persistent connectionsDan Winship2008-04-033-62/+64
* de-constify msg->reason_phrase; it's no more const than any other structDan Winship2008-03-294-7/+21
* fix the test for no-day-parsed (parse_year): likewise fix the test forDan Winship2008-03-293-78/+221
* update to latestDan Winship2008-03-291-9/+9
* don't crash if the auth_callback returns NULL (meaning "unrecognizedDan Winship2008-03-253-24/+51
* Remove erroneous local run_tests variable. (Noted by "Curtman" on IRC.)Dan Winship2008-03-252-1/+5
* compare WWW-Authenticate auth schemes case-insensitively.Dan Winship2008-03-194-18/+38
* Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout afterDan Winship2008-03-185-22/+108
* if delaying the unpause to idle time, we need to keep track of the idleDan Winship2008-03-183-4/+24
* Define two new signals, request_queued and request_unqueued, to provided aDan Winship2008-03-166-48/+253
* Fix Host header syntax when the host is an IPv6 address literal. NoticedDan Winship2008-03-142-3/+17
* add an orig_http_version field.Dan Winship2008-03-145-4/+47
* Fix ChangeLogXan Lopez2008-03-131-1/+1
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-1311-0/+37
* g_thread_init should be called before any other glib function.Xan Lopez2008-03-138-7/+19
* 2.4.0!LIBSOUP_2_4_0Dan Winship2008-03-103-1/+20
* typo in a commentDan Winship2008-02-281-1/+1
* (redirect_handler): PROPFIND is defined to be "safe andDan Winship2008-02-284-5/+19
* Re-revert the change from 2008-02-09; the problem with ssl-test.c was notDan Winship2008-02-282-5/+12
* free priv->user_agent. #518798, Wouter Cloetens.Dan Winship2008-02-282-0/+7
* ensure that nread/nwrote parameters aren't NULL. They are also properlyBenjamin Otte2008-02-272-2/+17
* 2.3.4LIBSOUP_2_3_4Dan Winship2008-02-253-1/+18
* rename from libsoup to libsoup-2.4 (TARGET_DIR): don't need to overrideDan Winship2008-02-256-4/+16
* remove old .cvsignore files...Dan Winship2008-02-255-63/+0
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-2512-20/+35
* Add gobject-2.0 and gio-2.0 to Requires. Move libxml-2.0 and the SSLSebastian Dröge2008-02-202-1/+8
* post-release bump to 2.3.3Dan Winship2008-02-122-1/+5
* fix a copy-and-pasto noticed by David WeinehallDan Winship2008-02-111-1/+1
* 2.3.2 (SOUP_CURRENT): bump for API changesLIBSOUP_2_3_2Dan Winship2008-02-113-2/+99
* Misc gtk-doc fix-upsDan Winship2008-02-112-0/+56
* Misc gtk-doc fix-upsDan Winship2008-02-1015-35/+205
* First draft of libsoup python bindings. Not complete, not final,Dan Winship2008-02-0918-0/+4266
* remove prototype for soup_signal_connect_once, which is only used byDan Winship2008-02-094-18/+21
* mark the DES magic number arrays constDan Winship2008-02-099-49/+67
* Add an iterator type for SoupMessageHeaders.Dan Winship2008-02-099-95/+181
* Ref the auth domain when adding it.Dan Winship2008-02-074-0/+13
* New method that lets the application set a callback function to use toDan Winship2008-02-079-50/+302
* clamp the result to the time_t range, and document that. Remove the #ifdefDan Winship2008-02-073-28/+30
* Fix the handling of soup-enum-types.h to ensure that it gets built beforeDan Winship2008-02-042-7/+13