issues
search
tzvetkoff
/
hashids.c
The C port of Hashids
MIT License
52
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix unknown type name ssize_t
#32
zaxbbun
closed
5 months ago
6
Fix and Normalize Source Code Formatting
#31
agvxov
closed
1 year ago
0
Introduce hashids_init4 to allow client to specify custom separators
#30
okft
opened
4 years ago
1
Statement may fall through - warning in GCC7 and upper
#29
JakubRakus
closed
4 years ago
3
Do not return result if decode in invalid
#28
olekenneth
closed
2 years ago
3
Added colors to test suite
#27
thedrow
closed
6 years ago
1
fix *__hashids_errno_addr prototype
#26
jwdeitch
closed
6 years ago
0
Safe hashids_decode
#25
rayrapetyan
closed
6 years ago
1
Hashids compatibility between C version and Swift version
#24
Anjali-R21
closed
7 years ago
2
Vectorize hashids_shuffle
#23
thedrow
opened
8 years ago
0
Use integer floor division when possible
#22
thedrow
opened
8 years ago
0
Hashids.c is not thread-safe
#21
thedrow
opened
8 years ago
1
Use integer ceil when the division is between two integers
#20
thedrow
closed
7 years ago
3
Compile with 2 jobs in Travis CI
#19
thedrow
closed
8 years ago
1
Verify decoding of a hash by re-encoding it
#18
thedrow
closed
8 years ago
7
Introduced a memory arenas API
#17
thedrow
closed
8 years ago
3
hashids_estimate_encoded_size() performance improvements
#16
thedrow
closed
7 years ago
7
Fix types of variables inside hashids_estimate_encoded_size()
#15
thedrow
closed
8 years ago
0
Potentially allocate less memory for the alphabet copies
#14
thedrow
closed
8 years ago
0
Added all test cases from the Python test suite
#13
thedrow
closed
8 years ago
3
Run tests with valgrind
#12
thedrow
closed
8 years ago
1
Enable ccache for faster builds
#11
thedrow
closed
8 years ago
0
Added a failing test case for hashids_encode
#10
thedrow
closed
8 years ago
4
Free error message strings after printing them
#9
thedrow
closed
8 years ago
1
Improved performance of hashids_shuffle
#8
thedrow
closed
8 years ago
4
Use Fused Multiply Add instead of normal arithmetic operations
#7
thedrow
closed
8 years ago
2
Estimate length using logarithms
#6
thedrow
closed
8 years ago
5
Provide an API that support wide characters
#5
thedrow
opened
8 years ago
7
Support uint128_t as well on platforms/compilers that support it
#4
thedrow
opened
8 years ago
2
Use the fastest unsigned int with 64 bits available
#3
thedrow
closed
8 years ago
3
Fixed segfault when separators count is equal to 0
#2
thedrow
closed
8 years ago
0
hashids_encode does not return the expected hash
#1
thedrow
closed
8 years ago
9