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
...
*
Merge pull request #7194 from qlyoung/tracing
Mark Stapp
2020-10-24
1
-0
/
+33
|
\
|
*
lib, bgpd: convert lttng tracepoints to frrtrace()
Quentin Young
2020-10-23
1
-23
/
+21
|
*
lib: move trace.h -> libfrr_trace.h
Quentin Young
2020-10-23
1
-1
/
+1
|
*
lib: add tracepoints for hash ops, thread events
Quentin Young
2020-10-23
1
-0
/
+35
*
|
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-0
/
+3
*
|
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
1
-3
/
+10
|
/
*
lib: set threadmaster name to 'default' if none
Quentin Young
2020-09-16
1
-2
/
+6
*
lib: Properly handle POLLERR from poll()
Donald Sharp
2020-08-12
1
-1
/
+5
*
lib: Fixup comment indentations in thread.c
Donald Sharp
2020-08-12
1
-36
/
+35
*
lib: timer: move the timer string api to lib
Anuradha Karuppiah
2020-08-05
1
-0
/
+30
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
*: have daemons call frr_fini() at termination
Mark Stapp
2020-06-11
1
-1
/
+2
*
lib: rewrite zlog lock-free & TLS-buffered
David Lamparter
2020-04-01
1
-0
/
+1
*
*: fix format string warnings
David Lamparter
2020-03-29
1
-5
/
+4
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
*: Allow disabling of `getrusage` calls
Donald Sharp
2019-10-16
1
-0
/
+12
*
lib: Clean up the index that is being used for storing FD and events.
Spantik
2019-10-15
1
-0
/
+8
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-87
/
+33
*
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-19
1
-1
/
+1
*
Merge pull request #4497 from opensourcerouting/rcu
Donald Sharp
2019-08-08
1
-0
/
+6
|
\
|
*
lib: RCU
David Lamparter
2019-07-31
1
-0
/
+6
*
|
lib: use DECLARE_HEAP for timers instead of pqueue
David Lamparter
2019-08-01
1
-62
/
+36
|
/
*
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
|
/
[prev]
[next]