- 23 Jul, 2012 4 commits
-
-
Dan Williams authored
Using nm is way simpler, and actually less error-prone.
-
Dan Williams authored
Symbols starting with "nm" are expected to be exported, even though these are not since they're static. So don't prefix them with nm.
-
Dan Winship authored
NM was requiring that bond slaves have either no IP config or an explicit "none"/"disabled" config. But the system scripts just ignore any IP config that is present on a slave, so change NM to do that too (but warn about it). https://bugzilla.redhat.com/show_bug.cgi?id=838907
-
Allison Lortie authored
Unbreak 'make -j' by declaring the dependency that exists between the two generated vapi files (forcing building of the second one to wait until after the first one has been built). https://bugzilla.gnome.org/show_bug.cgi?id=680374
-
- 20 Jul, 2012 1 commit
-
-
Dan Williams authored
When Bluez can't be launched for some reason, like because it doesn't exist, ignore that.
-
- 19 Jul, 2012 3 commits
-
-
Dan Williams authored
There are known issues with object registration and other functions in earlier dbus-glib versions.
-
Dan Williams authored
-
Jiří Klimeš authored
The crash occured for variables like these: VAR=" VAR='
-
- 18 Jul, 2012 1 commit
-
-
Jiří Klimeš authored
-
- 17 Jul, 2012 3 commits
-
-
Dan Winship authored
If a class implements init_async, it should implement init_finish too, rather than assuming the default implementation will do the right thing (which it briefly didn't in glib 2.33).
-
Dan Williams authored
If queueing the name isn't allowed, and two instances that start in close succession, one instance will fail because it can't claim the bus name.
-
Dan Williams authored
The whole callout is pure dbus, not dbus-glib, so there's really no need for glib code there. Even so, DBUS_LIBS contains dbus-glib and gobject, so we're still linking to glib/gobject.
-
- 16 Jul, 2012 1 commit
-
-
Jiří Klimeš authored
-
- 11 Jul, 2012 2 commits
-
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
- 10 Jul, 2012 1 commit
-
-
Jiří Klimeš authored
The regression was introduced by b38f39cf that built keyfile plugin into NM (instead of using .so).
-
- 09 Jul, 2012 4 commits
-
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
- 02 Jul, 2012 6 commits
-
-
Dan Williams authored
-
Robert Shade authored
gtk-doc < 1.15 does not handle a missing DOC_SOURCE_DIR
-
Craig Keogh authored
-
Jiri Popelka authored
The test in verify() has been probably result of my copy-paste-fu. It's wrong and useless anyway. Those #defines are not used anywhere.
-
Armin K. authored
-
Piotr Drąg authored
-
- 29 Jun, 2012 7 commits
-
-
Dan Williams authored
The DNS change frequency reduction patches mistakenly changed the signature of the VpnStateChanged signal. Fix that, since we try really really hard not to break the D-Bus API in stable branches. My bad...
-
Dan Williams authored
This reverts commit 4d635b23. The original commit that changed this D-Bus signal signature was in error and we shouldn't change the D-Bus API here.
-
Dan Williams authored
This reverts commit 9d853780. The original commit that changed this D-Bus signal signature was in error and we shouldn't change the D-Bus API here.
-
Jiří Klimeš authored
-
Jiří Klimeš authored
Core D-Bus VpnStateChanged signal changed. In order to receive the signal, the parameters was fixed. This commit also adjusts libnm-glib's vpn-state-changed signal to match the D-Bus one.
-
Jiří Klimeš authored
The signal has changed in commit 33024739
-
Jiří Klimeš authored
-
- 28 Jun, 2012 5 commits
-
-
Dan Williams authored
Probably a merge error.
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
No point in having them separate.
-
Daniel Mustieles authored
-
- 27 Jun, 2012 2 commits
-
-
Dan Williams authored
-
Dan Williams authored
-