projects
/
project
/
mdnsd.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
interface: fix interface memory corruption
2023-11-21
Felix Fietkau
interface: fix interface memory corruption
Signed-off-by:
Felix Fietkau
<nbd@nbd.name>
commit
|
commitdiff
|
tree
2023-10-19
Felix Fietkau
ubus: add array flag support for the hosts method
Signed-off-by:
Felix Fietkau
<nbd@nbd.name>
commit
|
commitdiff
|
tree
2023-10-19
Felix Fietkau
use hostname from SRV record to look up IP addresses
Signed-off-by:
Felix Fietkau
<nbd@nbd.name>
commit
|
commitdiff
|
tree
2023-10-19
Felix Fietkau
cache: dump hostname target from srv records
Signed-off-by:
Felix Fietkau
<nbd@nbd.name>
commit
|
commitdiff
|
tree
2023-10-19
Felix Fietkau
interface: use a global socket instead of per-interface...
Signed-off-by:
Felix Fietkau
<nbd@nbd.name>
commit
|
commitdiff
|
tree
2023-10-18
Felix Fietkau
ubus: add a browse flag for suppressing cached ip addresses
Signed-off-by:
Felix Fietkau
<nbd@nbd.name>
commit
|
commitdiff
|
tree
2023-10-18
Felix Fietkau
cache: make record/hostname lookup case-insensitive
Signed-off-by:
Felix Fietkau
<nbd@nbd.name>
commit
|
commitdiff
|
tree
2015-09-03
Felix Fietkau
interface: include libubox/utils.h
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2015-09-03
Felix Fietkau
service: remove obsolete uci include statements
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-25
Felix Fietkau
remove linux specific includes
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-25
Felix Fietkau
mdns: remove dependencies on asm/byteorder.h, fix constant...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-25
Felix Fietkau
service.c: remove unused service_attr_list
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-11
Felix Fietkau
rename set_interfaces to set_config, more stuff can...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-11
Felix Fietkau
allow starting without an active interface
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-11
Felix Fietkau
add support for dynamic reconfiguration of interfaces
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
fix segfault while dumping records
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
simplify memory management for dns answers: use a blob_buf...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
use lookup array for dns_type_string()
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
reuse mdns_buf for cache_answer()
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
move signal_setup() to main.c
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
make iface_name static
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
clean up hostname handling, make service_name() static
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
fix excessive stack usage
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
fix a few format string bugs
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
service: simplify and remove more code duplication
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
service: get rid of some code duplication
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
service: free the blob_buf on exit
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
remove a few TODO items
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
make the "records" avl tree static
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
rename mdns_add_records to cache_dump_records and move...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
remove unused avl tree hosts
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
store ip address as struct in_addr instead of a string
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
make interface_socket_setup static
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
move rdata_buffer to cache_answer()
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
clean up interfaces on exit
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
move interface connect/read handling to interface.c
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
call announce_free from interface_free
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
move dns packet processing to dns.c
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
cache: add support for scanning on multiple interfaces
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
move announce state to struct interface
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
use struct interface internally instead of struct uloop_fd
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-09
Felix Fietkau
initial code refactoring to prepare for adding dynamic...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-05
Felix Fietkau
ubus: implement the reload command
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-05
Felix Fietkau
service: convert to vlist
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-05
Felix Fietkau
cache: remove service descriptions for now, they belong...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: fix host length calculation
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
service: constify struct service fields
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
service: constify function arguments
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
service: make the service txt field const uint8_t to...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
service: get rid of extra useless malloc for txt data
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
service: use calloc instead of malloc+memset
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: constify cache_record fields
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: remove now unused rem argument to cache_record_free()
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: reduce allocation of cache records to one chunk...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: constify entry and host pointers in struct cache_entry
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
ubus: constify name argument to mdns_add_records
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
dns: constify various functions
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
util: constify memdup()
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: remove struct cache_type
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: reduce allocation of cache entries to one chunk...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: use proper avl lookup for entries
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
cache: convert types to kvlist
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
dns: use alloca instead of malloc to fix memleak in...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
dns: use common function for sending packets
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
dns: reuse global name_buffer in dns_send_question()
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
dns: use bss instead of heap for buffers
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree
2014-06-03
Felix Fietkau
dns: use compile time initialization for structs, remove...
Signed-off-by:
Felix Fietkau
<nbd@openwrt.org>
commit
|
commitdiff
|
tree