• I am one of the two people behind lavatech, hello.
  • https://l4.pm
  • skirts

  • Joined on 2018-11-12
luna pushed to master at luna/scritcher 2022-04-27 23:01:23 +00:00
1987c4d497 fix command parsing
5d1bcf33ee fixes for latest zig: a lot of stuff
c817170a04 port to latest zig: use std.log
268be1074c port to latest zig fs api
d7d4385242 fix memory leak on string arguments
Compare 5 commits »
luna pushed to master at luna/kemal 2021-10-09 20:35:52 +00:00
eb1832acaf Merge remote-tracking branch 'upstream/master'
5e2efec050 Remove Kilt reference from README
db0a6b8dc6 Remove Kilt from shard.yml
0ab0ecb7c6 Remove all code references to Kilt
a251ede5bd Deprecate dependency on Kilt (#615)
Compare 9 commits »
luna pushed to master at luna/spec-kemal 2021-10-09 20:35:17 +00:00
8042202628 Merge remote-tracking branch 'upstream/master'
97733e57c8 added section about Kemal.config.always_rescue (#22)
Compare 2 commits »
luna commented on pull request distok/cutthecord#127 2021-08-22 16:22:01 +00:00
87202 patches

THIS IS POG

luna created branch mistress in luna/funnyvm 2021-05-23 23:52:24 +00:00
luna pushed to mistress at luna/funnyvm 2021-05-23 23:52:24 +00:00
bd900cd5f6 add initial vm funny
7fcd2a19d1 zig init-exe
Compare 2 commits »
luna created repository luna/funnyvm 2021-05-23 23:21:49 +00:00
luna pushed to master at luna/kemal 2021-05-12 15:18:18 +00:00
bba5bef505 don't prepend raw close code anymore
faeaeb4fba FORK.md: add notes on upstreamability of my patches
Compare 2 commits »
luna pushed to master at luna/kemal 2021-05-12 15:06:39 +00:00
3faba4e3fa add FORK.md
luna pushed to master at luna/kemal 2021-05-12 14:58:45 +00:00
00e5c98fdd Merge remote-tracking branch 'upstream/master'
218be24221 Update Kilt version dependency to ~> 0.6.0
926206a46c Allow running specs from any directory (#609)
d237d3ef7d Bump exception_page shard to ~> 0.2.0 (#608)
6e72ebb447 Add array of paths support for before/after filters (#605)
Compare 6 commits »
luna pushed to master at luna/spec-kemal 2021-05-12 14:58:42 +00:00
e4765ff11d Merge remote-tracking branch 'upstream/master'
d0cf79de3e Bump to 1.0.0
Compare 2 commits »
luna pushed to mistress at luna/yet-another-pomf-clone 2021-04-14 02:19:49 +00:00
8cffb0d809 use my fork of apple_pie
30ed877c56 use much better hack to remove CRLF from body
Compare 2 commits »
luna pushed to mistress at luna/yet-another-pomf-clone 2021-04-14 00:32:42 +00:00
c3c019f19f add test for single body
4287ae9c2a add allocator to handler, fix registry call
fa4590171d fix bodies having CRLF
6a1f9a7a34 add global_allocator
Compare 4 commits »
luna pushed to mistress at luna/yet-another-pomf-clone 2021-04-13 20:11:06 +00:00
11079f2c4d add support for stream end
28c6126ff8 add test for 2nd part
322c33a69b add basic support for multiple files in multipart
Compare 3 commits »
luna pushed to mistress at luna/yet-another-pomf-clone 2021-04-13 02:58:16 +00:00
24ccd60afc add test for multipart parser
a7f9d581b9 dupe strings given by hzzp into owned allocator
2a1b48fe86 add 'zig build test' command
Compare 3 commits »
luna pushed to zhp at luna/yet-another-pomf-clone 2021-04-13 00:34:56 +00:00
998d955f85 pin zhp commit
55effa0b2f use my own zhp fork
e654e95aae move impl to zhp handlers
Compare 3 commits »
luna pushed to zhp at luna/yet-another-pomf-clone 2021-04-10 21:18:53 +00:00
27ceaff6c3 trying to use zhp part 1
luna pushed to mistress at luna/yet-another-pomf-clone 2021-04-10 19:23:45 +00:00
96c6f8bc0c add mimetype-based extensions
luna pushed to mistress at luna/yet-another-pomf-clone 2021-04-10 18:29:48 +00:00
a44af53a87 use part body when writing to file
1a3c1e354f multipart: add body reading
b4b51a3e05 fix multipart inner part values
aed35035f5 multipart: parse content disposition
5a0736cf2a multipart: create full boundary value
Compare 5 commits »
luna pushed to mistress at luna/yet-another-pomf-clone 2021-04-10 05:03:52 +00:00
4ea0e086d9 add multipart parser beginnings