- 17 May, 2022 6 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
Ensures the compiler performs tail recursion elimination.
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
They became obsolete as of commits: * b8f92c95 * 548e90b1
-
- 03 May, 2022 1 commit
-
-
Vinícius dos Santos Oliveira authored
-
- 01 May, 2022 1 commit
-
-
Vinícius dos Santos Oliveira authored
-
- 30 Apr, 2022 2 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
It adds consistency. For instance, we were having receive_from_with_fds() and no matching receive_from(). Also the receive() function from datagram sockets didn't match the interface for receive() in other objects.
-
- 28 Apr, 2022 2 commits
-
-
Vinícius dos Santos Oliveira authored
Now the functions receive_with_fds()/send_with_fds() can be used to pass fds over AF_UNIX sockets. The API is very tricky to get right. Some quirks are documented at <https://gist.github.com/kentonv/bc7592af98c68ba2738f4436920868dc>. Example on how to iterate over all fds to close() unexpected fds can be found on code that need to defend against such attacks (e.g. systemd).
-
Vinícius dos Santos Oliveira authored
-
- 27 Apr, 2022 1 commit
-
-
Vinícius dos Santos Oliveira authored
Right now it's just an internal type, but it'll be useful for sending/receiving fds through IPC.
-
- 23 Apr, 2022 1 commit
-
-
Vinícius dos Santos Oliveira authored
* spawn_ctx_threads() is now spawn_context_threads * inherit_ctx is now inherit_context
-
- 22 Apr, 2022 2 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-
- 21 Apr, 2022 1 commit
-
-
Vinícius dos Santos Oliveira authored
-
- 19 Apr, 2022 8 commits
-
-
Vinícius dos Santos Oliveira authored
Navigation should be better now.
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
Navigation should be better now.
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
Right now it's always 1, but it's important to have this now so user code won't break when we change behavior later.
-
Vinícius dos Santos Oliveira authored
leveloffset must be decremented by the end.
-
Vinícius dos Santos Oliveira authored
-
- 18 Apr, 2022 3 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-
- 15 Apr, 2022 3 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
Original text came from the fortune-mod package.
-
Vinícius dos Santos Oliveira authored
-
- 13 Apr, 2022 4 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
The algorithm is already required by stream.scanner anyway.
-
Vinícius dos Santos Oliveira authored
Operating on a character-by-character basis upon byte_span from Lua would be too much overhead. Therefore some useful and practical high level algorithms are important.
-
Vinícius dos Santos Oliveira authored
-
- 12 Apr, 2022 1 commit
-
-
Vinícius dos Santos Oliveira authored
-
- 09 Apr, 2022 2 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-
- 08 Apr, 2022 2 commits
-
-
Vinícius dos Santos Oliveira authored
-
Vinícius dos Santos Oliveira authored
-