[glib] (108 commits) Non-fast-forward update to branch wip/tingping/guri-normalize



The branch 'wip/tingping/guri-normalize' 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:

  b63f3ce... guri: Normalize uri segments if they are encoded
  25073a7... guri: Add G_URI_FLAGS_SCHEME_NORMALIZE This flag enables op
  aa5489f... docs: Add note about uri normalization for equality

Commits added to the branch:

  b4138bd... gtimezone: Split out fallback timezone identification for u (*)
  7e59a4c... gtimezone: Set resolved_identifier earlier (*)
  35bb69b... gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to lo (*)
  497ea1a... Merge branch 'ip_bind_address_no_port' into 'master' (*)
  d24970b... gsocketclient: fix docs typo (*)
  d971ac7... gsocketclient: fix whitespace error (*)
  290d572... gsocketclient: document Happy Eyeballs (*)
  f0a7b14... gsocketclient: emit RESOLVING/RESOLVED events only once (*)
  14f7b5e... gsocketclient: Crash on error if error is missing (*)
  b88b371... gsocketclient: return best errors possible (*)
  5af7ed8... Update Portuguese translation (*)
  8cefc0a... Update Chinese (Taiwan) translation (*)
  9f8ccee... gspawn: Use close_range() if available to close FDs between (*)
  c12762a... GSubprocessLauncher: allow to close passed FDs (*)
  59b7183... Merge branch 'spawn-close_range' into 'master' (*)
  2306f96... uri: add missing (not)nullable annotations (*)
  88deca5... Merge branch 'uri-nullable' into 'master' (*)
  0dfef13... Merge branch 'add_close_in_parent_flag' into 'master' (*)
  2954754... Update Slovak translation (*)
  bf814a9... gmain: Fix possible locking issue in source unref (*)
  d691c2e... gsignal: Plug g_signal_connect_object leak (*)
  9c73f8b... Merge branch 'benzea/fix-possible-source-locking-issue' int (*)
  f241b96... Merge branch 'wip/fix-handler-leak' into 'master' (*)
  06587fb... Merge branch 'mcatanzaro/#2211' into 'master' (*)
  2996d0d... gfile: Clarify refcount handling for g_file_replace_content (*)
  b2cc8d1... gstrvbuilder: Add a new object to make NULL-terminated stri (*)
  730a395... Merge branch 'strv-builder' into 'master' (*)
  58d5b27... Merge branch 'file-replace-contents-refcounting' into 'mast (*)
  271db1f... ghash: Move initialisation to declaration (*)
  2e7d3dc... tests: Add some additional assertions to avoid scan-build w (*)
  12f8708... tests: Add an assertion to avoid a scan-build warning (*)
  0544efc... tests: Improve signed int handling to silence scan-build wa (*)
  e9c4e19... tests: Add additional keyfile assertions (*)
  5a361ae... Fix signedness warning in glib/tests/base64.c (*)
  fd7f2e6... Fix several signedness problems in glib/tests/checksum.c (*)
  d6eaa74... Fix signedness warnings in glib/tests/convert.c (*)
  019c674... Fix several signedness warnings in glib/tests/array-test.c (*)
  dfa4907... Fix signedness warning in glib/tests/fileutils.c (*)
  31bca17... Merge branch 'fix_warnings' into 'master' (*)
  5b2bee3... Replace __typeof__ with glib_typeof macro (*)
  a1847d0... gatomic: Check if glib_typeof() is defined before using it (*)
  3028e6a... gmem.h: Simplify condition where typeof is available (*)
  0d81443... Use C++11 decltype where possible (*)
  e2e8339... Merge branch 'typeof' into 'master' (*)
  b538cb0... gslice: Inline win32 implementation of g_getenv() to avoid  (*)
  25e634b... gtimezone: Cache default timezone indefinitely (*)
  36e7b48... Revert "gtimezone: Cache timezones based on the identifier  (*)
  59add5e... tests: Add a basic test for GTimeZone caching (*)
  ed00ee3... Merge branch 'wip/antoniof/fallback-timezone-cache-lookup'  (*)
  4590b49... gio: Fix some remaining DocBook syntax in a documentation c (*)
  e591d2e... Merge branch '2225-slice-getenv-win32' into 'master' (*)
  411aa46... Add a test for the 6-days-until-EOM bug (*)
  da00779... Fix the 6-days-until-the-end-of-the-month bug (*)
  b5429b7... Merge branch 'six-days-to-eom' into 'master' (*)
  7b73546... Merge branch 'scan-build-warnings' into 'master' (*)
  c686e1a... Add various missing nullable annotations (*)
  da2be2e... Merge branch 'missing-nullable' into 'master' (*)
  1655dc9... Revert "Use C++11 decltype where possible" (*)
  b67185c... Merge branch 'revert-decltype-changes' into 'master' (*)
  dce24dc... gmacros: Use __typeof__ when compiling with Clang (*)
  30782c4... gtrace: Add G_GNUC_PRINTF annotation (*)
  51f30cc... Merge branch 'wip/pwithnall/credentials-fix' into 'master' (*)
  2d812f1... Merge branch 'clang-fixes' into 'master' (*)
  8f0b968... 2.67.0 (*)
  3b10a07... Improve docstrings of 'g_strstr_len' and 'g_strrstr_len' (f (*)
  5339082... Merge branch 'improve-g_strrstr_len-docstring' into 'master (*)
  96ccf06... gmain: g_main_context_check() can skip updating polled FD s (*)
  ec22242... Merge branch 'g_main_context_check_skipping_pollrec_updates (*)
  1d28fd5... Fix race in socketclient-slow test (*)
  159a9c2... gio: Fix various typos of the name ‘D-Bus’ (*)
  98f2607... Merge branch 'dbus-typos' into 'master' (*)
  4926948... Merge branch 'app-info-docs' into 'master' (*)
  2d008e4... Merge branch 'mcatanzaro/#2221' into 'master' (*)
  70279f8... gdbus: Cope with sending fds in a message that takes multip (*)
  fc1f496... gdbus: Document the intended semantics of handles and fds (*)
  e5cee9c... gio/tests/gdbus-peer: Exercise fds attached to a large mess (*)
  5b0a7ed... Merge branch 'wip/smcv/dbus-fd-convention' into 'master' (*)
  35ffbf9... Merge branch 'wip/smcv/big-dbus-write-with-fds' into 'maste (*)
  c2b8fa8... gsocketclient: fix crash when async connection step fails (*)
  b04a359... Merge branch 'mcatanzaro/#2233' into 'master' (*)
  db2cb16... docs: Add missing annotation glossary (*)
  2993bb8... docs: Fix xinclude directives (*)
  e174460... Build gdbus-objectmanager-example docs unconditionally (*)
  c63da52... glib/tests/fileutils: Make more use of g_assert_no_errno() (*)
  b3b4ad4... gio/tests/live-g-file: Use g_assert_no_errno() (*)
  3468369... gio/tests/appmonitor: Use g_assert_no_errno() (*)
  3f9f7da... gio/tests/gsettings: Use g_assert_no_errno() (*)
  782c1b4... gio/tests/gsettings: Assert that g_chmod succeeds (*)
  f53aaea... gio/tests/gsettings: Assert that temporary directory ends u (*)
  087fdf8... glib/tests/fileutils: Fix expectations when running as root (*)
  7fd0d1c... Merge branch 'wip/smcv/assert-no-errno' into 'master' (*)
  f2e347d... Merge branch 'wip/smcv/fileutils-test-as-root' into 'master (*)
  86b910e... Merge branch 'issue-2236' into 'master' (*)
  1f6c737... Suggest braces around empty body in ‘if’ statements (*)
  e1b5afb... gtype: Fix typo in API comment (*)
  98f0a5a... gtype: Add g_type_interface_instantiatable_prerequisite() (*)
  3f2a8d5... closure: Support generic marshals for interface returns (*)
  458e3b7... value: Allow automatic transforms to/from interfaces (*)
  52357aa... Add a binding test involving interfaces (*)
  0b1f909... Add a test for signals returning interface types (*)
  5719d2c... Merge branch 'wip/otte/interface-types' into 'master' (*)
  c1e0e6a... glocalfileinfo: Use a single timeout source at a time for h (*)
  e1e32e9... Merge branch 'wip/carlosg/shared-hidden-cache-timeout' into (*)
  add3be2... gscanner: Avoid undefined behaviour copying between union m (*)
  63dfcee... Merge branch 'scanner-undefined-behaviour' into 'master' (*)
  482e10d... guri: Normalize uri segments if they are encoded
  f2e7d74... guri: Add G_URI_FLAGS_SCHEME_NORMALIZE This flag enables op
  4c57977... docs: Add note about uri normalization for equality

(*) 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]