summaryrefslogtreecommitdiffstats
path: root/tests/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4514 from opensourcerouting/warnings-20190612Donald Sharp2019-06-172-0/+8
|\
| * *: config.h or zebra.h is the first #includeDavid Lamparter2019-06-132-0/+8
* | eliminate snprintf from AF_INET/AF_INET6 prefix2str, add prefix2str test (#4521)David Lamparter2019-06-142-0/+86
|\ \
| * | tests: add prefix2str testQuentin Young2019-06-132-0/+86
* | | Merge pull request #4509 from opensourcerouting/spanish-intquisitionQuentin Young2019-06-131-0/+2
|\ \ \ | |/ / |/| |
| * | lib: make "%Ld" work for int64_tDavid Lamparter2019-06-121-0/+2
| |/
* / lib: const-unaware container_of for C++David Lamparter2019-06-111-0/+13
|/
* tests: exercise frr_inet_ntop()David Lamparter2019-06-062-0/+93
* tests: exercise printfrr()David Lamparter2019-06-032-0/+154
* lib: Add '--command-log-always` to all daemons startupDonald Sharp2019-05-312-2/+2
* tests: update list of headers in the cxx compat testRenato Westphal2019-05-211-0/+2
* *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-212-7/+7
* tests: more datastructure testsDavid Lamparter2019-05-213-46/+106
* tests: extend DECLARE_* testsDavid Lamparter2019-05-213-11/+255
* tests: test DECLARE_HASH with good and bad hashfnDavid Lamparter2019-05-213-8/+26
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* Revert "lib: remove pqueue_*"David Lamparter2019-04-293-0/+3
* lib: remove fifo implementationDavid Lamparter2019-04-271-1/+0
* lib: remove pqueue_*David Lamparter2019-04-273-3/+0
* tests: exercise the typesafe list wrappersDavid Lamparter2019-04-273-0/+428
* lib: atomlist & atomsortDavid Lamparter2019-04-272-0/+410
* lib: add "seqlock" wait/broadcast primitiveDavid Lamparter2019-04-181-0/+122
* lib: remove event_counter.[ch]Quentin Young2019-04-031-1/+0
* *: use array_size instead of raw divisionQuentin Young2019-02-262-2/+2
* *: return bool from boolean functionsQuentin Young2019-02-261-1/+1
* *: Rename backet to bucketTim Bray2019-02-251-4/+4
* tests: add C++ header compatibility smoke testDavid Lamparter2019-02-121-0/+113
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-244-6/+6
* lib, tests: add support for keyless YANG listsRenato Westphal2018-12-091-35/+0
* Merge pull request #3452 from opensourcerouting/reprobuild-masterDonald Sharp2018-12-092-0/+3
|\
| * tests: fix domainname dependencyDavid Lamparter2018-12-072-0/+3
* | lib: add support for confirmed commitsRenato Westphal2018-12-073-3/+3
|/
* lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-264-0/+590
* tests: fix warning related to change in the hash APIRenato Westphal2018-11-261-1/+1
* lib: Implement an allocator for 32 bit ID numbersMitch Skiba2018-11-092-0/+199
* lib: introduce new northbound APIRenato Westphal2018-10-273-0/+10
* lib: add libunwind support for backtracesDavid Lamparter2018-10-181-1/+30
* bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon2018-09-132-4/+3
* tests: properly locate files in builddirDavid Lamparter2018-09-081-0/+1
* build: non-recursive testsDavid Lamparter2018-09-081-1/+1
* isisd, ospfd, tests: Switch to using stream_resize_inplaceDonald Sharp2018-08-221-1/+1
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-8/+6
* tests: Cleanup assumption that ALLOC could fail.Donald Sharp2018-08-112-23/+5
* tests: Fix const changeDonald Sharp2018-07-251-1/+2
* tests: align with srcdest lib changes, remove bgp binaryMark Stapp2018-07-121-8/+9
* eigrpd, lib, tests, vtysh: security (cppcheck)paco2018-06-191-3/+1
* babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-183-4/+4
* lib: add string utilitiesQuentin Young2018-06-061-2/+2
* lib: add DFS + DOT dumping to graph datastructureQuentin Young2018-04-193-0/+145
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-48/+48