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: Clean up some small static analysis warnings
Donald Sharp
2016-05-19
1
-4
/
+2
*
lib: add function to get precise remaining time of timer thread
Christian Franke
2016-03-30
1
-0
/
+8
*
lib: Really fix handling of poll
Donald Sharp
2016-03-28
1
-3
/
+3
*
Revert "lib: Fix handling of poll"
Donald Sharp
2016-03-28
1
-54
/
+58
*
lib: Fix handling of poll
Donald Sharp
2016-03-25
1
-58
/
+54
*
lib: Size the pollfds array once
Donald Sharp
2016-03-25
1
-26
/
+3
*
lib: Add ability to use poll() instead of select
Donald Sharp
2016-03-04
1
-34
/
+258
*
lib: Refactore thread_process_fd
Donald Sharp
2016-03-04
1
-22
/
+37
*
lib: Refactor read/write functionality
Donald Sharp
2016-03-04
1
-41
/
+16
*
lib: Abstract fd set operations
Donald Sharp
2016-03-04
1
-19
/
+50
*
Fix some more memory issues in Quagga
Donald Sharp
2015-09-02
1
-16
/
+34
*
Replace lists with arrays to store read and write threads
Denil Vira
2015-08-11
1
-22
/
+80
*
lib: lib-warnings.patch
Donald Sharp
2015-05-20
1
-1
/
+1
*
ospf6d: ospfv3-stub-area-support.patch
Donald Sharp
2015-05-20
1
-2
/
+0
*
Some small enhancements to thread and workqueue libraries in zebra:
Donald Sharp
2015-05-20
1
-2
/
+10
*
ospfd-spf-stats.patch
Donald Sharp
2015-05-20
1
-1
/
+1
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-6
/
+6
*
lib: use heap to manage timers
Christian Franke
2014-04-22
1
-51
/
+87
*
lib: remove unused thread_master_debug function
Christian Franke
2014-04-22
1
-29
/
+0
*
hash: force size to be a power of 2
Stephen Hemminger
2013-02-24
1
-2
/
+2
*
lib: Implement monotonically increasing clock for Darwin.
Hasso Tepper
2012-11-05
1
-3
/
+24
*
agentx: add AgentX support to Quagga.
Vincent Bernat
2012-06-25
1
-0
/
+49
*
lib: do not allocate/free thread funcnames
Jorge Boncompte [DTI2]
2012-05-22
1
-26
/
+11
*
lib: micro-op for thread_get()
Jorge Boncompte [DTI2]
2012-05-22
1
-3
/
+2
*
lib: remove RUSAGE_T from struct thread
Jorge Boncompte [DTI2]
2012-05-22
1
-5
/
+6
*
lib: fix thread_cancel_event()
Jorge Boncompte [DTI2]
2012-05-21
1
-0
/
+18
*
lib: fix incorrect thread list processing loops
Paul Jakma
2012-02-28
1
-2
/
+6
*
general: remove inline qualifiers and move in-header functions to objects
Paul Jakma
2012-01-06
1
-2
/
+2
*
lib: Add a command to clear the thread CPU history data
Paul Jakma
2010-12-08
1
-0
/
+83
*
lib: Thread scheduler should be fair and not let events starve I/O and timers
Paul Jakma
2010-12-08
1
-16
/
+41
*
lib: thread history funcname shouldn't be constant, it's freed
Paul Jakma
2010-12-08
1
-1
/
+1
*
[bgpd] Stability fixes including bugs 397, 492
Chris Caputo
2009-07-19
1
-1
/
+21
*
[lib/cleanup] Use a typedef for the thread type
Paul Jakma
2009-06-30
1
-3
/
+3
*
[lib] Fix timer precision.
Joakim Tjernlund
2008-11-29
1
-1
/
+1
*
[lib] hash compare function arguments ought to be const qualified
Stephen Hemminger
2008-08-22
1
-3
/
+3
*
[lib] Bug #134: threads should be more robust against backward time jumps
Paul Jakma
2006-08-27
1
-15
/
+164
*
[lib] Optimise thread_call by caching pointer to thread history in the thread
Paul Jakma
2006-07-25
1
-14
/
+25
*
2005-05-19 Paul Jakma <paul@dishone.st>
paul
2005-05-19
1
-1
/
+4
*
2005-05-06 Paul Jakma <paul@dishone.st>
paul
2005-05-06
1
-17
/
+19
*
2005-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-04-28
1
-123
/
+116
*
2005-04-25 Paul Jakma <paul.jakma@sun.com>
paul
2005-04-25
1
-48
/
+0
*
2005-04-22 Paul Jakma <paul.jakma@sun.com>
paul
2005-04-22
1
-99
/
+184
*
2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-04-16
1
-8
/
+14
*
2004-12-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-28
1
-4
/
+2
*
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-20
1
-1
/
+1
*
2004-10-31 Paul Jakma <paul@dishone.st>
paul
2004-10-31
1
-2
/
+1
*
2004-10-31 Paul Jakma <paul@dishone.st>
paul
2004-10-31
1
-7
/
+8
*
2004-10-11 Paul Jakma <paul@dishone.st>
paul
2004-10-11
1
-3
/
+3
*
Number of warnings is down to 3 again in lib directory. A lot of const's
hasso
2004-10-05
1
-9
/
+9
*
2004-10-05 Paul Jakma <paul@dishone.st>
paul
2004-10-05
1
-34
/
+33
[next]