Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Warning fix | Luca Deri | 2023-08-25 |
| | |||
* | added bimap and/or with allocation | Luca Deri | 2023-08-24 |
| | |||
* | Added ndpi_bitmap_is_empty() and ndpi_bitmap_optimize() API calls | Luca | 2023-08-23 |
| | |||
* | Removed empty line | Luca | 2023-08-21 |
| | |||
* | Added ndpi_bitmap_andnot API call | Luca | 2023-08-21 |
| | |||
* | Added new API calls for implementing Bloom-filter like data structures | Luca Deri | 2023-08-11 |
| | | | | | | | ndpi_filter* ndpi_filter_alloc(uint32_t elements_number); bool ndpi_filter_add(ndpi_filter *f, uint64_t value); bool ndpi_filter_contains(ndpi_filter *f, uint64_t value); void ndpi_filter_free(ndpi_filter *f); | ||
* | Typo fix | Luca | 2023-08-07 |
| | |||
* | Added ndpi_bitmap_copy() API call | Luca | 2023-08-06 |
| | |||
* | Add support for roaring_bitmap_xor_inplace (#1983) | Yuriy Rymarchuk | 2023-05-18 |
| | |||
* | Updated (C) | Luca Deri | 2023-04-28 |
| | |||
* | Update roaring bitmap code | Luca Deri | 2023-02-12 |
| | |||
* | Update copyright | Alfredo Cardigliano | 2022-01-03 |
| | |||
* | Compilation fixed on CentOS 7 | Luca Deri | 2021-09-27 |
| | | | | Bitmap APi changes | ||
* | Bitmap code | Luca Deri | 2021-09-27 |
| | |||
* | Reworked bitmap code | Luca Deri | 2021-09-27 |