11209 Commits (fe4434b77a069081222aa45add3ef4f6415bb29f)
 

Author SHA1 Message Date
Johan Bergström fe4434b77a deps: upgrade v8 to 4.1.0.25 10 years ago
Ben Noordhuis 9705a34e96 test: move sequential/test-signal-unregister 10 years ago
Ben Noordhuis 10a9c00563 test: fix timing issue in signal test 10 years ago
Ben Noordhuis cf081a4712 vm: fix crash on fatal error in debug context 10 years ago
Rod Vagg d8f383ba3f doc: update AUTHORS list 10 years ago
Mathieu Darse bc9c1a5a7b doc: fix typo in CHANGELOG 10 years ago
Fedor Indutny 9ae1a61214 node: ensure that streams2 won't `.end()` stdin 10 years ago
Brendan Ashworth 999fbe9d96 test: fix crypto-binary-default bad crypto check 10 years ago
Ben Noordhuis 99c79f8d41 doc: call js function in null context 10 years ago
Ben Noordhuis 55abf34be5 doc: don't use `using namespace v8` 10 years ago
Ben Noordhuis c4e1b82120 doc: replace v8::Handle<T> with v8::Local<T> 10 years ago
Ben Noordhuis 2f1b78347c doc: remove unnecessary v8::HandleScopes 10 years ago
Ben Noordhuis 409d413363 doc: remove uses of v8::Isolate::GetCurrent() 10 years ago
Ben Noordhuis 2b3b2d392f test: add setTimeout/setInterval multi-arg tests 10 years ago
Ben Noordhuis 33fea6ed5f lib: don't penalize setInterval() common case 10 years ago
Ben Noordhuis 31da9758a0 lib: don't penalize setTimeout() common case 10 years ago
Fedor Indutny b64983d77c src: reset signal handler to SIG_DFL on FreeBSD 10 years ago
Michaël Zasso 6fc5e95354 module: allow require('.') 10 years ago
Rod Vagg a0d32ff5ae Working on v1.6.2 10 years ago
Rod Vagg 4b91d502b1 2015-03-20 io.js v1.6.1 Release 10 years ago
Jeremiah Senkpiel c9aec2b716 querystring: fix broken stringifyPrimitive 10 years ago
Jeremiah Senkpiel a89f5c2156 querystring: parse numbers correctly 10 years ago
cjihrig 8de78e470d path: reduce type checking on some methods 10 years ago
Johan Bergström 3b9eab9779 build: make check aliases test 10 years ago
Ben Noordhuis 4c731042d4 configure: use cc and c++ as defaults on os x 10 years ago
Ben Noordhuis 2034137385 smalloc: don't mix malloc() and new char[] 10 years ago
Chris Dickinson 465552142f Working on v1.6.1 10 years ago
Chris Dickinson 8e3a9d8de0 2015-03-19 io.js v1.6.0 Release 10 years ago
Shigeki Ohtsu a84ea66b35 deps: upgrade to openssl-1.0.1m 10 years ago
Aleksanteri Negru-Vode 3bc445f6c2 doc: fix a broken collaborator github link 10 years ago
Thorsten Lorenz 813a536126 buffer: removing duplicate code 10 years ago
Ali Ijaz Sheikh 1514b82355 src: add -r/--require flags for preloading modules 10 years ago
Rod Vagg f600111d82 test: cache lazy properties, fix style nits 10 years ago
Fedor Indutny 3038b8ee6a test: double timeout in tls-wrap-timeout.js 10 years ago
Jeremiah Senkpiel dd37fb4c48 build: remove incorrect argument in vcbuild.bat 10 years ago
Ben Noordhuis 2b2e48a4b9 lib: don't error in repl when cwd doesn't exist 10 years ago
Ben Noordhuis 2c6f79c08c src: don't error at startup when cwd doesn't exist 10 years ago
Johan Bergström c15e81afdd test: Introduce knowledge of FreeBSD jails 10 years ago
Ben Noordhuis fe0f015c51 src: fix crypto bio integer wraparound on 32 bits 10 years ago
Yosuke Furukawa 2b63bcd247 doc: add yosuke-furukawa as collaborator 10 years ago
Ben Noordhuis 69350baaef doc: update test section in CONTRIBUTING.md 10 years ago
Petka Antonov 3c8ae2d934 doc: add petkaantonov as collaborator 10 years ago
Roman Reiss 92c1ad97c0 doc: add silverwind as collaborator 10 years ago
Johan Bergström 14c74d5326 doc: add jbergstroem as collaborator 10 years ago
Ben Noordhuis 8b2363d2fd configure: use gcc and g++ as CC and CXX defaults 10 years ago
Alex Yursha 08ec897f82 doc: fix typo in buffer module documentation 10 years ago
Brendan Ashworth c638dad567 benchmark: add output format option [csv] 10 years ago
Brendan Ashworth 97d8d4928d benchmark: add plot_csv R graphing script 10 years ago
Ben Noordhuis 22793da485 v8: fix --max_old_space_size=4096 integer overflow 10 years ago
Yosuke Furukawa b2e00e38dc http: add flushHeaders and deprecate flush 10 years ago