Commit Graph

279 Commits

Author SHA1 Message Date
Michele Caini
b54d7537d1 bug fixing 2017-01-18 17:31:22 +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
133dc09965 Merge pull request #79 from raoulh/fix_warning
Fix -Wc++11-narrowing error/warning
2017-01-17 17:23:39 +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
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
Jan Vcelak
79fbe76469 fix typo in documentation 2017-01-11 13:13:41 +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
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
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
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
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
66fb79ffe2 fixed doc 2016-11-10 14:45:40 +01:00
Michele Caini
5f857f8587 bug fixing + updated tests 2016-11-10 14:18:00 +01:00
Michele Caini
4f99ace585 tests: fs/FsReq/Utime and fs/FsReq/UtimeSync 2016-11-08 15:55:22 +01:00
Michele Caini
4b9a7a4440 bug fixing 2016-11-07 12:10:15 +01:00
Michele Caini
2838f6e239 added (maybe) missed header 2016-11-07 11:08:41 +01:00
Michele Caini
7586e37546 renaming 2016-11-04 12:02:12 +01:00
Michele Caini
14647325d2 fixed 2016-11-03 18:05:32 +01:00
Michele Caini
8329f6b597 fixed 2016-11-02 15:51:02 +01:00
Michele Caini
b2ab5187cd added user-data to the resource 2016-10-25 18:18:20 +02:00
Tushar Maheshwari
c02c20e27d Replacing for loops with std::copy_n 2016-10-16 11:53:42 +05:30
Michele Caini
1e158e80c8 improvements 2016-10-14 17:43:11 +02:00
Michele Caini
4286defc1f WIP: review 2016-10-14 15:40:45 +02:00
Michele Caini
bfcd165cb0 tests + bug fixing 2016-10-10 14:15:32 +02:00
Michele Caini
e7a88001b4 minor changes 2016-10-05 13:52:09 +02:00
Michele Caini
b9abaf5c11 Merge pull request #61 from tusharpm/cleanup
Cleanup
2016-10-05 11:25:16 +02:00
Tushar Maheshwari
6011ec6c3d Address more review comments
- add the required non-template `get` methods
- add static_assert as requested to detect usage of template `get` when not required
2016-10-04 21:53:06 +05:30
Michele Caini
6ae824c1a0 review 2016-10-04 12:33:14 +02:00
Tushar Maheshwari
e2e8b695ca Fix review comments
- revert changes required as a bugfix
- revert performance decreasing change
2016-10-03 19:51:27 +05:30
Tushar Maheshwari
40b36513b4 Reduce Request::defaultCallback template parameter 2016-10-02 23:58:09 +05:30
Tushar Maheshwari
7a68faff36 Fix Linux/macOS builds 2016-10-02 23:40:55 +05:30
Tushar Maheshwari
dc0b74e07f Simplify Handle::initialize template parameter 2016-10-02 23:31:24 +05:30