issues
search
aklomp
/
base64
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
890
stars
165
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is there is a plan to support RFC 2045?
#148
zhanglistar
closed
2 months ago
2
MSVC 22: 'Bit' Undefined in Codec_Choose.c Line 222 with HAVE_AVX512 defined
#147
micthom
closed
2 months ago
1
error: implicit declaration of function 'bit' is invalid in C99
#146
Hecravi-Sali
closed
4 months ago
6
fix: typo in macro _AVX_512_ENABLED_BY_OS
#145
mayeut
closed
2 months ago
2
chore(ci): update deprecated actions & runners, add macos arm64 tests
#144
mayeut
closed
2 months ago
0
fix: Correct OS detection for AVX-512
#143
mgaudet
closed
5 months ago
0
Add installation guide for lib
#141
Shikaree68
opened
8 months ago
2
Build fails on macOS: `make: objcopy: No such file or directory`
#140
snej
opened
8 months ago
2
fix: Set active CP to UTF-8 on Windows 10 and 11
#139
BurningEnlightenment
closed
8 months ago
0
Codepage error on Windows
#138
sergeevabc
closed
8 months ago
2
Decoding error on Windows (CRLF?)
#137
sergeevabc
closed
9 months ago
18
Add `BASE64_FORCE_INLINE` macro to always inline inner loop functions
#136
aklomp
closed
8 months ago
0
bin/base64: add command line options for decoding
#135
aklomp
closed
10 months ago
0
CMakeLists: update version to 0.5.2
#134
aklomp
closed
10 months ago
0
refactor: Remove detection logic subsumed by `SIZE_MAX` checks
#133
BurningEnlightenment
closed
10 months ago
2
CI: add tests for various MSYS2 environments
#132
mayeut
closed
10 months ago
4
build failure using mingw32: `error: 'asm' operand has impossible constraints`
#131
mayeut
closed
10 months ago
4
Simplify codepath selection
#130
diizzyy
opened
11 months ago
4
I made a online base64 decoder tool. We can use it
#129
geeeeeeeek
closed
10 months ago
1
add a pkg-config file
#128
selfisekai
opened
11 months ago
7
Build of 0.5.1 broken with MinGW
#127
SpaceIm
closed
10 months ago
15
v0.5.1 breaks `base64 -d` on Alpine Linux (musl libc)
#126
jirutka
closed
10 months ago
15
fix: Detect platform word size based on `SIZE_MAX`
#125
BurningEnlightenment
closed
10 months ago
5
Codec detection doesn’t work in test_base64 on musl libc
#124
jirutka
opened
1 year ago
3
Detect word size for Windows properly
#123
zcbenz
closed
10 months ago
12
Create release 0.5.1
#122
aklomp
closed
1 year ago
0
Fix AVX detection
#121
hardfalcon
closed
1 year ago
7
Integrate with google/oss-fuzz for continuous fuzz testing
#120
nathaniel-brough
opened
1 year ago
0
Adds a roundtrip fuzz testing suite
#119
nathaniel-brough
opened
1 year ago
0
enc: asm: add memory and flags as clobbers
#118
aklomp
closed
1 year ago
0
Investigate `gf2p8affineqb` for the shuffle step
#117
aklomp
opened
2 years ago
0
Add a macro to calculate encoded size from raw size and vice versa
#116
aklomp
opened
2 years ago
0
bin/base64: modernize the demo program
#115
aklomp
closed
2 years ago
0
Decoding data containing <NUL> values
#114
bruchar1
closed
2 years ago
6
bug: codec_choose_x86 does not check for OS AVX512 support
#113
mayeut
closed
5 months ago
5
chore(ci): run static/dynamic analysis
#112
mayeut
closed
2 years ago
0
bug: out-of-bounds read when using inline assembly code path
#111
mayeut
closed
2 years ago
3
Fix i686 builds
#110
mayeut
closed
2 years ago
1
SSSE3: enc: add inline asm codepath
#109
aklomp
closed
2 years ago
1
AVX: enc: add inline asm codepath
#108
aklomp
closed
2 years ago
0
CI: upgrade deprecated Ubuntu image
#107
aklomp
closed
2 years ago
0
Change license to BSD 3-clause
#106
aklomp
opened
2 years ago
0
Fix out-of-bounds access in test
#105
jkrems
closed
2 years ago
5
AVX2: enc: add inline asm codepath
#104
aklomp
closed
2 years ago
0
Library naming
#103
BurningEnlightenment
opened
2 years ago
3
enable avx512 support for base64 encoding. Reuse WojciechMula/base64-…
#102
lucshi
closed
2 years ago
22
Concurrent call interface “base64_decode” appear Segment error
#101
linju123455
closed
2 years ago
0
NEON64: enc: avoid reserved tokens in macro arguments
#100
mscdex
closed
2 years ago
0
NEON64: enc: ASM build fails on gcc with dd7a2b5f31
#99
mscdex
closed
2 years ago
3
NEON64: enc: convert full encoding loop to inline assembly
#98
aklomp
closed
2 years ago
0
Next