Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs | bptato | 2025-03-07 | 1 | -4/+0 |
| | |||||
* | Update docs | bptato | 2025-02-11 | 1 | -17/+0 |
| | |||||
* | config: switch to camel case | bptato | 2025-01-13 | 1 | -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 defs | bptato | 2024-12-17 | 1 | -1/+1 |
| | |||||
* | Fix casing | bptato | 2024-12-05 | 1 | -2/+2 |
| | |||||
* | twtstr: add mypairs | bptato | 2024-11-28 | 1 | -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 docs | bptato | 2024-11-17 | 1 | -1/+1 |
| | |||||
* | chaseccomp: fix compilation with newest dash, misc changes | bptato | 2024-10-31 | 1 | -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 monoucha | bptato | 2024-08-09 | 1 | -2/+3 |
| | |||||
* | doc: fix typo | bptato | 2024-07-30 | 1 | -4/+4 |
| | |||||
* | Update docs | bptato | 2024-07-29 | 1 | -0/+283 |