Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v1.0.1
kritase64
Browse files
Feb 11, 2024
Fixed the thing not building on weird systems (hopefully).
· e4ade7bd
kritomas
authored
Feb 11, 2024
View commits for tag v1.0.1
v1.0.1
e4ade7bd
Typos.
· 24e98a92
kritomas
authored
Feb 11, 2024
View commits for tag v1.0
v1.0
24e98a92
Now i fixed the Makefiles.
· 77fb3cec
kritomas
authored
Feb 11, 2024
77fb3cec
Finished Readme. Fixed Makefiles putting src/kritase.hpp into docs (i think).
· e5f4dae6
kritomas
authored
Feb 11, 2024
e5f4dae6
Readme internal link test.
· 2ef3a102
kritomas
authored
Feb 11, 2024
2ef3a102
Testing build.
· 1bb70bb0
kritomas
authored
Feb 11, 2024
1bb70bb0
Added doxygen comments.
· 5a78a58a
kritomas
authored
Feb 11, 2024
5a78a58a
Added Readme.
· 0222f938
kritomas
authored
Feb 11, 2024
0222f938
.gitignored some Autotools stuff.
· de3d3b3a
kritomas
authored
Feb 11, 2024
de3d3b3a
Autotools preparation.
· 3ce60519
kritomas
authored
Feb 11, 2024
3ce60519
Added licensing.
· 40d23bfb
kritomas
authored
Feb 11, 2024
40d23bfb
Added error checking.
· 135d0b28
kritomas
authored
Feb 11, 2024
135d0b28
Added functions for directly setting the underlying buffer of Streams.
· 3cbd46fb
kritomas
authored
Feb 11, 2024
3cbd46fb
Light refactoring. Also clang++ is broken now for me, so I just changed that in the Makefile.
· 6c9fb8b1
kritomas
authored
Feb 11, 2024
6c9fb8b1
Feb 10, 2024
Added an optional third argument for specifying output file.
· 12aa923b
kritomas
authored
Feb 10, 2024
12aa923b
Minor formatting adjustments.
· 94e93ee6
kritomas
authored
Feb 10, 2024
94e93ee6
Added alternative alphabet support and whitespace stripping.
· 209ab651
kritomas
authored
Feb 10, 2024
209ab651
Added parsing of additional command line arguments.
· 0d76d11f
kritomas
authored
Feb 10, 2024
0d76d11f
Added function for extracting everything from std::istream.
· 192711e3
kritomas
authored
Feb 10, 2024
192711e3
Feb 09, 2024
Added initial interactivity with stdin/stdout.
· 4401cb17
kritomas
authored
Feb 09, 2024
4401cb17
Finished Istream/Ostream.
· 6331330e
kritomas
authored
Feb 09, 2024
6331330e
Feb 08, 2024
Added base64 conversion functions to main Stream (Istream/Ostream not yet implemented).
· 5d071b57
kritomas
authored
Feb 08, 2024
5d071b57
Made streams into derived classes instead of typedefs.
· cc19103c
kritomas
authored
Feb 08, 2024
cc19103c
Feb 05, 2024
Added encoder overload for plain old strings.
· f3082e7b
kritomas
authored
Feb 05, 2024
f3082e7b
Feb 04, 2024
Added encoder overload for C-style buffers.
· ac247e16
kritomas
authored
Feb 04, 2024
ac247e16
Feb 02, 2024
Added typedefs for IO streams.
· 72e397ce
kritomas
authored
Feb 02, 2024
72e397ce
Added a typedef Buffer type.
· 6139d988
kritomas
authored
Feb 02, 2024
6139d988
Feb 01, 2024
FInished decoder.
· 9b63c7d7
kritomas
authored
Feb 01, 2024
9b63c7d7
OW MY HEAD
· 48608e8d
kritomas
authored
Feb 01, 2024
48608e8d
Added testing thingys to main.cpp for converting files to/from base64.
· 060e0a20
kritomas
authored
Feb 01, 2024
060e0a20
Finished decoding.
· 0312f9df
kritomas
authored
Feb 01, 2024
0312f9df
Jan 31, 2024
Initial decoding (padding not handled).
· 74f77617
kritomas
authored
Jan 31, 2024
74f77617
Fixed encoding issues.
· 6f91dc9b
kritomas
authored
Jan 31, 2024
6f91dc9b
Initial encoder preparation.
· 7c2ea43e
kritomas
authored
Jan 31, 2024
7c2ea43e
Initial project preparation. check(), and lookup table preparation.
· 46c97f80
kritomas
authored
Jan 31, 2024
46c97f80
Jan 30, 2024
Initial commit.
· 9a5f27a6
kritomas
authored
Jan 30, 2024
9a5f27a6
Loading