summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* child_process: js bits for spawnSync/execSyncexecSync-wipTimothy J Fontaine2014-02-106-80/+669
* bindings: add spawn_sync bindingsBert Belder2014-02-104-0/+1311
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-102-1/+54
|\
| * net: do not re-emit stream errorsFedor Indutny2014-02-103-3/+56
* | stream: use `errorEmitted` from `_writableState`Fedor Indutny2014-02-103-6/+6
* | process: allow changing `exitCode` in `on('exit')`Fedor Indutny2014-02-092-1/+14
* | dns: validate arguments in resolverKenan Sulayman2014-02-092-0/+34
* | dns: verify argument is valid function in resolveKenan Sulayman2014-02-092-1/+13
* | test: fix test-http-pipeline-floodAlexis Campailla2014-02-091-6/+5
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-08226-273/+411
|\ \ | |/
| * src: refactor buffer bounds checkingTimothy J Fontaine2014-02-085-9/+23
| * npm: upgrade to 1.3.26isaacs2014-02-08213-250/+238
| * doc: fix diffieHellman.getGenerator() descriptionBrian White2014-02-091-1/+1
| * Revert "dns: validate arguments in resolve"Fedor Indutny2014-02-082-32/+0
| * Revert "dns: verify argument is valid function in resolve"Fedor Indutny2014-02-081-3/+1
| * dns: verify argument is valid function in resolveKenan Sulayman2014-02-081-1/+3
| * dns: validate arguments in resolveKenan Sulayman2014-02-082-0/+32
| * website: update cla email addressTimothy J Fontaine2014-02-071-2/+2
| * fs: make unwatchFile() insensitive to pathiamdoron2014-02-062-0/+25
| * doc: fix references to error keywordBenjamin Waters2014-02-041-2/+2
| * crypto: update root certificatesBen Noordhuis2014-02-042-3587/+3565
| * doc: add an example about multiple extensionsMaxime Quandalle2014-02-031-0/+4
| * dtrace: fix arguments warningFedor Indutny2014-02-011-2/+2
| * deps: backport 883637bd from latest v8Fedor Indutny2014-02-014-3/+10
| * node: do not ever close stdioFedor Indutny2014-01-304-5/+51
| * blog: Post for v0.11.11Timothy J Fontaine2014-01-281-0/+106
| * docs: clarify origin in agent.maxSockets sectionWyatt Preul2014-01-291-1/+2
* | headers: fix spelling errorAustin Moran2014-02-081-2/+2
* | vm: don't copy Proxy object from parent contextBen Noordhuis2014-02-064-0/+87
* | test: don't compute knownGlobals lazilyBen Noordhuis2014-02-062-62/+90
* | util: show meaningful values for boxed primitivesNathan Rajlich2014-02-062-0/+84
* | node: do not print SyntaxError hints to stderrFedor Indutny2014-02-0611-89/+190
* | src: move AsyncListener from process to tracingTrevor Norris2014-02-0524-616/+656
* | 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
* | doc: document the tracing apiTimothy J Fontaine2014-02-053-0/+63
* | src: add v8.getHeapStatistics() functionBen Noordhuis2014-02-053-0/+63
* | src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-057-4/+403
* | 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-055-1/+148
* | contextify: handle infinite recursion errorsFedor Indutny2014-02-052-13/+70
* | test: fix test-tcp-wrap-listenAlexis Campailla2014-02-041-1/+1
* | openssl: fix keypress requirement in apps on win32Alexis Campailla2014-02-041-6/+13
* | doc: fix after message in addAsyncListener exampleYuriy Nemtsov2014-02-041-1/+1
* | zlib: separate sync/async methodsFedor Indutny2014-02-043-20/+52
* | tls: fix crash in SNICallbackFedor Indutny2014-02-043-27/+77
* | debugger: remove unused definition `currentSource`Oguz Bastemur2014-02-031-1/+0
* | zlib: add sync versions for convenience methodsNikolai Vavilov2014-02-014-39/+152