Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-08 | Removed unused code related to testing of address binding. | Valentin Bartenev | 1 | -1/+1 |
2019-11-14 | Fixed connect(2) errors processing on old Linuxes. | Igor Sysoev | 1 | -26/+34 |
2018-01-24 | Fixed formatting in nxt_sprintf() and logging. | Sergey Kandaurov | 1 | -1/+1 |
2018-01-24 | Using size_t for the field width type of the "%*s" specifier. | Sergey Kandaurov | 1 | -1/+2 |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -20/+20 |
2017-06-06 | C99 style declaration of connection states. | Igor Sysoev | 1 | -1/+1 |
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -38/+11 |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -2/+2 |
2017-01-31 | Event engine timers refactoring. | Igor Sysoev | 1 | -3/+1 |
2017-01-30 | nxt_event_timer has been renamed to nxt_timer. | Igor Sysoev | 1 | -3/+3 |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -5/+4 |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -30/+41 |