Jan

Results 94 issues of Jan

does the same, makes it easier to work with

calls like `strncmp(osname, "Alpine Linux", 12)` end up being more work than they are worth and getting the length of the const string should be gathered at compile time. instances...

osname is allocated to the heap with a static size. the stack suffices for that. also remove use after free instances for osname

user, kernel, uptime and shell are all so simplistic that it makes no sense to use multi threading on them. colourDraw gets joined back as soon as its created instead...

fixes #291 This uses the C11 approach to fix the issue

https://github.com/rxi/lite/blob/38bd9b3326c02e43f244623f97a622b11f074415/src/rencache.c#L95-L102 This function moves prev *size* along which can and will cause unalignment and potential errors. On ARM devices this causes a SIGBUS. The people who helped me figure this...

follow up on #362 fixes #410 the thing that was causing problems with an invalid API key was response.result being null since the response Newgrounds gives just tells us that...

This is a simple attempt at getting AppImages to work feedback is definitely needed and I mainly wanted to get this out the door for now since this would allow...

Thumbnails like the ones made by QuickLook on Linux would be neat.

closes #2749 the logic implemented has been tested against https clones and ssh clones using the following addition to .gitconfig ``` [url "ssh://[email protected]/"] insteadOf = https://github.com/ ``` I've decided to...

Type: Enhancement
Category: Downloader