summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* process: reintroduce ares to versionsJohan Bergström2015-01-141-0/+3
* http: optimize on_headers_completeBert Belder2015-01-132-31/+37
* build,src: remove sslv3 supportBen Noordhuis2015-01-132-14/+10
* Remove excessive copyright/license boilerplateisaacs2015-01-1284-1769/+0
* src: rename node to io.js for Windows installerRod Vagg2015-01-131-7/+7
* addon: update NODE_MODULE_VERSION macroBen Noordhuis2015-01-121-1/+1
* build,src: remove sslv2 supportBen Noordhuis2015-01-113-76/+13
* src: only append "-pre" to version if no tagRod Vagg2015-01-111-5/+7
* zlib: do not unref() if wasn't ref()edFedor Indutny2015-01-101-1/+2
* src: check if NODE_WANT_INTERNALS is definedFedor Indutny2015-01-101-1/+1
* src: disable harmony object literalsBen Noordhuis2015-01-091-0/+2
* src: disable harmony classesBen Noordhuis2015-01-091-0/+6
* src: zlib: revert concatenated-stream changesChris Dickinson2015-01-091-24/+7
* build: fix `process.platform`Vladimir Kurchatkin2015-01-091-8/+3
* core: throw TypeError if chdir() args are wrongCaitlin Potter2015-01-091-2/+1
* win,tracing: node -> iojs in perfctr/etw manifestsBert Belder2015-01-082-3/+3
* win,src: node -> iojs in executable manifestBert Belder2015-01-081-1/+1
* version: working on 1.0.0Rod Vagg2015-01-081-3/+3
* src: prefix ARCH and PLATFORM with NODE_Bert Belder2015-01-081-4/+9
* win: fix NODE_NET_SOCKET_READ/WRITE signatureBert Belder2015-01-081-2/+3
* win: suppress GetVersionEx deprecation warningBert Belder2015-01-081-0/+3
* win: use GetVersionExW instead of GetVersionExABert Belder2015-01-081-3/+3
* src,deps: replace LoadLibrary by LoadLibraryWCheng Zhao2015-01-072-2/+2
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-0715-90/+94
* src: pass Isolate to additional locationsTrevor Norris2015-01-0714-45/+57
* Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis2015-01-051-1/+1
|\
| * smalloc: fix bad assert for zero length dataTrevor Norris2015-01-051-1/+1
| * src: fix windows build errorBen Noordhuis2014-12-171-10/+10
| * zlib: support concatenated gzip filesLuis Reis2014-12-161-7/+24
| * lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-111-2/+2
| * async-wrap: add event hooksTrevor Norris2014-12-056-2/+167
| * async-wrap: explicitly pass parentTrevor Norris2014-12-0512-38/+89
| * async-wrap: expose async-wrap as bindingTrevor Norris2014-12-052-22/+51
| * src: remove unnecessary template parameterTrevor Norris2014-12-0510-12/+12
| * src: all wrap's now use actual FunctionTemplateTrevor Norris2014-12-059-98/+256
| * node: fix throws before timer module is loadedTrevor Norris2014-12-051-1/+1
| * node, async-wrap: remove MakeDomainCallbackTrevor Norris2014-12-054-187/+55
| * async-wrap: move MakeCallback to .ccTrevor Norris2014-12-053-132/+168
| * src: remove Async ListenerTrevor Norris2014-12-056-226/+4
| * node: fix bad assertTrevor Norris2014-12-031-1/+1
| * lint: fix code styleTrevor Norris2014-12-021-2/+2
| * modules: adding load linked modules featureThorsten Lorenz2014-12-012-1/+67
| * crypto: store thread id as pointer-sizedAlexis Campailla2014-11-281-1/+2
| * Revert "crypto: cast uv_thread_t to unsigned long"Alexis Campailla2014-11-281-1/+1
| * crypto: cast uv_thread_t to unsigned longSaúl Ibarra Corretgé2014-11-261-1/+1
| * smalloc: don't allow to dispose typed arraysVladimir Kurchatkin2014-11-261-0/+4
* | src: remove cpplint error using NOLINT directiveRudi Cilibrasi2014-12-231-1/+1
* | lib,src: remove post-gc event infrastructureBen Noordhuis2014-12-183-233/+1
* | fs: add access() and accessSync()cjihrig2014-12-152-0/+40
* | src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-144-14/+7