summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs2012-05-161-9/+7
* Merge branch 'master' into v0.6-mergeisaacs2012-05-155-12/+184
|\
| * node: make _getActiveHandles() return user objectsBen Noordhuis2012-05-151-1/+5
| * process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis2012-05-155-2/+169
| * req_wrap: share process_symbol, domain_symbolBen Noordhuis2012-05-152-11/+11
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-154-2/+87
|\ \
| * | Now working on 0.6.19isaacs2012-05-151-2/+2
| * | 2012.05.15 Version 0.6.18 (stable)v0.6.18isaacs2012-05-141-1/+1
| * | crypto: add PKCS12/PFX supportssuda2012-05-142-0/+81
| * | node: delete NODE_CHANNEL_FD from envBen Noordhuis2012-05-141-0/+4
| * | pipe_wrap: don't assert() on pipe accept errorsBen Noordhuis2012-05-091-2/+2
* | | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-092-30/+25
|\ \ \ | |/ / | | / | |/ |/|
| * Fix process.nextTick throw call sitesFelix Geisendörfer2012-05-092-20/+16
| * zlib: fix error reportingBen Noordhuis2012-05-091-57/+200
| * Now working on 0.6.18isaacs2012-05-041-2/+2
| * 2012.05.04 Version 0.6.17 (stable)v0.6.17isaacs2012-05-041-1/+1
| * Now working on 0.6.17isaacs2012-05-011-2/+2
| * 2012.04.30 Version 0.6.16 (stable)v0.6.16isaacs2012-04-301-1/+1
| * Indentation fixisaacs2012-04-301-2/+2
* | Fix #3242 Actually deprecate 'binary' buffer encodingisaacs2012-05-091-7/+9
* | stream_wrap: fix compilation errorsBen Noordhuis2012-05-092-6/+9
* | Net.js: fix UCS2 write crash due to inconsistent namingBert Belder2012-05-093-3/+3
* | stream_wrap.cc: fix typoBert Belder2012-05-091-1/+1
* | StreamWrap::WriteBuffer: remove superfluous argumentsBert Belder2012-05-091-34/+6
* | Optimize writing strings with Socket.writeBert Belder2012-05-095-12/+213
* | Don't use _snprintf() on Windows, it's not safe.Ben Noordhuis2012-05-083-7/+0
* | node: un-revert 9a6012eMarcel Laverdet2012-05-051-21/+27
* | addon: add AtExit() functionBen Noordhuis2012-05-032-0/+37
* | 64bit offsets for fs callsIgor Zinkovsky2012-05-021-38/+16
* | tcp, udp: share sockaddr-to-object functionBen Noordhuis2012-05-022-105/+62
* | process: ensure that "exit" doesn't get emitted twice on a natural exitNathan Rajlich2012-05-012-4/+3
* | vm: accept only object as arg of .createContext()Fedor Indutny2012-05-021-2/+7
* | udp: slightly optimize address family propertyBen Noordhuis2012-05-011-5/+6
* | udp: make variable names consistentBen Noordhuis2012-05-011-13/+13
* | udp: make getsockname() return address family nameShigeki Ohtsu2012-05-011-0/+7
* | process: ensure that the "exit" event always has "code" givenNathan Rajlich2012-04-301-2/+2
* | process_wrap: don't use uv_spawn2Bert Belder2012-04-291-2/+2
* | Merge branch 'v0.6'Bert Belder2012-04-291-13/+50
|\ \ | |/
| * process: don't use strdup()ssuda2012-04-281-10/+5
| * process_wrap: avoid leaking memory when throwing due to invalid argumentsBert Belder2012-04-281-30/+30
| * Child process: support the `gid` and `uid` optionsBert Belder2012-04-271-13/+50
| * typo in node_http_parserisaacs2012-04-181-1/+1
* | Cleanup vm module memory leakageMarcel Laverdet2012-04-271-20/+10
* | process: lintNathan Rajlich2012-04-251-1/+1
* | Remove unused local variable.Ben Noordhuis2012-04-251-1/+0
* | process: comment for consistencyNathan Rajlich2012-04-241-0/+1
* | process: set _print_eval even when --eval is not passedNathan Rajlich2012-04-241-1/+5
* | process: make --eval and reading scripts from stdin act the sameNathan Rajlich2012-04-241-10/+15
* | Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-184-38/+77
|\ \ | |/
| * node: don't check return value of unsetenv()Ben Noordhuis2012-04-161-8/+4