summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-0911-128/+123
* Merge pull request #468 from qlyoung/fix-list-permDavid Lamparter2017-05-091-3/+13
|\
| * lib: fix 'list permutations'Quentin Young2017-05-051-3/+13
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-082-15/+15
|\ \
| * | lib: Rename HAVE_POLL to prevent conflicting #definesDonald Sharp2017-05-042-16/+16
* | | Merge pull request #476 from qlyoung/abort-select-fdRuss White2017-05-081-0/+6
|\ \ \
| * | | lib: abort if fd >= FD_SETSIZE and using selectQuentin Young2017-05-071-0/+6
| | |/ | |/|
* | | Merge branch 'master' into EIGRPDonald Sharp2017-05-0217-113/+747
|\| |
| * | lib: allow nonblocking thread_fetch()Quentin Young2017-05-012-6/+45
| * | lib: add pthread managerQuentin Young2017-04-293-0/+331
| * | lib: additional thread.c MT-safety workQuentin Young2017-04-291-23/+44
| * | lib: make thread.c pthread-safeQuentin Young2017-04-292-95/+200
| * | Merge remote-tracking branch 'origin/master' into mpls2Donald Sharp2017-04-264-7/+24
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into mpls2Donald Sharp2017-04-266-10/+38
| |\ \ \
| * | | | lib, bgpd: Remove UNDEFINED_NODEDonald Sharp2017-04-151-1/+0
| * | | | bgpd, lib, zebra: Implement handling of BGP-Prefix-SID label IndexVivek Venkatraman2017-04-062-0/+8
| * | | | bgpd: labeled unicast processingDon Slice2017-04-063-1/+29
| * | | | bgpd: labeled unicast configDon Slice2017-04-063-0/+11
| * | | | quagga: labeled unicast definitionsDon Slice2017-04-061-0/+4
| * | | | zebra: labeled unicast handlingDon Slice2017-04-066-3/+81
| * | | | zebra: fec registerDon Slice2017-04-062-0/+10
* | | | | lib: Actually include the header fileDonald Sharp2017-04-271-0/+4
* | | | | lib: Fix compilation of some be32* codeDonald Sharp2017-04-271-1/+3
* | | | | lib: Fix some *bsd build issues introduced by EIGRP codeDonald Sharp2017-04-261-0/+2
* | | | | Merge remote-tracking branch 'origin/master' into EIGRPDonald Sharp2017-04-2610-17/+62
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-04-254-7/+24
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | lib: Add CLI option --moduledir to override default module location (needed f...Martin Winter2017-04-214-7/+24
| * | | Merge pull request #374 from qlyoung/pqueue-linear-removeRuss White2017-04-192-0/+9
| |\ \ \
| | * | | lib: add removal by item to pqueueQuentin Young2017-04-172-0/+9
| * | | | Merge pull request #315 from LabNConsulting/working/master/patch/bgp-startupDonald Sharp2017-04-181-0/+1
| |\ \ \ \
| | * | | | lib/frr: fix reference to zsuid before it is setLou Berger2017-04-021-0/+1
| * | | | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-04-181-10/+22
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | lib: Fix debugs to be guarded.Donald Sharp2017-04-081-10/+22
| * | | | Merge pull request #347 from qlyoung/ignore-flex-sign-errorRenato Westphal2017-04-071-0/+3
| |\ \ \ \
| | * | | | lib: add #pragma's to ignore flex sign cmp errorQuentin Young2017-04-071-0/+3
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-04-071-0/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | lib: Fix missing help stringsDonald Sharp2017-04-061-0/+3
* | | | eigrpd: Cleanup the mergeDonald Sharp2017-04-061-1/+1
* | | | Merge remote-tracking branch 'origin/master' into EIGRPDonald Sharp2017-04-0633-350/+1256
|\| | |
| * | | Merge pull request #310 from opensourcerouting/thread-prepDonald Sharp2017-04-056-103/+237
| |\ \ \ | | |/ / | |/| |
| | * | lib: Linux indentation on memory.[ch]David Lamparter2017-03-312-105/+88
| | * | lib: memtypes: restore atomicityDavid Lamparter2017-03-312-8/+12
| | * | build: try to find some kind of atomic opsDavid Lamparter2017-03-312-0/+119
| | * | lib: make sure SEGV handler cannot lock upDavid Lamparter2017-03-312-0/+28
| | |/
| * | Merge branch 'master'David Lamparter2017-04-0412-49/+641
| |\ \
| | * \ Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-0412-49/+641
| | |\ \
| | | * | vtysh: handle "show modules" like "show memory"David Lamparter2017-04-041-1/+1
| | | * | *: snmp: convert into modulesDavid Lamparter2017-03-254-7/+9
| | | * | build: split off libfrrsnmpDavid Lamparter2017-03-251-2/+11
| | | * | lib: add hook infrastructureDavid Lamparter2017-03-255-1/+252