summaryrefslogtreecommitdiff
path: root/libsoup/soup-server.h
Commit message (Expand)AuthorAgeFilesLines
* SoupServer: add deprecation tags to deprecated APIserver-apiDan Winship2014-03-151-0/+9
* SoupServer: add new-and-improved APIsDan Winship2014-03-151-38/+93
* SoupServer: add :http-aliases and :https-aliases propertiesDan Winship2013-08-261-0/+2
* Add SoupServer:tls-certificate to go with SoupSession:tlsdbDan Winship2011-09-291-7/+8
* Add 'soup_server_disconnect' methodAndreas Rottmann2011-03-121-0/+1
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
* fix default connections-per-host again; it was defined in two places. AddDan Winship2008-02-031-0/+1
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-4/+8
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-51/+52
* don't leak the async_contextDan Winship2007-11-211-0/+1
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-011-0/+3
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-0/+1
* use G_GNUC_NULL_TERMINATED.Dan Winship2005-08-151-1/+1
* new method to get the server's listening socket.Dan Winship2005-08-121-0/+2
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-3/+0
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-5/+7
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-0/+1
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-7/+3
* Make this a GObject. Remove SoupServerMessage code (toDan Winship2003-08-191-65/+52
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-1/+1
* Added. Starts a server only on the interface specified, instead of allJoe Shaw2002-12-201-0/+4
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-2/+2
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-1/+8
* Bump development version to 0.7.99.Alex Graveley2002-03-121-74/+64
* Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley2001-10-301-21/+16
* Pass protocol to soup_server_new. Ditto.Alex Graveley2001-09-121-4/+10
* Rewritten for the new apis, and to be more clean, and to have manyAlex Graveley2001-09-081-32/+51
* Fix headers for new layout. Ditto.Alex Graveley2001-08-291-2/+1
* Microsoft NTLM authentication support compliments of Dan WinshipAlex Graveley2001-08-231-11/+19
* gtk-doc fixups.Alex Graveley2001-05-221-3/+1
* SoupSocketConnectFn no longer takes a SoupAddress argument, as it can beAlex Graveley2001-04-231-1/+1
* Added SoupServerBasicToken, SoupServerDigestToken,Alex Graveley2001-04-181-15/+45
* remove hack to look at internals of GNET by using the new forked GNET :)Alex Graveley2001-03-221-1/+1
* demonstrate correct behavior here by unref'ing the context after messageAlex Graveley2001-03-091-6/+6
* soup_server_init should be an extern functionJP Rosevear2001-03-071-1/+1
* add allowable authentication types mask. (soup_server_set_method_auth):Alex Graveley2001-03-071-4/+11
* created. moved cgi-related request processing here. do not use it.Alex Graveley2001-03-071-3/+14
* glib idle callback which calls waitpid (nonblockingously) on all theAlex Graveley2001-02-281-0/+9
* Initial revision of server side request handling dispatcher.alex2001-02-121-0/+34