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
/
auth
/
soup-auth-manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth-manager: Add a mutex to protect accessing the auth hosts
Carlos Garcia Campos
2022-06-08
1
-2
/
+34
*
soup-auth-manager: remove authenticate signal
Carlos Garcia Campos
2022-06-01
1
-34
/
+0
*
soup-auth-manager: SoupAuthNTLM has no 'host' property
Milan Crha
2022-05-24
1
-1
/
+4
*
docs: Port individual docs to gi-docgen
Maximiliano Sandoval R
2022-04-13
1
-34
/
+21
*
auth: Add support for multiple authentication challenges at once
Patrick Griffis
2021-10-08
1
-44
/
+70
*
Use G_DECLARE_FINAL_TYPE when applicable
Patrick Griffis
2021-07-28
1
-4
/
+4
*
Use header fast paths internally whenever possible
Carlos Garcia Campos
2021-06-04
1
-7
/
+8
*
Stop using emacs indent-tabs-mode
Carlos Garcia Campos
2021-03-18
1
-1
/
+1
*
session: remove async-context property
Carlos Garcia Campos
2021-02-25
1
-30
/
+3
*
docs: remove since tags from documentation
Carlos Garcia Campos
2021-02-11
1
-4
/
+0
*
auth: Allow to authenticate using URI user info with no password
carlosgc/auth-no-password
Carlos Garcia Campos
2021-02-04
1
-2
/
+4
*
auth: do not pause the message when cancelled in the authenticate callback
Carlos Garcia Campos
2021-02-04
1
-1
/
+1
*
docs: Misc fixups
Patrick Griffis
2020-12-08
1
-2
/
+2
*
SoupSessionFeature: Change to private interface
Patrick Griffis
2020-12-01
1
-0
/
+1
*
Update soup.h removing private headers
Patrick Griffis
2020-12-01
1
-0
/
+1
*
uri-utils: add soup_uri_copy()
Carlos Garcia Campos
2020-11-20
1
-1
/
+1
*
Replace SoupURI with GUri
Patrick Griffis
2020-11-14
1
-15
/
+16
*
Use the new SoupMessage flags API
Carlos Garcia Campos
2020-11-07
1
-14
/
+10
*
docs: Reach 100% documentation coverage
Patrick Griffis
2020-11-03
1
-0
/
+6
*
Make SoupAuthManager a final type
Patrick Griffis
2020-10-29
1
-1
/
+4
*
Make SoupMessage a private and final type
Patrick Griffis
2020-10-28
1
-6
/
+6
*
auth: set the proxy host on SoupAuth instead of the requested one
Carlos Garcia Campos
2020-10-28
1
-9
/
+9
*
Move authenticate signal from SoupSession to SoupMessage
Carlos Garcia Campos
2020-10-28
1
-3
/
+34
*
Remove property aliases
Patrick Griffis
2020-10-28
1
-1
/
+1
*
Remove session parameter from SoupSessionFeature::request-queued/unqueued
Carlos Garcia Campos
2020-10-25
1
-4
/
+2
*
Stop connecting to SoupSession::request-queued from SoupSessionFeature
Carlos Garcia Campos
2020-10-25
1
-6
/
+0
*
session: remove soup_session_get_queue
Carlos Garcia Campos
2020-10-05
1
-12
/
+1
*
Modernize GObject declarations
Patrick Griffis
2020-09-19
1
-19
/
+16
*
Reorganize source tree
Patrick Griffis
2020-09-19
1
-0
/
+862