summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.10'merge-testTimothy J Fontaine2014-01-22189-5728/+1281
|\
| * gyp: fix non-ninja buildFedor Indutny2014-01-201-1/+1
| * npm: Upgrade to v1.3.24isaacs2014-01-19183-5712/+1190
| * blog: nodejs v0.12 roadmap updateTimothy J Fontaine2014-01-161-0/+52
| * gyp: fix `ninja` build on linuxFedor Indutny2014-01-162-6/+13
| * doc: clarify Windows signal sending emulationSam Roberts2014-01-161-4/+10
| * child_process: fix spawn() optional argumentsSam Roberts2014-01-161-2/+10
| * doc: describe child_process.fork() silent optionSam Roberts2014-01-161-2/+4
| * doc: child_process.execFile arguments are optionalSam Roberts2014-01-161-1/+1
* | test: fix array sorting bugBen Noordhuis2014-01-221-1/+4
* | crypto: support custom pbkdf2 digest methodsBen Noordhuis2014-01-224-20/+86
* | node: remove asyncStackTrevor Norris2014-01-211-36/+12
* | node: only run same AL once on errorTrevor Norris2014-01-212-1/+57
* | path: improve POSIX path.join() performanceJo Liss2014-01-211-9/+22
* | crypto: add newline to cert and key if not presentFedor Indutny2014-01-222-3/+87
* | crypto: throw only in direct C++ methodsFedor Indutny2014-01-222-121/+158
* | node: `EmitExit` should not call `exit()`Fedor Indutny2014-01-222-4/+7
* | addons: build and test examplesFedor Indutny2014-01-2210-117/+277
* | text: give more time to test-next-tick-error-spinAlexis Campailla2014-01-211-1/+1
* | test: give test-net-GH-5504 more time to runAlexis Campailla2014-01-211-1/+1
* | node: compare AsyncListener instances, not uid'sTrevor Norris2014-01-211-3/+3
* | node: ensure same AL inst only runs onceTrevor Norris2014-01-212-2/+51
* | async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-2112-485/+2
* | crypto: remove most of the `node_isolate` usesFedor Indutny2014-01-201-115/+116
* | test: relax timing in test-http-exit-delayAlexis Campailla2014-01-201-7/+8
* | test: debug-signal-cluster increase timeoutsAlexis Campailla2014-01-201-2/+2
* | debug client: connect after child is readyAlexis Campailla2014-01-202-10/+12
* | test: move debugger repl into own sectionTimothy J Fontaine2014-01-2012-2/+18
* | test: refactor to use common testcfgTimothy J Fontaine2014-01-205-519/+152
* | test: ignore tests when built without OpenSSL CLIFedor Indutny2014-01-2012-21/+56
* | lib: introduce `.setMaxSendFragment(size)`Fedor Indutny2014-01-205-0/+112
* | doc: tls: note that SSLv2 is disabled by defaultBen Noordhuis2014-01-201-3/+4
* | doc: tls: clarify server cipher listBen Noordhuis2014-01-201-3/+9
* | src: don't mark addon_register_func as dllimportBen Noordhuis2014-01-171-2/+2
* | tls: make cert/pfx optional in tls.createServer()Ben Noordhuis2014-01-172-13/+6
* | tls: show human-readable error messagesBen Noordhuis2014-01-174-28/+72
* | Merge remote-tracking branch 'origin/v0.10'Trevor Norris2014-01-1512-63/+210
|\ \ | |/
| * domains: exit() only affects active domainsRyan Graham2014-01-152-5/+41
| * blog: TJ is the new node core project leadisaacs2014-01-151-0/+54
| * gyp: fix build with python 2.6Fedor Indutny2014-01-131-1/+2
| * deps: update gyp to 1eae492bFedor Indutny2014-01-138-56/+113
* | test: terminate gracefully in cluster-net-sendAlexis Campailla2014-01-131-0/+3
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-1/+3
|\ \ | |/
| * doc: streams must be open to be passed to childSam Roberts2014-01-131-1/+3
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-13223-444/+749
|\ \ | |/
| * test: close debug client in test-debugger-clientAlexis Campailla2014-01-131-3/+8
| * src: return empty set on ENOSYS for interfacesTimothy J Fontaine2014-01-121-2/+5
| * v8: backport codereview.chromium.org/11362182svenpanne@chromium.org2014-01-101-1/+3
| * doc: Fix argument typo in SimpleProtocol examplegluxon2014-01-101-1/+1
| * src: OnFatalError handler must abort()Timothy J Fontaine2014-01-092-1/+40