Releases: ColumPaget/libUseful
Added r64 (rfc4648 compatible base64) encoding
v4.28 Added r64 (rfc4648 compatible base64) encoding
Minor features and fixes
Added OpenSSLAutoDetect. Initial work on multiple-select in terminal menus. TerminalReadString and TerminalReadPrompt now return NULL if escape pressed, and a proper empty string if the user enters an empty string
added FileSystemCopyDir
v4.26 Added FileSystemCopyDir for recursive filesystem copies
add -hidden option to process hidden (dot) files. Handle files with wildcard chars in their names
v1.11 Added FileSystemCopyDir for recursive filesystem copies
v4.25
version bump
mostly bugfixes
v4.24 version bump
mostly bugfixes
fix for building without openssl, fix for apple getxattr, fix for install not using symbolic links, more keystrokes detected in Terminal.c
bugfix for TLS memoryleak
A memory leak was fixed when using ssl/tls or https connections. Improvements to the 'RaiseError' subsystem particularly to make it smart about when it prints errors out, only doing so now if stderr is a tty
Fix for SSHOpen but that can hang apps
Fix for bug introduced in v4.20 that can hang apps that read a full document from an ssh:// stream
write text files over openssh
writing to files on an ssh server is now possible via 'STREAMOpen(ssh://server/file.txt, w)'. This is in addition to reading files and executing commands, all of which are supported via STREAMOpen