summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-helper.c
Commit message (Collapse)AuthorAgeFilesLines
* all: remove \n endings from log callsLubomir Rintel2018-10-121-1/+1
| | | | | | The extra newlines look bad when logging to the console. https://github.com/NetworkManager/NetworkManager/pull/223
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | Remainder of typos found using `codespell -q 3 --skip="./shared,./src/systemd,*.po" -I ../NetworkManager-word-whitelist.txt` whereby whitelist consists of: ``` ans busses cace cna conexant crasher iff liftime creat nd sav technik uint ``` https://github.com/NetworkManager/NetworkManager/pull/205
* build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller2018-08-271-1/+1
| | | | | | | | | | | | Using '#ifdef' is generally error prone. It's better to always define a define and check for it explicitly. This way, the compiler can issue a warning if the define does not exist. Also, note how meson would always define NM_MORE_LOGGING, possibly to "0". That means, for meson, we unintentionally always enabled more logging because the define was always present. Fix that.
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
| | | | | | RHEL 7.1 and Ubuntu 14.04 LTS both have this. https://bugzilla.gnome.org/show_bug.cgi?id=792323
* build: rename "src/dhcp-manager" to "src/dhcp"Thomas Haller2016-11-211-0/+227
The dhcp directory does not only contain the manager instance, but various files related to DHCP. Rename.