6162 Commits (c33d3174b88b86a7fc4c2f48f361b794206cb8aa)
 

Author SHA1 Message Date
Marcel Laverdet c33d3174b8 node: un-revert 9a6012e 13 years ago
koichik ebbd4039bc buffer: add UTF-16LE encoding name. 13 years ago
Ben Noordhuis e4a8d2617b addon: add AtExit() function 13 years ago
Igor Zinkovsky 6f82b9f482 64bit offsets for fs calls 13 years ago
Ben Noordhuis 4e290e48b2 fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 6b426a2edd Revert "v8: fix "pure virtual method called" runtime error" 13 years ago
Ben Noordhuis 880219645e tcp, udp: share sockaddr-to-object function 13 years ago
Fedor Indutny c3898f3c1f debugger: support mirroring Date objects 13 years ago
Yoshihiro Kikuchi ee2291eb0d test: add a child domain explicitly 13 years ago
isaacs fb400b4868 Return after emitting error in tty.js 13 years ago
Nathan Rajlich b894521bd2 process: ensure that "exit" doesn't get emitted twice on a natural exit 13 years ago
Fedor Indutny 9f9c333cbc vm: accept only object as arg of .createContext() 13 years ago
Yi, EungJun 4bd54dad33 path: add path.sep to get the path separator. 13 years ago
Kyle Robinson Young 6ba3e68bd2 doc: correct return value of string-based fs.readSync 13 years ago
Ben Noordhuis b45a10818e udp: slightly optimize address family property 13 years ago
Ben Noordhuis e747daf604 udp: make variable names consistent 13 years ago
Shigeki Ohtsu 94f1feeb59 udp: make getsockname() return address family name 13 years ago
Nathan Rajlich f4403f90f8 tty: emit "error" instead of throwing when getWindowSize() fails 13 years ago
Garen Torikian 6cacb9a21e doc: add Cloud9 links to docs 13 years ago
Kyle Robinson Young e02d5c9d41 doc: add args to console methods 13 years ago
Kyle Robinson Young c9e6d3696c doc: typo fixes 13 years ago
Nathan Rajlich f1f5de1c8d tty: throw an Error when getWindowSize() fails 13 years ago
Michael Thomas 4e4860579e test: rebuild keys without asking for password 13 years ago
Ben Noordhuis 75c6255d16 deps: remove libuv sanity check 13 years ago
Ben Noordhuis 89e311b1ae deps: back-port openssl patch 13 years ago
Nathan Rajlich 248f552ab4 process: ensure that the "exit" event always has "code" given 13 years ago
Maciej Małecki 77c18d1e1b console: throw when no such label exists in `console.timeEnd` 13 years ago
Bert Belder 3bcbd14bb1 process_wrap: don't use uv_spawn2 13 years ago
Bert Belder d2dd9d108d uv: upgrade to e2cae340a6 13 years ago
Bert Belder c8a10e97c8 Merge branch 'v0.6' 13 years ago
ssuda db844b152a process: don't use strdup() 13 years ago
Bert Belder 3546383cf0 process_wrap: avoid leaking memory when throwing due to invalid arguments 13 years ago
Andreas Madsen ab072ee416 doc: document the address object in the cluster listening event 13 years ago
Ben Noordhuis 12a90e98bf bench: add continuous stress test 13 years ago
Bert Belder 55e4d54927 Child process: support the `gid` and `uid` options 13 years ago
Bert Belder 51e66ec410 Windows: turn off /Gm 13 years ago
Bert Belder 0b75eee364 uv: upgrade to d41cc9118d 13 years ago
Bert Belder e221cd4a53 uv: upgrade to aea5db5da1 13 years ago
Ben Noordhuis 4e84dfa683 bench: run GC and dump stats if --expose-gc is set 13 years ago
Marcel Laverdet 70635753a3 Cleanup vm module memory leakage 13 years ago
isaacs 76de7c0c26 Add customary 'fork me on github' banner to website 13 years ago
Nathan Rajlich f405daa922 repl: make tab completion read up the prototype of "global" 13 years ago
Nathan Rajlich 98b4596a46 process: lint 13 years ago
Ben Noordhuis 5648d95c4a Remove unused local variable. 13 years ago
Kyle Robinson Young df6c12cdcc doc: update string_decoder stability index to 3 13 years ago
Nathan Rajlich 6292df659f process: comment for consistency 13 years ago
Nathan Rajlich ef3a874f41 process: set _print_eval even when --eval is not passed 13 years ago
Nathan Rajlich 0b5235e68c process: make --eval and reading scripts from stdin act the same 13 years ago
Kyle Robinson Young d9bad09ede doc: util: add args to format and methods error, puts, print 13 years ago
Ben Noordhuis 48cdbffd24 v8: posix: try to send() whole buffer 13 years ago