This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Releases: truemedian/luvit-bin
Releases · truemedian/luvit-bin
Luvit 2023-04-23
Versions
Luvit 2.18.1-dev+a8c708e
Luvi v2.14.0-dev+9b697da
Lit 3.8.5-dev+079d4a3
Changelogs
Luvit commits since 2.18.1
a8c708eRemoved unnecessarytostringcall (#1192) (ccuser44)74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
9b697daMerge pull request #274 from Bilal2453/update-luv (Ryan Liptak)334e57cupdate luv to latest (Bilal2453)72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
079d4a3Merge pull request #315 from Bilal2453/patch-2 (SinisterRectus)c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)b2c9d34get-lit: update the PS to luvi 2.14.0 as well (Bilal Bassam)304b447get-lit: update luvi to 2.14.0 (Bilal Bassam)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the ...
Luvit 2023-04-16
Versions
Luvit 2.18.1-dev+a8c708e
Luvi v2.14.0-dev+9b697da
Lit 3.8.5-dev+079d4a3
Changelogs
Luvit commits since 2.18.1
a8c708eRemoved unnecessarytostringcall (#1192) (ccuser44)74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
9b697daMerge pull request #274 from Bilal2453/update-luv (Ryan Liptak)334e57cupdate luv to latest (Bilal2453)72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
079d4a3Merge pull request #315 from Bilal2453/patch-2 (SinisterRectus)c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)b2c9d34get-lit: update the PS to luvi 2.14.0 as well (Bilal Bassam)304b447get-lit: update luvi to 2.14.0 (Bilal Bassam)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the ...
Luvit 2023-04-09
Versions
Luvit 2.18.1-dev+a8c708e
Luvi v2.14.0-dev+9b697da
Lit 3.8.5-dev+079d4a3
Changelogs
Luvit commits since 2.18.1
a8c708eRemoved unnecessarytostringcall (#1192) (ccuser44)74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
9b697daMerge pull request #274 from Bilal2453/update-luv (Ryan Liptak)334e57cupdate luv to latest (Bilal2453)72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
079d4a3Merge pull request #315 from Bilal2453/patch-2 (SinisterRectus)c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)b2c9d34get-lit: update the PS to luvi 2.14.0 as well (Bilal Bassam)304b447get-lit: update luvi to 2.14.0 (Bilal Bassam)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the ...
Luvit 2023-04-02
Versions
Luvit 2.18.1-dev+a8c708e
Luvi v2.14.0-dev+9b697da
Lit 3.8.5-dev+079d4a3
Changelogs
Luvit commits since 2.18.1
a8c708eRemoved unnecessarytostringcall (#1192) (ccuser44)74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
9b697daMerge pull request #274 from Bilal2453/update-luv (Ryan Liptak)334e57cupdate luv to latest (Bilal2453)72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
079d4a3Merge pull request #315 from Bilal2453/patch-2 (SinisterRectus)c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)b2c9d34get-lit: update the PS to luvi 2.14.0 as well (Bilal Bassam)304b447get-lit: update luvi to 2.14.0 (Bilal Bassam)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the ...
Luvit 2023-03-26
Versions
Luvit 2.18.1-dev+a8c708e
Luvi v2.14.0-dev+9b697da
Lit 3.8.5-dev+079d4a3
Changelogs
Luvit commits since 2.18.1
a8c708eRemoved unnecessarytostringcall (#1192) (ccuser44)74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
9b697daMerge pull request #274 from Bilal2453/update-luv (Ryan Liptak)334e57cupdate luv to latest (Bilal2453)72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
079d4a3Merge pull request #315 from Bilal2453/patch-2 (SinisterRectus)c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)b2c9d34get-lit: update the PS to luvi 2.14.0 as well (Bilal Bassam)304b447get-lit: update luvi to 2.14.0 (Bilal Bassam)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the ...
Luvit 2023-03-19
Versions
Luvit 2.18.1-dev+a8c708e
Luvi v2.14.0-dev+9b697da
Lit 3.8.5-dev+079d4a3
Changelogs
Luvit commits since 2.18.1
a8c708eRemoved unnecessarytostringcall (#1192) (ccuser44)74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
9b697daMerge pull request #274 from Bilal2453/update-luv (Ryan Liptak)334e57cupdate luv to latest (Bilal2453)72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
079d4a3Merge pull request #315 from Bilal2453/patch-2 (SinisterRectus)c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)b2c9d34get-lit: update the PS to luvi 2.14.0 as well (Bilal Bassam)304b447get-lit: update luvi to 2.14.0 (Bilal Bassam)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the ...
Luvit 2023-03-12
Versions
Luvit 2.18.1-dev+74b232a
Luvi v2.14.0-dev+72b7488
Lit 3.8.5-dev+c12712f
Changelogs
Luvit commits since 2.18.1
74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the lit help command (RDW)394896bsecure-socket: removing unnecessary overhead (Bilal Bassam)2a61c72secure-socket: more accurate error messages (Bilal Bassam)52abe66Add 'Development' section to the readme with some useful advice (#294) (Ryan Liptak)259ccdeCleanup up lit runtime docker scripts a bit more (Tim Caswell)a79bc25Move scripts for making lit docker image to own folder (Tim Caswell)- [
b862157](luvit/lit@b862157763...
Luvit 2023-03-05
Versions
Luvit 2.18.1-dev+74b232a
Luvi v2.14.0-dev+72b7488
Lit 3.8.5-dev+c12712f
Changelogs
Luvit commits since 2.18.1
74b232aMerge pull request #1168 from RiskoZoSlovenska/fixed-querystring (George Zhao)0b5d633querystring: Use locals instead of indexing tables (RiskoZoSlovenska)c40a989Merge pull request #1189 from Bilal2453/buffer-tostring-memsafety (Ryan Liptak)dadb8a5buffer: ensure memory safety on toString (Bilal Bassam)75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)4c11173querystring: Moved type check to top of function (RiskoZoSlovenska)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)094e8b5Cleaned up querystring (RiskoZoSlovenska)50f22ddFixed querystring correctness (RiskoZoSlovenska)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the lit help command (RDW)394896bsecure-socket: removing unnecessary overhead (Bilal Bassam)2a61c72secure-socket: more accurate error messages (Bilal Bassam)52abe66Add 'Development' section to the readme with some useful advice (#294) (Ryan Liptak)259ccdeCleanup up lit runtime docker scripts a bit more (Tim Caswell)a79bc25Move scripts for making lit docker image to own folder (Tim Caswell)- [
b862157](luvit/lit@b862157763...
Luvit 2023-02-26
Versions
Luvit 2.18.1-dev+75f5e70
Luvi v2.14.0-dev+72b7488
Lit 3.8.5-dev+c12712f
Changelogs
Luvit commits since 2.18.1
75f5e70Merge pull request #1188 from Bilal2453/fix-buffer-memzero (Ryan Liptak)fc4c233use malloc for string-based input (Bilal Bassam)eac5dd3version bump (Bilal Bassam)55960e3correct the semantics (Bilal Bassam)e7c5169buffer: make sure memory is zeroed out (Bilal Bassam)83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
c12712fMerge pull request #319 from Bilal2453/fix-coro-net-leak (Ryan Liptak)0ddbbb3remove unnecessary nil check (Bilal Bassam)dd1115bcoro-net: also close on secureSocket errors (Bilal Bassam)4fc9765coro-net: fix handle leak when connect errors (Bilal Bassam)dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the lit help command (RDW)394896bsecure-socket: removing unnecessary overhead (Bilal Bassam)2a61c72secure-socket: more accurate error messages (Bilal Bassam)52abe66Add 'Development' section to the readme with some useful advice (#294) (Ryan Liptak)259ccdeCleanup up lit runtime docker scripts a bit more (Tim Caswell)a79bc25Move scripts for making lit docker image to own folder (Tim Caswell)b862157Update published docker container (Tim Caswell)2acc917Patch version bumps (Bilal2453)7654fc6coro-split: fixing resume before yielding (Bilal2453)
Luvit 2023-02-19
Versions
Luvit 2.18.1-dev+83c369a
Luvi v2.14.0-dev+72b7488
Lit 3.8.5-dev+dedfd1f
Changelogs
Luvit commits since 2.18.1
83c369aReplace code deprecated in Lua 5.2 (SinisterRectus)40f0f29Replace code deprecated in Lua 5.1 (SinisterRectus)21bec88Merge pull request #1184 from UrNightmaree/master (SinisterRectus)12c2060Merge pull request #1125 from shawwn/patch-1 (SinisterRectus)ee84c5eAdded more (UrNightmaree)3476e07Removes valuenil(Koosh)da7c8c2Run completion in repl in coroutine (Tim Caswell)42cc14ffix parseauthorder in url.parse (zhaozg)2e5ecb7process: respecting deprecation on getpid (Bilal2453)4041450thread: fix thread.equals (Bilal2453)3f328adUpdate root certificates in tls module (zhaozg)b7d2715Merge pull request #1171 from luvit/release-2.18.1 (Ryan Liptak)b1bd50eUpdate ustring.lua (Shawn Presser)230cd6eustring.lua: empty string ~= empty list (Shawn Presser)
Luvi commits since v2.14.0
72b7488Merge pull request #272 from luvit/linting-fixes (SinisterRectus)b0f7568Adds some nil checks (SinisterRectus)4e0f23bFix the help text of some existing CMake build options (RDW)8eae450add preload["rex_pcre"], it equals preload["rex"] (zhaozg)2ba9883fix call luv_set_thread_cb order, make it earlier (zhaozg)4115796check has winsvc feature in luvi (zhaozg)5babc3bupdate submoudle luv (zhaozg)
Lit commits since 3.8.5
dedfd1fMerge pull request #318 from truemedian/patch-1 (SinisterRectus)3529418bump http-codec to 3.0.7 (Nameless)bef2ae1Merge pull request #297 from LuvitPlayground/refactor-entry-point (Ryan Liptak)7a1e4f7Merge pull request #296 from Bilal2453/patch-1 (Ryan Liptak)b1f1874Merge pull request #306 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)8e07c6ffix missing return in decodeChunked when chunk header is missing (Nameless)60bac44Merge pull request #305 from truemedian/http-codec-handle-chunk-extensions (Ryan Liptak)d09f72fhandle chunked encoding extensions in chunk header (Nameless)867617eAllow custom hostnames in coro-http client (Tim Caswell)9d483feAdd tail calls to every function (RDW)d89296dFix autoformat (RDW)bc4d523Resolve redundant path computation (RDW)51b13b0Simplify coroutine wrapping in commandLine.run() (RDW)b8085a0Fix invalid references to self (RDW)5cc1161Remove brittle blackbox CLI tests (RDW)b8d8732Convert function names to lowerCamelCase (RDW)160cda9Apply autoformat to replace tabs with spaces (RDW)f84ef74Remove redundant top-level container module (RDW)26e902cRemove pointless comments (RDW)11c3574Refactor the bundle's entry point to reduce technical debt (RDW)55f52a0Improve output to be more readable when a test fails (RDW)2b4e7d8Add test case for checking the output of invalid commands (RDW)09bf950Add tests for the remaining testable CLI commands (RDW)a22f8b7Tests: Add basic test for the lit help command (RDW)394896bsecure-socket: removing unnecessary overhead (Bilal Bassam)2a61c72secure-socket: more accurate error messages (Bilal Bassam)52abe66Add 'Development' section to the readme with some useful advice (#294) (Ryan Liptak)259ccdeCleanup up lit runtime docker scripts a bit more (Tim Caswell)a79bc25Move scripts for making lit docker image to own folder (Tim Caswell)b862157Update published docker container (Tim Caswell)2acc917Patch version bumps (Bilal2453)7654fc6coro-split: fixing resume before yielding (Bilal2453)