index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
thread.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Add function name to `show thread poll`
Donald Sharp
2019-06-13
1
-4
/
+25
*
lib: Add check for non-preexisting thread
Donald Sharp
2019-06-13
1
-4
/
+16
*
lib: Prevent infinite loop in fd handling
Donald Sharp
2019-06-13
1
-8
/
+26
*
*: fix some dumb printf format warnings
David Lamparter
2019-06-11
1
-2
/
+4
*
lib, pimd, sharpd: Various output string cleanups
Donald Sharp
2019-06-07
1
-1
/
+1
*
lib: Display to end user the MAX_FDS allowed
Donald Sharp
2019-05-24
1
-1
/
+2
*
lib: 'show thread cpu' help strings referenced a weird option
Donald Sharp
2019-05-24
1
-1
/
+1
*
*: rename new ForEach macros from the typesafe API
Renato Westphal
2019-05-21
1
-2
/
+2
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
Revert "lib: use DECLARE_SKIPLIST for timers instead of pqueue"
David Lamparter
2019-04-29
1
-32
/
+62
*
lib: use DECLARE_SKIPLIST for timers instead of pqueue
David Lamparter
2019-04-27
1
-62
/
+32
*
lib: use DECLARE_LIST for thread_list
David Lamparter
2019-04-27
1
-94
/
+39
*
Merge pull request #4073 from donaldsharp/undebug_me_or_not
Lou Berger
2019-04-04
1
-4
/
+3
|
\
|
*
lib, pbrd, zebra: Fix size_t type printf warnings on obscure platforms
Donald Sharp
2019-04-03
1
-4
/
+3
*
|
lib: reduce exported var symbols
Quentin Young
2019-04-03
1
-2
/
+2
|
/
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
*
*: do not check XMALLOC / XCALLOC for null ret
Quentin Young
2019-02-26
1
-2
/
+0
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-4
/
+4
*
lib: make atomic ops C++ compatible
David Lamparter
2019-02-11
1
-1
/
+2
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
lib: Convert RUSAGE_SELF to RUSAGE_THREAD where we can
Donald Sharp
2019-01-09
1
-1
/
+6
*
lib: add thread_timer_remain_msec function
Christian Franke
2018-12-04
1
-3
/
+9
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-2
/
+2
*
Merge pull request #3087 from opensourcerouting/bfd-memleak
Quentin Young
2018-10-04
1
-28
/
+45
|
\
|
*
lib: refactor thread_execute
Rafael Zalamena
2018-10-03
1
-17
/
+19
|
*
lib: fix a memory leak in FreeBSD
Rafael Zalamena
2018-10-03
1
-11
/
+26
*
|
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-2
/
+2
|
/
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-2
/
+2
*
lib: Convert thread.c to use new error-code subsystem
Donald Sharp
2018-09-06
1
-2
/
+5
*
lib: Limit depth of unused thread list
Donald Sharp
2018-08-23
1
-8
/
+16
*
lib: Seperate out Poll data from thread memory statistics
Donald Sharp
2018-08-23
1
-14
/
+7
*
lib: Ensure read/write fd's are in range
Donald Sharp
2018-08-01
1
-0
/
+1
*
lib, vtysh: Add 'show thread poll' command
Donald Sharp
2018-06-17
1
-0
/
+42
*
lib: fix sizeof expression (Coverity 1455482)
paco
2018-06-08
1
-1
/
+1
*
Merge pull request #2099 from qlyoung/fix-cpu-thread-hist-race
Russ White
2018-04-24
1
-32
/
+78
|
\
|
*
lib: fix data race in thread history collection
Quentin Young
2018-04-22
1
-32
/
+78
*
|
lib: fix dynamic stack buffer overflow
Quentin Young
2018-04-20
1
-1
/
+1
|
/
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-1
/
+1
*
Merge pull request #1831 from qlyoung/frr-pthread-fixups
Renato Westphal
2018-03-13
1
-1
/
+11
|
\
|
*
lib: some frr_pthread fixes
Quentin Young
2018-03-06
1
-1
/
+11
*
|
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-4
/
+3
|
/
*
lib: avoid crash when cancelling invalid rw job
Quentin Young
2018-01-16
1
-1
/
+13
*
lib: Fix thread removal from a pqueue
Donald Sharp
2017-11-29
1
-1
/
+2
*
lib: Display unsigned instead of signed
Donald Sharp
2017-10-18
1
-1
/
+1
*
*: Convert list_free usage to list_delete
Donald Sharp
2017-10-05
1
-2
/
+1
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-1
/
+1
*
Merge pull request #1242 from donaldsharp/eigrp_tm
Renato Westphal
2017-09-27
1
-0
/
+1
|
\
|
*
lib: Set pointer to NULL after free
Donald Sharp
2017-09-25
1
-0
/
+1
*
|
lib: destroy threadmaster condition variable
Quentin Young
2017-09-25
1
-0
/
+1
|
/
*
lib: free thread master name
Quentin Young
2017-09-08
1
-0
/
+2
[next]