index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_keepalives.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-1
/
+1
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
lib, bgpd: Convert frr_pthread_set_name to only cause it to set os name of th...
Donald Sharp
2019-01-09
1
-1
/
+5
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-1
/
+2
*
lib: remove frr_pthread->id
David Lamparter
2018-09-19
1
-2
/
+2
*
*: pthread set name abstraction
Chirag Shah
2018-08-30
1
-5
/
+1
*
bgpd: zlog_warn to assert for code that must be executed first
Donald Sharp
2018-08-16
1
-8
/
+8
*
bgpd: add keepalive thread name
Chirag Shah
2018-07-28
1
-0
/
+6
*
bgpd: fix incorrect keepalive timer evaluation
Quentin Young
2018-02-21
1
-1
/
+1
*
bgpd: check flags before attempting keepalive ops
Quentin Young
2018-01-24
1
-0
/
+6
*
bgpd: update pthreads to use lib changes
Quentin Young
2018-01-24
1
-41
/
+45
*
bgpd: turn off keepalives when sending NOTIFY
Quentin Young
2017-11-30
1
-0
/
+10
*
bgpd: rebase onto master
Quentin Young
2017-11-30
1
-1
/
+1
*
bgpd: fix includes for bgp_keeaplives.c
Quentin Young
2017-11-30
1
-12
/
+11
*
bgpd: restyle bgp_keepalives.[ch]
Quentin Young
2017-11-30
1
-23
/
+21
*
bgpd: rename peer_keepalives* --> bgp_keepalives*
Quentin Young
2017-11-30
1
-11
/
+11
*
bgpd: implement buffered reads
Quentin Young
2017-11-30
1
-29
/
+29
*
bgpd: use new threading infra
Quentin Young
2017-11-30
1
-0
/
+10
*
bgpd: use hash table for bgp_keepalives.c
Quentin Young
2017-11-30
1
-101
/
+112
*
bgpd: dynamically allocate synchronization primitives
Quentin Young
2017-11-30
1
-39
/
+53
*
bgpd: remove unused `struct thread` from peer
Quentin Young
2017-11-30
1
-0
/
+3
*
bgpd: put BGP keepalives in a pthread
Quentin Young
2017-11-30
1
-0
/
+247