summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 2.4.1. Bump AGE and CURRENT.LIBSOUP_2_4_1Dan Winship2008-04-071-0/+8
* If pausing a message that was waiting to unpause, cancel the unpause.Dan Winship2008-04-071-0/+5
* Don't cache negative results, even if the DNS server explicitly statesDan Winship2008-04-051-0/+8
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-0/+35
* fix test for AI_ADDRCONFIG. Noticed while looking at #526321.Dan Winship2008-04-051-0/+5
* globally ignore SIGPIPE rather than only doing it around socket writeDan Winship2008-04-051-0/+10
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-0/+36
* Explicitly assign each of the variables to NULL, because that apparentlyDan Winship2008-04-051-0/+6
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-041-0/+20
* Be more aggressive about closing unused persistent connectionsDan Winship2008-04-031-0/+13
* de-constify msg->reason_phrase; it's no more const than any other structDan Winship2008-03-291-0/+14
* fix the test for no-day-parsed (parse_year): likewise fix the test forDan Winship2008-03-291-0/+15
* don't crash if the auth_callback returns NULL (meaning "unrecognizedDan Winship2008-03-251-2/+8
* Remove erroneous local run_tests variable. (Noted by "Curtman" on IRC.)Dan Winship2008-03-251-0/+5
* compare WWW-Authenticate auth schemes case-insensitively.Dan Winship2008-03-191-0/+16
* Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout afterDan Winship2008-03-181-0/+22
* if delaying the unpause to idle time, we need to keep track of the idleDan Winship2008-03-181-0/+10
* Define two new signals, request_queued and request_unqueued, to provided aDan Winship2008-03-161-0/+15
* Fix Host header syntax when the host is an IPv6 address literal. NoticedDan Winship2008-03-141-0/+6
* add an orig_http_version field.Dan Winship2008-03-141-0/+21
* Fix ChangeLogXan Lopez2008-03-131-1/+1
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+17
* g_thread_init should be called before any other glib function.Xan Lopez2008-03-131-0/+12
* 2.4.0!LIBSOUP_2_4_0Dan Winship2008-03-101-0/+6
* (redirect_handler): PROPFIND is defined to be "safe andDan Winship2008-02-281-0/+11
* Re-revert the change from 2008-02-09; the problem with ssl-test.c was notDan Winship2008-02-281-0/+7
* free priv->user_agent. #518798, Wouter Cloetens.Dan Winship2008-02-281-0/+5
* ensure that nread/nwrote parameters aren't NULL. They are also properlyBenjamin Otte2008-02-271-0/+7
* 2.3.4LIBSOUP_2_3_4Dan Winship2008-02-251-0/+6
* rename from libsoup to libsoup-2.4 (TARGET_DIR): don't need to overrideDan Winship2008-02-251-0/+15
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-0/+15
* Add gobject-2.0 and gio-2.0 to Requires. Move libxml-2.0 and the SSLSebastian Dröge2008-02-201-0/+6
* post-release bump to 2.3.3Dan Winship2008-02-121-0/+4
* 2.3.2 (SOUP_CURRENT): bump for API changesLIBSOUP_2_3_2Dan Winship2008-02-111-0/+7
* Misc gtk-doc fix-upsDan Winship2008-02-101-0/+4
* remove prototype for soup_signal_connect_once, which is only used byDan Winship2008-02-091-0/+9
* mark the DES magic number arrays constDan Winship2008-02-091-0/+20
* Add an iterator type for SoupMessageHeaders.Dan Winship2008-02-091-0/+21
* Ref the auth domain when adding it.Dan Winship2008-02-071-0/+9
* New method that lets the application set a callback function to use toDan Winship2008-02-071-0/+20
* clamp the result to the time_t range, and document that. Remove the #ifdefDan Winship2008-02-071-0/+8
* Fix the handling of soup-enum-types.h to ensure that it gets built beforeDan Winship2008-02-041-0/+5
* update documentation to new APIBenjamin Otte2008-02-031-0/+4
* fix default connections-per-host again; it was defined in two places. AddDan Winship2008-02-031-0/+12
* if the request headers contain an unrecognized Expect: header, returnDan Winship2008-02-031-0/+11
* Misc fixes: don't redirect on "300 Multiple Choices", "304 Not Modified",Dan Winship2008-02-031-0/+9
* Fix these so that direct comparisons against them actually *are* fasterDan Winship2008-02-021-0/+9
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-0/+18
* Reorganize this; emitting DISCONNECTED may cause the session to unref theDan Winship2008-02-011-0/+8
* override this to include the API version, to fix the last remainingDan Winship2008-02-011-0/+5