summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! core/logging: only log messages from glog, if LOGD_GLIB is enabledth/bgo706293_nm_log_glibThomas Haller2014-06-041-3/+4
* fixup! core/logging: only log messages from glog, if LOGD_GLIB is enabledThomas Haller2014-06-041-1/+8
* core/logging: only log messages from glog, if LOGD_GLIB is enabledThomas Haller2014-06-041-0/+13
* fixup! core/logging: add new logging domain "GLIB" for glib loggingThomas Haller2014-06-041-1/+1
* core/logging: add new logging domain "GLIB" for glib loggingThomas Haller2014-06-045-4/+7
* core/logging: initialize level_names array with explicit array initilizer (tr...Thomas Haller2014-06-041-5/+4
* core/logging: when comparing glib log levels, ignore non-level flagsThomas Haller2014-06-041-1/+1
* Merge changes for readline support in nmcli (bgo #729846)Jiří Klimeš2014-06-048-504/+659
|\
| * cli: use readline for quit confirmation in editor, and accept localized answerJiří Klimeš2014-06-041-14/+22
| * cli: implement TAB completion for connection and interface namesJiří Klimeš2014-06-042-9/+112
| * cli: implement TAB completion for inputs in questionnaire modeJiří Klimeš2014-06-041-168/+290
| * cli: use readline also in other commands (besides interactive editor)Jiří Klimeš2014-06-042-83/+112
| * cli: make prompt argument a printf-like format string, remove history argumentJiří Klimeš2014-06-043-28/+25
| * cli: move readline related functions to common.h to be usable throughout nmcliJiří Klimeš2014-06-045-71/+102
| * cli/build: make libreadline a build-time dependency (bgo #729846)Jiří Klimeš2014-06-043-200/+65
|/
* cli: don't leak 'str' returned by g_strdup_vprintf()Jiří Klimeš2014-06-041-2/+4
* Merge tui fixes for IPv6 routes and MAC address (bgo #731160)Jiří Klimeš2014-06-033-11/+30
|\
| * tui: fix NmtMacEntry validation/displayDan Winship2014-06-031-3/+8
| * tui: fix setting Clone MAC Address propertiesDan Winship2014-06-031-0/+14
| * tui: fix a crash when editing IPv6 routesJiří Klimeš2014-06-032-8/+8
|/
* core: properly initialize unmanaged_flags and handle carrier_changed() for un...Dan Williams2014-06-021-1/+2
* tui: use 128 as the default prefix for IPv6 addressesJiří Klimeš2014-06-021-2/+6
* tui: fix a crash when editing an IPv6 address (rh #1103702)Jiří Klimeš2014-06-021-1/+1
* core/logging: remove thread-safe initialization guard for nm_logging_syslog_o...Thomas Haller2014-06-021-5/+3
* core/firewall: fix accessing non-existing connection for device in firewall_s...Thomas Haller2014-06-021-0/+3
* build: fix installing network-online.target for existing linkThomas Haller2014-06-021-1/+1
* contrib/build: cleanup build.sh script and improve build_clean.shThomas Haller2014-05-312-16/+63
* contrib/build: cleanup build.sh script by adding write_changelog() functionThomas Haller2014-05-311-10/+13
* contrib/build: remove external NMTUI source from build.shThomas Haller2014-05-311-32/+0
* contrib/build: fix spec file after creating network-online.target.wants link ...Thomas Haller2014-05-311-3/+0
* implement systemd network-online.target properly (bgo #728965)Pavel Šimerda2014-05-301-0/+4
* dns: preliminary support for unbound (bgo #699810)Pavel Šimerda2014-05-305-0/+133
* bluez: fix crash when removing NMBluezDeviceThomas Haller2014-05-301-1/+0
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-3022-393/+106
* platform: fix crash after 'fix check_cache_items() to check items in two steps'Thomas Haller2014-05-301-1/+1
* platform: merge branch 'th/bgo730934_platform_route_lookup'Thomas Haller2014-05-301-15/+84
|\
| * platform: fix lookup of routes and deletion of IPv4 routesThomas Haller2014-05-301-12/+70
| * platform/trivial: add fixme code commentThomas Haller2014-05-301-0/+3
| * platform: fix check_cache_items() to check items in two stepsThomas Haller2014-05-301-3/+11
| * platform/trivial: fix typo in ip6_route_exists()Thomas Haller2014-05-301-1/+1
|/
* Merge branch 'th/bgo729844_set_bridge_mac_address'Thomas Haller2014-05-3020-41/+217
|\
| * keyfile: support NM_SETTING_BRIDGE_MAC_ADDRESS propertyThomas Haller2014-05-302-0/+7
| * ifcfg-rh: read/write bridge.mac-address property as MACADDR variableJiří Klimeš2014-05-304-0/+31
| * cli: add optional 'mac' argument for 'nmcli con add type bridge'Jiří Klimeš2014-05-303-6/+33
| * cli: support new bridge.mac-address propertyJiří Klimeš2014-05-301-12/+23
| * core: match the NMSettingBridge:mac-address in NMDeviceBridge:check_connectio...Thomas Haller2014-05-301-0/+16
| * core: set NMSettingBridge:mac-address when creating new bridgeThomas Haller2014-05-301-1/+10
| * libnm-util: add property NM_SETTING_BRIDGE_MAC_ADDRESS to NMSettingBridgeThomas Haller2014-05-303-0/+61
| * platform: allow setting address when adding software link (bridge)Thomas Haller2014-05-307-23/+37
|/
* bluez: fix incorrect error code comparing Bluetooth connectionsDan Williams2014-05-301-1/+1