Lines Matching refs:error

31 * win: fix WriteFile() error translation (Santiago Gimeno)
91 * unix,win: error on zero delay tcp keepalive (Saúl Ibarra Corretgé)
99 * unix: fix fd leaks in SCM_RIGHTS error path (Ben Noordhuis)
101 * win: robustify uv_os_getenv() error checking (Ben Noordhuis)
166 * win,error: remap ERROR_NO_DATA to EAGAIN (Jameson Nash)
268 * pipe: add back error handling to connect / bind (Jameson Nash)
581 * include: map ENODATA error code (Ben Noordhuis)
705 * unix: abort on clock_gettime() error (Ben Noordhuis)
709 * unix: DRY and fix tcp bind error path (Jameson Nash)
719 * test: fix visual studio 2015 build error (Ben Noordhuis)
721 * linux: fix ceph copy error truncating readonly files (Bruno Passeri)
852 * win: fix unexpected ECONNRESET error on TCP socket (twosee)
947 * darwin: remove EPROTOTYPE error workaround (Ben Noordhuis)
1001 * build: fix error C4146 on MSVC (UMU)
1005 * win,fs: consider broken pipe error a normal EOF (Momtchil Momtchev)
1035 * android: fix build error when no ifaddrs.h (ssrlive)
1098 * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
1171 * linux,udp: enable full ICMP error reporting (Ondřej Surý)
1306 * unix: report bind error in uv_tcp_connect() (Ben Noordhuis)
1322 * unix,win: harmonize uv_read_start() error handling (Ben Noordhuis)
1393 * win,udp: fix error code returned by connect() (Santiago Gimeno)
1437 * doc: add more error constants (TK-one)
1469 * unix: error when uv_setup_args() is not called (Ryan Liptak)
1473 * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama)
1475 * cmake: fix compile error C2001 on Chinese Windows (司徒玟琅)
1522 * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
1577 * fs: report original error (Bartosz Sosnowski)
1710 * unix: fix error handling in uv__make_socketpair() (Ben Noordhuis)
1714 * unix: fix error handling in uv__make_pipe() (Ben Noordhuis)
1726 * unix: fix error path in uv_setup_args() (Ben Noordhuis)
1778 * zos: fix scandir() error path NULL pointer deref (Ben Noordhuis)
1921 * build: fix build error with __ANDROID_API__ < 21 (Yang Yu)
2000 * unix,stream: fix returned error codes (Santiago Gimeno)
2024 * udp: fix error return values (Santiago Gimeno)
2036 * include: map EILSEQ error code (cjihrig)
2040 * build: fix ios build error (MaYuming)
2126 * build: fix compile error with uClibc (zlargon)
2143 * unix: return actual error from `uv_try_write()` (Anna Henningsen)
2145 * darwin: fix build error with macos 10.10 (Ben Noordhuis)
2238 * zos: fix setsockopt error when using AF_UNIX (Milad Farazmand)
2271 * bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis)
2349 * darwin: DRY platform-specific error check (Ben Noordhuis)
2469 * win, dl: proper error messages on some systems (Bartosz Sosnowski)
2553 * win: fix uv_udp_recv_start() error translation (Ryan Liptak)
2577 * win: add uv__getnameinfo_work() error handling (A. Hauptmann)
2592 * win: fix mingw build error (Ben Noordhuis)
2612 * src: add new error apis to prevent memory leaks (Shelley Vohr)
2638 * win,pipe: fix incorrect error code returned from uv_pipe_write_impl() (Bert
2741 * win: fix registry API error handling (Kyle Farnung)
2853 * doc: fix syntax error in loop documentation (Bartosz Sosnowski)
2855 * osx,stream: retry sending handle on EMSGSIZE error (Santiago Gimeno)
2924 * unix: fix uv_cpu_info() error on FreeBSD (elephantp)
3014 * win: fix non-English dlopen error message (Bartosz Sosnowski)
3153 * win: include filename in dlopen error message (Ben Noordhuis)
3236 * unix,stream: return error on closed handle passing (Santiago Gimeno)
3246 * sunos: fix cmpxchgi and cmpxchgl type error (Sai Ke WANG)
3393 * unix: do not close udp sockets on bind error (Marc Schlaich)
3601 * doc: clarify callbacks won't be called in error case (Saúl Ibarra Corretgé)
3637 * test: fix android build error. (sunjin.lee)
3770 * linux: fix fd leaks in uv_cpu_info() error paths (Ben Noordhuis)
3796 * unix: error on realpath if PATH_MAX is undefined (Myles Borins)
3851 * test,unix: fix logic error in test runner (Ben Noordhuis)
3923 * unix: fix compile error in Android using bionic (Robert Chiras)
3939 * linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé)
3961 * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)
4122 * unix: fix error check when closing process pipe fd (Ben Noordhuis)
4142 * unix, win: make uv_loop_init return on error (Willem Thiart)
4161 * Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra
4183 * unix,windows: don't assert on unknown error code (Ben Noordhuis)
4231 * unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé)
4262 * stream: squelch ECONNRESET error if already closed (Santiago Gimeno)
4570 * darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis)
4572 * openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis)
4574 * linux: fix uv_exepath(size=1) UV_EINVAL error (Ben Noordhuis)
4586 * unix: don't unlink unix socket on bind error (Ben Noordhuis)
4650 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4690 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4733 * unix: stop reading if an error is produced (Saúl Ibarra Corretgé)
4835 * windows: return libuv error codes in uv_poll_init() (cjihrig)
4887 * test: don't close connection on write error (Trevor Norris)
4949 * windows: fix GetNameInfoW error handling (Alexis Campailla)
5027 * windows: return bind error immediately when implicitly binding (Saúl Ibarra
5054 * unix: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
5069 * unix: fix handling error on UDP socket creation (Saúl Ibarra Corretgé)
5084 * unix, windows: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
5170 * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny)
5197 * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
5233 * unix: fix uv_tcp_nodelay return value in case of error (Saúl Ibarra Corretgé)
5241 * unix: correct error when calling uv_shutdown twice (Keno Fischer)
5265 * win: minor error handle fix to uv_pipe_write_impl (Rasmus Pedersen)
5323 * win: fix buffer leak on error in pipe.c (Fedor Indutny)
5329 * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
5338 * unix: correct error when calling uv_shutdown twice (Saúl Ibarra Corretgé)
5415 * unix: fix accept() EMFILE error handling (Ben Noordhuis)
5489 * unix: nicer error message when kqueue() fails (Ben Noordhuis)
5545 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5601 * windows: fix duplicate case build error (Ben Noordhuis)
5643 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5723 * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
5750 * linux: fix setsockopt(SO_REUSEPORT) error handling (Ben Noordhuis)
5774 instead of passing the error code the exit callback. This brings it on
5830 * darwin: fix ios build error (Ben Noordhuis)
5840 * windows: omit stdint.h, fix msvc 2008 build error (Ben Noordhuis)
5944 * unix, windows: return error codes directly (Ben Noordhuis)
6028 * linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
6058 * unix: add error mapping for ENETDOWN (Ben Noordhuis)
6062 * unix: fix assertion error on signal pipe overflow (Bert Belder)
6074 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6080 * linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
6111 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6161 * test: add error logging to tty unit test (Miroslav Bajtoš)
6183 * unix: fix EMFILE error handling (Ben Noordhuis)