Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-server.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2012-12-17 Dan WinshipRename all remaining "SoupMessage *req"s to "msg"
2012-07-18 Dan WinshipSoupServer: fix non-default-main-context usage
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-07-13 Dan WinshipUse G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2012-07-13 Dan WinshipUse g_slist_free_full()
2012-05-24 Jasper St. Pierreintrospection: Fix warnings
2012-04-04 Jonny Lambserver: keep a ref on the client context while clearing up
2012-02-08 Dan WinshipUse Makefile.glib
2011-09-30 Dan WinshipAdd SoupServer:tls-certificate to go with SoupSession...
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-08-28 Erik van PienbroekDon't use the reserved keyword 'interface'
2011-07-28 Dan WinshipSoupServer: fix to not allow smuggling ".." into path
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2011-03-12 Andreas RottmannAdd 'soup_server_disconnect' method
2010-11-09 Dan WinshipFix parsing/generation of URI queries that aren't HTML...
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-02-01 Dan Winship[SoupServer] actually emit request-read, as documented
2009-08-09 Dan WinshipSupport "OPTIONS *" in SoupServer
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
2008-11-28 Dan WinshipFix this so we choose the *strongest* auth type first...
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-03-18 Dan Winshipif delaying the unpause to idle time, we need to keep...
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-02-11 Dan WinshipMisc gtk-doc fix-ups
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-07 Dan WinshipRef the auth domain when adding it.
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-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the async_context
2007-10-28 Dan Winshipref the socket around the processing of the message...
2007-04-16 Dan WinshipMake a real SoupSSLCredentials type rather than just...
2006-11-03 Dan WinshipFix leaks pointed out by Paolo Borelli. #351500
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-08-15 Tambet IngoFix compilation errors.
2005-08-12 Dan Winshipnew method to get the server's listening socket.
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-06-02 Dan WinshipRedo the various IPv4/IPv6-abstracting macros to not...
2003-11-18 Dan Winshipdeclare soup_ssl_supported.
2003-10-24 Joe Shaw*** empty log message ***
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
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-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
2003-08-26 Dan WinshipDefine SoupMessage signal stuff (READ_HEADERS, READ_CHU...
2003-08-25 Dan WinshipAdd a "user_data" arg, pass it to the callbacks.
2003-08-25 Dan WinshipTake a uri string instead of a context. Also, swap...
2003-08-22 Dan WinshipNew file containing SoupMessagePrivate and some other
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2003-08-19 Dan WinshipNew API for doing socket IO. Works both synchronously...
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...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-06-17 Dan Winshipadd a ref_count field. (soup_transfer_read, create_writ...
2003-03-21 Joe ShawUse non-deprecated g_main_loop_* calls throughout....
2003-02-04 Joe ShawBump up to 1.99.6 for snaps.
2002-12-20 Joe ShawAdded. Starts a server only on the interface specified...
2002-11-18 Dan WinshipDon't use s6_addr32 since it's apparently non-portable...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-12 Dan WinshipCheck for IPv6 support in networking headers.
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-04-08 Alex GraveleyReturn copied auth context. doh.
2002-03-21 Alex GraveleyReturn default handler if none exist. Unregister defaul...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-11-01 Alex GraveleyDrop connection count of connect failed. (soup_context_...
2001-10-26 Alex GraveleyUse soup_uri_set_auth().
2001-10-18 Alex GraveleySet encoding out param appropriately. Ditto.
2001-10-16 Alex GraveleyFix nasty chunked encoding bug when the message is...
2001-10-05 Alex GraveleyImpl. Use instead of custom header free funcs throughout.
2001-10-04 Alex GraveleyFix const warnings.
2001-10-04 Alex GraveleyDon't create response_headers. This is done in soup_mes...
2001-09-29 Alex GraveleyAdd soup-socket-win.c.
2001-09-12 Alex GraveleyPass protocol to soup_server_new. Ditto.
2001-09-11 Alex GraveleyRemove windows \r newlines
2001-09-11 Alex GraveleyBuild fixes for Windows.
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-06-18 Alex GraveleyRemove accidental \r's. No more commiting from windows.
2001-06-15 Alex Graveleyadd check for unistd.h
2001-06-01 Alex GraveleyAdded.
2001-04-18 Alex GraveleyAdded SoupServerBasicToken, SoupServerDigestToken,
2001-03-22 Alex Graveleyremove hack to look at internals of GNET by using the...
2001-03-13 Alex Graveleyavoid leading and trailing quotes. If an exact match...
2001-03-09 Alex Graveleydemonstrate correct behavior here by unref'ing the...
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-15 Alex Graveleyupdate to return void from the callback. (main): do...
next