summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bindings: add spawn_sync bindingsBert Belder2014-02-103-0/+1310
* process: allow changing `exitCode` in `on('exit')`Fedor Indutny2014-02-091-1/+3
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-085-16/+30
|\
| * src: refactor buffer bounds checkingTimothy J Fontaine2014-02-085-9/+23
| * crypto: update root certificatesBen Noordhuis2014-02-042-3587/+3565
| * dtrace: fix arguments warningFedor Indutny2014-02-011-2/+2
| * node: do not ever close stdioFedor Indutny2014-01-301-2/+2
| * crypto: throw on SignFinal failureFedor Indutny2014-01-261-2/+11
| * Now working on 0.10.26Timothy J Fontaine2014-01-231-2/+2
| * 2014.01.23, Version 0.10.25 (Stable)Timothy J Fontaine2014-01-221-1/+1
* | headers: fix spelling errorAustin Moran2014-02-081-2/+2
* | vm: don't copy Proxy object from parent contextBen Noordhuis2014-02-061-0/+1
* | node: do not print SyntaxError hints to stderrFedor Indutny2014-02-066-80/+141
* | src: move AsyncListener from process to tracingTrevor Norris2014-02-051-339/+13
* | env: add watched_providers for AsyncListenerTrevor Norris2014-02-053-0/+13
* | async_wrap: add provider types/pass to constructorTrevor Norris2014-02-0521-38/+109
* | node: make AsyncListenerInst field more explicitTrevor Norris2014-02-051-12/+12
* | src: add v8.getHeapStatistics() functionBen Noordhuis2014-02-051-0/+24
* | src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-053-3/+302
* | src: fix MakeCallback() handle leakBen Noordhuis2014-02-051-3/+3
* | src: update MakeCallback() function prototypeBen Noordhuis2014-02-053-70/+77
* | tls: more session configuration options, methodsFedor Indutny2014-02-052-1/+22
* | contextify: handle infinite recursion errorsFedor Indutny2014-02-051-13/+40
* | tls: fix crash in SNICallbackFedor Indutny2014-02-042-13/+22
* | zlib: add sync versions for convenience methodsNikolai Vavilov2014-02-011-20/+55
* | src: move header inclusion out of namespaceTimothy J Fontaine2014-01-291-11/+11
* | Now working on 0.11.12Timothy J Fontaine2014-01-281-2/+2
* | 2014.01.29, Version 0.11.11 (Unstable)v0.11.11v0.11.11-releaseTimothy J Fontaine2014-01-281-1/+1
* | node: do not ever close stdioFedor Indutny2014-01-291-2/+2
* | src: only define ssize_t on windows if undefinedTimothy J Fontaine2014-01-281-8/+11
* | stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-295-28/+129
* | node: explicitly include `sys/types.h` for size_tFedor Indutny2014-01-281-0/+8
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-2724-234/+159
* | node: fix argument parsing with -p argAlexis Campailla2014-01-271-1/+3
* | deps: update uv to 0.11.18Fedor Indutny2014-01-271-4/+10
* | crypto: clear error in GetPeerCertificateFedor Indutny2014-01-261-0/+3
* | tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-245-47/+132
* | lint: use reinterpret_cast, not C-style castsTrevor Norris2014-01-231-1/+1
* | tls: process accumulated inputFedor Indutny2014-01-232-0/+27
* | node: clear nextTickQueue when using domainsTrevor Norris2014-01-221-0/+2
* | crypto: remove duplicate ERR_load_crypto_strings()Yorkie2014-01-221-1/+0
* | crypto: support custom pbkdf2 digest methodsBen Noordhuis2014-01-221-6/+36
* | node: remove asyncStackTrevor Norris2014-01-211-36/+12
* | node: only run same AL once on errorTrevor Norris2014-01-211-1/+2
* | crypto: throw only in direct C++ methodsFedor Indutny2014-01-222-121/+158
* | node: `EmitExit` should not call `exit()`Fedor Indutny2014-01-222-4/+7
* | node: compare AsyncListener instances, not uid'sTrevor Norris2014-01-211-3/+3
* | node: ensure same AL inst only runs onceTrevor Norris2014-01-211-2/+6
* | async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-218-151/+2
* | crypto: remove most of the `node_isolate` usesFedor Indutny2014-01-201-115/+116