Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade V8 to 3.8.0 | Ryan Dahl | 2011-12-14 | 143 | -2513/+5935 |
| | |||||
* | Implement make install | Fedor Indutny | 2011-12-14 | 2 | -4/+115 |
| | | | | Fixes #2331, #2197, #2283 | ||||
* | build: update 'make install' warning message | Ben Noordhuis | 2011-12-14 | 1 | -1/+2 |
| | |||||
* | fix windows build | Igor Zinkovsky | 2011-12-09 | 1 | -1/+0 |
| | |||||
* | Move lock back to node_crypto.cc | Ryan Dahl | 2011-12-08 | 2 | -2/+2 |
| | |||||
* | Remove wscript | Ryan Dahl | 2011-12-08 | 1 | -1021/+0 |
| | |||||
* | Move a few more global vars into struct | Ryan Dahl | 2011-12-08 | 4 | -18/+27 |
| | |||||
* | move global vars from platfrom, node_signal_watcher to struct | Ryan Dahl | 2011-12-07 | 7 | -33/+48 |
| | |||||
* | Move node_buffer.cc globals to struct | Ryan Dahl | 2011-12-07 | 3 | -35/+41 |
| | |||||
* | move global vars for node_file.cc, node_zlib.cc, and node_crypto.cc | Ryan Dahl | 2011-12-07 | 4 | -40/+84 |
| | |||||
* | Move node_http_parser.cc global vars into node_vars.h | Ryan Dahl | 2011-12-07 | 2 | -72/+110 |
| | |||||
* | tls: enable rejectUnauthorized option to client | koichik | 2011-12-07 | 5 | -5/+207 |
| | | | | Fiexes #2247. | ||||
* | Begin moving static vars into struct for isolates. | Ryan Dahl | 2011-12-07 | 6 | -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 Dahl | 2011-12-06 | 41 | -42/+832 |
|\ | |||||
| * | Deshadow, denamespace variables in node.cc | Ryan Dahl | 2011-12-06 | 1 | -39/+35 |
| | | | | | | | | Prep for isolates. | ||||
| * | test: add missing copyright headers | Ben Noordhuis | 2011-12-06 | 36 | -0/+755 |
| | | |||||
| * | test: new test, verify that we don't close and reuse fd 0 | Ben Noordhuis | 2011-12-06 | 2 | -0/+33 |
| | | |||||
| * | Remove unused variable. | Ben Noordhuis | 2011-12-06 | 1 | -3/+2 |
| | | | | | | | | | | The file descriptor arg to child_process._forkChild() is not used any more. Remove it, avoids future confusion. | ||||
| * | uv: upgrade to 0db3274 | Ben Noordhuis | 2011-12-06 | 1 | -0/+7 |
| | | |||||
* | | Merge remote branch 'origin/v0.6' | Ryan Dahl | 2011-12-06 | 27 | -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 TTYs | isaacs | 2011-12-06 | 2 | -0/+37 |
| | | |||||
| * | doc: add Travis CI build status image | Maciej Małecki | 2011-12-05 | 1 | -1/+1 |
| | | |||||
| * | test: add `.travis.yml` for testing on Travis CI | Maciej Małecki | 2011-12-05 | 1 | -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 stdin | isaacs | 2011-12-05 | 7 | -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 darwin | Ryan Dahl | 2011-12-05 | 1 | -1/+1 |
| | | |||||
| * | s/NPM/npm/ | isaacs | 2011-12-05 | 5 | -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 Noordhuis | 2011-12-05 | 2 | -1/+38 |
| | | |||||
| * | Add analytics tracking to docs | Ryan Dahl | 2011-12-05 | 1 | -0/+11 |
| | | |||||
| * | cli: fix output of --help | Ben Noordhuis | 2011-12-05 | 1 | -1/+5 |
| | | |||||
| * | test: create test file in temp dir | Ben Noordhuis | 2011-12-05 | 1 | -3/+3 |
| | | |||||
| * | uv: upgrade to 34e95d1 | Ben Noordhuis | 2011-12-04 | 2 | -1/+10 |
| | | |||||
| * | Now working on Node v0.6.6 | Ryan Dahl | 2011-12-04 | 1 | -2/+2 |
| | | |||||
| * | Bump version to v0.6.5v0.6.5 | Ryan Dahl | 2011-12-04 | 4 | -11/+18 |
| | | |||||
| * | Remove superfluous 'new' | Ryan Dahl | 2011-12-04 | 1 | -1/+1 |
| | | |||||
| * | Upgrade V8 to 3.6.6.11 | Ryan Dahl | 2011-12-03 | 4 | -39/+11 |
| | | |||||
| * | Add link to license file on website | Ryan Dahl | 2011-12-02 | 1 | -0/+1 |
| | | |||||
| * | Workaround: A/V software prevents folder rename | isaacs | 2011-12-02 | 1 | -1/+20 |
| | | |||||
* | | [zlib] added dictionary support | Fedor Indutny | 2011-12-05 | 4 | -6/+144 |
| | | |||||
* | | Upgrade V8 to 3.7.12 | Ryan Dahl | 2011-12-05 | 424 | -34189/+69657 |
| | | |||||
* | | gyp: upgrade to r1103 | Ben Noordhuis | 2011-12-03 | 527 | -334/+20547 |
| | | |||||
* | | Merge branch 'v0.6' | Ben Noordhuis | 2011-12-02 | 345 | -1012/+25090 |
|\ \ | |/ | | | | | | | Conflicts: src/node_version.h | ||||
| * | Update ChangeLog | koichik | 2011-12-03 | 1 | -12/+37 |
| | | |||||
| * | Now working on v0.6.5 | Ben Noordhuis | 2011-12-02 | 1 | -2/+2 |
| | | |||||
| * | Bump version to v0.6.4v0.6.4 | Ben Noordhuis | 2011-12-02 | 3 | -10/+10 |
| | | |||||
| * | Fix UVException errno bug | Bert Belder | 2011-12-02 | 1 | -1/+1 |
| | | |||||
| * | Exclude getbuf from the windows build | Bert Belder | 2011-12-02 | 1 | -0/+2 |
| | | | | | | | | It's not used. | ||||
| * | Win: make process.cwd and chdir support non-ansi characters | Bert Belder | 2011-12-02 | 2 | -11/+27 |
| | | | | | | | | Closes GH-2215 | ||||
| * | Rename FSError to UVException and move to node.cc | Bert Belder | 2011-12-02 | 3 | -87/+88 |
| | | |||||
| * | npm 1.1.0-alpha-6 | isaacs | 2011-12-01 | 95 | -97/+99 |
| | | |||||
| * | binding for uv_pipe_pending_instances | Igor Zinkovsky | 2011-12-01 | 3 | -2/+36 |
| | |