summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix whitespace and warnings in node.ccRyan Dahl2010-02-111-29/+26
| * Implemented posix.catSync()Felix Geisendörfer2010-02-111-0/+17
| * Return chunk & bytes read for posix.readSync()Ryan Dahl2010-02-111-1/+4
| * Fix: Module cache did not propagateFelix Geisendörfer2010-02-111-4/+4
* | Merge branch 'master' into net2Ryan Dahl2010-02-106-6/+112
|\ \ | |/
| * Ignore EAGAIN in stderr dumps.Ryan Dahl2010-02-091-1/+7
| * Fix stderr flushing problemRyan Dahl2010-02-091-2/+18
| * Add process.setuid(), getuid()Michael Carter2010-02-071-0/+30
| * Add handlescope and flush to process.reallyExit()Ryan Dahl2010-02-071-4/+3
| * Fix stdout flush issueRyan Dahl2010-02-073-0/+16
| * Add posix.truncate()Ryan Dahl2010-02-072-0/+31
| * Throw errors from server.listen()Ryan Dahl2010-02-071-0/+8
* | Expose errno exception creationRyan Dahl2010-02-081-0/+13
* | Whitespace for node_net2.ccRyan Dahl2010-02-051-5/+24
* | Add errno symbol to error messagesRyan Dahl2010-02-051-1/+330
* | Merge branch 'master' into net2Ryan Dahl2010-02-052-41/+49
|\ \ | |/
| * Simplified module systemFelix Geisendörfer2010-02-041-27/+32
| * Downcase process.ARGV/ENV to process.argv/envRyan Dahl2010-02-032-14/+17
* | Merge branch 'master' into net2Ryan Dahl2010-02-035-60/+76
|\ \ | |/
| * Remove some HandleScopes from HTTPRyan Dahl2010-02-021-10/+0
| * Callbacks from process.fs always start with error objectRyan Dahl2010-02-022-15/+20
| * Remove __wrap__sRyan Dahl2010-01-311-5/+4
| * Reorganize the start-up processRyan Dahl2010-01-302-32/+54
| * Was using the old node object to get the int from the constant.Jonas Pfenniger2010-01-301-1/+1
* | Inline Buffer::HasInstanceRyan Dahl2010-02-022-9/+5
* | Remove some unnecessary handlescopesRyan Dahl2010-02-021-8/+0
* | Rename Buffer.utf8Length to Buffer.utf8ByteLengthRyan Dahl2010-02-012-4/+6
* | Add buffer.unpackRyan Dahl2010-01-292-0/+69
* | Merge branch 'master' into net2Ryan Dahl2010-01-292-6/+189
|\ \ | |/
| * ObjectWrap fixed - buffers working!Ryan Dahl2010-01-271-17/+12
| * Add support for MX, TXT, and SRV records in DNS module.Blaine Cook2010-01-251-0/+183
| * Bug Fix: Late promise promise callbacks firingFelix Geisendörfer2010-01-241-4/+4
| * Implemented __dirnameFelix Geisendörfer2010-01-221-2/+2
* | ObjectWrap fixed - buffers working!Ryan Dahl2010-01-271-17/+11
* | Clean up IOWatcherRyan Dahl2010-01-272-23/+29
* | Reimplment BuffersRyan Dahl2010-01-277-347/+274
* | Clean up http_parser binding - add assertsRyan Dahl2010-01-261-46/+51
* | Use ObjectWrap again for IOWatchers.Ryan Dahl2010-01-262-52/+31
* | use efence againRyan Dahl2010-01-261-4/+13
* | Simplify ObjectWrap; make fewer Weak callbacksRyan Dahl2010-01-261-14/+4
* | HTTP works somewhat on net2 nowRyan Dahl2010-01-256-27/+114
* | Provide buffer in HTTPParser callbacks.Ryan Dahl2010-01-241-6/+7
* | Expose buffer_root()Ryan Dahl2010-01-242-6/+6
* | Implement new http-parser binding using BufferRyan Dahl2010-01-243-0/+338
* | Make callback_symbols static so they don't conflictRyan Dahl2010-01-202-2/+2
* | Merge branch 'develop' into net2Ryan Dahl2010-01-205-265/+479
|\ \ | |/
| * FIX: Promise timeout should not addErrbackJonas Pfenniger2010-01-201-21/+16
| * FIX: EventEmitter call in PromiseJonas Pfenniger2010-01-201-1/+1
| * Factorized deprecation messagesJonas Pfenniger2010-01-201-57/+20
| * getmem() for solarisRyan Dahl2010-01-201-0/+44