Commit History

Author SHA1 Message Date
  Felix Fietkau c1c1ab720e fix a few format string bugs 10 years ago
  Felix Fietkau 9061708d9d service: simplify and remove more code duplication 10 years ago
  Felix Fietkau 66e73f254a service: get rid of some code duplication 10 years ago
  Felix Fietkau 51c8582bac service: free the blob_buf on exit 10 years ago
  Felix Fietkau 9ea0e4a3c0 remove a few TODO items 10 years ago
  Felix Fietkau c81c04811e make the "records" avl tree static 10 years ago
  Felix Fietkau 2c1fe9afac rename mdns_add_records to cache_dump_records and move it to cache.c 10 years ago
  Felix Fietkau 571cc21441 remove unused avl tree hosts 10 years ago
  Felix Fietkau df298a725d store ip address as struct in_addr instead of a string 10 years ago
  Felix Fietkau c8efd420da make interface_socket_setup static 10 years ago
  Felix Fietkau 65bcc44a70 move rdata_buffer to cache_answer() 10 years ago
  Felix Fietkau 935161d9d7 clean up interfaces on exit 10 years ago
  Felix Fietkau e4cd9b52ef move interface connect/read handling to interface.c 10 years ago
  Felix Fietkau 30c8631e52 call announce_free from interface_free 10 years ago
  Felix Fietkau 67e8c3bed8 move dns packet processing to dns.c 10 years ago
  Felix Fietkau a2684fb549 cache: add support for scanning on multiple interfaces 10 years ago
  Felix Fietkau 431db651f0 move announce state to struct interface 10 years ago
  Felix Fietkau 70ec71015a use struct interface internally instead of struct uloop_fd 10 years ago
  Felix Fietkau f13f07d145 initial code refactoring to prepare for adding dynamic interface support 10 years ago
  Felix Fietkau 4a10aa49f7 ubus: implement the reload command 10 years ago
  Felix Fietkau 8331f9bf12 service: convert to vlist 10 years ago
  Felix Fietkau f02862350a cache: remove service descriptions for now, they belong in the UI layer 10 years ago
  Felix Fietkau 6a432a41b9 cache: fix host length calculation 10 years ago
  Felix Fietkau 3558e5d49d service: constify struct service fields 10 years ago
  Felix Fietkau f295a52969 service: constify function arguments 10 years ago
  Felix Fietkau d9a8000d2e service: make the service txt field const uint8_t to reflect its use more accurately 10 years ago
  Felix Fietkau a0f1b43caf service: get rid of extra useless malloc for txt data 10 years ago
  Felix Fietkau 37121416de service: use calloc instead of malloc+memset 10 years ago
  Felix Fietkau ef875b5d81 cache: constify cache_record fields 10 years ago
  Felix Fietkau 7075533129 cache: remove now unused rem argument to cache_record_free() 10 years ago