| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor: format files with uncrustify #15663 | dundargoc | 2021-09-14 |
| | | |||
| * | Bump up buffer capacity to 2GB | KillTheMule | 2018-05-23 |
| | | |||
| * | Fix warning when assing size_t type value to uv_buf_t.len, convert type to ↵ | George Zhao | 2018-01-18 |
| | | | | | ULONG on Windows. | ||
| * | log: some DEBUG-level stream logging | Justin M. Keyes | 2017-08-21 |
| | | |||
| * | *: Add comment to all C files | ZyX | 2017-04-19 |
| | | |||
| * | stream: set data together with callback | Björn Linse | 2016-08-20 |
| | | |||
| * | events: Add missing function attributes to some APIs | Thiago de Arruda | 2015-08-13 |
| | | |||
| * | rstream/wstream: Unify structures and simplify API | Thiago de Arruda | 2015-07-17 |
| - Simplify RStream/WStream API and make it more consistent with libuv. - Move into the event loop layer(event subdirectory) - Remove uv_helpers module. - Simplify job/process internal modules/API. - Unify RStream and WStream into a single structure. This is necessary because libuv streams can be readable and writable at the same time(and because the uv_helpers.c hack to associate multiple streams with libuv handle was removed) - Make struct definition public, allowing more flexible/simple memory management by users of the module. - Adapt channel/job modules to cope with the changes. | |||