Age | Commit message (Expand) | Author |
2020-06-03 | Simplify logic in add_route(), eliminating pointless code duplication and | Kenneth R Westerback |
2020-05-28 | A few stray 'ifa' overloadings. | Kenneth R Westerback |
2020-05-28 | Reduce 'ifa' overloading by renaming some parameters 'address'. | Kenneth R Westerback |
2020-05-28 | Reduce 'ifa' overloading by renaming proposal field from 'ifa' to | Kenneth R Westerback |
2020-05-26 | Wrap some overly long lines. | Kenneth R Westerback |
2020-05-21 | Rename various parameters and variables to eliminate misleading | Kenneth R Westerback |
2020-05-21 | extract_classless_route() -> extract_route() as there is only the one route | Kenneth R Westerback |
2020-05-21 | Rename route_in_rtstatic() to route_pos() to more clearly reflect its | Kenneth R Westerback |
2020-05-20 | Remove no longer necessary RTLEN. | Kenneth R Westerback |
2020-05-20 | Fix typo in comment. | Kenneth R Westerback |
2020-05-20 | Rename proposal{} fields rtstatic_len, rtsearch_len and rtdns_len to | Kenneth R Westerback |
2020-05-20 | Replace fixed 128-byte fields for search domains, static routes and | Kenneth R Westerback |
2020-05-19 | Eliminate imsg_propose{}, imsg_revoke{} and imsg_tell_unwind{} as | Kenneth R Westerback |
2020-05-15 | Be more careful in extracting the uint16_t value of interface-mtu, and | Kenneth R Westerback |
2020-05-09 | Shuffle and clarify logic creating the contents of resolv.conf. | Kenneth R Westerback |
2020-05-08 | Nuke unneeded 'inits' field in struct proposal. 'mtu' being 0 is enough of a ... | Kenneth R Westerback |
2019-11-22 | Polish logic talking to unwind. | Kenneth R Westerback |
2019-11-22 | DNS Proposals are treated as replacements in unwind now. | Florian Obser |
2019-11-19 | Inform unwind about DNS servers it finds in leases. | Kenneth R Westerback |
2019-11-06 | Correct the logic deciding when to write resolv.conf. | Kenneth R Westerback |
2019-10-31 | Constrain and correct the routes being deleted when applying a new | Kenneth R Westerback |
2019-08-01 | Don't leak resolv.conf contents. | Kenneth R Westerback |
2019-07-30 | Use AUTOCONF4 flag. Set the flag on startup. But if the flag is | Kenneth R Westerback |
2019-07-26 | Whitespace tweak, fold long line. | Kenneth R Westerback |
2019-06-30 | getifaddrs() returns -1. | Kenneth R Westerback |
2019-05-17 | Don't put dhclient into a loop when interface-mtu is present | Kenneth R Westerback |
2019-05-10 | Make it possible to switch between wireless and physical interfacs | Sebastian Benoit |
2019-02-23 | Correct comment on delete_addresses() return value. | Kenneth R Westerback |
2019-02-23 | Restore pre-a2k19 behaviour of clearing out all existing addresses | Kenneth R Westerback |
2019-02-12 | Restructure code to simplifiy imsg communications, further separating | Kenneth R Westerback |
2019-01-26 | Zap trailing space that stuck its head up. | Kenneth R Westerback |
2019-01-10 | "AF_* values are *almost* always the correct choice, particularly with | Kenneth R Westerback |
2018-06-13 | Add a cloning direct route to the default route gateway when the | Kenneth R Westerback |
2018-02-06 | Flip -q (be quiet) into -v (be noisy), making terseness the default | Kenneth R Westerback |
2017-10-23 | Use 'for (;;)' instead of a mix of "while (1) {}" and | Kenneth R Westerback |
2017-09-20 | Tweak, shorten, use more consistant verbiage. | Kenneth R Westerback |
2017-09-20 | Make log messages more informative by using the | Kenneth R Westerback |
2017-09-20 | Use consistant simple verbiage when SIOC* ioctl's fail. | Kenneth R Westerback |
2017-09-20 | Wrong captilization, long lines. | Kenneth R Westerback |
2017-09-17 | Create global 'log_procname' and set it to '<ifname>' or | Kenneth R Westerback |
2017-09-15 | Use a poll() loop when trying read the default route from | Kenneth R Westerback |
2017-09-14 | Strive to rationalize fatal[x]() usage and | Kenneth R Westerback |
2017-09-09 | Tweak extract_classless_route() to return unsigned int | Kenneth R Westerback |
2017-09-08 | Tweak route_in_rtstatic() to return the position of the | Kenneth R Westerback |
2017-08-31 | Don't delete v4 routes that are going to be | Kenneth R Westerback |
2017-08-29 | Add a utility function extract_classless_route() and | Kenneth R Westerback |
2017-08-26 | Since we no longer try to uniquely label routes added | Kenneth R Westerback |
2017-08-26 | Remove inadvertantly included param names in | Kenneth R Westerback |
2017-08-26 | Change currently unused populate_rti_info() with | Kenneth R Westerback |
2017-08-18 | Truncating a file and then deciding not to change its | Kenneth R Westerback |