about summary refs log tree commit diff stats
path: root/doc/hacking.md
Commit message (Collapse)AuthorAgeFilesLines
* Update docsbptato2025-03-071-4/+0
|
* Update docsbptato2025-02-111-17/+0
|
* config: switch to camel casebptato2025-01-131-3/+0
| | | | | | We already need a camel -> kebab converter anyway. Unfortunately this also changes JS binding names, so it's a breaking change. Oh well.
* default(T) -> T.default, add some strict defsbptato2024-12-171-1/+1
|
* Fix casingbptato2024-12-051-2/+2
|
* twtstr: add mypairsbptato2024-11-281-8/+30
| | | | | This couldn't get into system.nim for technical reasons, but it's still pretty useful when iterating over non-mutable openArrays.
* Update docsbptato2024-11-171-1/+1
|
* chaseccomp: fix compilation with newest dash, misc changesbptato2024-10-311-12/+10
| | | | | | | | | | | | | | * fix matching on unstripped whitespace: caught after upgrading to upstream dash & chaseccomp wouldn't compile * add defines to ensure that we computed the filter length correctly * inline cut_label * EPERM on sigaction, sigprocmask, gettid, and kill on tgkill (so a crash doesn't trigger sandbox violations) * move SIGSYS handler to C and add one for the network The last change removes the stack trace from SIGSYS, but gives us the syscall number which is probably more useful. (Indeed, we don't even have a stack trace in release builds.)
* Update monouchabptato2024-08-091-2/+3
|
* doc: fix typobptato2024-07-301-4/+4
|
* Update docsbptato2024-07-291-0/+283