Lines Matching refs:SoupServer
69 * SoupServer: Fixes to Windows path handling [Ignacio Casal Quinteiro]
139 by default in SoupServer and in the client side only if SoupWebsocketExtensionManager
657 * Fixed SoupServer Web Sockets code so that the
739 SoupSession and SoupServer. [#627738, Dan Winship and Lionel
751 non-GSocketConnection GIOStream to SoupServer (eg, when
757 steal a GIOStream from a SoupSession or SoupServer and then
760 * Added soup_server_add_early_handler(), for adding SoupServer
872 * Added new-and-improved SoupServer API, and deprecated much
878 and https from a single SoupServer.
880 * You can create a SoupServer from an existing listening
883 * When using the new APIs, SoupServer now obeys the
1061 * Fix the SoupServer:tls-certificate property;
1099 * Added SoupServer:http-aliases and :https-aliases properties,
1110 SoupServer [pointed out on mailing list, Dan]. Also, added
1159 * Changed SoupServer to call unref() on the query hash table
1664 * Fixed SoupServer:async-context to work properly again
1849 * Fixed a crash when disposing a SoupServer with open
1929 * Fixed SoupServer to be able to correctly respond to HTTP/1.0
1955 testing SoupServer against an HTTP protocol fuzzer. Also
2029 redirection responses from a SoupServer. [Dan]
2076 * Likewise, added SoupServer:tls-certificate, for specifying a
2161 SoupServer users to unintentionally allow accessing the
2271 SoupServer, since it is not possible to g_object_unref() it
2323 SoupServer query string handling) with datasets that contain
2615 * Fixed the "request-read" signal in SoupServer to actually be
2629 * Removed a harmless warning in SoupServer. [#606645]
2810 * Fixed a crash in SoupServer introduced in 2.27.90 when
2823 * It is now possible to implement "OPTIONS *" in a SoupServer;
3046 * Fixed SoupServer to support using SOUP_ENCODING_EOF, so you
3187 * SoupServer now automatically handles partial GET requests;
3402 SOUP_SERVER_SERVER_HEADER to SoupServer, to support
3487 * It is now possible for a SoupServer to use Digest auth
3494 * SoupServer is now subclassible [#491653, Mathias Hasselmann]
3523 * SoupServer now automatically adds a "Date" header
3553 * Fix socket refcounting in SoupServer to fix warnings /
3619 * Fixed header parsing, including a crash in SoupServer with
3654 * Fixed some small leaks in SoupServer pointed out by Paolo
3659 * SoupServer now works even if you don't explicitly set an
3701 * Fixed outgoing data corruption caused when SoupServer
3740 * SoupSession, SoupServer, SoupConnection, SoupSocket, and
3761 CPU when a connection to a SoupServer was dropped by the
3790 * Added some API to SoupServer and SoupSocket to help fix a
3918 * CGI support in SoupServer