Lines Matching refs:error

42 * unix,win: error on zero delay tcp keepalive (Saúl Ibarra Corretgé)
50 * unix: fix fd leaks in SCM_RIGHTS error path (Ben Noordhuis)
52 * win: robustify uv_os_getenv() error checking (Ben Noordhuis)
117 * win,error: remap ERROR_NO_DATA to EAGAIN (Jameson Nash)
219 * pipe: add back error handling to connect / bind (Jameson Nash)
532 * include: map ENODATA error code (Ben Noordhuis)
656 * unix: abort on clock_gettime() error (Ben Noordhuis)
660 * unix: DRY and fix tcp bind error path (Jameson Nash)
670 * test: fix visual studio 2015 build error (Ben Noordhuis)
672 * linux: fix ceph copy error truncating readonly files (Bruno Passeri)
803 * win: fix unexpected ECONNRESET error on TCP socket (twosee)
898 * darwin: remove EPROTOTYPE error workaround (Ben Noordhuis)
952 * build: fix error C4146 on MSVC (UMU)
956 * win,fs: consider broken pipe error a normal EOF (Momtchil Momtchev)
986 * android: fix build error when no ifaddrs.h (ssrlive)
1049 * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
1122 * linux,udp: enable full ICMP error reporting (Ondřej Surý)
1257 * unix: report bind error in uv_tcp_connect() (Ben Noordhuis)
1273 * unix,win: harmonize uv_read_start() error handling (Ben Noordhuis)
1344 * win,udp: fix error code returned by connect() (Santiago Gimeno)
1388 * doc: add more error constants (TK-one)
1420 * unix: error when uv_setup_args() is not called (Ryan Liptak)
1424 * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama)
1426 * cmake: fix compile error C2001 on Chinese Windows (司徒玟琅)
1473 * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
1528 * fs: report original error (Bartosz Sosnowski)
1661 * unix: fix error handling in uv__make_socketpair() (Ben Noordhuis)
1665 * unix: fix error handling in uv__make_pipe() (Ben Noordhuis)
1677 * unix: fix error path in uv_setup_args() (Ben Noordhuis)
1729 * zos: fix scandir() error path NULL pointer deref (Ben Noordhuis)
1872 * build: fix build error with __ANDROID_API__ < 21 (Yang Yu)
1951 * unix,stream: fix returned error codes (Santiago Gimeno)
1975 * udp: fix error return values (Santiago Gimeno)
1987 * include: map EILSEQ error code (cjihrig)
1991 * build: fix ios build error (MaYuming)
2077 * build: fix compile error with uClibc (zlargon)
2094 * unix: return actual error from `uv_try_write()` (Anna Henningsen)
2096 * darwin: fix build error with macos 10.10 (Ben Noordhuis)
2189 * zos: fix setsockopt error when using AF_UNIX (Milad Farazmand)
2222 * bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis)
2300 * darwin: DRY platform-specific error check (Ben Noordhuis)
2420 * win, dl: proper error messages on some systems (Bartosz Sosnowski)
2504 * win: fix uv_udp_recv_start() error translation (Ryan Liptak)
2528 * win: add uv__getnameinfo_work() error handling (A. Hauptmann)
2543 * win: fix mingw build error (Ben Noordhuis)
2563 * src: add new error apis to prevent memory leaks (Shelley Vohr)
2589 * win,pipe: fix incorrect error code returned from uv_pipe_write_impl() (Bert
2692 * win: fix registry API error handling (Kyle Farnung)
2804 * doc: fix syntax error in loop documentation (Bartosz Sosnowski)
2806 * osx,stream: retry sending handle on EMSGSIZE error (Santiago Gimeno)
2875 * unix: fix uv_cpu_info() error on FreeBSD (elephantp)
2965 * win: fix non-English dlopen error message (Bartosz Sosnowski)
3104 * win: include filename in dlopen error message (Ben Noordhuis)
3187 * unix,stream: return error on closed handle passing (Santiago Gimeno)
3197 * sunos: fix cmpxchgi and cmpxchgl type error (Sai Ke WANG)
3344 * unix: do not close udp sockets on bind error (Marc Schlaich)
3552 * doc: clarify callbacks won't be called in error case (Saúl Ibarra Corretgé)
3588 * test: fix android build error. (sunjin.lee)
3721 * linux: fix fd leaks in uv_cpu_info() error paths (Ben Noordhuis)
3747 * unix: error on realpath if PATH_MAX is undefined (Myles Borins)
3802 * test,unix: fix logic error in test runner (Ben Noordhuis)
3874 * unix: fix compile error in Android using bionic (Robert Chiras)
3890 * linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé)
3912 * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)
4073 * unix: fix error check when closing process pipe fd (Ben Noordhuis)
4093 * unix, win: make uv_loop_init return on error (Willem Thiart)
4112 * Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra
4134 * unix,windows: don't assert on unknown error code (Ben Noordhuis)
4182 * unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé)
4213 * stream: squelch ECONNRESET error if already closed (Santiago Gimeno)
4521 * darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis)
4523 * openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis)
4525 * linux: fix uv_exepath(size=1) UV_EINVAL error (Ben Noordhuis)
4537 * unix: don't unlink unix socket on bind error (Ben Noordhuis)
4601 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4641 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4684 * unix: stop reading if an error is produced (Saúl Ibarra Corretgé)
4786 * windows: return libuv error codes in uv_poll_init() (cjihrig)
4838 * test: don't close connection on write error (Trevor Norris)
4900 * windows: fix GetNameInfoW error handling (Alexis Campailla)
4978 * windows: return bind error immediately when implicitly binding (Saúl Ibarra
5005 * unix: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
5020 * unix: fix handling error on UDP socket creation (Saúl Ibarra Corretgé)
5035 * unix, windows: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
5121 * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny)
5148 * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
5184 * unix: fix uv_tcp_nodelay return value in case of error (Saúl Ibarra Corretgé)
5192 * unix: correct error when calling uv_shutdown twice (Keno Fischer)
5216 * win: minor error handle fix to uv_pipe_write_impl (Rasmus Pedersen)
5274 * win: fix buffer leak on error in pipe.c (Fedor Indutny)
5280 * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
5289 * unix: correct error when calling uv_shutdown twice (Saúl Ibarra Corretgé)
5366 * unix: fix accept() EMFILE error handling (Ben Noordhuis)
5440 * unix: nicer error message when kqueue() fails (Ben Noordhuis)
5496 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5552 * windows: fix duplicate case build error (Ben Noordhuis)
5594 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5674 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5701 * linux: fix setsockopt(SO_REUSEPORT) error handling (Ben Noordhuis)
5725 instead of passing the error code the exit callback. This brings it on
5781 * darwin: fix ios build error (Ben Noordhuis)
5791 * windows: omit stdint.h, fix msvc 2008 build error (Ben Noordhuis)
5895 * unix, windows: return error codes directly (Ben Noordhuis)
5979 * linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
6009 * unix: add error mapping for ENETDOWN (Ben Noordhuis)
6013 * unix: fix assertion error on signal pipe overflow (Bert Belder)
6025 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6031 * linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
6062 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6112 * test: add error logging to tty unit test (Miroslav Bajtoš)
6134 * unix: fix EMFILE error handling (Ben Noordhuis)