- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens suggested changes for vieter-v/libvieter#6
Refactor package module into CIn general, the code isn't formatted at all, but that can be fixed by a simple `make fmt`.
Jef Roosens commented on pull request vieter-v/libvieter#6
Refactor package module into CVieter doesn't only supports zstd-compressed archives. Currently it also accepts xz- or gzip-compressed archives, so this should be accounted for.
Jef Roosens commented on pull request vieter-v/libvieter#6
Refactor package module into CGeneral note for `snprintf` usage: what happens if the value is larger than the buffer? Is it simply cut off? Cuz if so, we shouldn't be making assumptions about the length of the input.
Jef Roosens pushed to red-black-tree at Chewing_Bever/libvieter
-
3fb027715c test(tree): validation function to use in testing
Jef Roosens pushed to dev at Chewing_Bever/vieter
-
e10b450abd fix: metrics no longer bloat memory
Jef Roosens pushed to dev at vieter-v/vieter
-
e10b450abd fix: metrics no longer bloat memory
Jef Roosens pushed to main at vieter-v/metrics
-
ae2eeeb974 fix: add buckets_set function to interface
Jef Roosens pushed to main at vieter-v/metrics
-
bf1385ee6d feat: only store bucket values for histogram
-
116b85e039 refactor: make Gauge own struct
- Compare 2 commits »
Jef Roosens pushed to mem-usage at vieter-v/metrics
-
bf1385ee6d feat: only store bucket values for histogram
-
116b85e039 refactor: make Gauge own struct
- Compare 2 commits »
Jef Roosens pushed to dev at Chewing_Bever/vieter
-
8f32888dff fix: i'm too lazy to test these
-
da370f42fd fix: update md5sums in pkgbuild
-
0d6ca8d3e4 Merge pull request 'Cron implementation in C' (#341) from Chewing_Bever/vieter:c-cron into dev
-
434c4eb558 chore: updated changelog
-
3b320ac7c3 fix: accidentally changed submodule commit
- Compare 10 commits »
Jef Roosens commented on issue vieter-v/vieter#178
Cron code refactoringThe cron code is now contained in libvieter, so this issue is no longer relevant.
Jef Roosens commented on issue vieter-v/vieter#128
Increase testing of cron parser & schedulerThe cron code is now contained in libvieter, so this issue is no longer relevant.
Jef Roosens closed issue vieter-v/vieter#128
Increase testing of cron parser & schedulerJef Roosens pushed to dev at vieter-v/vieter
-
8f32888dff fix: i'm too lazy to test these
Jef Roosens pushed to dev at vieter-v/vieter
-
da370f42fd fix: update md5sums in pkgbuild
Jef Roosens pushed to dev at vieter-v/vieter
-
0d6ca8d3e4 Merge pull request 'Cron implementation in C' (#341) from Chewing_Bever/vieter:c-cron into dev
-
434c4eb558 chore: updated changelog
-
3b320ac7c3 fix: accidentally changed submodule commit
-
8d14d5c3fd chore: update PKGBUILD to use git submodule
-
6ca53ce534 chore: use libvieter dev branch instead
- Compare 8 commits »
Jef Roosens merged pull request vieter-v/vieter#341
Cron implementation in C