Fix: tests: invoke destroy APIs for queues/stacks
[urcu.git] / urcu / rculfhash.h
2016-06-10  Mathieu Desnoyersrculfhash: Documentation: clarify need for grace period...
2013-11-28  Mathieu DesnoyersFix undefined NULL pointer arithmetic
2013-11-19  Mathieu Desnoyersrculfhash: document max_nr_buckets = 0
2013-06-14  Mathieu Desnoyersrculfhash: document destroy context limitations
2013-04-30  Mathieu DesnoyersDocumentation: rculfhash: cds_lfht_resize not within...
2012-10-22  Mathieu Desnoyersrculfhash: add missing extern
2012-08-21  Mathieu Desnoyersrculfhash API documentation: document destroy RCU read...
2012-06-11  Mathieu DesnoyersFix c99 compatibility: use __typeof__ instead of typeof...
2012-05-08  Mathieu Desnoyersrculfhash: document implied memory barriers
2012-04-29  Mathieu Desnoyersrculfhash: update API comments
2012-04-29  Mathieu Desnoyersrculfhash: stress requirement in documentation
2012-04-25  Mathieu Desnoyersrculfhash: fix typo
2012-03-04  Mathieu DesnoyersMerge branch 'urcu/ht-shrink'
2012-02-22  Mathieu DesnoyersRCU lock-free hash table: implement cds_lfht_is_node_de... urcu/ht-shrink
2012-01-09  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-21  Mathieu Desnoyerscds_lfht_replace: add checks for old/new node hash...
2011-12-21  Mathieu Desnoyersrculfhash: use node instead of iter argument for deletion
2011-12-21  Mathieu Desnoyersrculfhash: number of logically removed nodes should...
2011-12-20  Mathieu DesnoyersDocument that flags could be represented on 2 bits
2011-12-20  Mathieu DesnoyersAdd missing REMOVAL_OWNER_FLAG comment to cds_lfht_node...
2011-12-20  Mathieu Desnoyersrculfhash: Relax atomicity guarantees required by remov...
2011-12-14  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-05  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-05  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-04  Mathieu Desnoyersrculfhash: default mm type
2011-11-28  Lai Jiangshanadd rculfhash-mm-mmap.c memory management
2011-11-28  Lai Jiangshanadd rculfhash-mm-chunk.c memory management
2011-11-28  Lai Jiangshanmove memory management code out as rculfhash-mm-order.c
2011-11-28  Lai Jiangshanuse rcu_flavor for rculfhash
2011-11-28  Lai Jiangshanadd max_nr_buckets argument
2011-11-28  Lai Jiangshanrename min_alloc_size/min_alloc_order
2011-11-23  Lai JiangshanAdd Lai Jiangshan's copyright to rculfhash
2011-11-23  Lai JiangshanUpdate comments of cds_lfht_new()
2011-11-16  Mathieu Desnoyersrculfhash: constify all key arguments passed to API
2011-11-14  Lai JiangshanFix arguments order
2011-11-10  Mathieu Desnoyersrculfhash: Add parenthesis around macro arg use in...
2011-11-09  Mathieu DesnoyersAdd hash table iterator macros
2011-11-09  Mathieu DesnoyersRemove whiteline
2011-11-05  Lai Jiangshanrculfhash: rename dummy to bucket
2011-11-05  Lai Jiangshanrculfhash: Move key out of struct lfht_test_node, move...
2011-11-05  Mathieu Desnoyersrculfhash: extract compare_fct and hash_fct from the...
2011-11-03  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-11-02  Lai Jiangshanrculfhash: Move "struct rcu_head head" out of "struct...
2011-11-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-11-01  Mathieu DesnoyersAdd structure descriptions, remove redundant clear_flag()
2011-10-28  Lai Jiangshanrculfhash: add CDS_LFHT_ACCOUNTING flag
2011-10-28  Lai JiangshanAvoid alloc small memory pieces
2011-10-05  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-10-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-28  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-27  Mathieu Desnoyersrculfhash: update header documentation
2011-09-27  Mathieu DesnoyersAdd cds_lfht_first/cds_lfht_next for hash table iteration
2011-09-27  Mathieu Desnoyersrculfhash: rename _next into _next_duplicate
2011-09-27  Mathieu Desnoyersrculfhash: document use of caa_container_of()
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Mathieu Desnoyersrculfhash: factor out add_replace and replace
2011-09-21  Mathieu Desnoyersrculfhash: approximation can be negative
2011-09-21  Mathieu Desnoyersrculfhash: output approximation of number of nodes...
2011-09-21  Mathieu Desnoyersrculfhash: node alignment is back to 4 bytes
2011-09-21  Mathieu Desnoyersrculfhash: remove now unneeded gc flag (combine with...
2011-09-21  Mathieu Desnoyersrculfhash: implement lock-free replacement
2011-09-21  Mathieu Desnoyersrculfhash: support replacement operation
2011-09-20  Mathieu Desnoyersrculfhash: API rename: remove -> del
2011-09-20  Mathieu Desnoyersrculfhash: parallelize resize
2011-09-19  Mathieu Desnoyersrculfhash: document flags
2011-09-19  Mathieu Desnoyersrculfhash: comment file inclusion order
2011-09-19  Mathieu Desnoyersrculfhash: simplify lfht_new API with inline wrapper
2011-09-13  Mathieu Desnoyersrculfhash: put thread offline before taking mutex ...
2011-09-13  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink-help
2011-09-11  Mathieu Desnoyersrculfhash: hold rcu read-side lock in resize
2011-09-09  Mathieu Desnoyersrculfhash: Make auto resize selectable with flag
2011-09-07  Mathieu Desnoyersrculfhash: allow shrink
2011-09-03  Mathieu Desnoyersrculfhash: Update API documentation
2011-09-03  Mathieu DesnoyersUse cds_lfht namespace for lock-free hash table
2011-09-03  Mathieu DesnoyersRCU hash table API documentation
2011-09-03  Mathieu DesnoyersMerge branch 'master' into urcu/ht
2011-07-12  Mathieu Desnoyersrculfhash: document node alignment
2011-07-09  Mathieu Desnoyersrculfhash: document flags
2011-07-09  Mathieu Desnoyersrculfhash: merge dummy into next ptr
2011-07-09  Mathieu Desnoyersrculfhash: shrink size of dummy node
2011-07-07  Mathieu Desnoyersrculfhash: add c++ ifdef
2011-07-07  Mathieu Desnoyersrculfhash: update add_unique api
2011-07-07  Mathieu Desnoyersrculfhash: remove hash from nodes
2011-07-07  Mathieu Desnoyersrculfhash: change order of node fields for locality
2011-07-07  Mathieu Desnoyersrculfhash: garbage collection scheme
2011-07-06  Mathieu Desnoyersrculfhash: Remove "value" pointer
2011-07-06  Mathieu Desnoyersrculfhash: add unique
2011-07-06  Mathieu Desnoyersrculfhash: implement real hash function
2011-07-06  Mathieu DesnoyersMerge remote branch 'origin/urcu/ht' into urcu/ht
2011-07-06  Mathieu Desnoyersrcu lf hash table runtime fixes
2011-07-05  Mathieu Desnoyerssplit-ordered hash table
2011-07-02  Mathieu DesnoyersRename urcu-ht to rculfhash
This page took 0.19354 seconds and 102 git commands to generate.