| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | *: 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 |
| * | | lib/printf: use system printf for floats | David Lamparter | 2019-06-03 | 2 | -233/+25 |
| * | | lib/printf: cut down to size | David Lamparter | 2019-06-03 | 3 | -243/+29 |
| * | | lib: import FreeBSD's printf | David Lamparter | 2019-06-03 | 5 | -0/+2244 |
* | | | *: Convert over to all -N namespace to change DAEMON_VTY_DIR | Donald Sharp | 2019-06-05 | 2 | -13/+33 |
* | | | lib: Allow -N to modify the zapi domain socket | Donald Sharp | 2019-06-04 | 1 | -3/+7 |
* | | | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 2 | -61/+26 |
* | | | lib: Cleanup recent commit warn->werror issues in lib/routemap.c | Donald Sharp | 2019-06-03 | 1 | -0/+7 |
|/ / |
|
* | | No log commands (#3581) | David Lamparter | 2019-06-03 | 6 | -9/+40 |
|\ \ |
|
| * | | lib: Add '--command-log-always` to all daemons startup | Donald Sharp | 2019-05-31 | 6 | -9/+40 |
* | | | Merge pull request #4345 from NaveenThanikachalam/route_map_dep | Donald Sharp | 2019-06-03 | 2 | -26/+143 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib: Changes made to dependencies of a r-map do not take effect. | Naveen Thanikachalam | 2019-05-31 | 2 | -26/+143 |
| |/ |
|
* | | Merge pull request #4435 from donaldsharp/zclient_buffer_sizing | Mark Stapp | 2019-05-31 | 2 | -3/+6 |
|\ \ |
|
| * | | lib, zebra: Ensure route encoding has enough space | Donald Sharp | 2019-05-31 | 2 | -3/+6 |
| |/ |
|
* | | Merge pull request #4430 from lkrishnamoor/hostname_crash | Donald Sharp | 2019-05-31 | 2 | -1/+20 |
|\ \ |
|
| * | | lib: crash when FRR hostname length > 80 chars | Lakshman Krishnamoorthy | 2019-05-31 | 2 | -1/+20 |
* | | | lib: Fix gcc 9 warning -> error issue | Donald Sharp | 2019-05-31 | 1 | -1/+1 |
* | | | lib: vtypath_default could be overwritten | Donald Sharp | 2019-05-31 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #4315 from lkrishnamoor/route_map_3rd_state | Donald Sharp | 2019-05-31 | 2 | -26/+61 |
|\ \ |
|