[libsoup] (101 commits) Non-fast-forward update to branch hsts
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] (101 commits) Non-fast-forward update to branch hsts
- Date: Thu, 20 Sep 2018 14:25:15 +0000 (UTC)
The branch 'hsts' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
5eff294... Add SoupHstsEnforcer
22ba164... HSTS: Rewrite the HSTS feature and add tests
Commits added to the branch:
f66d47c... Set default cookie path when origin is NULL and value not p (*)
d20f9a1... Update Chinese (Taiwan) translation (*)
9fff4c8... Merge branch 'bug-1' into 'master' (*)
3da8311... Do not include the header exclusion guards in the introspec (*)
cdf1581... SoupProxyResolver: add this deprecated class to the introsp (*)
284b71f... SoupAuthDomain: assign right types to subclass methods and (*)
bc1f518... SoupURI: make soup_uri_new_with_base a constructor (*)
dba29f8... Remove many custom Vala bindings (*)
d6224cc... socket-properties: Implement MT-safe refcounting (*)
5653bdb... soup: Use atomic integers for refcounting (*)
0e3b941... soup-auth: Fix use-after-free found by Coverity Scan and cl (*)
e01e1b7... soup-address: Fix some issues found by Coverity Scan and cl (*)
3c98f0b... soup-body-output-stream: Fix unused value issues found by C (*)
9ec22e3... soup: Fix nonnull parameter issues found by Coverity Scan a (*)
87a624b... soup-status: Fix include recursion issue found by Coverity (*)
8f77b47... test-utils: Fix uninitialized value issue found by Coverity (*)
2d4efd2... soup-auth-digest: Fix buffer size issue found by Coverity S (*)
ef10fc8... soup-message-headers: Add sanity check into content_type_se (*)
171a461... soup-auth-manager: Workaround false-positive FORWARD_NULL C (*)
db2b0d5... cookie-jar: bail if hostname is an empty string (*)
cf82db7... Add soup_cookie_jar_get_cookies with empty hostname test (*)
4279980... Update Catalan translation (*)
a77b819... examples/simple-httpd.c: Fix handling of directories (*)
aed6bf9... Update Polish translation (*)
f1aa8da... Update German translation (*)
110ec72... Updated Lithuanian translation (*)
d42f52c... Update French translation (*)
dfc4a9e... 2.63.90 (*)
5e50df9... Simplify soup_host_matches_host() (*)
838e32e... Add some tests for trailing dots in domains (*)
00e38a0... Update doap file (*)
eb59938... Update Turkish translation (*)
a91d07f... 2.63.91 (*)
540cd9c... Add a gitlab CI script for continuous testing (*)
0a4c10a... tests: fix xmlrpc tests being skipped in Debian (*)
9667fc4... autotools: Add po/meson.build to distributable files (*)
f9b5f1e... meson: partially fix the apache detection code (*)
fe8c402... Update Korean translation (*)
7119461... Update Swedish translation (*)
a65193a... 2.63.92 (*)
3f28ddf... Update Brazilian Portuguese translation (*)
501c46b... Update Galician translation (*)
320d3a8... meson: Raise the required meson version to 0.47 (*)
373dbc8... meson: Specify the right dependency when building documenta (*)
3a75671... meson: Adapt to the PHP changes in the httpd.conf.in (*)
b2d7488... meson: Fix the php detection (*)
23f21cd... meson: Don't check for mod_unixd presence in Meson file (*)
0d86b87... meson: Rename variables and the Apache script for clarifica (*)
c647604... meson: Use apachectl for obtaining the Apache configuration (*)
81735cf... meson: Check for all Apache modules required for running te (*)
b57081b... Update Hungarian translation (*)
4c90250... Update Latvian translation (*)
aa40db6... Updated Danish translation (*)
0569e97... meson: Use the correct soversion (*)
4be051a... meson: Install the correct header files for GNOME support (*)
95c44a3... meson: Specify all the header file that are needed for libs (*)
c729abf... meson: Don't export the private symbols (*)
fe01a15... Fix typo in Makefile.am (*)
956048a... 2.64.0 (*)
f50adf6... meson : Add missing check for gmtime_r() (*)
f134b37... meson: Fix symbol prefix in introspection files (*)
79526c3... meson: Remove an extra Gio include for the GNOME introspect (*)
6dc3f24... meson: Rename introspection's extra arguments variable (*)
dfaca0b... meson: Add missing libsoup-gnome headers when generating en (*)
2a7ff0a... meson: Rename enum variables (*)
1dd3333... meson: Fix the introspection files (*)
cb7775d... Update Belarusian translation (*)
f58dd87... meson: Fix the generated vapi file (*)
263fb57... meson: Define the _DEFAULT_SOURCE macro (*)
4474894... meson: make sure tests run against the built library
8d9efdf... Add SoupHstsEnforcer
d1b4c90... HSTS: Rewrite the HSTS feature and add tests
81b4282... Fix documentation section typo
f966bf9... SoupHSTSEnforcerDB: drop g_clear_pointer in finalize()
c9fe975... meson: add hsts related files to the build
2a1c878... Use guint instead of uint
c90d903... Use G_ADD_PRIVATE instead of deprecated private helpers
bfab852... Use a typedef for the callback function
c707785... Add a few assertions
faaa345... Use g_assert() instead of test-related assert functions
542f046... A few comments and spacing fixes
f250bbe... Add a missing disconnect for a signal handler
44c0a01... Remove unneeded code comment
9344b1a... Simplify soup_hsts_policy_new_permanent()
4a037fa... Rename 'origin' variable to avoid confusion
0411986... Add test for optional quotations in the STS header
c28b796... Add test to check that no HSTS header does not remove a pol
c63ca2b... Fix comment typo
a396db7... Rename case-insensitive test to case-insensitive-directives
8ee7505... Add a test for case-insensitivity of the headers
ec7ce47... Actually check that an insecure STS header is ignored
5c4e9fe... Add missing URI get call that was rendering test no-op
484686f... Extra directives need to be ignored but the header should s
fe81f84... Add test for duplicated directives
d8ace9e... Improve the multiple-headers test
bdba0c7... Make soup_hsts_enforcer_set_policy() public
7306852... Add a test to ensure that subdomain policies don't modify s
b9536ea... Update versioning of new apis to current target
b6bd38c... Add hsts-db test to meson build file
09bd8ef... Remove unneeded header from tests
39f5333... Update HSTS headers after 3da8311
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]