Releases: ColumPaget/libUseful
Bugfix release, SF_FOLLOW, memleak on creating a list, capabilities off by default
This release fixes bugs in STREAM, where the flag SF_SYMLINK_OKAY had not been fully replace with SF_FOLLOW; fixes a memory leak in the 'head' node of lists, so that some memory is lost whenever a list is created; linux process capabilities is now off unless it's asked for (this was preventing build on some systems); VERSION is now set in the makefile
builds under macosx and other bugfixes
now builds under macosx, obscure ListFind bug fixed, VERSION now configured in Makefile
builds under macosx and other bugfixes
now builds under macosx, obscure ListFind bug fixed, VERSION now configured in Makefile
CommandLineParser system added. LookupUserName and LookupGroupName functions added. Preliminary work on process capabilities. Changes to the 'jail/namespace' subsystem. Bugfixes for http and oauth
v3.20 CommandLineParser system added. LookupUserName and LookupGroupName fu…
CONNECTION CHAIN SEPARATOR CHANGED. Alternations to better support streaming data with non-blocking io
The separator for connection chains of proxies and tunnels has been changed to pipe (|) rather than comma. This is because comma can exist validly in URLs. Changes were made to support non-blocking io via the STREAM system (file writing wasn't working properly in this configuration).
bugfix for pty system, treat image tags as entities in the rss parser
bugfix for a segfault that happened when trying to open a psuedo terminal on systems that have ptsname_r available. image tags in RSS are now treated as entities with subitems within RSS DataParser
bugfixes for HTTP PATCH method and program spawning
HTTP wasn't being treated like HTTP PUT and HTTP POST, with a post data body expected, and the SpawnProgram functions had issues with spawns where the argv[0] value is supplied in addition to a program path.
bugfixs for Maps/Lists
Maps/Lists kinda worked if you didn't delete nodes from them. Now they work even if you do
bugfixes for lists/maps
mostly a bugfix release for lists/maps. Added LogFilesHousekeep, STREAMReadUint16 and STREAMReadUint32 functions
bugfixes for lists/maps
mostly a bugfix release for lists/maps. Added LogFilesHousekeep, STREAMReadUint16 and STREAMReadUint32 functions