summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade V8 to 3.8.0Ryan Dahl2011-12-14143-2513/+5935
|
* Implement make installFedor Indutny2011-12-142-4/+115
| | | | Fixes #2331, #2197, #2283
* build: update 'make install' warning messageBen Noordhuis2011-12-141-1/+2
|
* fix windows buildIgor Zinkovsky2011-12-091-1/+0
|
* Move lock back to node_crypto.ccRyan Dahl2011-12-082-2/+2
|
* Remove wscriptRyan Dahl2011-12-081-1021/+0
|
* Move a few more global vars into structRyan Dahl2011-12-084-18/+27
|
* move global vars from platfrom, node_signal_watcher to structRyan Dahl2011-12-077-33/+48
|
* Move node_buffer.cc globals to structRyan Dahl2011-12-073-35/+41
|
* move global vars for node_file.cc, node_zlib.cc, and node_crypto.ccRyan Dahl2011-12-074-40/+84
|
* Move node_http_parser.cc global vars into node_vars.hRyan Dahl2011-12-072-72/+110
|
* tls: enable rejectUnauthorized option to clientkoichik2011-12-075-5/+207
| | | | Fiexes #2247.
* Begin moving static vars into struct for isolates.Ryan Dahl2011-12-076-78/+195
| | | | | Only node.cc, stream_wrap.cc, and tcp_wrap.cc have been done. The rest still need work.
* Merge remote branch 'origin/v0.6'Ryan Dahl2011-12-0641-42/+832
|\
| * Deshadow, denamespace variables in node.ccRyan Dahl2011-12-061-39/+35
| | | | | | | | Prep for isolates.
| * test: add missing copyright headersBen Noordhuis2011-12-0636-0/+755
| |
| * test: new test, verify that we don't close and reuse fd 0Ben Noordhuis2011-12-062-0/+33
| |
| * Remove unused variable.Ben Noordhuis2011-12-061-3/+2
| | | | | | | | | | The file descriptor arg to child_process._forkChild() is not used any more. Remove it, avoids future confusion.
| * uv: upgrade to 0db3274Ben Noordhuis2011-12-061-0/+7
| |
* | Merge remote branch 'origin/v0.6'Ryan Dahl2011-12-0627-34/+248
|\ \ | |/ | | | | | | | | | | Conflicts: deps/v8/src/debug.cc deps/v8/src/version.cc src/node_version.h
| * Apply #2257 fix for Pipe streams as well as TTYsisaacs2011-12-062-0/+37
| |
| * doc: add Travis CI build status imageMaciej Małecki2011-12-051-1/+1
| |
| * test: add `.travis.yml` for testing on Travis CIMaciej Małecki2011-12-051-0/+14
| | | | | | | | | | | | As discussed with @isaacs, build reports will be sent to #libuv IRC channel. E-mail notifications are turned off so that Travis doesn't bother committers about failures in forks.
| * Fix #2257 pause/resume semantics for stdinisaacs2011-12-057-7/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | This makes it so that the stdin TTY-wrap stream gets ref'ed on .resume() and unref'ed on .pause() The semantics of the names "pause" and "resume" are a bit weird, but the important thing is that this corrects an API change from 0.4 -> 0.6 which made it impossible to read from stdin multiple times, without knowing when it might end up being closed. If no one has it open, this lets the process die naturally. LGTM'd by @ry
| * Disable test-setproctitle on darwinRyan Dahl2011-12-051-1/+1
| |
| * s/NPM/npm/isaacs2011-12-055-8/+8
| | | | | | | | http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
| * process: fix stack overflow when recursively calling process.exit()Ben Noordhuis2011-12-052-1/+38
| |
| * Add analytics tracking to docsRyan Dahl2011-12-051-0/+11
| |
| * cli: fix output of --helpBen Noordhuis2011-12-051-1/+5
| |
| * test: create test file in temp dirBen Noordhuis2011-12-051-3/+3
| |
| * uv: upgrade to 34e95d1Ben Noordhuis2011-12-042-1/+10
| |
| * Now working on Node v0.6.6Ryan Dahl2011-12-041-2/+2
| |
| * Bump version to v0.6.5v0.6.5Ryan Dahl2011-12-044-11/+18
| |
| * Remove superfluous 'new'Ryan Dahl2011-12-041-1/+1
| |
| * Upgrade V8 to 3.6.6.11Ryan Dahl2011-12-034-39/+11
| |
| * Add link to license file on websiteRyan Dahl2011-12-021-0/+1
| |
| * Workaround: A/V software prevents folder renameisaacs2011-12-021-1/+20
| |
* | [zlib] added dictionary supportFedor Indutny2011-12-054-6/+144
| |
* | Upgrade V8 to 3.7.12Ryan Dahl2011-12-05424-34189/+69657
| |
* | gyp: upgrade to r1103Ben Noordhuis2011-12-03527-334/+20547
| |
* | Merge branch 'v0.6'Ben Noordhuis2011-12-02345-1012/+25090
|\ \ | |/ | | | | | | Conflicts: src/node_version.h
| * Update ChangeLogkoichik2011-12-031-12/+37
| |
| * Now working on v0.6.5Ben Noordhuis2011-12-021-2/+2
| |
| * Bump version to v0.6.4v0.6.4Ben Noordhuis2011-12-023-10/+10
| |
| * Fix UVException errno bugBert Belder2011-12-021-1/+1
| |
| * Exclude getbuf from the windows buildBert Belder2011-12-021-0/+2
| | | | | | | | It's not used.
| * Win: make process.cwd and chdir support non-ansi charactersBert Belder2011-12-022-11/+27
| | | | | | | | Closes GH-2215
| * Rename FSError to UVException and move to node.ccBert Belder2011-12-023-87/+88
| |
| * npm 1.1.0-alpha-6isaacs2011-12-0195-97/+99
| |
| * binding for uv_pipe_pending_instancesIgor Zinkovsky2011-12-013-2/+36
| |