Remove incorrect comma in http service json config
[project/mdnsd.git] / interface.c
2017-09-28 Philipp MeierRemove ttl==255 restriction for queries
2017-03-21 Rafał MiłeckiFix sending unicast questions on cache expire
2017-03-20 Rafał MiłeckiFix reading port of incoming packets
2017-03-20 Rafał MiłeckiUse one define for DNS-Based Service Discovery service...
2017-03-20 Rafał MiłeckiDrop entries cached for interface we're going to delete
2017-03-10 Rafał MiłeckiCancel (re)connect timer when deleting interface
2017-02-15 Rafał MiłeckiSet errno when refusing to send packet in interface_sen...
2017-02-15 Rafał MiłeckiDon't try sending unicast responses with multicast...
2017-02-15 Rafał MiłeckiUse unicast IP address when sending unicast service...
2017-02-15 Rafał MiłeckiPrepare support for sending unicast DNS answers
2017-02-14 Rafał MiłeckiSet TTL to 255 for outgoing IPv4 unicast packets
2017-02-11 Rafał MiłeckiDrop one-liner service_announce function
2017-02-08 Rafał MiłeckiRename service_reply_a to dns_reply_a and move it to...
2017-02-08 Rafał MiłeckiChange dns_send_question function arg from unicast...
2016-12-19 Cristian Morales... Fix IPv6 read
2016-10-24 John CrispinRevert "mdnsd: interface: enable looped back messages"
2016-05-23 Eyal Birgermdnsd: interface: enable looped back messages
2014-10-26 Steven BarthAdd query ubus call
2014-09-04 John Crispinadd src ip validation
2014-09-04 John Crispinpropagate sockaddr and port form the receive function...
2014-09-02 John Crispinfix free after use on shutdown
2014-09-02 John Crispinadd good bye messages
2014-09-02 John Crispinadd SO_BINDTODEVICE support
2014-09-02 John Crispinsaner debug output
2014-09-02 John Crispinipv6 cleanup
2014-09-02 John Crispinpropagate unicast bit
2014-09-02 John Crispinnicer debug output on rx
2014-09-02 John Crispinadd unicast listener sockets
2014-09-02 John Crispininterface.c cleanup
2014-08-30 John Crispinvalidate incoming interface
2014-08-30 John Crispinsane error message when read fails
2014-08-29 John Crispinadd pktinfo to rx path
2014-08-28 John Crispinadd ipv6 support
2014-06-25 Felix Fietkauremove linux specific includes
2014-06-25 Felix Fietkaumdns: remove dependencies on asm/byteorder.h, fix const...
2014-06-09 Felix Fietkaustore ip address as struct in_addr instead of a string
2014-06-09 Felix Fietkaumake interface_socket_setup static
2014-06-09 Felix Fietkaumove interface connect/read handling to interface.c
2014-06-09 Felix Fietkaucall announce_free from interface_free
2014-06-09 Felix Fietkauinitial code refactoring to prepare for adding dynamic...