summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-05node: un-revert 9a6012eMarcel Laverdet
2012-05-03addon: add AtExit() functionBen Noordhuis
2012-05-0264bit offsets for fs callsIgor Zinkovsky
2012-05-02tcp, udp: share sockaddr-to-object functionBen Noordhuis
2012-05-01process: ensure that "exit" doesn't get emitted twice on a natural exitNathan Rajlich
2012-05-02vm: accept only object as arg of .createContext()Fedor Indutny
2012-05-01udp: slightly optimize address family propertyBen Noordhuis
2012-05-01udp: make variable names consistentBen Noordhuis
2012-05-01udp: make getsockname() return address family nameShigeki Ohtsu
2012-04-30process: ensure that the "exit" event always has "code" givenNathan Rajlich
2012-04-29process_wrap: don't use uv_spawn2Bert Belder
2012-04-29Merge branch 'v0.6'Bert Belder
2012-04-28process: don't use strdup()ssuda
2012-04-28process_wrap: avoid leaking memory when throwing due to invalid argumentsBert Belder
2012-04-27Child process: support the `gid` and `uid` optionsBert Belder
2012-04-27Cleanup vm module memory leakageMarcel Laverdet
2012-04-25process: lintNathan Rajlich
2012-04-25Remove unused local variable.Ben Noordhuis
2012-04-24process: comment for consistencyNathan Rajlich
2012-04-24process: set _print_eval even when --eval is not passedNathan Rajlich
2012-04-24process: make --eval and reading scripts from stdin act the sameNathan Rajlich
2012-04-18typo in node_http_parserisaacs
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-18Now working on 0.7.9isaacs
2012-04-182012.04.18, Version 0.7.8, (unstable)isaacs
2012-04-18typo in node_http_parserisaacs
2012-04-17Add Todo comments about domain-ifying cryptoisaacs
2012-04-17Domain hooks in ReqWrap<T> and MakeCallbackisaacs
2012-04-17Domain featureisaacs
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-04-17MakeCallback: Use in node_signal_watcherisaacs
2012-04-17MakeCallback: Use in node_io_watcherisaacs
2012-04-17MakeCallback: Use in node_cryptoisaacs
2012-04-17MakeCallback: Use in node_file.ccisaacs
2012-04-17MakeCallback: abort() if not a functionisaacs
2012-04-17MakeCallback: Return the callback return valueisaacs
2012-04-17MakeCallback: Accept Function or Symbol argumentisaacs
2012-04-17Report errors thrown from uncaughtException handersisaacs
2012-04-16tcp: make getsockname() return address family as stringShigeki Ohtsu
2012-04-16node: don't check return value of unsetenv()Ben Noordhuis
2012-04-12typed arrays: unexport SizeOfArrayElementForType()Aaron Jacobs
2012-04-12net: honor 'enable' flag in .setNoDelay()Ben Noordhuis
2012-04-11Slab allocator: don't attempt to shrink a non-bufferBert Belder
2012-04-09Now working on v0.6.16isaacs
2012-04-092012.04.09 Version 0.6.15 (stable)isaacs
2012-04-06Please the compilerBert Belder
2012-04-05windows: use 64bit offsets for uv_fs apisIgor Zinkovsky
2012-04-02Fix #3052 Handle errors properly in zlibisaacs
2012-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-31zlib: fix uninitialized variable compiler warningBen Noordhuis