summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: make "%Ld" work for int64_tDavid Lamparter2019-06-126-26/+73
* lib: use snprintfrr() in "hidden" printfsDavid Lamparter2019-06-123-9/+11
* *: fix some dumb printf format warningsDavid Lamparter2019-06-111-2/+4
* More compiler cleanup (#4487)David Lamparter2019-06-114-2/+9
|\
| * lib: On some platforms function did not return anythingDonald Sharp2019-06-071-0/+6
| * lib: Include proper headerDonald Sharp2019-06-071-0/+1
| * lib, pimd, sharpd: Various output string cleanupsDonald Sharp2019-06-072-2/+2
* | Zebra.h header cleanup (#4444)David Lamparter2019-06-113-73/+63
|\ \
| * | lib: Move zebra_size_t to zclient.h who should own itDonald Sharp2019-06-022-3/+3
| * | lib: Remove unused zebra_command_t typeDonald Sharp2019-06-021-1/+0
| * | lib: Remove unused INT8_MAX and UINT8_MAX valuesDonald Sharp2019-06-021-6/+0
| * | lib: Move ZEBRA_HEADER_MARKER to header it belongs inDonald Sharp2019-06-022-6/+6
| * | lib: Move zclient flags to zclient.hDonald Sharp2019-06-022-38/+35
| * | lib: Move some log.c functions declarations to log.hDonald Sharp2019-06-022-19/+19
* | | Merge pull request #4484 from donaldsharp/pbr_tab_completeRenato Westphal2019-06-081-2/+17
|\ \ \
| * | | lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group'Donald Sharp2019-06-051-2/+17
| | |/ | |/|
* | | Merge pull request #4480 from opensourcerouting/inet_ntopQuentin Young2019-06-073-0/+197
|\ \ \ | |/ / |/| |
| * | tests: exercise frr_inet_ntop()David Lamparter2019-06-061-0/+2
| * | lib: add optimized inet_ntop()David Lamparter2019-06-062-0/+173
| * | lib: add OPTIMIZE + assume() to compiler.hDavid Lamparter2019-06-061-0/+22
* | | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-1/+1
|/ /
* | Merge pull request #4333 from opensourcerouting/printfrrDonald Sharp2019-06-0519-321/+2597
|\ \
| * | lib: simplify SEGV handlerDavid Lamparter2019-06-033-235/+127
| * | lib/printf: ditch reallocarrayDavid Lamparter2019-06-031-1/+1
| * | lib: add some printfrr specifiersDavid Lamparter2019-06-034-6/+151
| * | lib: use printfrr for log & vtyDavid Lamparter2019-06-033-70/+31
| * | lib/printf: add extension supportDavid Lamparter2019-06-034-11/+194
| * | lib/printf: fix some random warningsDavid Lamparter2019-06-031-9/+11
| * | lib/printf: integrateDavid Lamparter2019-06-037-32/+283
| * | lib/printf: rename & private __find_argumentsDavid Lamparter2019-06-035-16/+18
| * | lib/printf: disable wchar_t supportDavid Lamparter2019-06-033-4/+16
| * | lib/printf: add %Ld/%Lu for int64_t/uint64_tDavid Lamparter2019-06-032-13/+19
| * | lib/printf: use system printf for floatsDavid Lamparter2019-06-032-233/+25
| * | lib/printf: cut down to sizeDavid Lamparter2019-06-033-243/+29
| * | lib: import FreeBSD's printfDavid Lamparter2019-06-035-0/+2244
* | | *: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp2019-06-052-13/+33
* | | lib: Allow -N to modify the zapi domain socketDonald Sharp2019-06-041-3/+7
* | | Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-042-61/+26
* | | lib: Cleanup recent commit warn->werror issues in lib/routemap.cDonald Sharp2019-06-031-0/+7
|/ /
* | No log commands (#3581)David Lamparter2019-06-036-9/+40
|\ \
| * | lib: Add '--command-log-always` to all daemons startupDonald Sharp2019-05-316-9/+40
* | | Merge pull request #4345 from NaveenThanikachalam/route_map_depDonald Sharp2019-06-032-26/+143
|\ \ \ | |_|/ |/| |
| * | lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-312-26/+143
| |/
* | Merge pull request #4435 from donaldsharp/zclient_buffer_sizingMark Stapp2019-05-312-3/+6
|\ \
| * | lib, zebra: Ensure route encoding has enough spaceDonald Sharp2019-05-312-3/+6
| |/
* | Merge pull request #4430 from lkrishnamoor/hostname_crashDonald Sharp2019-05-312-1/+20
|\ \
| * | lib: crash when FRR hostname length > 80 charsLakshman Krishnamoorthy2019-05-312-1/+20
* | | lib: Fix gcc 9 warning -> error issueDonald Sharp2019-05-311-1/+1
* | | lib: vtypath_default could be overwrittenDonald Sharp2019-05-311-1/+1
| |/ |/|
* | Merge pull request #4315 from lkrishnamoor/route_map_3rd_stateDonald Sharp2019-05-312-26/+61
|\ \