projects
/
oweals
/
mdnsd.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
oweals/mdnsd.git
2014-08-28
John Crispin
add the rfc
commit
|
commitdiff
|
tree
|
snapshot
2014-08-28
John Crispin
add goodbye messages when service disappear
commit
|
commitdiff
|
tree
|
snapshot
2014-08-28
John Crispin
more ttl related changes. prereq for goodbye messages
commit
|
commitdiff
|
tree
|
snapshot
2014-08-28
John Crispin
dns_add_answer() now has a ttl parameter
commit
|
commitdiff
|
tree
|
snapshot
2014-08-28
John Crispin
properly announce all ips of an interface when asked
commit
|
commitdiff
|
tree
|
snapshot
2014-08-28
John Crispin
add ipv6 support
commit
|
commitdiff
|
tree
|
snapshot
2014-08-27
John Crispin
fix potential null pointer deref when packets are forged
commit
|
commitdiff
|
tree
|
snapshot
2014-08-27
John Crispin
fix potential buffer overflow when txt records are...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-27
John Crispin
abort the reply parsing if an error is encountered
commit
|
commitdiff
|
tree
|
snapshot
2014-08-27
John Crispin
gracefully exit if the cmdline is bogus
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
John Crispin
remove now unused service-types index
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
John Crispin
fix entry duplication bug
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
John Crispin
fix off by one in record find code
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
John Crispin
fix use after free
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Felix Fietkau
remove linux specific includes
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Felix Fietkau
mdns: remove dependencies on asm/byteorder.h, fix const...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Felix Fietkau
service.c: remove unused service_attr_list
commit
|
commitdiff
|
tree
|
snapshot
2014-06-11
Felix Fietkau
rename set_interfaces to set_config, more stuff can...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-11
Felix Fietkau
allow starting without an active interface
commit
|
commitdiff
|
tree
|
snapshot
2014-06-11
Felix Fietkau
add support for dynamic reconfiguration of interfaces
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
fix segfault while dumping records
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
simplify memory management for dns answers: use a blob_...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
use lookup array for dns_type_string()
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
reuse mdns_buf for cache_answer()
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
move signal_setup() to main.c
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
make iface_name static
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
clean up hostname handling, make service_name() static
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
fix excessive stack usage
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
fix a few format string bugs
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
service: simplify and remove more code duplication
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
service: get rid of some code duplication
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
service: free the blob_buf on exit
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
remove a few TODO items
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
make the "records" avl tree static
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
rename mdns_add_records to cache_dump_records and move...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
remove unused avl tree hosts
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
store ip address as struct in_addr instead of a string
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
make interface_socket_setup static
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
move rdata_buffer to cache_answer()
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
clean up interfaces on exit
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
move interface connect/read handling to interface.c
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
call announce_free from interface_free
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
move dns packet processing to dns.c
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
cache: add support for scanning on multiple interfaces
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
move announce state to struct interface
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
use struct interface internally instead of struct uloop_fd
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Felix Fietkau
initial code refactoring to prepare for adding dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Felix Fietkau
ubus: implement the reload command
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Felix Fietkau
service: convert to vlist
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Felix Fietkau
cache: remove service descriptions for now, they belong...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: fix host length calculation
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
service: constify struct service fields
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
service: constify function arguments
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
service: make the service txt field const uint8_t to...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
service: get rid of extra useless malloc for txt data
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
service: use calloc instead of malloc+memset
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: constify cache_record fields
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: remove now unused rem argument to cache_record_f...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: reduce allocation of cache records to one chunk...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: constify entry and host pointers in struct cache...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
ubus: constify name argument to mdns_add_records
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
dns: constify various functions
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
util: constify memdup()
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: remove struct cache_type
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: reduce allocation of cache entries to one chunk...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: use proper avl lookup for entries
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
cache: convert types to kvlist
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
dns: use alloca instead of malloc to fix memleak in...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
dns: use common function for sending packets
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
dns: reuse global name_buffer in dns_send_question()
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
dns: use bss instead of heap for buffers
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Felix Fietkau
dns: use compile time initialization for structs, remov...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-27
John Crispin
make the code work for bridge interfaces
commit
|
commitdiff
|
tree
|
snapshot
2014-03-17
John Crispin
import v0.1
commit
|
commitdiff
|
tree
|
snapshot