index
:
dbus/dbus-glib
dbus-gmain
master
rhel5
wip/smcv/gmain-meson
Glib bindings for D-Bus lightweight IPC mechanism (mirrored from https://gitlab.freedesktop.org/dbus/dbus-glib)
johnp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
Add a REUSE-style LICENSES/ directory
HEAD
master
Simon McVittie
5
-547
/
+347
9 days
Remove old .cvsignore files
Simon McVittie
3
-46
/
+0
9 days
dbus-binding-tool(1): Avoid a groff warning
Simon McVittie
1
-1
/
+1
2021-03-26
Update bug reporting URL
Simon McVittie
1
-1
/
+1
2021-03-26
Start 0.114 development
Simon McVittie
2
-1
/
+6
2021-03-26
Release v0.112
dbus-glib-0.112
Simon McVittie
2
-3
/
+8
2021-03-26
Merge branch 'wip/smcv/assert-control' into 'master'
Simon McVittie
26
-3
/
+27
2021-03-26
test: Explicitly enable assertion macros
Simon McVittie
26
-3
/
+27
2021-03-26
Merge branch 'wip/smcv/better-assertions' into 'master'
Simon McVittie
18
-249
/
+249
2021-03-26
test: Replace remaining assertions with g_assert_true()
Simon McVittie
9
-66
/
+66
2021-03-26
test: Replace remaining g_assert (!x) with g_assert_false (x)
Simon McVittie
3
-6
/
+6
2021-03-26
test: Use g_assert_true, g_assert_false for comparisons with TRUE, FALSE
Simon McVittie
2
-10
/
+10
2021-03-26
test: Compare integers using g_assert_cmpint(), g_assert_cmpuint()
Simon McVittie
5
-48
/
+48
2021-03-26
test: Compare strings with g_assert_cmpstr()
Simon McVittie
4
-44
/
+44
2021-03-26
test: Replace g_assert (x == NULL) with g_assert_null (x)
Simon McVittie
3
-16
/
+16
2021-03-26
test: Replace all g_assert (x != NULL) with g_assert_nonnull (x)
Simon McVittie
15
-59
/
+59
2021-03-26
CONTRIBUTING: Mention that dbus-gmain has its own contributing guide
Simon McVittie
1
-0
/
+7
2019-07-23
.gitignore: Update
Simon McVittie
1
-0
/
+6
2019-07-23
NEWS: Update
Simon McVittie
1
-0
/
+6
2019-07-23
test-service: Don't close a shared connection
Simon McVittie
1
-13
/
+2
2019-07-15
Stop running CI on Debian 8 'jessie'
Simon McVittie
2
-8
/
+0
2019-07-15
Run CI on Debian 10 'buster' now that it's stable
Simon McVittie
2
-4
/
+12
2019-07-15
Merge branch 'dbus-gmain'
Simon McVittie
9
-2
/
+21
2019-07-15
Add clearer licensing information using SPDX-License-Identifier
Simon McVittie
9
-2
/
+21
2019-07-15
Add clearer licensing information using SPDX-License-Identifier
Simon McVittie
83
-3
/
+224
2018-12-17
CI: Update from dbus
Simon McVittie
2
-5
/
+21
2018-12-17
Remove the last vestiges of support for dbus 1.6 and Ubuntu 14.04
Simon McVittie
4
-51
/
+10
2018-12-03
build: Make quoting more explicit
Simon McVittie
1
-1
/
+1
2018-12-03
Require pkg-config 0.28, for PKG_PROG_PKG_CONFIG
Simon McVittie
3
-2
/
+7
2018-12-03
Update NEWS
Simon McVittie
1
-2
/
+47
2018-12-03
invoke_object_method: when demarshalling fails, use the right error
Simon McVittie
3
-9
/
+2
2018-12-03
gerror_to_dbus_error_message: add support for remaining members of DBusGError
Simon McVittie
1
-0
/
+42
2018-12-03
Add a regression test for fd.o#80557
Simon McVittie
5
-0
/
+346
2018-12-03
Fix double free for data.channel
x00292102
1
-0
/
+2
2018-12-03
buildsys: use variable for glib-genmarshal
Yann E. MORIN
3
-6
/
+6
2018-10-19
Merge branch 'master' into 'master'
Simon McVittie
3
-25
/
+20
2018-10-18
Update dbus-binding-tool.1 man page to suggest using GDBus instead
Alan Coopersmith
1
-3
/
+16
2018-10-18
Make dbus-binding-tool.1 man page less Solaris specific
Alan Coopersmith
3
-22
/
+4
2018-10-03
Merge commit '99d9758d90a88b92fc8fcdb447aa7ab4abe1c1cb' from dbus-gmain
Simon McVittie
4
-35
/
+122
2018-10-03
Use Markdown for documentation
Simon McVittie
3
-10
/
+12
2018-10-03
CONTRIBUTING: Rewrite
Simon McVittie
1
-12
/
+97
2018-10-03
CONTRIBUTING.md: Rewrite
Simon McVittie
1
-49
/
+116
2018-10-03
Rename HACKING to CONTRIBUTING.md
Simon McVittie
2
-1
/
+1
2018-10-03
Add more deprecation comments
Simon McVittie
3
-2
/
+21
2018-10-03
ci: Test dbus-glib in Gitlab-CI
Simon McVittie
1
-0
/
+79
2018-10-03
ci: Consistently use wget
Simon McVittie
1
-1
/
+1
2018-10-03
ci: Avoid dpkg warnings by installing gnome-common before autoconf-archive
Simon McVittie
1
-2
/
+3
2018-10-03
ci: Don't set DBUS_TEST_MALLOC_FAILURES
Simon McVittie
1
-3
/
+0
2018-10-03
build: Move Autotools droppings into ./build-aux/
Simon McVittie
2
-8
/
+3
2018-10-03
build: Enable assertions for distcheck
Simon McVittie
1
-1
/
+1
[next]