summaryrefslogtreecommitdiff
path: root/src/node.h
Commit message (Expand)AuthorAgeFilesLines
* src: export the ParseEncoding function on WindowsIvan Kozik2015-05-071-3/+4
* src: fix pedantic cpplint whitespace warningsBen Noordhuis2015-05-061-2/+2
* src: fix NODE_DEPRECATED macro with old compilersBen Noordhuis2015-05-051-4/+23
* src: fix NODE_DEPRECATED macroBen Noordhuis2015-04-301-1/+10
* src: add check for already defined macro NOMINMAXPavel Medvedev2015-02-271-1/+3
* src: cleanup `Isolate::GetCurrent()`Vladimir Kurchatkin2015-02-111-1/+1
* fs: improve error messagesBert Belder2015-01-311-0/+6
* node: speed up ParseEncodingFedor Indutny2015-01-301-3/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: check if NODE_WANT_INTERNALS is definedFedor Indutny2015-01-101-1/+1
* src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-141-0/+1
* src: redo unaligned access workaroundBen Noordhuis2014-12-141-2/+16
* modules: adding load linked modules featureThorsten Lorenz2014-12-041-0/+2
* src: remove STATIC_ASSERT() macroBen Noordhuis2014-10-231-8/+0
* src, test: fixup after v8 updateFedor Indutny2014-10-081-1/+1
* deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+17
* node: set names for prototype methodsTrevor Norris2014-08-111-2/+4
* src: export additional startup functionsDean McNamee2014-07-231-0/+16
* src: NODE_UNIXTIME_V8 needs to use an IsolateRohini Harendra2014-05-221-1/+2
* node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-2/+3
* node: fix exported signatures of MakeCallbackFedor Indutny2014-03-131-0/+3
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-2/+4
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-03-101-1/+1
|\
| * src: add default visibility to NODE_MODULEBen Noordhuis2014-03-051-1/+1
* | windows: fix module registrationAlexis Campailla2014-02-251-11/+11
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-10/+90
* | node: do not print SyntaxError hints to stderrFedor Indutny2014-02-061-1/+0
* | src: update MakeCallback() function prototypeBen Noordhuis2014-02-051-5/+5
* | src: move header inclusion out of namespaceTimothy J Fontaine2014-01-291-11/+11
* | src: only define ssize_t on windows if undefinedTimothy J Fontaine2014-01-281-8/+11
* | node: explicitly include `sys/types.h` for size_tFedor Indutny2014-01-281-0/+8
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-26/+70
* | src: don't mark addon_register_func as dllimportBen Noordhuis2014-01-171-2/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-181-0/+12
|\ \ | |/
| * src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine2013-11-121-0/+11
| * process: expose NODE_MODULE_VERSION in process.versionsRod Vagg2013-04-081-1/+1
* | src: Remove unused refs to node_object_wrap.hScott Blomquist2013-10-291-1/+0
* | src: add multi-context supportBen Noordhuis2013-09-061-9/+23
* | src: clean up CLI argument parserBen Noordhuis2013-09-021-5/+0
* | src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-7/+20
* | src: more lint after cpplint tighteningBen Noordhuis2013-07-311-9/+7
* | src: lint c++ codeFedor Indutny2013-07-311-2/+2
* | src: move NODE_MODULE_VERSION to node_version.hBen Noordhuis2013-07-241-8/+2
* | src, lib: update after internal api changeBen Noordhuis2013-07-201-2/+0
* | node: always set function nameTrevor Norris2013-07-191-1/+4
* | build: fix windows buildBen Noordhuis2013-07-111-27/+30
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-40/+17
* | src: break on uncaught exceptionMiroslav Bajtos2013-06-261-1/+1
* | src: unexport node_isolateBen Noordhuis2013-06-071-9/+8
* | fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine2013-03-231-1/+1