aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
2025-09-15Test replacing CRITICAL_SECTION with SRWLOCK.no-critical-sectionCalvin Rose-7/+7
2025-09-15Fix #1643, but add features.hCalvin Rose-0/+3
2025-09-15Merge pull request #1640 from sogaiu/add-some-windows-commentaryCalvin Rose-3/+9
2025-09-11Improve windows-related docs and notessogaiu-3/+9
2025-09-06Don't try for backwards compat with compiled modules - Address #1639Calvin Rose-1/+1
2025-09-02Minor version bump for linking.Calvin Rose-6/+6
2025-09-01Update CHANGELOG.mdCalvin Rose-0/+4
2025-09-01Add test case for string/format %s of bufferCalvin Rose-0/+3
2025-09-01Remove strnlen and correctly address #1600Calvin Rose-11/+3
2025-09-01Revert reordering 2.Calvin Rose-3/+3
2025-09-01Revert reordering of janet_deinitCalvin Rose-6/+6
2025-09-01Add per-thread finalizer calls in missing places.Calvin Rose-10/+15
2025-09-01Address #1629 - janet_deinit called before threaded channel message sentCalvin Rose-9/+117
2025-09-01Fix #1604 - Add JANET_DO_ERROR_* defines for failure flags from janet_dobytes.Calvin Rose-5/+9
2025-08-31Merge pull request #1637 from jsks/spelling-fixesCalvin Rose-2/+2
2025-08-31Small spelling fixesJoshua Krusell-2/+2
2025-08-30Update janet for 1.39.1v1.39.1Calvin Rose-3/+7
2025-08-30Update meson.build version.Calvin Rose-1/+1
2025-08-30Merge pull request #1632 from jsks/jsks-channelCalvin Rose-4/+4
2025-08-30Merge pull request #1633 from aeiouaeiouaeiouaeiouaeiouaeiou/janet-legacy-macos1Calvin Rose-1/+8
2025-08-29os.c: use JANET_SPAWN_NO_CHDIR macros for macOS <10.15aeiouaeiouaeiouaeiouaeiouaeiou-1/+8
2025-08-29Export channel utilitiesJoshua Krusell-4/+4
2025-08-24Prepare for 1.39.0 releasev1.39.0Calvin Rose-5/+8
2025-08-24Merge pull request #1628 from snltd/illumos-supportCalvin Rose-3/+28
2025-08-21Use janet_gettime instead of clock_gettime in ev.cCalvin Rose-3/+3
2025-08-18illumos supportsnltd-3/+28
2025-08-18Merge pull request #1627 from nlordell/fix/system-monotonic-clockCalvin Rose-15/+12
2025-08-18Read System Clock for Monotonic TimeNicholas Rodrigues Lordello-15/+12
2025-08-18Merge pull request #1626 from nlordell/fix/clocks-per-secCalvin Rose-2/+2
2025-08-18Use `CLOCKS_PER_SEC`Nicholas Rodrigues Lordello-2/+2
2025-08-17Merge pull request #1624 from nlordell/fix/libjanet-ldflagsCalvin Rose-1/+1
2025-08-17Add test patch for #1625Calvin Rose-3/+3
2025-08-18Fix `LDFLAGS` Usage in MakefileNicholas Rodrigues Lordello-1/+1
2025-08-16Merge pull request #1623 from tttuuu888/work-issue-1622Calvin Rose-0/+51
2025-08-14Add `net/socket` for unbound socket creation #1622Seungki Kim-0/+51
2025-08-12Merge pull request #1621 from tttuuu888/work-issue-1620Calvin Rose-1/+3
2025-08-11Fix: Correctly flag UDP streams in net/connect #1620Seungki Kim-1/+3
2025-08-02Windows quirk fixCalvin Rose-0/+5
2025-08-02Fix abstract unix sockets for issue #1618 - address #1618Calvin Rose-14/+21
2025-08-02Fix #1609 Remove sigaction if JANET_NO_EV defined.Calvin Rose-0/+2
2025-08-02Merge pull request #1615 from ifreund/net-server-datagramCalvin Rose-1/+7
2025-07-18net/server: improve error for truthy handler and type :datagramIsaac Freund-1/+7
2025-07-13Merge pull request #1607 from sarna/masterCalvin Rose-4/+17
2025-07-13Remove extra call to filewatcher - address #1608Calvin Rose-2/+0
2025-07-13Address #1609 - compile with JANET_NO_PROCESSESCalvin Rose-1/+1
2025-07-13Add tests for import arg validationsarna-0/+7
2025-07-13Validate optional args to importsarna-1/+7
2025-07-12Clarify :fresh usage in importsarna-3/+3
2025-07-06Merge pull request #1606 from pyrmont/bugfix.bundle-installCalvin Rose-23/+21
2025-07-06Allow :dependencies value in info.jdn to contain dictionaries for complex dep...Michael Camilleri-19/+21