libuv/src
Kári Tristan Helgason 8eed38fd4a
unix,win: add gecos field to uv_passwd_t
On Unix the gecos field usually contains the full name
of the user. This is returned by getpwuid_r() on Unix
and GetUserNameExW on Windows (falling back to
NameSamCompatible if the users display name is not set).

Co-authored-by: cjihrig <cjihrig@gmail.com>
Co-authored-by: Saúl Ibarra Corretgé <saghul@gmail.com>
Refs: https://github.com/libuv/libuv/pull/834
Fixes: https://github.com/libuv/libuv/issues/831
PR-URL: https://github.com/libuv/libuv/pull/1789
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2018-04-10 14:32:21 -04:00
..
unix unix,win: add gecos field to uv_passwd_t 2018-04-10 14:32:21 -04:00
win unix,win: add gecos field to uv_passwd_t 2018-04-10 14:32:21 -04:00
fs-poll.c unix, win: count null byte on UV_ENOBUFS 2016-03-03 09:23:10 +01:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c win,build: drop support for Visual Studio < 2015 2016-08-04 12:02:38 +01:00
loop-watcher.c src: return UV_EINVAL in uv_##name##_start() 2017-07-31 10:57:49 -04:00
queue.h unix: use QUEUE_MOVE when iterating over lists 2015-10-08 21:47:43 +02:00
threadpool.c unix,win: wait for threads to start 2017-12-06 23:47:38 +01:00
timer.c unix,win: unify timers implementation 2016-09-23 09:32:31 +01:00
uv-common.c win: LEP-0005: remove uv_file 2017-07-04 23:44:16 +02:00
uv-common.h 2018.02.22, Version 1.19.2 (Stable) 2018-02-24 17:04:48 +01:00
uv-data-getter-setters.c core: add getter/setter functions for easier ABI compat 2017-12-02 09:51:25 +01:00
version.c core: add UV_VERSION_HEX macro 2015-06-29 23:08:41 +02:00