| Commit message (Expand) | Author | Age | Files | Lines |
* | new .redefine pragma for templates, warn on redefinition without it (#20211) | metagn | 2022-08-23 | 1 | -12/+0 |
* | enable style:usages for stdlib tests [backport: 1.6] (#19715) | flywind | 2022-04-13 | 2 | -9/+9 |
* | Embedded Network patches - eventfd & socket getters (#19632) | Jaremy Creechley | 2022-03-28 | 1 | -9/+26 |
* | Add Zephyr Support (#19003) | Jaremy Creechley | 2021-10-24 | 3 | -9/+3 |
* | styleCheck: Fix some inconsistent identifiers (#16177) | ee7 | 2020-12-21 | 2 | -2/+2 |
* | attempt to make asynchttpserver better; fixes #15925; [backport:1.0] | Araq | 2020-11-13 | 4 | -10/+10 |
* | deinitLock (#15383) | flywind | 2020-09-22 | 1 | -0/+1 |
* | ORC/ARC async progress (#15370) | Andreas Rumpf | 2020-09-20 | 1 | -2/+2 |
* | async: minor refactorings (#15354) | Andreas Rumpf | 2020-09-18 | 1 | -2/+2 |
* | Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250) | Jaremy Creechley | 2020-08-31 | 1 | -1/+1 |
* | Set O_NONBLOCK flag atomically (#13934) | Hiroki Noda | 2020-04-22 | 1 | -8/+4 |
* | Make file descriptors from stdlib non-inheritable by default (#13201) | alaviss | 2020-04-20 | 2 | -9/+9 |
* | revert stdlib changes which are not required anymore | Andreas Rumpf | 2020-04-01 | 3 | -9/+5 |
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 3 | -5/+9 |
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 1 | -2/+2 |
* | csize => csize_t for sysctl | Timothee Cour | 2020-01-28 | 1 | -5/+5 |
* | fixes based on code review by @dom96 | Ray Imber | 2019-10-16 | 2 | -4/+4 |
* | Remove unnecessary change to ioselectors_kqueue.nim found by @cheatfate. | Ray Imber | 2019-10-11 | 1 | -2/+2 |
* | Fix io slector unregister for windows as well. | Ray Imber | 2019-10-10 | 1 | -1/+1 |
* | Additional fix for User key unregister in the KQueue backend | Ray Imber | 2019-10-06 | 1 | -1/+1 |
* | Test + fix for epoll and kqueue selector modules to properly unregister | Ray Imber | 2019-10-06 | 2 | -3/+3 |
* | styleCheck fixes [bugfix] | Araq | 2019-07-15 | 1 | -2/+2 |
* | there is only one style -- my style | Araq | 2019-07-10 | 1 | -11/+11 |
* | make more parts of the stdlib compile with --styleCheck:error | Araq | 2019-07-10 | 2 | -4/+4 |
* | newruntime for async (#11650) | Andreas Rumpf | 2019-07-05 | 1 | -1/+1 |
* | Fixes crashes when asyncdispatch.adjustTimeout returns a negative value. (#11... | Dominik Picheta | 2019-05-15 | 4 | -4/+12 |
* | fixes #11124 | Andreas Rumpf | 2019-05-13 | 1 | -2/+2 |
* | epoll selector starts with reasonable fd set size (1024) and increases in pow... | Ico Doornekamp | 2019-01-09 | 1 | -3/+19 |
* | fixes #7667; underlying issue is that dot calls in generics have no concept o... | Araq | 2018-10-29 | 1 | -4/+4 |
* | ioselectors_poll: don't pollRemove() if not needed | Leorize | 2018-09-22 | 1 | -2/+3 |
* | Genode fixes (#8501) | Emery Hemingway | 2018-08-16 | 1 | -2/+4 |
* | OSX: make tioslectors test green | Andreas Rumpf | 2018-08-06 | 1 | -1/+4 |
* | Fixed typo introduced in #8428 that leads to InvalidIdent assertion failure (... | Yuriy Glukhov | 2018-07-30 | 1 | -1/+1 |
* | Allow async stdin | Yuriy Glukhov | 2018-07-25 | 4 | -48/+42 |
* | Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD a... | aguspiza | 2018-04-12 | 2 | -17/+1 |
* | RLIMIT_NOFILE as posix const | Jacek Sieka | 2018-04-01 | 2 | -8/+4 |
* | Merge branch 'devel' into async-improvements | Dominik Picheta | 2018-01-17 | 2 | -5/+6 |
|\ |
|
| * | Better times module (#6552) | GULPF | 2017-12-18 | 2 | -5/+6 |
* | | Merge branch 'devel' into async-improvements | Andreas Rumpf | 2017-12-11 | 1 | -13/+15 |
|\| |
|
| * | favor 'select' over 'poll' on Genode (#6821) | Emery Hemingway | 2017-12-01 | 1 | -13/+15 |
* | | Multiple improvements to selectors. | Dominik Picheta | 2017-11-24 | 4 | -13/+45 |
|/ |
|
* | Async upcoming (#6585) | Dominik Picheta | 2017-11-22 | 4 | -89/+80 |
* | Fixes to support Dragonfly BSD. (#5552) | Eugene Kabanov | 2017-03-17 | 1 | -1/+1 |
* | Fixes for upcoming asyncdispatch and ioselectors. (#5309) | Eugene Kabanov | 2017-02-01 | 4 | -30/+34 |
* | One more fix for #5290. | cheatfate | 2017-01-28 | 1 | -8/+11 |
* | Fix mistake | cheatfate | 2017-01-27 | 1 | -2/+2 |
* | Fix #5290. | cheatfate | 2017-01-27 | 4 | -53/+58 |
* | oops. | cheatfate | 2017-01-26 | 1 | -0/+1 |
* | Fix changes table must be SharedArray when hasThreadSupport. | cheatfate | 2017-01-26 | 1 | -13/+50 |
* | Fix #5128, #5184. (#5214) | Eugene Kabanov | 2017-01-16 | 4 | -347/+507 |