Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | epoll: correct mapping [backport] (#20058) | Jacek Sieka | 2022-07-18 | 1 | -5/+14 |
| | | | | | | | * epoll: correct mapping `epoll_data` is a union and `epoll_event` is packed on `amd64` * names | ||||
* | use single backtick (#17115) | flywind | 2021-02-20 | 1 | -3/+3 |
| | |||||
* | improve epoll docs (#15137) | flywind | 2020-08-01 | 1 | -21/+23 |
| | |||||
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 1 | -2/+0 |
| | |||||
* | Add EPOLLEXCLUSIVE (#13718) | Hiroki Noda | 2020-03-21 | 1 | -0/+1 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | Async upcoming (#6585) | Dominik Picheta | 2017-11-22 | 1 | -12/+7 |
| | | | | | | | | | | | | | * Merge upcoming async with current. * Various improvements to selectors (mostly docs). Two changes to highlight: * Renamed ``setEvent`` to ``trigger`` * Reused setBlocking from nativesockets. * Various changes/fixes to asyncdispatch after upcoming merge. * Make some attempts to be compatible with older selectors. * Reuse epoll module in ioselectors_epoll. | ||||
* | Linux abi take 3 (#5692) | Jacek Sieka | 2017-04-12 | 1 | -2/+4 |
| | | | | | * avoid generating object fields for imported types * fix some abi/type issues for linux_amd64 | ||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -18/+18 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -2/+2 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | New concurrency model: next steps | Araq | 2014-04-19 | 1 | -0/+2 |
| | |||||
* | Fixes to asyncio2 on Linux. | Dominik Picheta | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Implemented selector support for asyncio2. | Dominik Picheta | 2014-02-22 | 1 | -3/+5 |
| | |||||
* | Epoll now works. | Dominik Picheta | 2013-10-31 | 1 | -6/+7 |
| | |||||
* | Epoll wrapper + selectors module. | Dominik Picheta | 2013-10-31 | 1 | -0/+87 |