Historique des commits

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