summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* src/node.cc: fix build error without OpenSSL supportJörg Krause2015-08-291-1/+4
* src: fix signed/unsigned comparison warningBen Noordhuis2015-06-291-1/+1
* tls: revert disable RC4 and cipher lists changesJulien Gilli2015-06-181-39/+0
* tls: make the --enable-legacy-cipher-list help less verboseJames M Snell2015-04-081-4/+2
* tls: disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-0/+41
* 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
* 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: 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
* src: OnFatalError handler must abort()Timothy J Fontaine2014-01-091-1/+1
* src: fix process.getuid() return valueBen Noordhuis2013-07-261-4/+4
* node: call MakeDomainCallback in all domain casesTrevor Norris2013-07-101-0/+3
* src: fix memory leak in UsingDomains()Ben Noordhuis2013-07-051-0/+1
* src: use StringBytes for DecodeWrite/DecodeBytes/Encodeisaacs2013-05-141-90/+7
* process: expose NODE_MODULE_VERSION in process.versionsRod Vagg2013-04-081-0/+2
* src: remove unused variablesBrian White2013-04-021-4/+2
* src: tie process.versions.uv to uv_version_string()Ben Noordhuis2013-03-281-3/+1
* domain: fix domain callback from MakeCallbackTrevor Norris2013-03-261-34/+52
* node: revert removal of MakeCallbackTrevor Norris2013-03-171-15/+25
* core: Append filename properly in dlopen on windowsisaacs2013-03-081-1/+1
* node: Add --throw-deprecationisaacs2013-03-061-0/+9
* handle_wrap: replace unref_ field with flags_ fieldBen Noordhuis2013-03-061-1/+1
* cares: Set process._errno, not global.errnoisaacs2013-03-061-1/+3
* events: _events to object and undefined not nullTrevor Norris2013-03-011-0/+3
* lib, src: remove errno globalBen Noordhuis2013-02-281-4/+4
* core: Mark exit() calls with status codesisaacs2013-02-271-11/+10
* core: Use a uv_signal for debug listenerisaacs2013-02-261-2/+5
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-61/+58
* node: code cleanup, make tick_infobox staticBen Noordhuis2013-02-201-1/+1
* process: allow ticker to cross communicate betterTrevor Norris2013-02-151-41/+44
* process: streamlining tick callback logicTrevor Norris2013-02-151-59/+99
* Revert "Move MakeCallback to JS"isaacs2013-02-151-20/+51
* timer: move setImmediate from timer to uv_checkShigeki Ohtsu2013-02-151-0/+62
* node: don't malloc in FromConstructorTemplateBen Noordhuis2013-02-111-14/+6
* node: Do not use fn.apply() in process._makeCallbackisaacs2013-01-301-14/+7
* addon: Pass module object to NODE_MODULE init functionisaacs2013-01-251-7/+16
* deps: upgrade libuv to 4ba03ddBen Noordhuis2013-01-161-1/+1
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-17/+17
* src: pass node_isolate to True() and False()Ben Noordhuis2013-01-071-13/+13
* src: pass node_isolate to Local<>::NewBen Noordhuis2013-01-071-3/+3
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-22/+25
* src: pass node_isolate to String::EmptyBen Noordhuis2013-01-071-1/+1
* src: make node_isolate globalBen Noordhuis2013-01-071-7/+6
* node: move symbol caching to Load()Dean McNamee2013-01-071-3/+3
* domain: Do not use uncaughtException handlerisaacs2012-12-291-34/+21