index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
encoding
/
base32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `#+test` to base32_test.odin
gingerBill
2025-09-28
1
-0
/
+1
*
Fix stray space vs. tab
Jeroen van Rijn
2025-01-12
1
-4
/
+4
*
encoding/base32: Add `@(rodata)` attribute to default tables
Zoltán Kéri
2025-01-03
1
-0
/
+2
*
encoding/base32: Fix RFC 4648 references and add RFC reference URL
Zoltán Kéri
2024-12-31
2
-4
/
+9
*
encoding/base32: Fix style issues for CI
Zoltán Kéri
2024-12-31
1
-5
/
+4
*
encoding/base32: Convert files to UTF-8 with Unix line endings
Zoltán Kéri
2024-12-30
1
-223
/
+224
*
encoding/base32: Add proper cleanup for encoded strings in tests
Zoltán Kéri
2024-12-30
1
-1
/
+3
*
encoding/base32: Add custom alphabet test case
Zoltán Kéri
2024-12-30
1
-0
/
+75
*
encoding/base32: Remove incorrect defer delete in encode()
Zoltán Kéri
2024-12-30
1
-1
/
+0
*
encoding/base32: Add encode->decode roundtrip test
Zoltán Kéri
2024-12-30
1
-0
/
+23
*
encoding/base32: Move tests to base32_test.odin
Zoltán Kéri
2024-12-29
2
-126
/
+127
*
encoding/base32: Expand `DEC_TABLE` to full 256 bytes
Zoltán Kéri
2024-12-26
1
-13
/
+15
*
encoding/base32: Use `ENC_TBL` parameter consistently in encode()
Zoltán Kéri
2024-12-26
1
-9
/
+9
*
encoding/base32: Add custom validation support
Zoltán Kéri
2024-12-25
1
-5
/
+16
*
encoding/base32: Replace padding map with switch statement
Zoltán Kéri
2024-12-24
1
-9
/
+11
*
encoding/base32: Set optimization mode for decode()
Zoltán Kéri
2024-12-24
1
-0
/
+1
*
encoding/base32: Use consistent allocator and add proper cleanup
Zoltán Kéri
2024-12-24
1
-22
/
+43
*
encoding/base32: Fix decode implementation per RFC 4648
Zoltán Kéri
2024-12-24
1
-58
/
+79
*
encoding/base32: Add RFC 4648 test suite
Zoltán Kéri
2024-12-24
1
-0
/
+104
*
encoding/base32: Fix buffer allocation and bounds checking
Zoltán Kéri
2024-12-24
1
-6
/
+24
*
encoding/base32: Replace assertions with error returns
Zoltán Kéri
2024-12-24
1
-9
/
+31
*
Indentation fixes
gingerBill
2024-06-29
1
-116
/
+116
*
Update numerous package declaration names
gingerBill
2024-04-18
1
-1
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-65
/
+65
*
Make base32 and base64 adhere to `-strict-style`
gingerBill
2021-03-14
1
-2
/
+2
*
vet all core packages
gingerBill
2021-01-09
1
-1
/
+0
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-2
/
+6
*
Add extra information to `-show-more-timings`
gingerBill
2020-05-21
1
-12
/
+12
*
Missed one
zhibog
2019-11-09
1
-1
/
+1
*
Fixed indenting
zhibog
2019-11-09
1
-44
/
+44
*
Removed comments regarding RFC test vectors
zhibog
2019-11-08
1
-36
/
+1
*
Added Base32 + official test vectors from the RFC
zhibog
2019-11-01
1
-0
/
+180