Saúl Ibarra Corretgé
3fef323e7c
doc: indicate what version uv_loop_configure was added on
...
PR-URL: https://github.com/libuv/libuv/pull/60
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-12-11 17:29:14 +01:00
Ben Noordhuis
d3b1ccd6fb
doc: document uv_loop_configure()
...
Move the comments from commit 9da5fd4 from the v0.10 branch into docs/.
2014-12-05 20:20:52 +01:00
Tim Caswell
dfdcfc0c4d
doc: document how to get result of uv_fs_mkdtemp
...
PR-URL: https://github.com/libuv/libuv/pull/31
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-12-05 17:20:53 +01:00
Joey Geralnik
45c7ccce21
doc: fix spelling
...
Fix various typos and spelling mistakes in the documentation
PR-URL: https://github.com/libuv/libuv/pull/17
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-11-29 04:22:56 +01:00
Michael Ira Krufky
06b78e1ead
doc: fix typo: Strcutures -> Structures
...
Signed-off-by: Michael Ira Krufky <m.krufky@samsung.com>
2014-11-26 08:42:08 +01:00
Ben Noordhuis
7ce1113885
doc,build,include: update project links
...
The project home has moved from https://github.com/joyent/libuv to
https://github.com/libuv/libuv . Update the links inside the repo.
2014-11-25 15:39:12 +01:00
Elijah Andrews
156069130f
readme: remove Rust from users
...
Closes #1572
2014-11-20 19:40:35 +01:00
Manos Nikolaidis
0fc24f6f74
doc: fix link in misc.rst
2014-11-18 08:24:48 +01:00
Alexis Campailla
6591d000d1
win: fix uv_thread_self()
...
59658a8de7 changed uv_thread_self()
to return uv_thread_t, but uv_thread_t is a thread's HANDLE while
uv_thread_self() returns the current thread's id.
This means that uv_thread_equal() is also broken, as we are
potentially comparing HANDLES to ids.
Changed uv_thread_self() to return the current thread's creation handle.
Fixed small doc issue.
2014-11-10 20:03:01 -03:00
Saúl Ibarra Corretgé
e03c0c7383
doc: fix parameter name in uv_fs_access
...
Closes #1560
2014-11-06 21:14:57 -05:00
Tomasz Kołodziejski
59658a8de7
unix, windows: add uv_thread_equal
2014-10-20 09:51:49 +02:00
cjihrig
c18205a1c5
unix, windows: add uv_fs_access()
2014-10-13 10:23:53 +02:00
Saúl Ibarra Corretgé
e4dc4aaac5
doc: add documentation for missing functions and structures
...
* uv_process_kill, uv_kill
* uv_fs_poll_init
* uv_timespec_t
2014-10-01 09:23:09 +02:00
Saúl Ibarra Corretgé
00df3ec75b
doc: clarify uv_loop_t.data field lifetime
...
Fixes #1503
2014-09-30 09:14:56 +02:00
Saúl Ibarra Corretgé
9486e462fc
doc: document missing stream related structures
...
uv_connect_t, uv_write_t and uv_shutdown_t.
Closes #1507
2014-09-30 09:09:59 +02:00
Saúl Ibarra Corretgé
958009bb04
doc: add migration guide from version 0.10
2014-09-26 10:05:23 +02:00
Saúl Ibarra Corretgé
5e822033b4
doc: document uv_alloc_cb
...
Fixes #1498
2014-09-25 21:38:03 +02:00
Saúl Ibarra Corretgé
03e53f1cf7
fs: rename uv_fs_readdir to uv_fs_scandir
...
Closes #1431
2014-09-25 10:09:58 +02:00
Saúl Ibarra Corretgé
f70b3fae8b
version: add ability to specify a version suffix
2014-09-11 20:58:41 +02:00
Saúl Ibarra Corretgé
32e2e75f60
doc: add API documentation
2014-09-11 09:38:35 +02:00