summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-17resolved: enforce limit on concurrent outstanding queriesLennart Poettering2-1/+9
2014-07-17sd-login: always use "indices" as plural of "index"Lennart Poettering4-13/+13
2014-07-17sd-network: rename "index" parameter to "ifindex"Lennart Poettering1-11/+11
2014-07-17sd-network: if a boolean is mising, we should just take it as falseLennart Poettering1-1/+1
2014-07-17sd-network: remove redundant array size parameter from functions that return ...Lennart Poettering9-87/+77
2014-07-17resolved: fix check for mdns namesLennart Poettering1-1/+1
2014-07-17resolved: we are never authoritative for localhostLennart Poettering1-0/+3
2014-07-17resolved: properly handle MTU logicLennart Poettering6-2/+42
2014-07-17dns-domain: enforce maximum DNS domain name lengthLennart Poettering2-0/+4
2014-07-17sd-network: fix parameter order for sd_network_monitor_new()Lennart Poettering5-5/+5
2014-07-16journal/verify: flush progress bar, print offset in more placesZbigniew Jędrzejewski-Szmek1-201/+215
2014-07-16test-tables: add new entriesZbigniew Jędrzejewski-Szmek8-24/+75
2014-07-16tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek2-58/+39
2014-07-16Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek6-19/+35
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek20-190/+90
2014-07-16resolved: do not free() sd_dhcp_lease_get_dns() resultsKay Sievers1-1/+1
2014-07-16resolved: properly pass canonical name information to resolving clientLennart Poettering2-46/+83
2014-07-16resolved: add CNAME lookup supportLennart Poettering6-117/+297
2014-07-16missing.h: add IFLA_MACVLAN_FLAGSZbigniew Jędrzejewski-Szmek1-0/+9
2014-07-16resolved: support for TCP DNS queriesLennart Poettering8-219/+455
2014-07-16dns-packet: allow dynamic resizing of DNS packetsLennart Poettering2-4/+46
2014-07-16dns-domain: introduce macros for accessing all DNS header fieldsLennart Poettering4-31/+31
2014-07-16journal-remote: remove obsolete variableZbigniew Jędrzejewski-Szmek1-14/+2
2014-07-16journal-remote: fix double typedef and add missing headerZbigniew Jędrzejewski-Szmek2-5/+30
2014-07-16shared: include stdbool.h in mkdir.hSjoerd Simons1-0/+1
2014-07-16test-compress-benchmark: add missing % before PRIu64 formatThomas Hindoe Paaboel Andersen1-1/+1
2014-07-16test-socket-util: silence warningsThomas Hindoe Paaboel Andersen1-3/+3
2014-07-15resolve: avoid use of uninitalized variableZbigniew Jędrzejewski-Szmek1-4/+4
2014-07-15test-compress-benchmark: silence warningsMarc-Antoine Perennou1-4/+4
2014-07-15journal-remote: avoid copying input dataZbigniew Jędrzejewski-Szmek4-69/+85
2014-07-15Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek3-5/+22
2014-07-15µhttp-util: fix compilation without gnutlsZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-15journal-upload: add config fileZbigniew Jędrzejewski-Szmek3-5/+39
2014-07-15journal-remote: let user specify just the main part of the urlZbigniew Jędrzejewski-Szmek2-2/+10
2014-07-15journal-remote: rework fd and writer reference handlingZbigniew Jędrzejewski-Szmek6-207/+276
2014-07-15journal-remote: improve some messagesZbigniew Jędrzejewski-Szmek4-13/+15
2014-07-15Fix problem with allocating large buffers and log leftoversZbigniew Jędrzejewski-Szmek3-12/+24
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek18-30/+33
2014-07-15journal-remote: allow splitting incoming logs by source hostZbigniew Jędrzejewski-Szmek9-111/+374
2014-07-15Allow addresses to be specified for --listen-... argsZbigniew Jędrzejewski-Szmek1-17/+3
2014-07-15Add simple generator of fake journal export streamZbigniew Jędrzejewski-Szmek1-0/+68
2014-07-15shared/socket-label: fix error messageZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-15shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek3-4/+104
2014-07-15journal-remote: add units and read certs from default locationsZbigniew Jędrzejewski-Szmek3-53/+142
2014-07-15journal-upload: add watchdog supportZbigniew Jędrzejewski-Szmek3-0/+50
2014-07-15journal-upload: make state persistentZbigniew Jędrzejewski-Szmek3-11/+86
2014-07-15journal-upload: use journal as the sourceZbigniew Jędrzejewski-Szmek6-37/+688
2014-07-15journal-upload: HTTPS supportZbigniew Jędrzejewski-Szmek2-1/+63
2014-07-15journal-upload: a tool to push messages to systemd-journal-remoteZbigniew Jędrzejewski-Szmek2-0/+414
2014-07-15journal-remote: reject fields above maximum sizeZbigniew Jędrzejewski-Szmek4-44/+55