summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * crypto: allow forcing SSLv2/v3 via secureProtocolFedor Indutny2014-10-201-2/+8
| * crypto: move disaling SSLv2/3 into JavaScriptTimothy J Fontaine2014-10-171-1/+18
| * child_process: properly support optional argscjihrig2014-09-171-1/+1
* | src,zlib: revert concatenated-stream changesChris Dickinson2015-01-071-8/+1
* | net: make connect() input validation synchronouscjihrig2015-01-031-48/+29
* | url: improve parsing speedCGavrila2014-12-301-0/+2
* | stream: switch _writableState.buffer to queueChris Dickinson2014-12-182-21/+49
* | debugger: fix unhandled error in setBreakpointMiroslav Bajtoš2014-12-171-0/+6
* | zlib: support concatenated gzip filesLuis Reis2014-12-161-1/+8
* | lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-111-0/+1
* | src: all wrap's now use actual FunctionTemplateTrevor Norris2014-12-055-56/+138
* | src: remove Async ListenerTrevor Norris2014-12-053-447/+4
* | url: change hostname regex to negate invalid charsJonathan Johnson2014-12-021-2/+3