3373 Commits (b5737bb97775ff461266d28245df104dde0e6986)

Author SHA1 Message Date
Ben Noordhuis 06526a2a93 src: remove Environment::GetCurrentChecked() 11 years ago
Ben Noordhuis 8e6706ea95 src: update and expand comments in base-object.h 11 years ago
Ben Noordhuis b33a47ef47 lib, src: don't make http parser handles weak 11 years ago
Ben Noordhuis 1e99486cc8 src: add ClearWrap() to util.h 11 years ago
Ben Noordhuis de9a444ab4 src: fix handle leak in Parser::Execute() 11 years ago
Fedor Indutny 7343c77cdb tls_wrap: fix use after free 11 years ago
Fedor Indutny 68c14d6923 crypto: use less memory for storing keys 11 years ago
Trevor Norris a054f8eb29 stream_wrap: Add support to write binary strings 11 years ago
Trevor Norris 81a9739108 node,async-wrap: verify domain enter/exit are set 11 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 11 years ago
Brian White fcfe820481 crypto: unsigned value can't be negative 11 years ago
Brian White 16b0a3393e crypto: avoid memory leak 11 years ago
Jackson Tian 92419f8762 src: reading/owner/onread/onconnection for tcp 11 years ago
Isaac Burns 53fc14c569 crypto: wrap ECDH constants in HAVE_OPENSSL 11 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 11 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 11 years ago
Jackson Tian f7d6147e43 src: Add function name for .byteLength/.compare 11 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 11 years ago
Fedor Indutny 8a7d7f8b2b crypto: fix memory leak in Connection::New 11 years ago
Timothy J Fontaine adf2cfd54d Now working on 0.10.32 11 years ago
Ben Noordhuis 437c2f4383 node: add missing Isolate::Scope at startup 11 years ago
Yazhong Liu 7be96f5285 src: add missing Isolate arguments 11 years ago
Timothy J Fontaine 7fabdc23d8 2014.08.19, Version 0.10.31 (Stable) 11 years ago
Cheng Zhao 44743eaf24 src: change kIsolateSlot to 3 11 years ago
Trevor Norris 807acf7f98 src: require EventEmitter via NativeModule 11 years ago
Jackson Tian 931cbc175f lib: don't use emitter.listeners(type).length 11 years ago
Trevor Norris 0718426506 node: set names for prototype methods 11 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
Alexis Campailla 93f3b640d0 windows: fix memory leak in WinapiErrnoException 11 years ago
Saúl Ibarra Corretgé 28eee0adb7 src: handle UV_EAGAIN in TryWrite 11 years ago
Trevor Norris e643fe4c4b dns: fix GetAddrInfo assert 11 years ago
cjihrig 430678640c net: don't prefer IPv4 addresses during resolution 11 years ago
Julien Gilli 6f043940bd timers: fix timers with non-integer delay hanging. 11 years ago
Jackson Tian 962e651476 process: improve process binding 11 years ago
Timothy J Fontaine 4f2b08c523 Now working on 0.10.31 11 years ago
Timothy J Fontaine bc0ff830af 2014.07.31, Version 0.10.30 (Stable) 11 years ago
Julien Gilli befbbad051 timers: backport f8193ab 11 years ago
Sam Roberts 832ec1cd50 process: throw TypeError if kill pid not a number 11 years ago
Shigeki Ohtsu 2bb4867312 tls: fix to send TLS Alert before socket destroyed 11 years ago
Dean McNamee ba09409479 src: export additional startup functions 11 years ago
Dean McNamee da30c0084a src: pass the v8::Context to CreateEnvironment 11 years ago
cjihrig c4e5fde362 child_process: copy spawnSync() cwd option to proper buffer 11 years ago
Fedor Indutny 832d4db5f2 contextify: remove useless header file 11 years ago
Andrius Bentkus a382c9a97c udp: make it possible to receive empty udp packets 11 years ago
Fedor Indutny 9cbfd6ef51 constants: add O_NONBLOCK constant 11 years ago
Fedor Indutny 7cb38309fe Revert "constants: export O_NONBLOCK" 11 years ago
Fedor Indutny 47ee9a48a8 Revert "src: fix _XOPEN_SOURCE redefinition warning" 11 years ago
Yazhong Liu 6b09f9cd41 node: fix #7841 by overlooking the spare sourceline 11 years ago
Oguz Bastemur c94afdccf3 util.h: interface compatibility 11 years ago
Saúl Ibarra Corretgé 35b9580cd8
dns: introduce lookupService function 11 years ago