index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
circular_buffer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overhaul logging system in runtime
Marijn Haverbeke
2011-04-19
1
-18
/
+12
*
Move to macro-based logging checks in the C++ code
Marijn Haverbeke
2011-04-07
1
-8
/
+8
*
Cleanup circular_buffer
Brian Anderson
2011-01-10
1
-39
/
+52
*
Remove the assumption that circular_buffer's buffer has a power of two size
Brian Anderson
2011-01-10
1
-25
/
+51
*
Cleanup circular_buffer grow / shrink routines
Brian Anderson
2011-01-10
1
-4
/
+7
*
Fix circular_buffer growth when _next != 0
Brian Anderson
2011-01-10
1
-6
/
+7
*
Remove tabs
Brian Anderson
2011-01-10
1
-1
/
+1
*
Don't allow circular_buffer to shrink below its original size when unit_sz is...
Brian Anderson
2011-01-10
1
-5
/
+4
*
Don't allow circular_buffer to shrink below it's initial size
Brian Anderson
2011-01-10
1
-1
/
+3
*
Fix the check for growing the circular_buffer
Brian Anderson
2011-01-10
1
-1
/
+1
*
Correctly initialize circular_buffer to a power-of-two bytes
Brian Anderson
2011-01-07
1
-1
/
+2
*
Un-xfailed working tests.
Michael Bebenita
2010-08-16
1
-1
/
+2
*
Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion...
Michael Bebenita
2010-08-16
1
-1
/
+1
*
Ignore upcall_flush for channels that are disassociated from ports. This make...
Michael Bebenita
2010-08-11
1
-0
/
+5
*
Some pretty printing in the runtime.
Michael Bebenita
2010-08-09
1
-3
/
+1
*
Let circular buffers actually grow to max sz, reset _next when resizing.
Michael Bebenita
2010-07-28
1
-5
/
+7
*
Change unread-on-destroy condition for circular buffer to merely a warning.
Michael Bebenita
2010-07-28
1
-1
/
+1
*
Add comment explaining NULL case in circular_buffer::enqueue and add logging ...
Michael Bebenita
2010-07-28
1
-1
/
+7
*
Add peek method to circular buffer.
Michael Bebenita
2010-07-28
1
-0
/
+5
*
Change _unit_sz to unit_sz and make public in circular_buffer.
Michael Bebenita
2010-07-28
1
-14
/
+15
*
Make circular buffer use only power-of-two sizes, cheaper arithmetic.
Michael Bebenita
2010-07-28
1
-2
/
+12
*
Fixed circular buffer resizing bug.
Michael Bebenita
2010-07-19
1
-16
/
+20
*
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
2010-07-19
1
-0
/
+118