Rohan Singh
|
cb0edd34b3
|
Remove VS intermediate locations from gitignore
|
2015-11-25 19:56:58 -05:00 |
|
Rohan Singh
|
2125471132
|
Addressing feedback
* Always include fcntl.h in io.c
* FileReqData -> FileRequestData
* Don't combine allocations
* Make output paths more consistent with the docs
|
2015-11-25 19:47:13 -05:00 |
|
Rohan Singh
|
2708b0c7ae
|
Fix handleRequestError casting uv_fs_t::data to the wrong type
|
2015-11-25 12:43:50 -05:00 |
|
Rohan Singh
|
8d63667ce2
|
Store buffer info in uv_fs_t::data so we don't depend on a private libuv field for it
|
2015-11-25 12:43:50 -05:00 |
|
Rohan Singh
|
2d3a7ece40
|
Remove reference to timer.h, add reference to wren.h
|
2015-11-25 12:43:49 -05:00 |
|
Rohan Singh
|
f09e75c6e8
|
Update Visual Studio projects so we can build again
|
2015-11-25 12:43:19 -05:00 |
|
Rohan Singh
|
513f272244
|
Copy the null terminator with the string instead of setting it
|
2015-08-16 14:00:50 -04:00 |
|
Rohan Singh
|
cb603f44c2
|
Properly dispose of libuv timers when we finish using them
|
2015-08-16 13:58:24 -04:00 |
|
Rohan Singh
|
0efb943173
|
Fix timerGetSource() returning a string without a null terminator
|
2015-08-16 13:58:23 -04:00 |
|
Rohan Singh
|
c46519eeda
|
Don't use rmtree on Windows if it's going to cause problems
|
2015-08-16 09:32:38 -04:00 |
|
Rohan Singh
|
ad60a7e46e
|
Update project files to build with libuv and the timer module
|
2015-08-13 01:39:34 -04:00 |
|
Rohan Singh
|
607b91d023
|
Fixed some broken links in the readme
|
2015-08-12 22:40:55 -04:00 |
|