aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
3 daysFsync changes.fsyncCalvin Rose-7/+9
6 daysAlways 0-initialize EvGenericMessage and add plenty of padding forCalvin Rose-13/+17
6 daysAdd tentative fsync wrapper.Calvin Rose-7/+50
7 daysUpdate CHANGELOG.mdCalvin Rose-0/+2
7 daysUse ConnectEx for non-blocking connect on windows when available.Calvin Rose-40/+152
9 daysCast for warning on mingw DWORD printing.Calvin Rose-1/+1
9 daysTry io.h on windowsdup-fixCalvin Rose-0/+1
9 daysFix regression where private main was not run.Calvin Rose-1/+1
9 daysDup io file descriptors when marshalling closable files.Calvin Rose-10/+45
10 daysMove some files around code more defensively for mitigation.Calvin Rose-1/+1
10 daysFix GC collecting active fiber during nested janet_continue (#1720)Brett-0/+155
12 daysTweak a docstring and a comment (#1718)sogaiu-3/+3
2026-02-21Check stderr for redirection before turning on/off color.Calvin Rose-2/+2
2026-02-20Add sanitizer test to github actions and sr.ht builds.Calvin Rose-0/+20
2026-02-20Avoid memory leak when canceling fibers with threaded channels.Calvin Rose-8/+18
2026-02-20Remove older extra channel unlocks.Calvin Rose-18/+0
2026-02-20Add builders for issue #1716Calvin Rose-2/+2
2026-02-20Suspicious locking behavior with select.Calvin Rose-0/+2
2026-02-20fix multicast on illumos (#1717)R Fisher-1/+1
2026-02-18Prepare for next patch release.Calvin Rose-4/+7
2026-02-18Fix vestigial doc string.Calvin Rose-3/+1
2026-02-18Prepare for v1.41.2 and indicate vm changes for stack correction.v1.41.2Calvin Rose-0/+1
2026-02-181.42.2 patch.Calvin Rose-1/+1
2026-02-18Update for 1.41.2 patch.Calvin Rose-5/+5
2026-02-17Update CHANGELOG.mdCalvin Rose-0/+1
2026-02-17Generate JOP_PUT_INDEX in the compiler when possible.Calvin Rose-9/+26
2026-02-17Add regression test for issue #1714Calvin Rose-0/+8
2026-02-17Initialize memory allocated by put (#1715)Evan Shaw-0/+8
2026-02-16Use snprintf instead of sprintf - sequel (#1713)sogaiu-5/+6
2026-02-16Code defensively with regard to stack resizes from custom get and putCalvin Rose-18/+59
2026-02-15Expose module/add-syspath and update CHANGELOG.mdCalvin Rose-1/+6
2026-02-15Don't reference argv after fiber may have been resized.Calvin Rose-2/+4
2026-02-15Improve ability to load modules by full path.Calvin Rose-1/+20
2026-02-15Allow garbage collection to be called inside the module entry.Calvin Rose-0/+3
2026-02-15Remove macos-13Calvin Rose-1/+1
2026-02-15Patch release to 1.41.1v1.41.1Calvin Rose-5/+5
2026-02-15Add explicit include of inttypes.hCalvin Rose-0/+1
2026-02-15Use correct format specifier on windows if missing message.Calvin Rose-1/+1
2026-02-15Cosmo libc builds were not working.cosmo-fixupCalvin Rose-4/+23
2026-02-15Sort keys when compiling struct and table literals.Calvin Rose-4/+18
2026-02-15Prepare for 1.41.0 releasev1.41.0Calvin Rose-1/+2
2026-02-14Work on windows for WSAConnect not working.Calvin Rose-5/+11
2026-02-14Update for msvc build.Calvin Rose-1/+1
2026-02-14Use snprintf instead of sprintf (#1711)sogaiu-3/+3
2026-02-14When pretty printing, don't sort keys for huge tables.Calvin Rose-38/+61
2026-02-13Don't use preload on absolute paths.Calvin Rose-3/+8
2026-02-06Merge branch 'make-modules-easier'Calvin Rose-8/+17
2026-02-06Remove extra output from peg test.Calvin Rose-3/+5
2026-02-06VERBOSE=1 caused tests to fail as we did more asserts inside the assert.Calvin Rose-9/+5
2026-02-06More tweaks to peg suite for arm32 failures.Calvin Rose-3/+5