| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing (nullable) annotations, assorted minor introspection fixes | Evan Nemerson | 2014-11-23 | 1 | -7/+8 |
* | soup-server: add new-and-improved APIs | Dan Winship | 2014-05-02 | 1 | -171/+999 |
* | soup-message-io: slight tweak to callback/error handling | Dan Winship | 2014-05-02 | 1 | -3/+5 |
* | soup-server: clarify soup_server_[un]pause_message() documentation | Philip Withnall | 2013-11-17 | 1 | -0/+8 |
* | SoupServer: check only for tls-certificate to know if a server is running pla... | Fabiano Fidêncio | 2013-10-08 | 1 | -2/+3 |
* | SoupServer: add :http-aliases and :https-aliases properties | Dan Winship | 2013-08-26 | 1 | -1/+116 |
* | replace g_hash_table_destroy with _unref for server query | Bernhard Schuster | 2013-06-28 | 1 | -1/+1 |
* | use libfffi-based generic marshaller instead of glib-genmarshal | Olivier Blin | 2013-06-08 | 1 | -5/+4 |
* | Rename all remaining "SoupMessage *req"s to "msg" | Dan Winship | 2012-12-17 | 1 | -14/+14 |
* | SoupServer: fix non-default-main-context usage | Dan Winship | 2012-07-18 | 1 | -0/+5 |
* | Clean up includes | Dan Winship | 2012-07-13 | 1 | -9/+1 |
* | Reorganize files to need fewer forward declarations | Dan Winship | 2012-07-13 | 1 | -166/+158 |
* | Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE | Dan Winship | 2012-07-13 | 1 | -14/+1 |
* | Use g_clear_object(), g_clear_pointer() | Dan Winship | 2012-07-13 | 1 | -12/+6 |
* | Use g_slist_free_full() | Dan Winship | 2012-07-13 | 1 | -4/+1 |
* | introspection: Fix warnings | Jasper St. Pierre | 2012-05-24 | 1 | -4/+4 |
* | server: keep a ref on the client context while clearing up | Jonny Lamb | 2012-04-04 | 1 | -0/+12 |
* | Use Makefile.glib | Dan Winship | 2012-02-08 | 1 | -4/+4 |
* | Add SoupServer:tls-certificate to go with SoupSession:tlsdb | Dan Winship | 2011-09-29 | 1 | -6/+60 |
* | Use GTlsDatabase, add new SoupSession properties for it | Dan Winship | 2011-09-29 | 1 | -9/+11 |
* | Lots of gtk-doc fixes (no code changes) | Dan Winship | 2011-09-22 | 1 | -4/+5 |
* | Don't use the reserved keyword 'interface' | Erik van Pienbroek | 2011-08-27 | 1 | -16/+16 |
* | SoupServer: fix to not allow smuggling ".." into path | Dan Winship | 2011-07-28 | 1 | -0/+9 |
* | Fix memory leaks, update libsoup.supp | Dan Winship | 2011-04-07 | 1 | -11/+22 |
* | Add 'soup_server_disconnect' method | Andreas Rottmann | 2011-03-12 | 1 | -0/+32 |
* | Fix parsing/generation of URI queries that aren't HTML forms | Dan Winship | 2010-11-09 | 1 | -1/+1 |
* | soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFn | Dan Winship | 2010-06-09 | 1 | -3/+5 |
* | Add gobject-introspection support | Andreas Rottmann | 2010-04-26 | 1 | -9/+11 |
* | [SoupServer] actually emit request-read, as documented | Dan Winship | 2010-02-01 | 1 | -0/+2 |
* | Support "OPTIONS *" in SoupServer | Dan Winship | 2009-08-09 | 1 | -2/+22 |
* | gtk-doc updates. In particular, document a bunch of convenience #defines, | Dan Winship | 2009-03-08 | 1 | -0/+42 |
* | Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF | Dan Winship | 2009-02-19 | 1 | -2/+0 |
* | Fix this so we choose the *strongest* auth type first, rather than the | Dan Winship | 2008-11-28 | 1 | -1/+1 |
* | New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either the | Dan Winship | 2008-04-05 | 1 | -1/+3 |
* | if delaying the unpause to idle time, we need to keep track of the idle | Dan Winship | 2008-03-18 | 1 | -1/+1 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions. | Xan Lopez | 2008-03-13 | 1 | -0/+2 |
* | Misc gtk-doc fix-ups | Dan Winship | 2008-02-11 | 1 | -0/+28 |
* | Misc gtk-doc fix-ups | Dan Winship | 2008-02-10 | 1 | -0/+2 |
* | Ref the auth domain when adding it. | Dan Winship | 2008-02-07 | 1 | -0/+1 |
* | fix default connections-per-host again; it was defined in two places. Add | Dan Winship | 2008-02-03 | 1 | -0/+39 |
* | Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr) | Dan Winship | 2008-02-01 | 1 | -9/+43 |
* | fix to not sometimes read beyond the end of the string. | Dan Winship | 2008-01-27 | 1 | -0/+1 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -252/+747 |
* | don't leak the async_context | Dan Winship | 2007-11-21 | 1 | -0/+24 |
* | ref the socket around the processing of the message, since otherwise it | Dan Winship | 2007-10-28 | 1 | -0/+2 |
* | Make a real SoupSSLCredentials type rather than just using gpointer | Dan Winship | 2007-04-16 | 1 | -1/+1 |
* | Fix leaks pointed out by Paolo Borelli. #351500 | Dan Winship | 2006-11-03 | 1 | -3/+3 |
* | initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather than | Dan Winship | 2006-07-21 | 1 | -1/+1 |
* | bump version to 2.2.90. This will not be officially released, but once | Dan Winship | 2005-11-10 | 1 | -6/+27 |
* | Fix compilation errors. | Tambet Ingo | 2005-08-15 | 1 | -2/+5 |