| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR-URL: https://github.com/iojs/io.js/pull/464
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Current format does not render properly when converted to RTF by
the tools/license2rtf.js tool, specifically the wrong sections are
presented as bold, giving the wrong emphasis to the document.
This fix makes the formatting more consistent, with non-license
summary sections bold and the licenses themselves unformatted.
PR: https://github.com/iojs/io.js/pull/436
Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-by: Bert Belder <bertbelder@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
PR-URL: https://github.com/iojs/io.js/pull/294
Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Discussed in TC meeting 2015-01-13, merge but accept changes
if better advice comes along
|
|
|
|
| |
Reviewed-By: Bert Belder <bertbelder@gmail.com>
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
deps/v8/test/cctest/test-api.cc
lib/events.js
lib/http.js
|
| | |
|
|/
|
|
| |
No functional changes, just one less entry in the LICENSE file.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
* floating point operations are approx 4x's faster
* Now write quiet NaN's
* all read/write on floating point now done in C, so no more need for
lib/buffer_ieee754.js
* float values have more accurate min/max value checks
* add additional benchmarks for buffers read/write
* created benchmark/_bench_timer.js which is a simple library that
can be included into any benchmark and provides an intelligent tracker
for sync and async tests
* add benchmarks for DataView set methods
* add checks and tests to make sure offset is greater than 0
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 6d98524609d5c0a1445f71b9930ff81c48c749be.
This reverts commit 60ff789618b5d61650609c7df27359ed3a609cc2.
closure_linter now depends on the gflags module and not everyone will have that
installed by default.
|
| |
|
|
|
|
| |
Adds the Gubblebum Blocky copyright statement
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* process._getActiveHandles() returns a list containing all active handles
(timers, sockets, etc.) that have not been unref'd.
* process._getActiveRequests() returns a list of active requests (in-flight
actions like connecting to a remote host, writing data to a socket, etc.).
|
| |
|
|
|
|
| |
For easy inclusion in binary distributions. ref #3056
|
| |
|
| |
|
|
|
|
| |
http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
|
|
|
|
| |
.msi update coming soon.
|
|
|
|
|
|
|
| |
The currently bundled library doesn't pass all the test cases from RFC 3492.
Mathias's library does.
Home: https://github.com/bestiejs/punycode.js
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit bd270b48a790ba00dd5a0dc9624aabbdedacaea8.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Using @bnoordhuis's punycode lib.
Close #1174 also
|
|
|
|
| |
Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/
|
| |
|
|
|
|
|
|
| |
make cpplint
make jslint
make lint
|
|
|
|
| |
Run with 'make lint'
|
| |
|
| |
|
|
|
|
|
| |
This will only manipulate the OS X-level process name, not the title shown
in e.g. ps.
|
| |
|
|
|
|
|
| |
- reference to OpenSSL
- note about http-parser
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
No longer based on Ragel, but hand-written.
Had to add HTTPConnection.resetParser() because the parser is stricter and
will error out when you try to give it a message after the previous had
"Connection: close". The HTTP client was doing that. Thus we reset the
parser manually after each new connection.
|
|
|
|
|
| |
- Add -f flag to rm on make clean.
- Use old jsmin - the new one seems to be broken.
|
| |
|
| |
|
|
|
|
|
| |
Missing functional tests. I'm not sure how to do tests because I don't want
to rely on the fact that users have an internet connection.
|