summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.12'João Reis2015-07-272-4/+10
|\
| * tls: do not hang without `newSession` handlerFedor Indutny2015-07-202-4/+10
* | doc, comments: Grammar and spelling fixesVille Skyttä2015-06-292-4/+4
* | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-06-221-1/+10
|\ \ | |/
| * Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-06-221-1/+10
| |\
| | * tls: revert disable RC4 and cipher lists changesJulien Gilli2015-06-181-10/+4
| | * timers: fix timeout when added in timer's callbackJulien Gilli2015-06-171-1/+10
| | * tls: disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-4/+10
* | | _http_server.js: fix typo in commentDevon Harvey2015-06-031-1/+1
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-05-143-23/+34
|\ \ \ | |/ /
| * | tls,crypto: revert recent cipher lists changesJulien Gilli2015-05-131-6/+6
| * | repl: make 'Unexpected token' errors recoverableJulien Gilli2015-05-121-1/+1
| * | net: do not set V4MAPPED on FreeBSDJulien Gilli2015-04-281-2/+12
| * | debugger: don't spawn child process in remote modeJackson Tian2015-04-141-20/+19
| * | debugger: improve help informationJackson Tian2015-04-141-0/+2
| * | disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-6/+6
* | | tls: command-line switch and envar cipher-list overrideJames M Snell2015-04-081-19/+6
* | | tls: more secure defaultsJames M Snell2015-04-082-8/+21
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-04-012-68/+77
|\ \ \ | |/ /
| * | http: fix assert on data/end after socket errorFedor Indutny2015-03-271-1/+8
| * | path: refactor for performance and consistencyNathan Woltman2015-03-251-67/+69
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-03-232-3/+10
|\ \ \ | |/ /
| * | lib: fix stdio/ipc sync i/o regressionBen Noordhuis2015-03-192-3/+10
* | | url: resolve urls with . and ..Amir Saboury2015-03-171-2/+2
* | | Merge remote-tracking branch 'upstream/v0.12'merge-reviewJulien Gilli2015-03-163-5/+19
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-03-161-2/+2
| |\ \ | | |/
| | * url: revert reslove urls with . and ..Julien Gilli2015-03-061-2/+2
| | * http: fix performance regression for GET requestsFlorin-Cristian Gavrila2015-03-051-4/+0
| * | buffer: align chunks on 8-byte boundaryFedor Indutny2015-03-111-0/+6
| * | net: allow port 0 in connect()cjihrig2015-03-051-3/+11
* | | net: use cached peername to resolve remote fieldsJames Hartig2015-03-161-3/+4
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-03-041-1/+1
|\ \ \ | |/ /
| * | 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
| | * console: allow Object.prototype fields as labelsJulien Gilli2015-02-171-7/+34
* | | src: enable strict mode in all builtin modulesJulien Gilli2015-03-0349-0/+98
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-02-275-30/+50
|\ \ \ | |/ /
| * | src: fix builtin modules failing with --use-strictJulien Gilli2015-02-273-21/+30
| * | net: unref timer in parent socketsFedor Indutny2015-02-192-9/+20
| * | fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-171-3/+1
* | | dgram: implicit binds should be exclusiveSam Roberts2015-02-171-1/+1
* | | fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-171-4/+6
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-02-165-20/+24
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-02-161-2/+2
| |\ \ | | |/
| | * url: reslove urls with . and ..Amir Saboury2015-02-091-2/+2
| * | buffer: fix pool offset adjustmentTrevor Norris2015-02-161-1/+3
| * | console: allow Object.prototype fields as labelscjihrig2015-02-131-1/+1
| * | module: replace NativeModule.requireHerbert Vojčík2015-02-121-3/+3
| * | fs: make F_OK/R_OK/W_OK/X_OK not writableJackson Tian2015-02-111-10/+8
| * | lib: fix max size check in Buffer constructorBen Noordhuis2015-02-101-3/+7