| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Prevent infinite loop in fd handling (#4516) | David Lamparter | 2019-06-14 | 3 | -16/+74 |
|\ |
|
| * | lib: Add function name to `show thread poll` | Donald Sharp | 2019-06-13 | 1 | -4/+25 |
| * | lib: Add check for non-preexisting thread | Donald Sharp | 2019-06-13 | 1 | -4/+16 |
| * | lib: Prevent infinite loop in fd handling | Donald Sharp | 2019-06-13 | 3 | -8/+33 |
* | | eliminate snprintf from AF_INET/AF_INET6 prefix2str, add prefix2str test (#4521) | David Lamparter | 2019-06-14 | 1 | -5/+21 |
|\ \ |
|
| * | | lib: remove snprintf from prefix2str | Quentin Young | 2019-06-13 | 1 | -5/+21 |
* | | | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings (#4439) | David Lamparter | 2019-06-13 | 3 | -101/+134 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib, bgpd: Create iana_afi.h for storing iana_afi/safi enums | Donald Sharp | 2019-06-02 | 3 | -139/+134 |
| * | | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings | Donald Sharp | 2019-06-02 | 1 | -0/+40 |
| * | | lib: Remove some iana_afi_t values that are not really afi's | Donald Sharp | 2019-06-02 | 1 | -2/+0 |
* | | | Merge pull request #4500 from opensourcerouting/clippy-improve | Quentin Young | 2019-06-13 | 3 | -11/+22 |
|\ \ \ |
|
| * | | | lib/clippy: error out on unsupported bits | David Lamparter | 2019-06-12 | 2 | -4/+15 |
| * | | | build: improve clippy options | David Lamparter | 2019-06-12 | 1 | -6/+6 |
| * | | | build: slim down configure.ac | David Lamparter | 2019-06-12 | 1 | -1/+1 |
* | | | | Merge pull request #4509 from opensourcerouting/spanish-intquisition | Quentin Young | 2019-06-13 | 9 | -35/+84 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | lib: make "%Ld" work for int64_t | David Lamparter | 2019-06-12 | 6 | -26/+73 |
| * | | | lib: use snprintfrr() in "hidden" printfs | David Lamparter | 2019-06-12 | 3 | -9/+11 |
| |/ / |
|
* | | | Merge pull request #4448 from opensourcerouting/cxx-container-of | Mark Stapp | 2019-06-13 | 1 | -3/+14 |
|\ \ \ |
|
| * | | | lib: const-unaware container_of for C++ | David Lamparter | 2019-06-11 | 1 | -3/+14 |
| |/ / |
|
* / / | lib: fix outdated candidate configuration issue | Renato Westphal | 2019-06-12 | 2 | -3/+11 |
|/ / |
|
* | | *: fix some dumb printf format warnings | David Lamparter | 2019-06-11 | 1 | -2/+4 |
* | | More compiler cleanup (#4487) | David Lamparter | 2019-06-11 | 4 | -2/+9 |
|\ \ |
|
| * | | lib: On some platforms function did not return anything | Donald Sharp | 2019-06-07 | 1 | -0/+6 |
| * | | lib: Include proper header | Donald Sharp | 2019-06-07 | 1 | -0/+1 |
| * | | lib, pimd, sharpd: Various output string cleanups | Donald Sharp | 2019-06-07 | 2 | -2/+2 |
* | | | Zebra.h header cleanup (#4444) | David Lamparter | 2019-06-11 | 3 | -73/+63 |
|\ \ \ |
|
| * | | | lib: Move zebra_size_t to zclient.h who should own it | Donald Sharp | 2019-06-02 | 2 | -3/+3 |
| * | | | lib: Remove unused zebra_command_t type | Donald Sharp | 2019-06-02 | 1 | -1/+0 |
| * | | | lib: Remove unused INT8_MAX and UINT8_MAX values | Donald Sharp | 2019-06-02 | 1 | -6/+0 |
| * | | | lib: Move ZEBRA_HEADER_MARKER to header it belongs in | Donald Sharp | 2019-06-02 | 2 | -6/+6 |
| * | | | lib: Move zclient flags to zclient.h | Donald Sharp | 2019-06-02 | 2 | -38/+35 |
| * | | | lib: Move some log.c functions declarations to log.h | Donald Sharp | 2019-06-02 | 2 | -19/+19 |
* | | | | Merge pull request #4484 from donaldsharp/pbr_tab_complete | Renato Westphal | 2019-06-08 | 1 | -2/+17 |
|\ \ \ \ |
|
| * | | | | lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group' | Donald Sharp | 2019-06-05 | 1 | -2/+17 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #4480 from opensourcerouting/inet_ntop | Quentin Young | 2019-06-07 | 3 | -0/+197 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | tests: exercise frr_inet_ntop() | David Lamparter | 2019-06-06 | 1 | -0/+2 |
| * | | | lib: add optimized inet_ntop() | David Lamparter | 2019-06-06 | 2 | -0/+173 |
| * | | | lib: add OPTIMIZE + assume() to compiler.h | David Lamparter | 2019-06-06 | 1 | -0/+22 |
* | | | | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings | Mark Stapp | 2019-06-06 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #4333 from opensourcerouting/printfrr | Donald Sharp | 2019-06-05 | 19 | -321/+2597 |
|\ \ \ |
|
| * | | | lib: simplify SEGV handler | David Lamparter | 2019-06-03 | 3 | -235/+127 |
| * | | | lib/printf: ditch reallocarray | David Lamparter | 2019-06-03 | 1 | -1/+1 |
| * | | | lib: add some printfrr specifiers | David Lamparter | 2019-06-03 | 4 | -6/+151 |
| * | | | lib: use printfrr for log & vty | David Lamparter | 2019-06-03 | 3 | -70/+31 |
| * | | | lib/printf: add extension support | David Lamparter | 2019-06-03 | 4 | -11/+194 |
| * | | | lib/printf: fix some random warnings | David Lamparter | 2019-06-03 | 1 | -9/+11 |
| * | | | lib/printf: integrate | David Lamparter | 2019-06-03 | 7 | -32/+283 |
| * | | | lib/printf: rename & private __find_arguments | David Lamparter | 2019-06-03 | 5 | -16/+18 |
| * | | | lib/printf: disable wchar_t support | David Lamparter | 2019-06-03 | 3 | -4/+16 |
| * | | | lib/printf: add %Ld/%Lu for int64_t/uint64_t | David Lamparter | 2019-06-03 | 2 | -13/+19 |