summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.12'merge-reviewJulien Gilli2015-03-16305-980/+2304
|\
| * Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-03-166-33/+93
| |\
| | * Now working on 0.10.38Julien Gilli2015-03-111-2/+2
| | * Merge branch 'v0.10.37-release' into v0.10Julien Gilli2015-03-113-2/+21
| | |\
| | | * 2015.03.11, Version 0.10.37 (Maintenance)v0.10.37v0.10.37-releaseJulien Gilli2015-03-113-2/+21
| | |/
| | * build: allow custom PackageMaker pathJulien Gilli2015-03-111-2/+2
| | * domains: fix stack clearing after error handledJonas Dohse2015-03-102-7/+54
| | * docs: add return value for sync fs functionsTyler Anton2015-03-101-22/+31
| | * url: revert reslove urls with . and ..Julien Gilli2015-03-062-10/+2
| | * deps: update libuv to 0.10.36Saúl Ibarra Corretgé2015-03-0626-105/+595
| | * http: fix performance regression for GET requestsFlorin-Cristian Gavrila2015-03-051-4/+0
| * | make: remove node_dtrace from cpplint excludesJulien Gilli2015-03-132-8/+5
| * | test: update flaky test definitionsAlexis Campailla2015-03-131-0/+1
| * | buffer: align chunks on 8-byte boundaryFedor Indutny2015-03-111-0/+6
| * | deps: upgrade npm to 2.7.0Forrest L Norvell2015-03-06291-906/+2102
| * | net: allow port 0 in connect()cjihrig2015-03-054-33/+97
* | | doc: fix '\\' typos on WindowsSteven Vercruysse2015-03-161-3/+3
* | | net: use cached peername to resolve remote fieldsJames Hartig2015-03-162-3/+16
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-03-04199-307/+1578
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-03-041-1/+1
| |\ \ | | |/
| | * buffer: reword Buffer.concat error messageChris Dickinson2015-03-041-1/+1
| * | deps: upgrade npm to 2.6.1Forrest L Norvell2015-03-03197-305/+1573
| * | tests: fix race in test-http-curl-chunk-problemJulien Gilli2015-03-031-1/+4
* | | src: enable strict mode in all builtin modulesJulien Gilli2015-03-0351-0/+103
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-02-2716-46/+290
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-02-270-0/+0
| |\ \ | | |/
| | * console: allow Object.prototype fields as labelsJulien Gilli2015-02-172-15/+55
| * | src: fix builtin modules failing with --use-strictJulien Gilli2015-02-274-21/+64
| * | test: make destroyed-socket-write2.js more robustMichael Dawson2015-02-271-2/+3
| * | doc: add explanations for querystringRobert Kowalski2015-02-251-1/+5
| * | doc: fix default value of opts.decodeURIComponenth7lin2015-02-251-1/+1
| * | doc: remove broken link to tracing apiRobert Kowalski2015-02-241-1/+0
| * | deps: backport a02d97e from v8 upstreamAndrei Sedoi2015-02-201-4/+5
| * | smalloc: extend user APITrevor Norris2015-02-205-7/+137
| * | net: unref timer in parent socketsFedor Indutny2015-02-193-9/+75
| * | fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-173-4/+48
* | | dgram: implicit binds should be exclusiveSam Roberts2015-02-173-1/+106
* | | fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-173-5/+53
* | | src: update AUTHORS after merge of v0.12 in masterJulien Gilli2015-02-161-0/+1
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-02-16546-13315/+17366
|\ \ \ | |/ /
| * | src: update AUTHORS after mergeJulien Gilli2015-02-161-0/+4
| * | deps: do not add extra newline in log fileJulien Gilli2015-02-161-1/+1
| * | deps: add test for V8 version in profiler's logJulien Gilli2015-02-161-0/+15
| * | Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-02-163-2/+19
| |\ \ | | |/
| | * url: reslove urls with . and ..Amir Saboury2015-02-092-2/+10
| | * deps: log V8 version in profiler log fileBen Noordhuis2015-02-041-0/+9
| * | buffer: fix pool offset adjustmentTrevor Norris2015-02-161-1/+3
| * | console: allow Object.prototype fields as labelscjihrig2015-02-132-10/+26
| * | module: replace NativeModule.requireHerbert Vojčík2015-02-121-3/+3
| * | doc: fix code syntaxDan Dascalescu2015-02-121-1/+1