| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #2884 from opensourcerouting/assorted-20180821 | Donald Sharp | 2018-08-22 | 2 | -6/+11 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib/bgpd: re-fix bgp_info_extra_free() | David Lamparter | 2018-08-22 | 1 | -6/+2 |
| * | | build: wrap "fallthrough" attr | David Lamparter | 2018-08-21 | 1 | -0/+9 |
* | | | Merge pull request #2888 from pguibert6WIND/misc_fix_static_tableid | Donald Sharp | 2018-08-22 | 3 | -6/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib: change vrf_is_mapped_on_netns API | Philippe Guibert | 2018-08-22 | 3 | -6/+5 |
| |/ |
|
* / | lib: fix deadlock in log.c | Quentin Young | 2018-08-21 | 1 | -0/+5 |
|/ |
|
* | lib: fix show error all | Philippe Guibert | 2018-08-21 | 1 | -1/+1 |
* | Merge pull request #2846 from donaldsharp/backet_data | Russ White | 2018-08-16 | 2 | -15/+16 |
|\ |
|
| * | lib: routemap.c trust backet->data | Donald Sharp | 2018-08-15 | 1 | -14/+9 |
| * | lib: Update hash.h documentation | Donald Sharp | 2018-08-15 | 1 | -1/+7 |
* | | Merge pull request #2448 from qlyoung/error-reference-cards | David Lamparter | 2018-08-16 | 29 | -167/+719 |
|\ \
| |/
|/| |
|
| * | *: use frr_elevate_privs() (2/2: manual) | David Lamparter | 2018-08-14 | 3 | -23/+11 |
| * | lib: add frr_elevate_privs() wrapper | David Lamparter | 2018-08-14 | 2 | -0/+74 |
| * | *: rename ferr_zlog -> flog_err_sys | Quentin Young | 2018-08-14 | 11 | -96/+99 |
| * | *: rename ferr_ref -> log_ref | Quentin Young | 2018-08-14 | 5 | -24/+24 |
| * | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 18 | -85/+85 |
| * | lib: remove still reachable blocks in ferr.c | Quentin Young | 2018-08-14 | 2 | -0/+2 |
| * | lib, vtysh: fixup style nits for error refs | Quentin Young | 2018-08-14 | 2 | -5/+10 |
| * | *: remove \n from error code texts | Quentin Young | 2018-08-14 | 1 | -12/+12 |
| * | lib: add 'show error all json' | Quentin Young | 2018-08-14 | 2 | -14/+67 |
| * | *: stop double initialization of ferr | Quentin Young | 2018-08-14 | 2 | -1/+1 |
| * | *: fix source file headers & includes for errcodes | Quentin Young | 2018-08-14 | 2 | -2/+3 |
| * | lib: Convert zlog_err for clippy build | Donald Sharp | 2018-08-14 | 1 | -4/+4 |
| * | lib: Remove unnecessary zebra.h include | Donald Sharp | 2018-08-14 | 1 | -1/+0 |
| * | lib: Fix Spelling mistake | Donald Sharp | 2018-08-14 | 1 | -35/+35 |
| * | zebra, lib: error references for zebra | Quentin Young | 2018-08-14 | 4 | -0/+11 |
| * | lib: Update error ranges to include all daemons | Donald Sharp | 2018-08-14 | 1 | -9/+35 |
| * | lib: Cleanup some missed LIB_ERR_SYSTEM_CALL | Donald Sharp | 2018-08-14 | 1 | -4/+6 |
| * | lib: Add LIB_ERR_ZMQ | Donald Sharp | 2018-08-14 | 3 | -2/+12 |
| * | lib: Add LIB_ERR_DEVELOPMENT | Donald Sharp | 2018-08-14 | 7 | -13/+27 |
| * | lib: Add LIB_ERR_NS to error subsystem | Donald Sharp | 2018-08-14 | 3 | -6/+17 |
| * | lib, zebra: Add LIB_ERR_INTERFACE | Donald Sharp | 2018-08-14 | 4 | -4/+16 |
| * | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES | Donald Sharp | 2018-08-14 | 3 | -21/+22 |
| * | lib: Add LIB_ERR_SNMP | Donald Sharp | 2018-08-14 | 3 | -4/+16 |
| * | lib: Add LIB_ERR_VTY | Donald Sharp | 2018-08-14 | 3 | -6/+17 |
| * | lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKET | Donald Sharp | 2018-08-14 | 11 | -67/+98 |
| * | lib: When logging commands do not use zlog_err | Donald Sharp | 2018-08-14 | 1 | -1/+1 |
| * | lib: Convert to zlog_ferr for zclient.c | Donald Sharp | 2018-08-14 | 3 | -44/+78 |
| * | lib, bgpd: Add code to make lib auto create the ferr infrastructure | Donald Sharp | 2018-08-14 | 6 | -20/+131 |
| * | lib: Allow adding arrays of ferr's | Donald Sharp | 2018-08-14 | 2 | -1/+7 |
| * | lib: add error reference system | Quentin Young | 2018-08-14 | 3 | -0/+135 |
* | | lib, ripngd, zebra: Remove pre-solaris 9 special cased code | Donald Sharp | 2018-08-15 | 2 | -18/+1 |
|/ |
|
* | Merge pull request #2805 from opensourcerouting/malloc-size | Quentin Young | 2018-08-14 | 3 | -9/+47 |
|\ |
|
| * | lib: count total memory allocation per MTYPE | David Lamparter | 2018-08-08 | 3 | -7/+42 |
| * | build: rework mallinfo test & find malloc_size | David Lamparter | 2018-08-08 | 1 | -2/+5 |
* | | Merge branch 'master' into bfd-final | Donald Sharp | 2018-08-14 | 10 | -37/+60 |
|\ \ |
|
| * | | lib, vtysh: fix inconsistent interface commands in vtysh | Renato Westphal | 2018-08-13 | 1 | -8/+8 |
| * | | lib, vtysh: fix inconsistent VRF commands in vtysh | Renato Westphal | 2018-08-13 | 1 | -8/+8 |
| * | | lib: implement DEFPY_NOSH | Renato Westphal | 2018-08-13 | 2 | -0/+7 |
| * | | lib: add listnode_add_head() | Renato Westphal | 2018-08-13 | 2 | -0/+33 |