Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove node_io_watcher | Bert Belder | 2012-08-21 | 1 | -166/+0 |
| | |||||
* | Apply --no-deprecation to C++ warnings as well | isaacs | 2012-06-21 | 1 | -2/+4 |
| | |||||
* | iowatcher: add deprecation warning | Ben Noordhuis | 2012-06-21 | 1 | -0/+2 |
| | |||||
* | MakeCallback: Consistent symbol usage | isaacs | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | MakeCallback: Use in node_io_watcher | isaacs | 2012-04-17 | 1 | -7/+1 |
| | |||||
* | core: use proper #include directives | Ben Noordhuis | 2012-03-10 | 1 | -3/+3 |
| | |||||
* | Revert "remove node_io_watcher" | Igor Zinkovsky | 2011-10-28 | 1 | -0/+168 |
| | | | | This reverts commit cc2ac1ccc7724b920cbc7bbb777f057ac062028c. | ||||
* | remove node_io_watcher | Igor Zinkovsky | 2011-10-27 | 1 | -168/+0 |
| | |||||
* | Update copyright headers | Ryan Dahl | 2011-03-14 | 1 | -1/+21 |
| | |||||
* | Revert "Merge branch 'writev'" | Ryan Dahl | 2010-11-20 | 1 | -437/+1 |
| | | | | | | | This reverts commit cd9515efd99dfa6510e72342a2621bb4b291a89c, reversing changes made to df46c8e698b9400abaabd77ec836c7cdadf9735c. Too slow. Needs more work. | ||||
* | Revert "Actually don't need to limit sendmsg size on unix - seems okay." | Ryan Dahl | 2010-11-20 | 1 | -1/+5 |
| | | | | This reverts commit 464ced4a86e89163ec68a0c2f020720dc82b0191. | ||||
* | Revert "fd_to_send needs to be cleared if *any* data was sent" | Ryan Dahl | 2010-11-20 | 1 | -11/+4 |
| | | | | This reverts commit a93634007a0c5366d415782c2a1f164a6d7ecbc5. | ||||
* | fd_to_send needs to be cleared if *any* data was sent | Ryan Dahl | 2010-11-19 | 1 | -4/+11 |
| | |||||
* | Actually don't need to limit sendmsg size on unix - seems okay. | Ryan Dahl | 2010-11-19 | 1 | -5/+1 |
| | |||||
* | Fix a bug regarding queueSize, add asserts | Ryan Dahl | 2010-11-18 | 1 | -13/+24 |
| | |||||
* | Small clean ups | Ryan Dahl | 2010-11-18 | 1 | -4/+3 |
| | |||||
* | Emit drain and stop IOWatcher even on empty buffer | Ryan Dahl | 2010-11-18 | 1 | -122/+123 |
| | |||||
* | Add callback to socket.write(), fix test-sendfds | Ryan Dahl | 2010-11-18 | 1 | -0/+13 |
| | |||||
* | make sure unix sockets are tagged correctly | Ryan Dahl | 2010-11-18 | 1 | -2/+0 |
| | |||||
* | Add IOWatcher.flush() | Ryan Dahl | 2010-11-18 | 1 | -0/+15 |
| | | | | | To be called if sockets get too much data. This is to force a flush before the tick ends. | ||||
* | Maintain queueSize for each socket | Ryan Dahl | 2010-11-18 | 1 | -2/+10 |
| | |||||
* | Don't send null data segments | Ryan Dahl | 2010-11-18 | 1 | -0/+2 |
| | |||||
* | Support encoding | Ryan Dahl | 2010-11-18 | 1 | -2/+4 |
| | |||||
* | IOWatcher::Dump(), writev | Ryan Dahl | 2010-11-18 | 1 | -1/+388 |
| | |||||
* | Remove unnecessary ref/unref in iowatcher cb | Ryan Dahl | 2010-11-05 | 1 | -2/+0 |
| | |||||
* | Make sure watcher.set() isn't being called when active | Ryan Dahl | 2010-10-30 | 1 | -0/+1 |
| | |||||
* | Safe constructor for ObjectWrapped classes | Ben Noordhuis | 2010-09-29 | 1 | -0/+4 |
| | | | | | | | New() methods should be invoked as constructors, not regular functions. Corner cases like Script::New() may cause a SIGSEGV when the GC is run. More details: http://groups.google.com/group/nodejs/browse_thread/thread/a7e5db68d4cd6356 | ||||
* | fix whitespace errors | Blake Mizerany | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Clean up IOWatcher | Ryan Dahl | 2010-01-27 | 1 | -22/+28 |
| | |||||
* | Reimplment Buffers | Ryan Dahl | 2010-01-27 | 1 | -31/+20 |
| | |||||
* | Use ObjectWrap again for IOWatchers. | Ryan Dahl | 2010-01-26 | 1 | -15/+26 |
| | | | | I think the problem is in Buffers. | ||||
* | HTTP works somewhat on net2 now | Ryan Dahl | 2010-01-25 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | However it's not working very well: Hitting a 'hello world' server with many requests (ab -t 60 -c 10) will cause it to crash with the following error. Obtained 3 stack frames. ./node(_Z11print_tracev+0x1c) [0x80d1b3c] ./node(_ZN4node6Parser7ExecuteERKN2v89ArgumentsE+0x69) [0x80d3759] ./node [0x811f44b] TypeError: Already parsing a buffer at Socket.<anonymous> (/home/ryan/projects/node/lib/http2.js:393:20) at IOWatcher.callback (/home/ryan/projects/node/lib/net.js:81:12) at node.js:985:9 at node.js:989:1 | ||||
* | Make callback_symbols static so they don't conflict | Ryan Dahl | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Change IOWatcher constructor to have no arguments | Ryan Dahl | 2009-12-29 | 1 | -12/+5 |
| | |||||
* | IOWatcher callback isn't internal, fix bug in Accept | Ryan Dahl | 2009-12-29 | 1 | -28/+48 |
| | |||||
* | add io watcher | Ryan Dahl | 2009-12-29 | 1 | -0/+126 |