Skip to content

Releases: ColumPaget/libUseful

Added r64 (rfc4648 compatible base64) encoding

29 Apr 16:53
Compare
Choose a tag to compare
v4.28

Added r64 (rfc4648 compatible base64) encoding

Minor features and fixes

28 Apr 21:04
Compare
Choose a tag to compare

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

23 Mar 01:19
Compare
Choose a tag to compare
v4.26

Added FileSystemCopyDir for recursive filesystem copies

add -hidden option to process hidden (dot) files. Handle files with wildcard chars in their names

26 Mar 21:29
Compare
Choose a tag to compare

v4.25

15 Mar 14:45
Compare
Choose a tag to compare
version bump

mostly bugfixes

19 Feb 21:49
Compare
Choose a tag to compare
v4.24

version bump

mostly bugfixes

08 Feb 21:07
Compare
Choose a tag to compare

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

31 Jan 09:21
Compare
Choose a tag to compare

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

26 Jan 14:26
Compare
Choose a tag to compare

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

26 Jan 13:55
Compare
Choose a tag to compare

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