Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 7bdcf3dc7ea2
Choose a base ref
...
head repository: joyent/libuv
compare: ab2c4425a529
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Aug 14, 2014

  1. fs: introduce uv_readdir_next() and report types

    Introduce:
    
        int uv_fs_readdir_next(uv_fs_t* req, uv_dirent_t* ent);
    
    `uv_fs_readdir()` is not returning a file names list in `req->ptr`
    anymore, the proper way to gather them is to call `uv_fs_readdir_next()`
    in a callback.
    indutny committed Aug 14, 2014
    Copy the full SHA
    ab2c442 View commit details
    Browse the repository at this point in the history