summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* lib: fix stdio/ipc sync i/o regressionBen Noordhuis2015-03-192-3/+10
* 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
* | 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: 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
* | 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
* | assert: use util.inspect() to create error messagescjihrig2015-01-291-15/+2
* | Revert "url: support `path` for url.format"Julien Gilli2015-01-291-26/+5
* | url: fix parsing of ssh urlsEvan Lucas2015-01-231-3/+2
* | net: throw on invalid socket timeoutscjihrig2015-01-222-9/+18
* | http: rename flush to flushHeadersTimothy J Fontaine2015-01-161-1/+1
* | cluster: avoid race enabling debugger in workerTimothy J Fontaine2015-01-151-1/+1
* | path: don't lower-cases drive lettersBert Belder2015-01-151-11/+0
* | cluster: don't assert if worker has no handlesSam Roberts2015-01-141-1/+1
* | cluster: cluster.disconnect() should check statusSam Roberts2015-01-141-1/+2
* | Merge remote-tracking branch 'upstream/v0.12' into merge-0-10-into-0-12Julien Gilli2015-01-121-0/+37
|\ \
| * | fs: add access() and accessSync()Colin Ihrig2015-01-121-0/+37
* | | src: fix indentation in _tls_wrap.jsJulien Gilli2015-01-121-2/+2
* | | Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12Julien Gilli2015-01-1216-73/+177
|\ \ \ | |/ / |/| / | |/
| * timers: don't mutate unref list while iterating itJulien Gilli2014-12-221-35/+44
| * timers: don't close interval timers when unrefdJulien Gilli2014-12-191-1/+1
| * timers: Avoid linear scan in _unrefActive.Julien Gilli2014-12-161-47/+73
| * timers: fix unref() memory leakTrevor Norris2014-11-261-1/+10
| * lint: fix lint issuesTrevor Norris2014-11-181-4/+2
| * child_process: check fork args is an arraySam Roberts2014-11-181-0/+2
| * child_process: check execFile args is an arraySam Roberts2014-11-181-10/+20
| * repl: Private Buffer object in lib/* filesEmmanuel Odeke2014-10-2510-1/+11
| * tls: enforce secureOptions on incoming clientsTimothy J Fontaine2014-10-231-1/+6
| * tls: honorCipherOrder should not degrade defaultsTimothy J Fontaine2014-10-232-20/+36