Commit Graph

444 Commits

Author SHA1 Message Date
Michele Caini
9de6c19ba8 Update fs.hpp 2017-01-18 18:43:17 +01:00
Michele Caini
f7fe22103a Update fs.hpp 2017-01-18 18:39:53 +01:00
Michele Caini
96ba93c3db Update poll.hpp 2017-01-18 18:32:50 +01:00
Michele Caini
696470b62d Update fs_poll.hpp 2017-01-18 18:32:04 +01:00
Michele Caini
d8c94e8b3d Update emitter.hpp 2017-01-18 18:30:16 +01:00
Michele Caini
8bd65303e2 Update util.hpp 2017-01-18 12:30:39 +01:00
Michele Caini
9139be8ebf Update dns.hpp 2017-01-18 09:52:17 +01:00
Raoul Hecky
9460c0c344 Fix GCC warnings -Wshadow
Renamed shadowed members errors like:
warning: declaration of ‘path’ shadows a member of
‘uvw::FsEvent<(uvw::details::UVFsType)10>’ [-Wshadow]
2017-01-15 14:31:29 +01:00
Michele Caini
067d4830b6 Update README.md 2017-01-13 18:37:45 +01:00
Michele Caini
fb75ade34f fixed 2017-01-11 23:22:01 +01:00
Michele Caini
1be5ed71a0 clean up 2017-01-11 22:48:51 +01:00
Michele Caini
f876a70710 resource::data is now a template member function 2017-01-11 21:58:55 +01:00
Michele Caini
af73863a59 Update README.md 2017-01-11 16:24:14 +01:00
Michele Caini
c17882e98c Merge pull request #76 from fcelda/fix-udp-doc-typo
Fix typo in UDP documentation
2017-01-11 16:20:49 +01:00
Jan Vcelak
79fbe76469 fix typo in documentation 2017-01-11 13:13:41 +01:00
Michele Caini
01fc97bf78 Merge pull request #75 from morbo84/master
replaced ssize_t with std::size_t in ctors
2017-01-04 17:22:51 +01:00
Paolo Monteverde
eb1969f48a replaced ssize_t with std::size_t in ctors 2016-12-29 12:23:17 +01:00
Michele Caini
54684f7cf0 fixed 2016-12-01 13:22:53 +01:00
Michele Caini
7080ce0923 added unchecked writes 2016-12-01 12:54:14 +01:00
Michele Caini
c478680a1d Merge pull request #73 from morbo84/master
made DataEvent::data unique_ptr non-const
2016-11-30 10:57:30 +01:00
Paolo Monteverde
898746151e fixed compilation errors 2016-11-30 10:02:10 +01:00
Paolo Monteverde
dd1f45ea19 made DataEvent::data unique_ptr non-const 2016-11-30 09:38:32 +01:00
Michele Caini
0477cb1117 Merge pull request #72 from tusharpm/master
Changes as per comments
2016-11-28 10:49:20 +01:00
Michele Caini
08edf43456 Update resource.hpp
Updated docs accordingly
2016-11-28 10:48:39 +01:00
Tushar Maheshwari
bc9c0ec1ae explicit initialization of flags 2016-11-27 07:40:03 +05:30
Tushar Maheshwari
d2400033ed Changes as per comments 2016-11-25 23:27:48 +05:30
Michele Caini
731822a455 bug fixing 2016-11-24 18:09:05 +01:00
Michele Caini
af5dc89dec review (thanks to Tushar for the suggestion) 2016-11-24 17:02:23 +01:00
Michele Caini
68bf6c8449 review 2016-11-23 12:11:28 +01:00
Michele Caini
b76da4f869 review: emitter 2016-11-23 10:08:29 +01:00
Michele Caini
e67d8bc6f3 refactoring 2016-11-15 10:54:19 +01:00
Michele Caini
041fdb4acb Merge pull request #71 from tusharpm/test
Enable standard FS flags for Windows
2016-11-15 10:19:43 +01:00
Tushar Maheshwari
a4958e8b0d Enable standard FS flags for Windows 2016-11-14 23:41:28 +05:30
Michele Caini
05c44dc9de tests: fs/FsReq/Readlink and fs/FsReq/ReadlinkSync 2016-11-14 16:20:58 +01:00
Michele Caini
8a1fee0f9b tests: fs/FsReq/Access and fs/FsReq/AccessSync 2016-11-14 10:06:11 +01:00
Michele Caini
9453e42bd1 Merge pull request #70 from tusharpm/test
Cleanup further
2016-11-14 09:20:44 +01:00
Michele Caini
f17020c634 Update loop.hpp
minor changes
2016-11-14 09:09:23 +01:00
Tushar Maheshwari
5258c36d4d Reorder header includes as per comment 2016-11-13 17:16:17 +05:30
Tushar Maheshwari
affb4f0398 Remove extraneous casts 2016-11-13 13:00:02 +05:30
Michele Caini
5415899d41 Merge pull request #69 from cynnyx/master
insert callbacks to the back, so that will be invoked in the proper order
2016-11-11 21:34:23 +01:00
Michele Caini
7b5527a811 Update emitter.hpp
No guarantees on execution order, but removed the relation between `onceL` and `onL`.
2016-11-11 18:16:55 +01:00
Paolo Monteverde
2bbcffc2f3 insert callbacks to the back, so that will be invoked in the proper order 2016-11-11 15:45:13 +01:00
Michele Caini
202d7f2c89 tests: fs/FsReq/Realpath and fs/FsReq/RealpathSync 2016-11-11 11:20:26 +01:00
Michele Caini
db7a7d5987 tests: fs/FsReq/Chown and fs/FsReq/ChownSync 2016-11-11 10:23:16 +01:00
Michele Caini
82dc2798d8 tests: fs/FsReq/Lstat and fs/FsReq/LstatSync 2016-11-11 09:57:54 +01:00
Michele Caini
94126b57d6 tests: fs/FsReq/Stat and fs/FsReq/StatSync 2016-11-10 15:06:19 +01:00
Michele Caini
66fb79ffe2 fixed doc 2016-11-10 14:45:40 +01:00
Michele Caini
c4a8783b7d tests: fs/FileReq/Chown and fs/FileReq/ChownSync 2016-11-10 14:34:07 +01:00
Michele Caini
5f857f8587 bug fixing + updated tests 2016-11-10 14:18:00 +01:00
Michele Caini
ba0266417e tests: fs/FileReq/SymlinkAndUnlink and fs/FileReq/SymlinkAndUnlinkSync 2016-11-10 14:02:17 +01:00