index
:
delta/libsoup.git
autobahn-integration-new
autobahn-test-client
badconnect
baserock/2.46.0
baserock/markdoffman/morph
baserock/morph
cache
carlosgc/async-result-message
carlosgc/auth-fixes
carlosgc/auth-no-password
carlosgc/auth-retry-cancel
carlosgc/authenticate
carlosgc/clean-refcounted
carlosgc/client-side-certs2
carlosgc/cookies-non-http-uris
carlosgc/early-cancellation
carlosgc/form-message
carlosgc/io-data-ownership
carlosgc/io-split
carlosgc/logger
carlosgc/message-flags
carlosgc/metrics
carlosgc/no-aliases
carlosgc/no-new-api
carlosgc/null-post-content-length
carlosgc/preconnect
carlosgc/preconnect-stolen
carlosgc/remove-old-api
carlosgc/remove-request-started
carlosgc/request-body-no-content-type
carlosgc/request-body-stream
carlosgc/requeue-private
carlosgc/send_and_read
carlosgc/session-queue
carlosgc/simple-api
carlosgc/sniff-empty
carlosgc/soup-uri-copy
carlosgc/split-io
carlosgc/ssl
carlosgc/status
carlosgc/system-ca-file
carlosgc/websocket-connection-error
cherry-pick-01e361fc
ci-ipv6
coding
content-sniffing
content-sniffing-update
fix-docs
giobased
glib-build.mk
gnome-2-10
gnome-2-12
gnome-2-18
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-2-8
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gresolver
hsts
http2
installed-tests
issue-171
keyring
libsoup-2-0-branch
libsoup-2-74
libsoup-2.4
libsoup-3-0
libsoup-3-2
libsoup-bindings
libsoup-hacking-branch
libsoup-pre214-branch
master
master.msvc
mcatanzaro/#3
nacho/response-test
new-directory-list-design
new-io
pgriffis/connection-id
pgriffis/cookies-logging
pgriffis/coverage
pgriffis/digest-sha256
pgriffis/fedora-i686-ci
pgriffis/pollable
pgriffis/port-normalized
pgriffis/pygobject-overridedir
pgriffis/redirection-signal
pgriffis/remove-property-aliases
pgriffis/remove-property-functions
pgriffis/soup-logger-crash
pgriffis/updated-examples
pgriffis/valgrind
ricotz/vala
server-api
server-feature
server-handlers
sockprops
soup-0-4
soup-0-5
soup-0-6
soup-0-7
soup-0-7-1
soup-refactoring
structured-log
tintou/wip/auth-domain
tls
websocket
websockets-fixes-2.64
websockets-fixes-2.66
wip/aplazas/hsts
wip/async-close
wip/auth
wip/ci
wip/ci-test
wip/ci-update
wip/constructor
wip/danw/guri
wip/doc-fixes
wip/docs-threading
wip/fixes
wip/fuzzing
wip/hadess/reverse-http
wip/http2
wip/http2-a
wip/http2-b
wip/http2-upstreaming
wip/keepalive
wip/max-payload-size
wip/meson
wip/nacho/soup-extern
wip/noload
wip/payload-size-3-20
wip/pgriffis/markdown-docs
wip/pkg-config-tweaks
wip/proxy-connect
wip/remove-deprecations
wip/remove-header-extern-c
wip/ricotz/issue129
wip/server
wip/server-api
wip/server-early
wip/server-features
wip/server-steal
wip/smcv/error-log
wip/smcv/skip-apache
wip/soup-uri-removal
wip/test-runner
wip/threaded-body-reads
wip/tingping/cached-resolver
wip/tintou/auth-domain
wip/tintou/g-ir-no-header-guards
wip/tintou/many-gir-fixes
wip/tintou/proxy-resolver
wip/tintou/uri-constructor
wip/tpopela/negotiate
wip/uri-normalize-fixes
wip/uri-testing-2
wip/validate-close-code
wip/websocket-close-bug
wip/withprivate
wip/xclaesse/xmlrpc
wip/xmlrpc-variant
gitlab.gnome.org: GNOME/libsoup.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsoup
/
soup-server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use soup_socket_listen_full() internally to propagate errors
Stef Walter
2016-04-25
1
-7
/
+5
*
soup-server: fix SoupClientContext usage from SoupServerWebsocketCallback
Dan Winship
2015-10-14
1
-16
/
+36
*
Remove redundant check
Paolo Borelli
2015-07-16
1
-1
/
+1
*
soup-socket: remove close-on-dispose
Dan Winship
2015-03-02
1
-3
/
+3
*
soup-server: leak fixes
Dan Winship
2015-03-02
1
-50
/
+44
*
websockets: add WebSocket support to SoupSession and SoupServer
Dan Winship
2015-03-01
1
-61
/
+205
*
soup-server: add soup_client_context_steal_connection()
Dan Winship
2015-03-01
1
-0
/
+53
*
soup-message-io: add soup_message_io_steal()
Dan Winship
2015-03-01
1
-6
/
+8
*
soup-server: add "early" handlers
Dan Winship
2015-03-01
1
-90
/
+215
*
soup-server: document message processing a bit more
Dan Winship
2015-03-01
1
-17
/
+40
*
soup-server: remove a useless check
Dan Winship
2015-03-01
1
-14
/
+11
*
soup-server: simplify default-handler special-casing
Dan Winship
2015-03-01
1
-37
/
+10
*
soup-server: don't use "hand" as an abbreviation for "handler"
Dan Winship
2015-03-01
1
-24
/
+24
*
soup-server: fix a leak in server handlers
Dan Winship
2015-03-01
1
-19
/
+4
*
docs: fix some minor docs issues
Dan Winship
2015-03-01
1
-1
/
+1
*
soup-server: add non-GSocket fallbacks for client context
Marc-André Lureau
2015-02-21
1
-4
/
+20
*
soup-server: mark client context getters as nullable
Marc-André Lureau
2015-02-21
1
-10
/
+14
*
soup-server: add soup_server_accept_iostream()
Marc-André Lureau
2015-02-21
1
-2
/
+58
*
Add missing (nullable) annotations, assorted minor introspection fixes
Evan Nemerson
2014-11-23
1
-7
/
+8
*
soup-server: add new-and-improved APIs
Dan Winship
2014-05-02
1
-171
/
+999
*
soup-message-io: slight tweak to callback/error handling
Dan Winship
2014-05-02
1
-3
/
+5
*
soup-server: clarify soup_server_[un]pause_message() documentation
Philip Withnall
2013-11-17
1
-0
/
+8
*
SoupServer: check only for tls-certificate to know if a server is running pla...
Fabiano Fidêncio
2013-10-08
1
-2
/
+3
*
SoupServer: add :http-aliases and :https-aliases properties
Dan Winship
2013-08-26
1
-1
/
+116
*
replace g_hash_table_destroy with _unref for server query
Bernhard Schuster
2013-06-28
1
-1
/
+1
*
use libfffi-based generic marshaller instead of glib-genmarshal
Olivier Blin
2013-06-08
1
-5
/
+4
*
Rename all remaining "SoupMessage *req"s to "msg"
Dan Winship
2012-12-17
1
-14
/
+14
*
SoupServer: fix non-default-main-context usage
Dan Winship
2012-07-18
1
-0
/
+5
*
Clean up includes
Dan Winship
2012-07-13
1
-9
/
+1
*
Reorganize files to need fewer forward declarations
Dan Winship
2012-07-13
1
-166
/
+158
*
Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE
Dan Winship
2012-07-13
1
-14
/
+1
*
Use g_clear_object(), g_clear_pointer()
Dan Winship
2012-07-13
1
-12
/
+6
*
Use g_slist_free_full()
Dan Winship
2012-07-13
1
-4
/
+1
*
introspection: Fix warnings
Jasper St. Pierre
2012-05-24
1
-4
/
+4
*
server: keep a ref on the client context while clearing up
Jonny Lamb
2012-04-04
1
-0
/
+12
*
Use Makefile.glib
Dan Winship
2012-02-08
1
-4
/
+4
*
Add SoupServer:tls-certificate to go with SoupSession:tlsdb
Dan Winship
2011-09-29
1
-6
/
+60
*
Use GTlsDatabase, add new SoupSession properties for it
Dan Winship
2011-09-29
1
-9
/
+11
*
Lots of gtk-doc fixes (no code changes)
Dan Winship
2011-09-22
1
-4
/
+5
*
Don't use the reserved keyword 'interface'
Erik van Pienbroek
2011-08-27
1
-16
/
+16
*
SoupServer: fix to not allow smuggling ".." into path
Dan Winship
2011-07-28
1
-0
/
+9
*
Fix memory leaks, update libsoup.supp
Dan Winship
2011-04-07
1
-11
/
+22
*
Add 'soup_server_disconnect' method
Andreas Rottmann
2011-03-12
1
-0
/
+32
*
Fix parsing/generation of URI queries that aren't HTML forms
Dan Winship
2010-11-09
1
-1
/
+1
*
soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFn
Dan Winship
2010-06-09
1
-3
/
+5
*
Add gobject-introspection support
Andreas Rottmann
2010-04-26
1
-9
/
+11
*
[SoupServer] actually emit request-read, as documented
Dan Winship
2010-02-01
1
-0
/
+2
*
Support "OPTIONS *" in SoupServer
Dan Winship
2009-08-09
1
-2
/
+22
*
gtk-doc updates. In particular, document a bunch of convenience #defines,
Dan Winship
2009-03-08
1
-0
/
+42
*
Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
Dan Winship
2009-02-19
1
-2
/
+0
[next]