summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* tls,crypto: revert recent cipher lists changesJulien Gilli2015-05-131-42/+0
* src: fix backport for SIGINT crash fix on FreeBSDJulien Gilli2015-04-141-1/+1
* tls: make --enable-legacy-cipher-list=val less verboseJames M Snell2015-04-081-7/+3
* disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-0/+46
* src: backport fix for SIGINT crash on FreeBSDFedor Indutny2015-03-271-0/+12
* src: lint remove extra node_crypto includeTimothy J Fontaine2015-01-161-2/+0
* Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12Julien Gilli2015-01-121-0/+8
|\
| * Revert "src: reduce cpu profiler overhead"Trevor Norris2014-12-171-1/+0
| * src: reduce cpu profiler overheadBen Noordhuis2014-12-171-0/+1
| * domains: fix issues with abort on uncaughtJulien Gilli2014-11-181-0/+21
| * crypto: allow runtime opt in using SSLv2/SSLv3Timothy J Fontaine2014-10-151-0/+10
* | async-wrap: add event hooksTrevor Norris2014-12-051-1/+24
* | node, async-wrap: remove MakeDomainCallbackTrevor Norris2014-12-051-103/+30
* | src: remove Async ListenerTrevor Norris2014-12-051-64/+0
* | node: fix bad assertTrevor Norris2014-12-031-1/+1
* | modules: adding load linked modules featureThorsten Lorenz2014-12-011-1/+65
* | core: fix usage of uv_cwdSaúl Ibarra Corretgé2014-11-051-1/+1
* | src, test: fixup after v8 updateFedor Indutny2014-10-081-2/+3
* | deps: re-implement debugger-agentFedor Indutny2014-10-081-71/+131
* | src: update use of ExternalArrayType constantsTrevor Norris2014-10-081-4/+4
* | node: avoid automatic microtask runsVladimir Kurchatkin2014-10-011-0/+10
* | build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis2014-10-011-0/+39
* | src: fix VC++ warning C4244Rasmus Christian Pedersen2014-09-291-6/+6
* | node: support v8 microtask queueVladimir Kurchatkin2014-09-181-0/+7
* | src: remove Environment::GetCurrentChecked()Ben Noordhuis2014-09-051-3/+6
* | node,async-wrap: verify domain enter/exit are setTrevor Norris2014-09-021-14/+10
* | node: add missing Isolate::Scope at startupBen Noordhuis2014-08-191-0/+1
* | windows: fix memory leak in WinapiErrnoExceptionAlexis Campailla2014-08-111-2/+9
* | process: improve process bindingJackson Tian2014-08-021-1/+6
* | src: pass the v8::Context to CreateEnvironmentDean McNamee2014-07-131-3/+5
* | node: fix #7841 by overlooking the spare sourcelineYazhong Liu2014-06-271-1/+9
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-22/+30
|\ \ | |/
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-20/+22
| * string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer2014-06-061-0/+7
* | src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-2/+2
* | src: kill isolate on exitBen Noordhuis2014-05-231-3/+3
* | node: remove duplicate tickInfo assignmentTrevor Norris2014-05-121-8/+0
* | src: add --throw-deprecation entry to --helpTrevor Norris2014-05-071-0/+2
* | debugger: assign Environment to DebugContext tooFedor Indutny2014-05-021-0/+8
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-011-4/+6
|\ \ | |/
| * src: use monotonic time for process.uptime()Timothy J Fontaine2014-04-101-7/+4
| * src: seed V8's random number generator at startupBen Noordhuis2014-03-261-0/+6
| * src: domain should not replace nextTick functionTimothy J Fontaine2014-03-031-1/+1
* | tls: support OCSP on client and serverFedor Indutny2014-04-181-0/+7
* | main: Handle SIGINT properly.Geir Hauge2014-04-121-6/+9
* | src: fix use of uv_cwd, len includes the NULL byteSaúl Ibarra Corretgé2014-04-071-7/+1
* | src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-5/+5
* | src: fix up after v8 upgradeBen Noordhuis2014-04-021-1/+1
* | configure: make --v8-options switch more robustBen Noordhuis2014-04-011-21/+6
* | configure: --v8-options optionFedor Indutny2014-03-291-0/+22