[glib: 4/4] Merge branch 'uri' into 'master'
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 4/4] Merge branch 'uri' into 'master'
- Date: Thu, 25 Jun 2020 11:52:40 +0000 (UTC)
commit 6801e06d83b22e168854e64da0351db1f143b9e3
Merge: 9ddffa180 dd11160f7
Author: Philip Withnall <philip tecnocode co uk>
Date: Thu Jun 25 11:52:07 2020 +0000
Merge branch 'uri' into 'master'
guri: new URI parsing and generating functions
See merge request GNOME/glib!1328
.gitlab-ci.yml | 2 +
docs/reference/glib/glib-docs.xml | 2 +-
docs/reference/glib/glib-sections.txt | 48 +-
docs/reference/gobject/gobject-sections.txt | 2 +
fuzzing/fuzz_uri_escape.c | 29 +
fuzzing/fuzz_uri_parse.c | 26 +
fuzzing/fuzz_uri_parse_params.c | 20 +
fuzzing/meson.build | 3 +
glib/glib-autocleanups.h | 3 +-
glib/glib.h | 2 +-
glib/gstring.c | 66 +-
glib/guri.c | 2350 +++++++++++++++++++++++++++
glib/guri.h | 347 ++++
glib/gurifuncs.c | 252 ---
glib/gurifuncs.h | 83 -
glib/guriprivate.h | 36 +
glib/meson.build | 5 +-
glib/tests/uri.c | 950 ++++++++++-
gobject/gboxed.c | 1 +
gobject/glib-types.h | 11 +
20 files changed, 3794 insertions(+), 444 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]