3252 Commits (f5f5bd76e6e4791d1098cc71c0d8927fdf34d318)

Author SHA1 Message Date
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
Fedor Indutny c047127410 contextify: throw timeout error properly 11 years ago
Fedor Indutny d5198768de watchdog: terminate one specific isolate 11 years ago
Fedor Indutny eef0715db5 tls_wrap: fix interleaving in InvokeQueued 11 years ago
Fedor Indutny ca55037380 tls_wrap: fix small obvious memory leak 11 years ago
Timothy J Fontaine 1cb6f1a46a Now working on 0.10.30 11 years ago
Timothy J Fontaine ce82d6b847 2014.06.05, Version 0.10.29 (Stable) 11 years ago
Timothy J Fontaine 535c7777ac src: replace usage of String::Utf8Value 11 years ago
Felix Geisendörfer 0da4c67165 string_bytes: Guarantee valid utf-8 output 11 years ago
Ben Noordhuis 820aaf5b3d src: replace CONTAINER_OF with type-safe function 11 years ago
Ben Noordhuis 4394c8a9b3 smalloc: rework double free bug fix 11 years ago
Ben Noordhuis 6f952845a6 src: kill isolate on exit 11 years ago
Trevor Norris 681013223f smalloc: prevent double free on dispose() 11 years ago
Rohini Harendra 32b4563280 src: NODE_UNIXTIME_V8 needs to use an Isolate 11 years ago
Fedor Indutny 01c2a670a1 contexify: fix infinite recursion in delete cb 11 years ago
Andrew Low 929e2ed5ba string_bytes: ucs2 support big endian 11 years ago
Fedor Indutny 765b03255c tls_wrap: do not store TLSCallbacks in SSL_CTX 11 years ago
Fedor Indutny 4a2c349473 crypto: fix version check in hello parser 11 years ago
Yazhong Liu 89cb740fc3 crypto: check protocol version at handshake header 11 years ago
Alexis Campailla c06495713a crypto: improve memory usage 11 years ago
Ben Noordhuis 885142a5ed src: fix _XOPEN_SOURCE redefinition warning 11 years ago
Fedor Indutny 6569812531 tls_wrap: remove unused variable 11 years ago
Trevor Norris b1a44dfe9e buffer: remove Buffer#toArrayBuffer() 11 years ago
Trevor Norris 53b2e02a46 node: remove duplicate tickInfo assignment 11 years ago