summaryrefslogtreecommitdiff
path: root/libsoup/soup-server.c
Commit message (Expand)AuthorAgeFilesLines
* soup-server: clarify soup_server_[un]pause_message() documentationPhilip Withnall2013-11-171-0/+8
* SoupServer: check only for tls-certificate to know if a server is running pla...Fabiano Fidêncio2013-10-081-2/+3
* SoupServer: add :http-aliases and :https-aliases propertiesDan Winship2013-08-261-1/+116
* replace g_hash_table_destroy with _unref for server queryBernhard Schuster2013-06-281-1/+1
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-5/+4
* Rename all remaining "SoupMessage *req"s to "msg"Dan Winship2012-12-171-14/+14
* SoupServer: fix non-default-main-context usageDan Winship2012-07-181-0/+5
* Clean up includesDan Winship2012-07-131-9/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-166/+158
* Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPEDan Winship2012-07-131-14/+1
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-12/+6
* Use g_slist_free_full()Dan Winship2012-07-131-4/+1
* introspection: Fix warningsJasper St. Pierre2012-05-241-4/+4
* server: keep a ref on the client context while clearing upJonny Lamb2012-04-041-0/+12
* Use Makefile.glibDan Winship2012-02-081-4/+4
* Add SoupServer:tls-certificate to go with SoupSession:tlsdbDan Winship2011-09-291-6/+60
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-291-9/+11
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-4/+5
* Don't use the reserved keyword 'interface'Erik van Pienbroek2011-08-271-16/+16
* SoupServer: fix to not allow smuggling ".." into pathDan Winship2011-07-281-0/+9
* Fix memory leaks, update libsoup.suppDan Winship2011-04-071-11/+22
* Add 'soup_server_disconnect' methodAndreas Rottmann2011-03-121-0/+32
* Fix parsing/generation of URI queries that aren't HTML formsDan Winship2010-11-091-1/+1
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-3/+5
* Add gobject-introspection supportAndreas Rottmann2010-04-261-9/+11
* [SoupServer] actually emit request-read, as documentedDan Winship2010-02-011-0/+2
* Support "OPTIONS *" in SoupServerDan Winship2009-08-091-2/+22
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+42
* Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOFDan Winship2009-02-191-2/+0
* Fix this so we choose the *strongest* auth type first, rather than theDan Winship2008-11-281-1/+1
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-1/+3
* if delaying the unpause to idle time, we need to keep track of the idleDan Winship2008-03-181-1/+1
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+2
* Misc gtk-doc fix-upsDan Winship2008-02-111-0/+28
* Misc gtk-doc fix-upsDan Winship2008-02-101-0/+2
* Ref the auth domain when adding it.Dan Winship2008-02-071-0/+1
* fix default connections-per-host again; it was defined in two places. AddDan Winship2008-02-031-0/+39
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-9/+43
* fix to not sometimes read beyond the end of the string.Dan Winship2008-01-271-0/+1
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-252/+747
* don't leak the async_contextDan Winship2007-11-211-0/+24
* ref the socket around the processing of the message, since otherwise itDan Winship2007-10-281-0/+2
* Make a real SoupSSLCredentials type rather than just using gpointerDan Winship2007-04-161-1/+1
* Fix leaks pointed out by Paolo Borelli. #351500Dan Winship2006-11-031-3/+3
* initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather thanDan Winship2006-07-211-1/+1
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-6/+27
* Fix compilation errors.Tambet Ingo2005-08-151-2/+5
* new method to get the server's listening socket.Dan Winship2005-08-121-0/+7
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-106/+129
* Redo the various IPv4/IPv6-abstracting macros to not use ?: expressions asDan Winship2004-06-021-10/+9