Skip to content

Releases: ColumPaget/libUseful

Bugfix release, SF_FOLLOW, memleak on creating a list, capabilities off by default

13 Aug 08:48
Compare
Choose a tag to compare

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

16 Jun 12:49
Compare
Choose a tag to compare

now builds under macosx, obscure ListFind bug fixed, VERSION now configured in Makefile

builds under macosx and other bugfixes

16 Jun 12:41
Compare
Choose a tag to compare

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

17 Apr 18:57
Compare
Choose a tag to compare

CONNECTION CHAIN SEPARATOR CHANGED. Alternations to better support streaming data with non-blocking io

26 Mar 13:21
Compare
Choose a tag to compare

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

20 Mar 10:33
Compare
Choose a tag to compare

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

04 Mar 17:16
Compare
Choose a tag to compare

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

12 Feb 23:47
Compare
Choose a tag to compare

Maps/Lists kinda worked if you didn't delete nodes from them. Now they work even if you do

bugfixes for lists/maps

11 Feb 15:22
Compare
Choose a tag to compare

mostly a bugfix release for lists/maps. Added LogFilesHousekeep, STREAMReadUint16 and STREAMReadUint32 functions

bugfixes for lists/maps

11 Feb 15:19
Compare
Choose a tag to compare

mostly a bugfix release for lists/maps. Added LogFilesHousekeep, STREAMReadUint16 and STREAMReadUint32 functions