Lines Matching refs:error

17 * pipe: add back error handling to connect / bind (Jameson Nash)
330 * include: map ENODATA error code (Ben Noordhuis)
454 * unix: abort on clock_gettime() error (Ben Noordhuis)
458 * unix: DRY and fix tcp bind error path (Jameson Nash)
468 * test: fix visual studio 2015 build error (Ben Noordhuis)
470 * linux: fix ceph copy error truncating readonly files (Bruno Passeri)
601 * win: fix unexpected ECONNRESET error on TCP socket (twosee)
696 * darwin: remove EPROTOTYPE error workaround (Ben Noordhuis)
750 * build: fix error C4146 on MSVC (UMU)
754 * win,fs: consider broken pipe error a normal EOF (Momtchil Momtchev)
784 * android: fix build error when no ifaddrs.h (ssrlive)
847 * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
920 * linux,udp: enable full ICMP error reporting (Ondřej Surý)
1055 * unix: report bind error in uv_tcp_connect() (Ben Noordhuis)
1071 * unix,win: harmonize uv_read_start() error handling (Ben Noordhuis)
1142 * win,udp: fix error code returned by connect() (Santiago Gimeno)
1186 * doc: add more error constants (TK-one)
1218 * unix: error when uv_setup_args() is not called (Ryan Liptak)
1222 * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama)
1224 * cmake: fix compile error C2001 on Chinese Windows (司徒玟琅)
1271 * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
1326 * fs: report original error (Bartosz Sosnowski)
1459 * unix: fix error handling in uv__make_socketpair() (Ben Noordhuis)
1463 * unix: fix error handling in uv__make_pipe() (Ben Noordhuis)
1475 * unix: fix error path in uv_setup_args() (Ben Noordhuis)
1527 * zos: fix scandir() error path NULL pointer deref (Ben Noordhuis)
1670 * build: fix build error with __ANDROID_API__ < 21 (Yang Yu)
1749 * unix,stream: fix returned error codes (Santiago Gimeno)
1773 * udp: fix error return values (Santiago Gimeno)
1785 * include: map EILSEQ error code (cjihrig)
1789 * build: fix ios build error (MaYuming)
1875 * build: fix compile error with uClibc (zlargon)
1892 * unix: return actual error from `uv_try_write()` (Anna Henningsen)
1894 * darwin: fix build error with macos 10.10 (Ben Noordhuis)
1987 * zos: fix setsockopt error when using AF_UNIX (Milad Farazmand)
2020 * bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis)
2098 * darwin: DRY platform-specific error check (Ben Noordhuis)
2218 * win, dl: proper error messages on some systems (Bartosz Sosnowski)
2302 * win: fix uv_udp_recv_start() error translation (Ryan Liptak)
2326 * win: add uv__getnameinfo_work() error handling (A. Hauptmann)
2341 * win: fix mingw build error (Ben Noordhuis)
2361 * src: add new error apis to prevent memory leaks (Shelley Vohr)
2387 * win,pipe: fix incorrect error code returned from uv_pipe_write_impl() (Bert
2490 * win: fix registry API error handling (Kyle Farnung)
2602 * doc: fix syntax error in loop documentation (Bartosz Sosnowski)
2604 * osx,stream: retry sending handle on EMSGSIZE error (Santiago Gimeno)
2673 * unix: fix uv_cpu_info() error on FreeBSD (elephantp)
2763 * win: fix non-English dlopen error message (Bartosz Sosnowski)
2902 * win: include filename in dlopen error message (Ben Noordhuis)
2985 * unix,stream: return error on closed handle passing (Santiago Gimeno)
2995 * sunos: fix cmpxchgi and cmpxchgl type error (Sai Ke WANG)
3142 * unix: do not close udp sockets on bind error (Marc Schlaich)
3350 * doc: clarify callbacks won't be called in error case (Saúl Ibarra Corretgé)
3386 * test: fix android build error. (sunjin.lee)
3519 * linux: fix fd leaks in uv_cpu_info() error paths (Ben Noordhuis)
3545 * unix: error on realpath if PATH_MAX is undefined (Myles Borins)
3600 * test,unix: fix logic error in test runner (Ben Noordhuis)
3672 * unix: fix compile error in Android using bionic (Robert Chiras)
3688 * linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé)
3710 * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)
3871 * unix: fix error check when closing process pipe fd (Ben Noordhuis)
3891 * unix, win: make uv_loop_init return on error (Willem Thiart)
3910 * Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra
3932 * unix,windows: don't assert on unknown error code (Ben Noordhuis)
3980 * unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé)
4011 * stream: squelch ECONNRESET error if already closed (Santiago Gimeno)
4319 * darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis)
4321 * openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis)
4323 * linux: fix uv_exepath(size=1) UV_EINVAL error (Ben Noordhuis)
4335 * unix: don't unlink unix socket on bind error (Ben Noordhuis)
4399 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4439 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4482 * unix: stop reading if an error is produced (Saúl Ibarra Corretgé)
4584 * windows: return libuv error codes in uv_poll_init() (cjihrig)
4636 * test: don't close connection on write error (Trevor Norris)
4698 * windows: fix GetNameInfoW error handling (Alexis Campailla)
4776 * windows: return bind error immediately when implicitly binding (Saúl Ibarra
4803 * unix: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
4818 * unix: fix handling error on UDP socket creation (Saúl Ibarra Corretgé)
4833 * unix, windows: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
4919 * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny)
4946 * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
4982 * unix: fix uv_tcp_nodelay return value in case of error (Saúl Ibarra Corretgé)
4990 * unix: correct error when calling uv_shutdown twice (Keno Fischer)
5014 * win: minor error handle fix to uv_pipe_write_impl (Rasmus Pedersen)
5072 * win: fix buffer leak on error in pipe.c (Fedor Indutny)
5078 * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
5087 * unix: correct error when calling uv_shutdown twice (Saúl Ibarra Corretgé)
5164 * unix: fix accept() EMFILE error handling (Ben Noordhuis)
5238 * unix: nicer error message when kqueue() fails (Ben Noordhuis)
5294 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5350 * windows: fix duplicate case build error (Ben Noordhuis)
5392 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5472 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5499 * linux: fix setsockopt(SO_REUSEPORT) error handling (Ben Noordhuis)
5523 instead of passing the error code the exit callback. This brings it on
5579 * darwin: fix ios build error (Ben Noordhuis)
5589 * windows: omit stdint.h, fix msvc 2008 build error (Ben Noordhuis)
5693 * unix, windows: return error codes directly (Ben Noordhuis)
5777 * linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
5807 * unix: add error mapping for ENETDOWN (Ben Noordhuis)
5811 * unix: fix assertion error on signal pipe overflow (Bert Belder)
5823 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
5829 * linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
5860 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
5910 * test: add error logging to tty unit test (Miroslav Bajtoš)
5932 * unix: fix EMFILE error handling (Ben Noordhuis)