nemasu

Results 32 comments of nemasu

Thanks for the bug report, I wonder if this is also a string_remove problem.

The string_contains fix didn't change this behavior unfortunately. I'll try to look more into this one soon.

Hmmmmmmm, I can't really make up my mind haha. So far I think I prefer it without a leading space a bit more, like: `mov rax, rbx ;This is a...

Hi, would you be able to update your branch to the latest and make a PR?

Since it doesn't use any libraries, it would have to be implemented using only Linux kernel syscalls. From what I remember, there are some crypto methods available, but I haven't...

Looks like TLS is in the [kernel](https://github.com/torvalds/linux/blob/master/Documentation/networking/tls.rst). But it seems it's only for client side connections.

This looks great! I will start testing it shortly.

Sorry for the delay, I got around to testing it a bit. I ran into a problem when I did something like this: `cd web_root; mkdir dir1; touch dir1/{a,b,c}` If...

Hello, sorry for the *super* late reply. I did some retesting, seems to be working so far! There's 2 potential things though: -Putting the previous directory ("...") at the top...

Yeah that makes sense. Funny you should mention config options, I was just thinking about how to go about disabling features to reduce binary size.