Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-02-01 | wip-worktree-stateHEADmaster | Jérémy Zurcher | 3 | -4/+72 |
2013-02-01 | wip-index-state | Jérémy Zurcher | 0 | -0/+0 |
2013-02-01 | take care of param.nodes | Jérémy Zurcher | 1 | -3/+7 |
2013-02-01 | fifo test: add per thread push count check | Jérémy Zurcher | 1 | -3/+8 |
2013-01-30 | cleanup lock_free_queue | Jérémy Zurcher | 3 | -108/+141 |
2013-01-30 | lf_fifo_test: threaded push then threaded pop jobs | Jérémy Zurcher | 2 | -63/+171 |
2013-01-30 | rewrite lf_fifo | Jérémy Zurcher | 2 | -83/+92 |
2013-01-30 | lf_cas.h rewrite | Jérémy Zurcher | 1 | -28/+67 |
2013-01-30 | code cleanup | Jérémy Zurcher | 3 | -41/+47 |
2013-01-27 | factorise cas.h | Jérémy Zurcher | 1 | -20/+15 |
2013-01-26 | cas.h code cleanup | Jérémy Zurcher | 1 | -5/+5 |
2013-01-26 | container_of code cleanup | Jérémy Zurcher | 1 | -30/+37 |
2013-01-26 | code style | Jérémy Zurcher | 1 | -9/+9 |
2013-01-25 | cas.c test uses cas.h | Jérémy Zurcher | 2 | -100/+56 |
2013-01-25 | add cas.h tested on intel 32/64 bits | Jérémy Zurcher | 1 | -0/+111 |
2011-03-28 | fix headers file name | Jérémy Zurcher | 8 | -8/+8 |
2010-01-12 | add _read_size and _write_size to lf_ringbuffer | Jérémy Zurcher | 2 | -1/+33 |
2010-01-12 | rename struct ring_buffer into ringbuffer | Jérémy Zurcher | 4 | -37/+36 |
2010-01-12 | rename ring_buffer to ringbuffer and remove previous attempt | Jérémy Zurcher | 8 | -451/+8 |
2010-01-11 | add global mean in ring buffer tests | Jérémy Zurcher | 2 | -4/+16 |
2010-01-11 | more comments, code cleanup in ring buffer 2 | Jérémy Zurcher | 2 | -19/+33 |
2010-01-10 | fix header inclusion in lf_ring_buffer_test2.c | Jérémy Zurcher | 1 | -1/+1 |
2010-01-10 | second ring buffer implementation | Jérémy Zurcher | 5 | -1/+432 |
2010-01-10 | ring buffer : copy internal value first | Jérémy Zurcher | 1 | -19/+21 |
2010-01-10 | add lf_ring_buffer_empty, is it in tests, update _LOG_ macros | Jérémy Zurcher | 4 | -22/+49 |
2010-01-09 | add parallel read and write to lf_ring_buffer_test | Jérémy Zurcher | 1 | -133/+35 |
2010-01-09 | lf_ring_buffer : use LFRB_DATA_PTR, remove defined checks | Jérémy Zurcher | 3 | -27/+4 |
2010-01-08 | some optimizations and cleanups | Jérémy Zurcher | 1 | -22/+26 |
2010-01-07 | enable more tests | Jérémy Zurcher | 1 | -10/+2 |
2010-01-07 | faster with a constant backoff and timespec struct as local function variable | Jérémy Zurcher | 3 | -31/+12 |
2010-01-07 | parallel tests | Jérémy Zurcher | 3 | -38/+112 |
2010-01-06 | ring buffer read : set read_from=-1 if read_from==write_to | Jérémy Zurcher | 2 | -4/+12 |
2010-01-06 | ring buffer is better ... one more crash | Jérémy Zurcher | 3 | -31/+76 |
2010-01-06 | maintenance | Jérémy Zurcher | 2 | -1/+4 |
2010-01-06 | lf_ring_buffer is almost good + tests | Jérémy Zurcher | 5 | -26/+262 |
2010-01-05 | add missing read_delay init in lf_ring_buffer | Jérémy Zurcher | 2 | -3/+4 |
2010-01-05 | update gitignore | Jérémy Zurcher | 1 | -0/+5 |
2010-01-05 | first lock free ring buffer implementation | Jérémy Zurcher | 4 | -1/+257 |
2010-01-05 | small nothing | Jérémy Zurcher | 2 | -3/+3 |
2009-11-08 | union ptr_u and lf_eql added to lf_cas | Jérémy Zurcher | 2 | -7/+8 |
2009-11-07 | add concat assignment in cas.c tests | Jérémy Zurcher | 1 | -0/+10 |
2009-11-07 | lf_fifo don't use union anymore, just for one == | Jérémy Zurcher | 5 | -86/+97 |
2009-11-07 | clean | Jérémy Zurcher | 1 | -8/+8 |
2009-11-07 | cas and container tests | Jérémy Zurcher | 5 | -76/+171 |
2009-11-07 | push_tail and pop_head goes push and pop | Jérémy Zurcher | 3 | -7/+7 |
2009-11-07 | lfq goes lf_fifo | Jérémy Zurcher | 5 | -29/+29 |
2009-11-03 | lfq_push => lfq_push_tail, lfq_pop => lfq_pop_head | Jérémy Zurcher | 4 | -18/+13 |
2009-11-03 | gitignore | Jérémy Zurcher | 1 | -0/+2 |
2009-11-03 | first version of single linked lock free queue | Jérémy Zurcher | 5 | -3/+328 |
2009-11-01 | initial commit | Jérémy Zurcher | 6 | -0/+301 |