index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ewah
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
2
-2
/
+0
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
2
-2
/
+3
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
2
-2
/
+2
|
\
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
2
-2
/
+2
*
|
pack-bitmap-write: remove unused bitmap_reset() function
Ævar Arnfjörð Bjarmason
2022-04-01
2
-6
/
+0
|
/
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
bitmap: implement bitmap_is_subset()
Derrick Stolee
2020-12-08
2
-1
/
+22
*
ewah: add bitmap_dup() function
Jeff King
2020-12-08
2
-0
/
+8
*
ewah: implement bitmap_or()
Jeff King
2020-12-08
1
-0
/
+9
*
ewah: make bitmap growth less aggressive
Jeff King
2020-12-08
1
-7
/
+4
*
ewah: factor out bitmap growth
Jeff King
2020-12-08
1
-5
/
+9
*
ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()
Taylor Blau
2020-12-08
1
-11
/
+4
*
Merge branch 'jk/object-filter-with-bitmap'
Junio C Hamano
2020-03-03
2
-0
/
+9
|
\
|
*
bitmap: add bitmap_unset() function
Jeff King
2020-02-14
2
-0
/
+9
*
|
ewah/bitmap: introduce bitmap_word_alloc()
Jeff King
2020-01-23
2
-4
/
+10
|
/
*
ewok_rlw.h: add missing 'inline' to function definition
Ramsay Jones
2018-10-29
1
-1
/
+1
*
ewah/ewok_rlw.h: add missing include (hdr-check)
Ramsay Jones
2018-09-20
1
-0
/
+2
*
ewah: delete unused 'rlwit_discharge_empty()'
Junio C Hamano
2018-06-21
4
-23
/
+12
*
ewah: drop ewah_serialize_native function
Jeff King
2018-06-18
2
-27
/
+0
*
ewah: drop ewah_deserialize function
Jeff King
2018-06-18
2
-56
/
+0
*
ewah_io: delete unused 'ewah_serialize()'
Derrick Stolee
2018-06-18
2
-11
/
+0
*
ewah_bitmap: delete unused 'ewah_or()'
Derrick Stolee
2018-06-18
2
-74
/
+0
*
ewah_bitmap: delete unused 'ewah_not()'
Derrick Stolee
2018-06-18
2
-26
/
+0
*
ewah_bitmap: delete unused 'ewah_and_not()'
Derrick Stolee
2018-06-18
2
-78
/
+0
*
ewah_bitmap: delete unused 'ewah_and()'
Derrick Stolee
2018-06-18
2
-73
/
+0
*
ewah/bitmap.c: delete unused 'bitmap_each_bit()'
Derrick Stolee
2018-06-18
2
-25
/
+0
*
ewah/bitmap.c: delete unused 'bitmap_clear()'
Derrick Stolee
2018-06-18
2
-9
/
+0
*
ewah_read_mmap: bounds-check mmap reads
Jeff King
2018-06-18
2
-5
/
+22
*
Replace Free Software Foundation address in license notices
Todd Zullinger
2017-11-09
6
-12
/
+6
*
use DIV_ROUND_UP
René Scharfe
2017-07-10
1
-2
/
+2
*
Merge branch 'jk/ewah-use-right-type-in-sizeof'
Junio C Hamano
2017-03-13
1
-2
/
+2
|
\
|
*
ewah: fix eword_t/uint64_t confusion
Jeff King
2017-03-06
1
-2
/
+2
*
|
ewah: convert to REALLOC_ARRAY, etc
Jeff King
2016-02-22
3
-19
/
+8
*
|
convert ewah/bitmap code to use xmalloc
Jeff King
2016-02-22
4
-30
/
+11
*
|
Merge branch 'es/osx-header-pollutes-mask-macro'
Junio C Hamano
2015-06-24
3
-24
/
+24
|
\
\
|
*
|
ewah: use less generic macro name
Jeff King
2015-06-03
3
-18
/
+18
|
*
|
ewah/bitmap: silence warning about MASK macro redefinition
Eric Sunshine
2015-06-03
1
-8
/
+8
*
|
|
ewah: add convenient wrapper ewah_serialize_strbuf()
Nguyễn Thái Ngọc Duy
2015-03-12
2
-0
/
+15
*
|
|
Merge branch 'jk/pack-bitmap'
Junio C Hamano
2015-02-18
1
-1
/
+2
|
\
\
\
|
*
|
|
ewah: fix building with gcc < 3.4.0
Tom G. Christensen
2015-02-04
1
-1
/
+2
|
|
/
/
*
|
|
ewah: delete unused ewah_read_mmap_native declaration
Nguyễn Thái Ngọc Duy
2014-04-29
1
-1
/
+0
*
|
|
ewah: fix constness of ewah_read_mmap
Nguyễn Thái Ngọc Duy
2014-04-29
2
-3
/
+3
|
/
/
*
/
ewah_bitmap.c: do not assume size_t and eword_t are the same size
Kyle J. McKay
2014-04-23
1
-1
/
+1
|
/
*
ewah: unconditionally ntohll ewah data
Jeff King
2014-02-12
1
-7
/
+3
*
ewah: support platforms that require aligned reads
Vicent Marti
2014-01-23
1
-9
/
+24
*
ewah: compressed bitmap implementation
Vicent Marti
2013-12-30
6
-0
/
+1590