fixed typo enable_sqllite -> enable_sqlite
[platform/upstream/libsoup.git] / libsoup / soup-server.h
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2011-09-30 Dan WinshipAdd SoupServer:tls-certificate to go with SoupSession...
2011-03-12 Andreas RottmannAdd 'soup_server_disconnect' method
2008-02-25 Benjamin Otteuse an underscore for struct definitions. Fixes bug...
2008-02-03 Dan Winshipfix default connections-per-host again; it was defined...
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the async_context
2007-06-01 Jonathon Jongsmaadd G_BEGIN_DECLS / G_END_DECLS to all installed header...
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-08-15 Dan Winshipuse G_GNUC_NULL_TERMINATED.
2005-08-12 Dan Winshipnew method to get the server's listening socket.
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-19 Dan WinshipMake this a GObject. Remove SoupServerMessage code (to
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2002-12-20 Joe ShawAdded. Starts a server only on the interface specified...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-10-30 Alex GraveleyCall soup_auth_fn if we don't have auth data in the...
2001-09-12 Alex GraveleyPass protocol to soup_server_new. Ditto.
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-29 Alex GraveleyFix headers for new layout. Ditto.
2001-08-23 Alex GraveleyMicrosoft NTLM authentication support compliments of...
2001-05-22 Alex Graveleygtk-doc fixups.
2001-04-23 Alex GraveleySoupSocketConnectFn no longer takes a SoupAddress argum...
2001-04-18 Alex GraveleyAdded SoupServerBasicToken, SoupServerDigestToken,
2001-03-22 Alex Graveleyremove hack to look at internals of GNET by using the...
2001-03-09 Alex Graveleydemonstrate correct behavior here by unref'ing the...
2001-03-07 JP Rosevearsoup_server_init should be an extern function
2001-03-07 Alex Graveleyadd allowable authentication types mask. (soup_server_s...
2001-03-07 Alex Graveleycreated. moved cgi-related request processing here...
2001-02-28 Alex Graveleyglib idle callback which calls waitpid (nonblockingousl...
2001-02-12 alexInitial revision of server side request handling dispat...