summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-179-13/+17
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-1716-61/+70
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-1711-25/+28
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-1714-32/+35
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-1765-152/+157
* *: require ISO C11 (or C++11)David Lamparter2021-03-174-26/+15
* snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* Merge pull request #8230 from donaldsharp/flex_moreMark Stapp2021-03-152-18/+12
|\
| * *: remove remaining severity prefixesDavid Lamparter2021-03-141-1/+1
| * lib: Convert to builtin printf functionalityDonald Sharp2021-03-142-17/+11
* | Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-152-0/+14
|\ \
| * | isisd: support for snmplynne2021-03-022-0/+14
* | | Merge pull request #8160 from idryzhov/fix-show-yang-operRenato Westphal2021-03-151-0/+10
|\ \ \ | |_|/ |/| |
| * | lib: fix crash when iterating over nb operational dataIgor Ryzhov2021-02-261-0/+10
* | | Merge pull request #8124 from pguibert6WIND/ipsec_iptable_dplaneMark Stapp2021-03-102-7/+12
|\ \ \
| * | | zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-102-7/+12
* | | | lib: use correct type in add_event xrefMark Stapp2021-03-091-1/+1
* | | | Merge pull request #6807 from opensourcerouting/xref-extractRuss White2021-03-096-2/+1338
|\ \ \ \
| * | | | lib: get rid of padding in struct cmd_elementDavid Lamparter2021-02-231-1/+1
| * | | | lib/xref: record log message format argsDavid Lamparter2021-02-232-1/+10
| * | | | build: extract xrefsDavid Lamparter2021-02-231-0/+20
| * | | | lib/clippy: add libelf wrapperDavid Lamparter2021-02-234-1/+1308
* | | | | lib: add ringbuf socket read functionRafael Zalamena2021-03-052-0/+46
* | | | | Merge pull request #8175 from mjstapp/fix_printfrr_nullsRuss White2021-03-023-43/+79
|\ \ \ \ \
| * | | | | lib: protect printfrr extensions from NULL inputMark Stapp2021-03-013-43/+79
* | | | | | Merge pull request #7951 from mjstapp/fix_cancel_eventDonald Sharp2021-03-022-51/+167
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | libs, bgpd: improve task cancellation by argument valueMark Stapp2021-02-092-45/+157
| * | | | | libs: make the task cancellation struct privateMark Stapp2021-02-092-6/+10
* | | | | | lib: print NULL for NULL nexthopsMark Stapp2021-03-011-0/+10
| |/ / / / |/| | | |
* | | | | Merge pull request #8073 from idryzhov/vtysh-show-configSantosh P K2021-03-011-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib: allow "show config running" command for non-transactional CLIIgor Ryzhov2021-02-121-1/+1
* | | | | Merge pull request #8023 from volta-networks/feat_add_agentx_enabled_hookQuentin Young2021-02-242-0/+17
|\ \ \ \ \
| * | | | | lib: add agentx_enabled hookKaren Schoener2021-02-162-0/+17
* | | | | | Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-233-6/+6
|\ \ \ \ \ \
| * | | | | | *: remove more sprintf()Quentin Young2021-02-093-6/+6
| |/ / / / /
* | | | | | Merge pull request #8095 from idryzhov/fix-nb-stale-pointersRuss White2021-02-236-19/+132
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | lib: register dependency between control plane protocol and vrf nb nodesIgor Ryzhov2021-02-222-11/+57
| * | | | | lib: add definitions for vrf xpathsIgor Ryzhov2021-02-222-4/+6
| * | | | | lib: add ability to register dependencies between northbound nodesIgor Ryzhov2021-02-222-4/+69
| | |_|_|/ | |/| | |
* | | | | lib: Reduce getrusage/monotime for event handlingDonald Sharp2021-02-222-1/+13
* | | | | lib: fix c++ usage of zlogEmanuele Di Pascale2021-02-221-8/+16
* | | | | lib: Free memory leak in error path in clippyDonald Sharp2021-02-201-0/+4
* | | | | lib: use right type for wconv() return valQuentin Young2021-02-191-1/+1
* | | | | Merge pull request #8079 from pjdruddy/pr-snmp-coverityDonald Sharp2021-02-192-0/+12
|\ \ \ \ \
| * | | | | bgpd, lib: add oid2in6_addr utility and use itPat Ruddy2021-02-172-0/+12
| |/ / / /
* | | | | Merge pull request #8103 from mjstapp/fix_thread_awakenDonald Sharp2021-02-191-22/+26
|\ \ \ \ \
| * | | | | lib: pass the thread_master to process_timers()Mark Stapp2021-02-181-6/+7
| * | | | | lib: don't awaken from poll for every timerMark Stapp2021-02-181-4/+12
| * | | | | lib: remove unneeded arg from timer apiMark Stapp2021-02-181-10/+6
| * | | | | lib: small code cleanup in thread.cMark Stapp2021-02-181-2/+1
| |/ / / /