summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: split test in parallel/sequentialFedor Indutny2014-12-17775-78/+41
* fs: add access() and accessSync()cjihrig2014-12-155-0/+209
* doc: change write() after end() streams exampleAlejandro Oviedo2014-12-141-5/+4
* lib: reintroduce v8 moduleBen Noordhuis2014-12-149-1/+190
* src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-144-14/+7
* src: redo unaligned access workaroundBen Noordhuis2014-12-146-35/+100
* src: fix addon loader regressionBen Noordhuis2014-12-131-15/+12
* build: remove support for VS 2010 and 2012Nikolai Vavilov2014-12-121-24/+2
* domain: add soft deprecation noticeChris Dickinson2014-12-122-0/+12
* docs: clarify that 'io.js' is the correct nameMathias Bynens2014-12-111-0/+7
* doc: added node-forward TC meeting 2014-10-15Rod Vagg2014-12-121-0/+44
* domain: forward args to .run(fn)micnic2014-12-124-3/+68
* doc: added TC meeting minutes for 2014-12-10Rod Vagg2014-12-121-0/+139
* module: fix regression in require ../Evan Lucas2014-12-115-0/+14
* build: fix dtrace-enabled build on os xBen Noordhuis2014-12-111-1/+1
* doc: add TC notes from october 29thMikeal Rogers2014-12-111-0/+33
* doc: meeting notes from oct 9th TC meetingMikeal Rogers2014-12-111-0/+61
* docs: reword project messagingKevin O'Hara2014-12-101-3/+2
* build: configure return exit status from gypSteven R. Loomis2014-12-101-1/+1
* crypto: separate altname extensions with ", "Fedor Indutny2014-12-113-12/+21
* crypto: disable SSLv3 if shared OpenSSL lacks itbrian m. carlson2014-12-101-0/+12
* benchmark: add url benchmarksBen Noordhuis2014-12-091-0/+27
* lib: optimize require() path walkingBen Noordhuis2014-12-091-5/+5
* src: fix unaligned access in ucs2 string encoderBen Noordhuis2014-12-091-19/+19
* test: fix test-fs-symlink-dir-junction-relativeBert Belder2014-12-091-32/+30
* test: add test for spawnSync() env optioncjihrig2014-12-091-0/+35
* lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-092-2/+3
* build: fix build with systemtap providers enabledEvan Torrie2014-12-091-2/+13
* Merge 'node/v0.12'Bert Belder2014-12-090-0/+0
|\
| * doc: fix grammar and wording in tls and timersBrendan Ashworth2014-12-052-4/+4
| * doc: mention callback for http res/req write & endJackson Tian2014-12-051-8/+11
| * uv: float patch to revert tty breakageTrevor Norris2014-12-051-1/+6
| * async-wrap: add event hooksTrevor Norris2014-12-056-2/+167
| * async-wrap: explicitly pass parentTrevor Norris2014-12-0512-38/+89
| * async-wrap: expose async-wrap as bindingTrevor Norris2014-12-052-22/+51
| * src: remove unnecessary template parameterTrevor Norris2014-12-0510-12/+12
| * src: all wrap's now use actual FunctionTemplateTrevor Norris2014-12-0517-159/+404
| * node: fix throws before timer module is loadedTrevor Norris2014-12-051-1/+1
| * node, async-wrap: remove MakeDomainCallbackTrevor Norris2014-12-054-187/+55
| * async-wrap: move MakeCallback to .ccTrevor Norris2014-12-054-132/+169
| * src: remove Async ListenerTrevor Norris2014-12-0533-2580/+8
| * test: mark current flaky tests as flakyAlexis Campailla2014-12-042-0/+21
| * test: runner support for flaky testsAlexis Campailla2014-12-041-14/+32
| * node: fix bad assertTrevor Norris2014-12-031-1/+1
| * doc: set logical umask in process.umask exampleCarlos Campderrós2014-12-021-1/+1
| * url: change hostname regex to negate invalid charsJonathan Johnson2014-12-022-14/+27
| * lint: fix code styleTrevor Norris2014-12-021-2/+2
| * url: support `path` for url.formatYazhong Liu2014-12-023-13/+104
| * modules: adding load linked modules featureThorsten Lorenz2014-12-012-1/+67
| * crypto: store thread id as pointer-sizedAlexis Campailla2014-11-281-1/+2