Lines Matching refs:code
35 * win,pipe: ipc code does not support async read (Jameson Nash)
60 * misc: run sample CI when code changes (Jameson Nash)
85 * unix: reinstate preadv/pwritev fallback code (Ben Noordhuis)
369 * unix: match kqueue and epoll code (Trevor Norris)
429 * unix: merge read/write code into single functions (Ben Noordhuis)
476 * include: update outdated code comment (Ben Noordhuis)
581 * include: map ENODATA error code (Ben Noordhuis)
587 * win: drop code checking for Windows XP / Server 2k3 (Saúl Ibarra Corretgé)
633 * test: fix some unreachable code warnings (Santiago Gimeno)
659 * docs: delete code Makefile (Jameson Nash)
731 * linux: remove epoll_pwait() emulation code path (Ben Noordhuis)
797 * freebsd: hard-code UV_ENODATA definition (Santiago Gimeno)
912 * shutdown,unix: reduce code duplication (Jameson Nash)
979 * doc/guide: update content and sample code (woclass)
1098 * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
1147 * doc: fix code highlighting (Darshan Sen)
1151 * zos: build in ascii code page (Shuowang (Wayne) Zhang)
1191 * benchmark: remove unreachable code (Matvii Hodovaniuk)
1224 * include: add EOVERFLOW status code mapping (Darshan Sen)
1393 * win,udp: fix error code returned by connect() (Santiago Gimeno)
1508 * android: remove patch code for below 21 (gengjiawen)
1686 * build: make code compilable for iOS on Xcode (ssrlive)
1738 * win,pipe: DRY/simplify some code paths (Jameson Nash)
1919 * Revert "linux: drop code path for epoll_pwait-less kernels" (Yang Yu)
2036 * include: map EILSEQ error code (cjihrig)
2301 * test,sunos: use unistd.h code branch (Andrew Paprocki)
2404 * warnings: fix code that emits compiler warnings (Jameson Nash)
2540 * linux: drop code path for epoll_pwait-less kernels (Ben Noordhuis)
2542 * Partially revert "win,code: remove GetQueuedCompletionStatus-based poller"
2638 * win,pipe: fix incorrect error code returned from uv_pipe_write_impl() (Bert
2673 * win,code: remove GetQueuedCompletionStatus-based poller (Bert Belder)
3169 * docs: fix guide source code example paths (Anticrisis)
3283 * unix: remove unused code in `uv__io_start` (Fedor Indutny)
3377 * doc: add code samples from uvbook (unadapted) (Saúl Ibarra Corretgé)
3397 * build,openbsd: remove kvm-related code (James McCoy)
3498 * win: remove dead code related to BACKUP_SEMANTICS (Sam Roberts)
3778 * unix,fs: code cleanup of uv_fs_event_start for AIX (Imran Iqbal)
3806 * win: clarify fsevents handling code (Saúl Ibarra Corretgé)
3935 * win: remove duplicated code when processing fsevents (Saúl Ibarra Corretgé)
4183 * unix,windows: don't assert on unknown error code (Ben Noordhuis)
4373 * include: use `extern "c++"` for defining C++ code (Kazuho Oku)
4889 * windows: further simplify the code for timers (Saúl Ibarra Corretgé)
4897 * windows: simplify code in uv_timer_again (Saúl Ibarra Corretgé)
4996 * common: use common uv__count_bufs code (Andrius Bentkus)
5431 * windows: uv_spawn code refactor (Alexis Campailla)
5599 * include: add E2BIG status code mapping (Ben Noordhuis)
5752 * windows: report uv_process_t exit code correctly (Bert Belder)
5774 instead of passing the error code the exit callback. This brings it on
6143 * unix: remove errno preserving code (Ben Noordhuis)