Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix whitespace and warnings in node.cc | Ryan Dahl | 2010-02-11 | 1 | -29/+26 | |
| * | Implemented posix.catSync() | Felix Geisendörfer | 2010-02-11 | 1 | -0/+17 | |
| * | Return chunk & bytes read for posix.readSync() | Ryan Dahl | 2010-02-11 | 1 | -1/+4 | |
| * | Fix: Module cache did not propagate | Felix Geisendörfer | 2010-02-11 | 1 | -4/+4 | |
* | | Merge branch 'master' into net2 | Ryan Dahl | 2010-02-10 | 6 | -6/+112 | |
|\ \ | |/ | ||||||
| * | Ignore EAGAIN in stderr dumps. | Ryan Dahl | 2010-02-09 | 1 | -1/+7 | |
| * | Fix stderr flushing problem | Ryan Dahl | 2010-02-09 | 1 | -2/+18 | |
| * | Add process.setuid(), getuid() | Michael Carter | 2010-02-07 | 1 | -0/+30 | |
| * | Add handlescope and flush to process.reallyExit() | Ryan Dahl | 2010-02-07 | 1 | -4/+3 | |
| * | Fix stdout flush issue | Ryan Dahl | 2010-02-07 | 3 | -0/+16 | |
| * | Add posix.truncate() | Ryan Dahl | 2010-02-07 | 2 | -0/+31 | |
| * | Throw errors from server.listen() | Ryan Dahl | 2010-02-07 | 1 | -0/+8 | |
* | | Expose errno exception creation | Ryan Dahl | 2010-02-08 | 1 | -0/+13 | |
* | | Whitespace for node_net2.cc | Ryan Dahl | 2010-02-05 | 1 | -5/+24 | |
* | | Add errno symbol to error messages | Ryan Dahl | 2010-02-05 | 1 | -1/+330 | |
* | | Merge branch 'master' into net2 | Ryan Dahl | 2010-02-05 | 2 | -41/+49 | |
|\ \ | |/ | ||||||
| * | Simplified module system | Felix Geisendörfer | 2010-02-04 | 1 | -27/+32 | |
| * | Downcase process.ARGV/ENV to process.argv/env | Ryan Dahl | 2010-02-03 | 2 | -14/+17 | |
* | | Merge branch 'master' into net2 | Ryan Dahl | 2010-02-03 | 5 | -60/+76 | |
|\ \ | |/ | ||||||
| * | Remove some HandleScopes from HTTP | Ryan Dahl | 2010-02-02 | 1 | -10/+0 | |
| * | Callbacks from process.fs always start with error object | Ryan Dahl | 2010-02-02 | 2 | -15/+20 | |
| * | Remove __wrap__s | Ryan Dahl | 2010-01-31 | 1 | -5/+4 | |
| * | Reorganize the start-up process | Ryan Dahl | 2010-01-30 | 2 | -32/+54 | |
| * | Was using the old node object to get the int from the constant. | Jonas Pfenniger | 2010-01-30 | 1 | -1/+1 | |
* | | Inline Buffer::HasInstance | Ryan Dahl | 2010-02-02 | 2 | -9/+5 | |
* | | Remove some unnecessary handlescopes | Ryan Dahl | 2010-02-02 | 1 | -8/+0 | |
* | | Rename Buffer.utf8Length to Buffer.utf8ByteLength | Ryan Dahl | 2010-02-01 | 2 | -4/+6 | |
* | | Add buffer.unpack | Ryan Dahl | 2010-01-29 | 2 | -0/+69 | |
* | | Merge branch 'master' into net2 | Ryan Dahl | 2010-01-29 | 2 | -6/+189 | |
|\ \ | |/ | ||||||
| * | ObjectWrap fixed - buffers working! | Ryan Dahl | 2010-01-27 | 1 | -17/+12 | |
| * | Add support for MX, TXT, and SRV records in DNS module. | Blaine Cook | 2010-01-25 | 1 | -0/+183 | |
| * | Bug Fix: Late promise promise callbacks firing | Felix Geisendörfer | 2010-01-24 | 1 | -4/+4 | |
| * | Implemented __dirname | Felix Geisendörfer | 2010-01-22 | 1 | -2/+2 | |
* | | ObjectWrap fixed - buffers working! | Ryan Dahl | 2010-01-27 | 1 | -17/+11 | |
* | | Clean up IOWatcher | Ryan Dahl | 2010-01-27 | 2 | -23/+29 | |
* | | Reimplment Buffers | Ryan Dahl | 2010-01-27 | 7 | -347/+274 | |
* | | Clean up http_parser binding - add asserts | Ryan Dahl | 2010-01-26 | 1 | -46/+51 | |
* | | Use ObjectWrap again for IOWatchers. | Ryan Dahl | 2010-01-26 | 2 | -52/+31 | |
* | | use efence again | Ryan Dahl | 2010-01-26 | 1 | -4/+13 | |
* | | Simplify ObjectWrap; make fewer Weak callbacks | Ryan Dahl | 2010-01-26 | 1 | -14/+4 | |
* | | HTTP works somewhat on net2 now | Ryan Dahl | 2010-01-25 | 6 | -27/+114 | |
* | | Provide buffer in HTTPParser callbacks. | Ryan Dahl | 2010-01-24 | 1 | -6/+7 | |
* | | Expose buffer_root() | Ryan Dahl | 2010-01-24 | 2 | -6/+6 | |
* | | Implement new http-parser binding using Buffer | Ryan Dahl | 2010-01-24 | 3 | -0/+338 | |
* | | Make callback_symbols static so they don't conflict | Ryan Dahl | 2010-01-20 | 2 | -2/+2 | |
* | | Merge branch 'develop' into net2 | Ryan Dahl | 2010-01-20 | 5 | -265/+479 | |
|\ \ | |/ | ||||||
| * | FIX: Promise timeout should not addErrback | Jonas Pfenniger | 2010-01-20 | 1 | -21/+16 | |
| * | FIX: EventEmitter call in Promise | Jonas Pfenniger | 2010-01-20 | 1 | -1/+1 | |
| * | Factorized deprecation messages | Jonas Pfenniger | 2010-01-20 | 1 | -57/+20 | |
| * | getmem() for solaris | Ryan Dahl | 2010-01-20 | 1 | -0/+44 |