Commit Graph

468 Commits

Author SHA1 Message Date
Michele Caini
e60b68f05f -Wshadow should not give errors anymore 2017-01-19 11:05:57 +01:00
Michele Caini
0a8558ecdd Merge pull request #77 from raoulh/master
Fix GCC warnings -Wshadow
2017-01-19 10:30:10 +01:00
Michele Caini
b3cac9b9b3 Merge pull request #83 from raoulh/add_exit_status
Add exitStatus parameter to ExitEvent
2017-01-19 09:41:27 +01:00
Michele Caini
da3170bbd4 Update process.hpp 2017-01-19 09:05:52 +01:00
Michele Caini
f48b776787 Update tcp.hpp 2017-01-19 08:57:51 +01:00
Michele Caini
5006953d32 Update stream.hpp 2017-01-19 08:56:59 +01:00
Michele Caini
6ec90e034b Update tcp.hpp 2017-01-19 08:55:12 +01:00
Michele Caini
cd61357cb5 Update udp.hpp 2017-01-19 08:54:24 +01:00
Michele Caini
a47c8d629c Update udp.hpp 2017-01-19 08:53:16 +01:00
Michele Caini
c631e4cc9f Update fs_event.hpp 2017-01-19 08:43:37 +01:00
Raoul Hecky
652950da38 Add exitStatus parameter to ExitEvent 2017-01-18 22:28:49 +01:00
Michele Caini
dded65945c Update fs.hpp 2017-01-18 18:44:49 +01:00
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
da93c1fc0a docs: fixed 2017-01-18 18:19:39 +01:00
Michele Caini
e7a5575b0f minor changes 2017-01-18 18:08:09 +01:00
Michele Caini
b54d7537d1 bug fixing 2017-01-18 17:31:22 +01:00
Michele Caini
6aae25a81a Merge pull request #80 from raoulh/fix_spawn_cwd
uv_spawn: Do not set cwd to an empty string
2017-01-18 16:10:10 +01:00
Michele Caini
8bd65303e2 Update util.hpp 2017-01-18 12:30:39 +01:00
Michele Caini
3b824999d6 Update process.hpp 2017-01-18 12:28:59 +01:00
Raoul Hecky
938289528f uv_spawn: Do not set cwd to an empty string 2017-01-18 10:27:05 +01:00
Michele Caini
9139be8ebf Update dns.hpp 2017-01-18 09:52:17 +01:00
Michele Caini
133dc09965 Merge pull request #79 from raoulh/fix_warning
Fix -Wc++11-narrowing error/warning
2017-01-17 17:23:39 +01:00
Michele Caini
ba39dd1fd8 Update README.md 2017-01-16 09:03:01 +01:00
Michele Caini
d7e8777f92 Merge pull request #78 from raoulh/fix_build_error_udp
Fix build failure when using UDPHandle::recv()
2017-01-16 08:59:27 +01:00
Raoul Hecky
1f7ae4bad1 Use std::size_t 2017-01-16 00:19:01 +01:00
Raoul Hecky
d24a096c00 Fix -Wc++11-narrowing 2017-01-15 23:26:14 +01:00
Raoul Hecky
4f7b5fc13c Fix build failure when using UDPHandle::recv()
Missing const fails to compile the code
2017-01-15 19:31:44 +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