libuv/docs/src
cjihrig a0c8815294 win: add XP support to uv_os_homedir()
The previous Windows implementation used SHGetKnownFolderPath(),
which is only supported on Vista and up. This commit switches to
GetUserProfileDirectoryW(), which returns the same information,
but is supported back to Windows 2000, and is not deprecated.

PR-URL: https://github.com/libuv/libuv/pull/375
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-06-03 00:26:56 +02:00
..
sphinx-plugins doc: add Sphinx plugin for generating links to man pages 2015-03-02 14:20:02 +01:00
static doc: add API documentation 2014-09-11 09:38:35 +02:00
async.rst doc: clarify how uv_async_send behaves 2015-01-07 14:01:16 +01:00
check.rst doc: add API documentation 2014-09-11 09:38:35 +02:00
conf.py doc: add Sphinx plugin for generating links to man pages 2015-03-02 14:20:02 +01:00
design.rst docs: add some missing words 2015-04-28 22:36:33 +02:00
dll.rst doc: fix spelling 2014-11-29 04:22:56 +01:00
dns.rst doc: document uv_getnameinfo_t.{host|service} 2015-03-02 16:53:57 +01:00
errors.rst doc: add API documentation 2014-09-11 09:38:35 +02:00
fs_event.rst style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
fs_poll.rst style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
fs.rst doc: link system and library calls to man pages 2015-03-02 14:20:51 +01:00
handle.rst doc: fix typo: Strcutures -> Structures 2014-11-26 08:42:08 +01:00
idle.rst doc: add API documentation 2014-09-11 09:38:35 +02:00
index.rst doc,build,include: update project links 2014-11-25 15:39:12 +01:00
loop.rst doc: fix uv_run(UV_RUN_DEFAULT) description 2015-05-01 01:20:39 +02:00
migration_010_100.rst doc: fix spelling 2014-11-29 04:22:56 +01:00
misc.rst win: add XP support to uv_os_homedir() 2015-06-03 00:26:56 +02:00
pipe.rst doc: clarify what uv_*_open accepts 2015-03-23 10:55:38 +01:00
poll.rst doc: link system and library calls to man pages 2015-03-02 14:20:51 +01:00
prepare.rst doc: add API documentation 2014-09-11 09:38:35 +02:00
process.rst doc: add documentation for missing functions and structures 2014-10-01 09:23:09 +02:00
request.rst doc: fix typo: Strcutures -> Structures 2014-11-26 08:42:08 +01:00
signal.rst doc: add API documentation 2014-09-11 09:38:35 +02:00
stream.rst doc: link system and library calls to man pages 2015-03-02 14:20:51 +01:00
tcp.rst doc: fix typo in tcp.rst 2015-05-19 11:27:46 +02:00
threading.rst doc: adjust next version to 1.4.1 2015-02-24 20:44:02 +01:00
threadpool.rst doc: clarify that the thread pool primites are not thread safe 2015-02-26 11:35:01 +01:00
timer.rst doc: add API documentation 2014-09-11 09:38:35 +02:00
tty.rst unix: reject non-tty fds in uv_tty_init() 2015-03-11 16:45:51 +01:00
udp.rst doc: clarify what uv_*_open accepts 2015-03-23 10:55:38 +01:00