summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #10738 from LabNConsulting/chopps/fixgrpcDonald Sharp2022-03-141-7/+20
|\ \ \ \
| * | | | lib: grpc: use candiate ID to delete rather than pointer to candiateChristian Hopps2022-03-141-7/+15
| * | | | lib: call protobuf clean up on exitRafael Zalamena2022-03-141-0/+5
* | | | | Merge pull request #10724 from opensourcerouting/lib-rotate-logsDonald Sharp2022-03-131-0/+1
|\ \ \ \ \
| * | | | | lib: rotate log file supplied by command lineRafael Zalamena2022-03-031-0/+1
* | | | | | Merge pull request #10716 from donaldsharp/routemap_rbtree_nonuniqDavid Lamparter2022-03-131-12/+22
|\ \ \ \ \ \
| * | | | | | lib: Fix corruption when routemap delete/add sequence happensDonald Sharp2022-03-021-12/+22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #10779 from opensourcerouting/typesafe-backflipDonald Sharp2022-03-133-0/+105
|\ \ \ \ \ \
| * | | | | | lib: add `_last` and `_prev` on typesafe RB/DLISTDavid Lamparter2022-03-123-0/+105
* | | | | | | Merge pull request #10783 from donaldsharp/bgp_zebra_nhtDonatas Abraitis2022-03-122-2/+29
|\ \ \ \ \ \ \
| * | | | | | | *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-122-2/+29
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | bgpd, lib, pimd: Remove sockopt_corkDonald Sharp2022-03-122-16/+0
|/ / / / / /
* | | | | | lib: add `%pFXh` to print prefix w/o prefixlenDavid Lamparter2022-03-111-3/+34
* | | | | | lib: add JSON printfrr dict-key helperDavid Lamparter2022-03-112-0/+35
|/ / / / /
* | | | | Merge pull request #10749 from opensourcerouting/live-log-polishDonald Sharp2022-03-116-17/+117
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib, vtysh: report lost messages on live logDavid Lamparter2022-03-072-1/+10
| * | | | lib: add `monitor:<fd>` command line log targetDavid Lamparter2022-03-073-4/+29
| * | | | lib: add a few more bits to live log headerDavid Lamparter2022-03-072-5/+47
| * | | | lib: support multiple `--log` optionsDavid Lamparter2022-03-072-3/+25
| * | | | lib: make live log sockets non-blockingDavid Lamparter2022-03-071-0/+4
| * | | | lib: fix live log fields for crashlogDavid Lamparter2022-03-071-4/+2
| * | | | lib: fix log target removal when singlethreadedDavid Lamparter2022-03-071-2/+2
* | | | | Merge pull request #10741 from LabNConsulting/chopps/critfixgrpcDonald Sharp2022-03-071-50/+92
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: grpc: fix handling of "empty" yang typeChristian Hopps2022-03-061-5/+5
| * | | | lib: grpc: fix shutdown codeChristian Hopps2022-03-061-39/+80
| * | | | lib: grpc: initialize uninitialized member variablesChristian Hopps2022-03-061-5/+4
| * | | | lib: grpc: do not remove candidate entry too soonChristian Hopps2022-03-061-1/+1
| * | | | lib: tweak northbound gRPC default timeoutRafael Zalamena2022-03-061-0/+2
* | | | | lib: Route-map failed for OSPF routes even for matching prefixesMobashshera Rasool2022-03-041-6/+5
| |_|/ / |/| | |
* | | | lib: Fix zclient.c `enum event` to `enum zclient_event`Donald Sharp2022-03-021-3/+3
* | | | lib: Rename `enum event` to `enum vty_event`Donald Sharp2022-03-021-5/+5
| |/ / |/| |
* | | lib: Fix FreeBSD clock_gettime(CLOCK_THREAD_CPUTIME_ID,..) going backwardsDonald Sharp2022-03-011-0/+21
* | | Merge pull request #10640 from donaldsharp/thread_timersDavid Lamparter2022-03-011-0/+37
|\ \ \
| * | | lib, vtysh: Add `show thread timers` commandDonald Sharp2022-02-281-0/+37
* | | | Merge pull request #10566 from whichbug/masterRuss White2022-02-285-0/+306
|\ \ \ \
| * | | | isisd: fix #10505 using base64 encodingwhichbug2022-02-225-0/+306
* | | | | Merge pull request #10353 from opensourcerouting/vtysh-live-logDonald Sharp2022-02-287-35/+470
|\ \ \ \ \
| * | | | | lib: implement `terminal monitor` for vtyshDavid Lamparter2022-02-285-33/+349
| * | | | | lib: allow returning a file descriptor over vtyshDavid Lamparter2022-02-282-2/+113
| * | | | | lib: add accessor for raw timestamp in zlogDavid Lamparter2022-02-282-0/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #10664 from opensourcerouting/checksum-iovDonald Sharp2022-02-282-37/+91
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: use iovec for checksum codeDavid Lamparter2022-02-262-37/+86
| * | | | lib: guard checksum.h against multiple inclusionDavid Lamparter2022-02-261-0/+5
* | | | | *: Add necessary new line for output of vty_out()anlan_cs2022-02-271-2/+2
|/ / / /
* | | | lib: Add a Dev catch for when a timer is set for > 1 yearDonald Sharp2022-02-253-0/+13
* | | | *: Change thread->func to return void instead of intDonald Sharp2022-02-2422-172/+124
* | | | lib: Fix possible usage of uninited dataDonald Sharp2022-02-221-1/+2
| |/ / |/| |
* | | Merge pull request #10571 from rameshabhinay/ospf6_auth_trailerRuss White2022-02-152-6/+6
|\ \ \
| * | | ospf6d: fix coverity issues.Abhinay Ramesh2022-02-142-6/+6
| |/ /
* | | Merge pull request #10562 from donaldsharp/starv_warnRuss White2022-02-152-10/+20
|\ \ \ | |/ / |/| |