Home
last modified time | relevance | path

Searched refs:change (Results 1 – 18 of 18) sorted by relevance

/libuv/docs/src/
H A Dmigration_010_100.rst87 Allocation callback API change
140 This change applies to all functions that made a distinction between IPv4 and IPv6
144 Streams / UDP data receive callback API change
187 Receiving handles over pipes API change
234 uv_fs_readdir rename and API change
H A Dfs_poll.rst22 after the handle is started, when any change happens to the monitored path.
H A Dfs_event.rst8 if the file was renamed or there was a generic change in it. This handle uses
H A Dpoll.rst147 callback is also canceled, even if the socket state change notification
H A Dpipe.rst40 change the bytes on the wire). Only a connected pipe that will be
H A Dprocess.rst223 Libuv can change the child process' user/group id. This happens only when
H A Dstream.rst239 Relying too much on this API is not recommended. It is likely to change
H A Dloop.rst228 change or removal. API and ABI stability is not guaranteed.
H A Dhandle.rst237 descriptor so any change to it may lead to malfunction.
H A Dfs.rst17 a (sometimes significant) increase in throughput there should be no change in
H A Dmisc.rst820 On IBM i PASE, you are not allowed to change your priority unless you
/libuv/src/unix/
H A Dkqueue.c151 struct kevent change; in uv__kqueue_delete() local
153 EV_SET(&change, ev->ident, ev->filter, EV_DELETE, 0, 0, 0); in uv__kqueue_delete()
155 if (0 == kevent(kqfd, &change, 1, NULL, 0, NULL)) in uv__kqueue_delete()
/libuv/docs/src/guide/
H A Dfilesystem.rst278 File change events
283 file change notification libraries [#fsnotify]_. This is one of the more
284 inconsistent parts of libuv. File change notification systems are themselves
287 a command whenever any of the watched files change::
298 The file change notification is started using ``uv_fs_event_init()``:
339 .. rubric:: onchange/main.c - file change notification callback
H A Dutilities.rst68 possible to manually change the reference count of handles using::
208 the OS notices a change of state in file descriptors being polled, libuv will
254 call whenever sockets change state. But before we go into that, we need to poll
H A Dprocesses.rst38 variable. If you change ``options`` to a local variable, remember to
/libuv/
H A DCONTRIBUTING.md22 The stable branch is effectively frozen; patches that change the libuv
100 description of the change prefixed with the name of the changed
H A DREADME.md39 scheme. The API change and backwards compatibility rules are those indicated by
H A DChangeLog552 * win,test: change format of TEST_PIPENAME's (Santiago Gimeno)
678 * win,unix: change execution order of timers (Trevor Norris)
811 * uv: re-register interest in a file after change (Shuowang (Wayne) Zhang)
976 * core: change uv_get_password uid/gid to unsigned (Jameson Nash)
2262 * test: change spawn_stdin_stdout return to void (Andrew Paprocki)
2567 * fs: change position of uv_fs_lchown (Ujjwal Sharma)
2945 * win: change st_blksize from `2048` to `4096` (Joran Dirk Greef)
3018 * zos: change platform name to match python (jBarz)
3324 * doc: change license to CC BY 4.0 (Saúl Ibarra Corretgé)
4603 * unix: change uv_cwd not to return a trailing slash (Saúl Ibarra Corretgé)
[all …]

Completed in 64 milliseconds