summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1310 from vjardin6WIND/null_referencesDonald Sharp2017-10-094-2/+6
|\
| * lib: fix wrong warning from clangVincent JARDIN2017-10-091-0/+1
| * lib: fix NULL->field_len accessVincent JARDIN2017-10-091-0/+2
| * lib: fix a64448ba, invalid NULL->num_labelsVincent JARDIN2017-10-091-1/+1
| * lib: linklist avoid access NULL->dataVincent JARDIN2017-10-091-1/+2
* | lib: csv unit testsVincent JARDIN2017-10-091-11/+8
|/
* lib: fix clang warningVincent JARDIN2017-10-081-1/+1
* lib, ldpd: fix "argument cannot be negative" coverity warningsRenato Westphal2017-10-061-9/+21
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-055-10/+13
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-0510-25/+42
* lib: Fix memset usageDonald Sharp2017-10-031-2/+2
* scan-build: cleanup some warningsVincent JARDIN2017-10-021-1/+1
* sha256: fix clang warningVincent JARDIN2017-10-021-1/+2
* Merge pull request #1271 from donaldsharp/multiplierJafar Al-Gharaibeh2017-10-011-1/+1
|\
| * lib: Fix abbreviationDonald Sharp2017-09-291-1/+1
* | Merge pull request #1255 from qlyoung/vtysh-remove-double-slashRenato Westphal2017-09-291-1/+1
|\ \ | |/ |/|
| * lib: remove extra / in other pathsQuentin Young2017-09-291-1/+1
* | Merge pull request #1180 from dwalton76/ipv6-static-route-null0Renato Westphal2017-09-272-3/+4
|\ \
| * | *: support keywords that begin with uppercase letterDaniel Walton2017-09-142-3/+4
* | | Merge branch 'master' into bgpd-debug-updates-prefixDaniel Walton2017-09-278-13/+47
|\ \ \
| * \ \ Merge pull request #1242 from donaldsharp/eigrp_tmRenato Westphal2017-09-272-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | lib: Free thread_master pointer after freeDonald Sharp2017-09-251-0/+1
| | * | lib: Set pointer to NULL after freeDonald Sharp2017-09-251-0/+1
| * | | Merge pull request #1243 from qlyoung/tm-destroy-condRenato Westphal2017-09-271-0/+1
| |\ \ \
| | * | | lib: destroy threadmaster condition variableQuentin Young2017-09-251-0/+1
| | |/ /
| * | | Merge pull request #1069 from donaldsharp/rfc_plistPhilippe Guibert2017-09-262-4/+33
| |\ \ \ | | |/ / | |/| |
| | * | lib: Modify prefix_list_apply to allow retrieval of prefixDonald Sharp2017-08-312-4/+33
| * | | Merge pull request #1213 from opensourcerouting/zebra-netlinkDonald Sharp2017-09-251-1/+2
| |\ \ \
| | * | | lib: log error details if F_SETLK failsRenato Westphal2017-09-211-1/+2
| * | | | *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-3/+4
| |/ / /
| * | | bgpd: Intialize all the variables used in argv_find.Mitesh Kanjariya2017-09-201-4/+4
| * | | lib: CMD_FERR_RETURN should return CMD_WARNING_CONFIG_FAILEDDaniel Walton2017-09-181-1/+1
* | | | *: watchfrr needs 'show debugging' DEFUNDaniel Walton2017-09-201-0/+1
|/ / /
* | / *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-154-15/+10
| |/ |/|
* | Merge pull request #1110 from qlyoung/mtsafe-logRuss White2017-09-131-33/+61
|\ \
| * | lib: smallify loglockQuentin Young2017-09-121-6/+4
| * | lib: mt-safe log.cQuentin Young2017-09-121-32/+62
* | | Merge pull request #1163 from donaldsharp/deduplicate_nexthopsRuss White2017-09-132-0/+43
|\ \ \
| * | | zebra: deduplicate nexthopsDavid Lamparter2017-09-122-0/+43
| |/ /
* | | lib, doc: increase maximum cli tokensQuentin Young2017-09-131-1/+1
* | | Merge pull request #1133 from opensourcerouting/shift-signDaniel Walton2017-09-123-4/+22
|\ \ \ | |/ / |/| |
| * | *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-093-4/+22
* | | lib: free thread master nameQuentin Young2017-09-081-0/+2
|/ /
* | lib: Hash creation cleanupDonald Sharp2017-09-055-12/+33
* | Merge pull request #1087 from qlyoung/fix-weirdnessDavid Lamparter2017-09-052-46/+31
|\ \
| * | lib: fix thread scheduling weirdnessQuentin Young2017-09-012-46/+31
* | | Merge pull request #1075 from donaldsharp/rip_metricDavid Lamparter2017-09-051-1/+9
|\ \ \
| * | | lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp2017-08-291-1/+9
* | | | Merge pull request #1058 from chiragshah6/mdevDavid Lamparter2017-09-051-0/+1
|\ \ \ \
| * | | | lib: apply_mask to route_node_getChirag Shah2017-08-291-1/+1