Searched refs:change (Results 1 – 18 of 18) sorted by relevance
/libuv/docs/src/ |
H A D | migration_010_100.rst | 87 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 D | fs_poll.rst | 22 after the handle is started, when any change happens to the monitored path.
|
H A D | fs_event.rst | 8 if the file was renamed or there was a generic change in it. This handle uses
|
H A D | poll.rst | 147 callback is also canceled, even if the socket state change notification
|
H A D | pipe.rst | 40 change the bytes on the wire). Only a connected pipe that will be
|
H A D | process.rst | 223 Libuv can change the child process' user/group id. This happens only when
|
H A D | stream.rst | 239 Relying too much on this API is not recommended. It is likely to change
|
H A D | loop.rst | 228 change or removal. API and ABI stability is not guaranteed.
|
H A D | handle.rst | 237 descriptor so any change to it may lead to malfunction.
|
H A D | fs.rst | 17 a (sometimes significant) increase in throughput there should be no change in
|
H A D | misc.rst | 820 On IBM i PASE, you are not allowed to change your priority unless you
|
/libuv/src/unix/ |
H A D | kqueue.c | 145 struct kevent change; in uv__kqueue_delete() local 147 EV_SET(&change, ev->ident, ev->filter, EV_DELETE, 0, 0, 0); in uv__kqueue_delete() 149 if (0 == kevent(kqfd, &change, 1, NULL, 0, NULL)) in uv__kqueue_delete()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 278 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 D | utilities.rst | 68 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 D | processes.rst | 38 variable. If you change ``options`` to a local variable, remember to
|
/libuv/ |
H A D | CONTRIBUTING.md | 22 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 D | README.md | 39 scheme. The API change and backwards compatibility rules are those indicated by
|
H A D | ChangeLog | 601 * win,test: change format of TEST_PIPENAME's (Santiago Gimeno) 727 * win,unix: change execution order of timers (Trevor Norris) 860 * uv: re-register interest in a file after change (Shuowang (Wayne) Zhang) 1025 * core: change uv_get_password uid/gid to unsigned (Jameson Nash) 2311 * test: change spawn_stdin_stdout return to void (Andrew Paprocki) 2616 * fs: change position of uv_fs_lchown (Ujjwal Sharma) 2994 * win: change st_blksize from `2048` to `4096` (Joran Dirk Greef) 3067 * zos: change platform name to match python (jBarz) 3373 * doc: change license to CC BY 4.0 (Saúl Ibarra Corretgé) 4652 * unix: change uv_cwd not to return a trailing slash (Saúl Ibarra Corretgé) [all …]
|
Completed in 28 milliseconds