summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Prevent infinite loop in fd handling (#4516)David Lamparter2019-06-143-16/+74
|\
| * lib: Add function name to `show thread poll`Donald Sharp2019-06-131-4/+25
| * lib: Add check for non-preexisting threadDonald Sharp2019-06-131-4/+16
| * lib: Prevent infinite loop in fd handlingDonald Sharp2019-06-133-8/+33
* | eliminate snprintf from AF_INET/AF_INET6 prefix2str, add prefix2str test (#4521)David Lamparter2019-06-141-5/+21
|\ \
| * | lib: remove snprintf from prefix2strQuentin Young2019-06-131-5/+21
* | | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings (#4439)David Lamparter2019-06-133-101/+134
|\ \ \ | |_|/ |/| |
| * | lib, bgpd: Create iana_afi.h for storing iana_afi/safi enumsDonald Sharp2019-06-023-139/+134
| * | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing stringsDonald Sharp2019-06-021-0/+40
| * | lib: Remove some iana_afi_t values that are not really afi'sDonald Sharp2019-06-021-2/+0
* | | Merge pull request #4500 from opensourcerouting/clippy-improveQuentin Young2019-06-133-11/+22
|\ \ \
| * | | lib/clippy: error out on unsupported bitsDavid Lamparter2019-06-122-4/+15
| * | | build: improve clippy optionsDavid Lamparter2019-06-121-6/+6
| * | | build: slim down configure.acDavid Lamparter2019-06-121-1/+1
* | | | Merge pull request #4509 from opensourcerouting/spanish-intquisitionQuentin Young2019-06-139-35/+84
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: make "%Ld" work for int64_tDavid Lamparter2019-06-126-26/+73
| * | | lib: use snprintfrr() in "hidden" printfsDavid Lamparter2019-06-123-9/+11
| |/ /
* | | Merge pull request #4448 from opensourcerouting/cxx-container-ofMark Stapp2019-06-131-3/+14
|\ \ \
| * | | lib: const-unaware container_of for C++David Lamparter2019-06-111-3/+14
| |/ /
* / / lib: fix outdated candidate configuration issueRenato Westphal2019-06-122-3/+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