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
*
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-10
/
+10
*
*: update hash_create(), hash_create_size()
Quentin Young
2017-07-02
1
-1
/
+1
*
lib: printf bugfixes & improvement
Quentin Young
2017-06-30
1
-2
/
+2
*
Merge pull request #770 from donaldsharp/zclient
Jafar Al-Gharaibeh
2017-06-30
1
-1
/
+1
|
\
|
*
lib: Fix clang warning
Donald Sharp
2017-06-30
1
-1
/
+1
*
|
lib: fix merge error
Quentin Young
2017-06-30
1
-1
/
+0
*
|
lib: more `show thread cpu`
Quentin Young
2017-06-30
1
-10
/
+28
*
|
lib: make `show thread...` commands mt-aware
Quentin Young
2017-06-30
1
-164
/
+162
*
|
lib: mt-safe tracebacks
Quentin Young
2017-06-30
1
-12
/
+17
*
|
lib: un-static trash buffer for pipe poker
Quentin Young
2017-06-30
1
-1
/
+1
|
/
*
*: use vty_outln
Quentin Young
2017-06-29
1
-11
/
+11
*
lib: tighten up exit semantics for thread_fetch()
Quentin Young
2017-06-16
1
-38
/
+55
*
lib: mt-safe cancel, round deux
Quentin Young
2017-06-16
1
-83
/
+151
*
lib: add mt-safe thread_cancel
Quentin Young
2017-06-16
1
-177
/
+260
*
*: remove THREAD_BACKGROUND
Quentin Young
2017-06-08
1
-69
/
+5
*
Merge pull request #648 from qlyoung/fix-pollfd-stack-overflow
David Lamparter
2017-06-06
1
-6
/
+7
|
\
|
*
lib: use heap for pollfds
Quentin Young
2017-06-01
1
-6
/
+7
*
|
lib: allow infinite sleep in poll()
Quentin Young
2017-06-06
1
-3
/
+0
|
/
*
lib: make writing end of pipe nonblocking
Quentin Young
2017-05-31
1
-0
/
+1
*
lib: missed AWAKEN in r/w thread scheduler
Quentin Young
2017-05-30
1
-0
/
+2
*
lib: allow pthreads to poke poll()
Quentin Young
2017-05-30
1
-17
/
+49
*
lib: remove select()
Quentin Young
2017-05-30
1
-231
/
+74
*
lib: enforce thread_cancel() MT-unsafe invariant
Quentin Young
2017-05-19
1
-3
/
+6
*
Merge pull request #538 from qlyoung/fix-stack-access-2
Lou Berger
2017-05-17
1
-16
/
+22
|
\
|
*
lib: return thread pointer from thread_add*
Quentin Young
2017-05-16
1
-16
/
+22
*
|
Merge pull request #549 from qlyoung/fix-poll-eof
David Lamparter
2017-05-17
1
-3
/
+2
|
\
\
|
*
|
lib: correctly handle EOF when using poll()
Quentin Young
2017-05-16
1
-3
/
+2
|
|
/
*
/
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
|
/
*
lib: fix access to stack value
Quentin Young
2017-05-15
1
-11
/
+11
*
lib: safely check & set thread pointers
Quentin Young
2017-05-09
1
-28
/
+43
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-29
/
+50
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-05-08
1
-14
/
+14
|
\
|
*
lib: Rename HAVE_POLL to prevent conflicting #defines
Donald Sharp
2017-05-04
1
-15
/
+15
*
|
lib: abort if fd >= FD_SETSIZE and using select
Quentin Young
2017-05-07
1
-0
/
+6
*
|
lib: allow nonblocking thread_fetch()
Quentin Young
2017-05-01
1
-6
/
+42
*
|
lib: additional thread.c MT-safety work
Quentin Young
2017-04-29
1
-23
/
+44
*
|
lib: make thread.c pthread-safe
Quentin Young
2017-04-29
1
-95
/
+197
|
/
*
lib: remove unused add_snmp_pollfds()
David Lamparter
2017-03-24
1
-22
/
+0
*
*: get rid of zlog(*, LOG_LEVEL, ...)
David Lamparter
2017-03-08
1
-1
/
+2
*
Merge remote-tracking branch 'origin/stable/2.0'
Donald Sharp
2017-02-07
1
-2
/
+2
|
\
|
*
lib: Fixup CR comment
Donald Sharp
2017-02-07
1
-2
/
+2
|
*
lib: Don't use malloc!
Donald Sharp
2017-02-06
1
-2
/
+2
*
|
lib: Inadvertent assignment in ? operator
Donald Sharp
2017-02-02
1
-1
/
+1
*
|
lib: cope with negative timeout in thread.c
David Lamparter
2017-01-23
1
-0
/
+6
*
|
lib: time: clean out thread.c
David Lamparter
2017-01-23
1
-61
/
+11
*
|
ospfd: simplify SPF time consumption calculations
David Lamparter
2017-01-23
1
-1
/
+1
*
|
*: use monotime()
David Lamparter
2017-01-23
1
-24
/
+0
*
|
lib: time: remove local time helpers
David Lamparter
2017-01-23
1
-56
/
+9
*
|
lib: time: remove recent_time
David Lamparter
2017-01-23
1
-28
/
+0
*
|
lib: time: remove recent_relative_time()
David Lamparter
2017-01-23
1
-7
/
+0
[next]