summaryrefslogtreecommitdiff
path: root/package/network/services/mdns
Commit message (Collapse)AuthorAge
* treewide: clean up and unify PKG_VERSION for git based downloadsFelix Fietkau2016-12-22
| | | | | | Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mdns: bump to latest git HEADJohn Crispin2016-12-20
| | | | | | | | be8ae8d cmake: Search for libjson-c 1fa9077 Fix IPv6 read 846369c Revert "mdnsd: interface: enable looped back messages" Signed-off-by: John Crispin <john@phrozen.org>
* treewide: clean up download hashesFelix Fietkau2016-12-16
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* source: Switch to xz for packages and tools where possibleDaniel Engberg2016-10-06
| | | | | | | | | | | * Change git packages to xz * Update mirror checksums in packages where they are used * Change a few source tarballs to xz if available upstream * Remove unused lines in packages we're touching, requested by jow- and blogic * We're relying more on xz-utils so add official mirror as primary source, master site as secondary. * Add SHA256 checksums to multiple git tarball packages Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* package/*: update git urls for project reposJohn Crispin2016-06-13
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* mdns: update to latest git HEADJohn Crispin2016-05-23
| | | | | | * fixes loopback handling Signed-off-by: John Crispin <john@phrozen.org>
* global: change my email addressJohn Crispin2016-05-12
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* packages: use OPENWRT_GIT to point at the main openwrt git repoFelix Fietkau2016-01-04
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48118
* mdns: update to the latest version, fixes a spurious build errorFelix Fietkau2015-09-03
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46778
* mdns: fix having mulitple network entries in uciFelix Fietkau2015-09-02
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46764
* mdns: fix ubus wait_for commandFelix Fietkau2015-07-02
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46156
* mdns: add conffiles sectionNicolas Thill2015-04-02
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45241
* mdns: add jail and seccomp supportJohn Crispin2015-03-26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45012
* mdns: install uci package as configLuka Perkov2015-01-14
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 43967
* mdnsd: add query / fetch methods, fix some bugsSteven Barth2014-11-03
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43169
* Add a few SPDX tagsSteven Barth2014-11-02
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* mdns: update to latest git headJohn Crispin2014-09-02
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42407
* mdns: update to latest gitJohn Crispin2014-08-29
| | | | | | | | | | | | * ipv6 * 4 bugs in the dns parser * service announcement * tx goodbye support * proper handling of rx goodbye Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42325
* mdns: add the new openwrt mdns daemonJohn Crispin2014-06-26
this is still wip, you can use the following ubus calls. ubus call mdns scan # triggers a scan ubus call mdns browse # look at the currenlty cached records ubus call mdns hosts # look at the currenlty cached hosts TODO - ipv6, currenlty AAAA records are handled but only on v4 sockets - finish the service announce code Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41345