summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* another tryfix/gh-6663Fedor Indutny2013-12-112-9/+13
* sys_msdosFedor Indutny2013-12-111-0/+3
* fixFedor Indutny2013-12-111-1/+11
* fixes for win32Fedor Indutny2013-12-111-43/+73
* gyp: build openssl-cli tool and use it in testsFedor Indutny2013-12-1113-87/+110
* Merge branch 'v0.10'Fedor Indutny2013-12-102-18/+86
|\
| * fs: report correct path when EEXISTFedor Indutny2013-12-102-18/+89
* | Merge branch 'v0.10'Fedor Indutny2013-12-107-36/+103
|\ \ | |/
| * tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-104-20/+67
| * build: only whole archive on static v8 buildsTimothy J Fontaine2013-12-101-1/+1
* | tls_wrap: bump kClearOutChunkSize to 16kbFedor Indutny2013-12-101-1/+1
* | test: make fs-watch-recursive less racyFedor Indutny2013-12-101-2/+7
* | src: only access stack of defined errorsVladimir Kurchatkin2013-12-103-2/+39
* | test: fix create-file test fixtureAlexis Campailla2013-12-101-1/+3
* | node: follow specification, zero-fill ArrayBuffersTrevor Norris2013-12-091-1/+3
* | crypto: support GCM authenticated encryption mode.Ingmar Runge2013-12-085-1/+260
* | build: older pythons don't support ternary ifTimothy J Fontaine2013-12-071-1/+3
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-0613-19/+146
|\ \ | |/
| * build: pass --no-parallel by default to gypTimothy J Fontaine2013-12-061-1/+1
| * build: ./configure pass positional args to gypTimothy J Fontaine2013-12-061-5/+9
| * doc: mention execArgv in setupMasterYazhong Liu2013-12-061-0/+2
| * doc: document 'error' event for stream.WritableFedor Indutny2013-12-061-0/+4
| * crypto: Make Decipher._flush() emit errors.Kai Groner2013-12-042-1/+21
| * blog: bnoordhuis departureisaacs2013-12-041-0/+17
| * tls: fix pool usage raceFedor Indutny2013-12-022-8/+76
| * doc: list execArgv option for child_process.fork()Yazhong Liu2013-12-021-0/+2
| * doc: change constant to consistentGabriel Falkenberg2013-12-021-1/+1
| * process: document kill(0), disallow kill(O_RDWR)Sam Roberts2013-12-023-4/+14
* | build: Ignore gyp-generated files on androidSteven Kabbes2013-12-061-0/+6
* | http: DELETE shouldn't default to chunked encodingLalit Kapoor2013-12-062-1/+69
* | child_process: don't crash process on internal opsAlexis Campailla2013-12-062-16/+57
* | crypto: fix moving read headFedor Indutny2013-12-071-11/+16
* | tls_wrap: use writev when possibleFedor Indutny2013-12-074-4/+43
* | benchmark: fixate `ciphers` in tls benchmarksFedor Indutny2013-12-072-2/+4
* | openssl: add assembly for aes and gcmFedor Indutny2013-12-0618-0/+18239
* | tls: fix handling of asterisk in SNI contextFedor Indutny2013-12-052-14/+22
* | build: add libicu i18n supportBen Noordhuis2013-12-053-2/+24
* | lib: child_process spawn handle ENOENT correctlyAlexis Campailla2013-12-051-4/+1
* | Merge branch 'v0.10'Fedor Indutny2013-12-024-37/+41
|\ \ | |/
| * tls: reset NPN callbacks after SNIFedor Indutny2013-12-023-15/+31
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-015-5/+28
|\ \ | |/
| * build: include postmortem symbols on linuxTimothy J Fontaine2013-12-012-1/+9
| * doc: net: fix typo in example codeYazhong Liu2013-11-301-1/+1
| * doc: http: document ServerResponse 'finish' eventMichael Ridgway2013-11-281-0/+11
| * doc: http: properly document callback argumentNikolai Vavilov2013-11-281-2/+6
| * stream_wrap: don't call Number::New()Ben Noordhuis2013-11-271-1/+1
* | http: fix parser double-free in _http_client.jsFedor Indutny2013-11-272-2/+65
* | test: use os.EOL when checking outputAlexis Campailla2013-11-273-4/+7
* | openssl: more asmFedor Indutny2013-11-278-0/+3585
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-265-1/+186
|\ \ | |/