summaryrefslogtreecommitdiff
path: root/LICENSE
AgeCommit message (Collapse)Author
2013-08-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
Conflicts: deps/v8/test/cctest/test-api.cc lib/events.js lib/http.js
2013-08-05doc: Update LICENSE for npm's Artistic 2.0isaacs
2013-06-04src: replace ngx-queue.h with queue.hBen Noordhuis
No functional changes, just one less entry in the LICENSE file.
2013-03-08doc: Add wrk's license to LICENSE fileisaacs
2013-01-16buffer: floating point read/write improvementsTrevor Norris
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
2012-11-16deps: upgrade libuv to 665a316Ben Noordhuis
2012-10-07Update LICENSE file.Ben Noordhuis
2012-06-28Revert "tools: update closure_linter to the latest(2.3.5)"Ben Noordhuis
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.
2012-06-28LICENSE: update Closure Linter to Apache 2.0Shigeki Ohtsu
2012-06-18Update npm's licenseisaacs
Adds the Gubblebum Blocky copyright statement
2012-06-14LICENSE: add node-weakBert Belder
2012-06-14LICENSE: punctuation fixesBert Belder
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis
* 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.).
2012-04-07Remove stray comment from LICENSE fileisaacs
2012-04-06Include text of licenses in LICENSE fileRyan Dahl
For easy inclusion in binary distributions. ref #3056
2012-04-06Fix links to libev and libeio licensesRyan Dahl
2012-03-05Mention marked, and add license to doc generatorisaacs
2011-12-05s/NPM/npm/isaacs
http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
2011-11-21Include NPM, update .pkg to install it.Ryan Dahl
.msi update coming soon.
2011-11-11punycode: replace with Mathias Bynens's implementationBen Noordhuis
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
2011-09-17Initial pass at zlib bindingsisaacs
2011-09-15Remove pthread-win32 from license file (no longer using it)Ryan Dahl
2011-08-22Update license info for opensslRyan Dahl
2011-08-08Revert "Remove scons"Ryan Dahl
This reverts commit bd270b48a790ba00dd5a0dc9624aabbdedacaea8.
2011-08-06Remove sconsRyan Dahl
2011-08-06Bring gyp into the tools directory; handwritten makefileRyan Dahl
2011-07-08Statically link in dependencies for node.exeIgor Zinkovsky
2011-07-06Close #1149 IDNA and Punycode support in url.parseJeremy Selier
Using @bnoordhuis's punycode lib. Close #1174 also
2011-05-15Add reading/writing of floats and doubles from/to buffersBrian White
Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/
2011-03-14Update copyright headersRyan Dahl
2010-12-01Import cpplint.pyRyan Dahl
make cpplint make jslint make lint
2010-12-01Import Google's closure_linterRyan Dahl
Run with 'make lint'
2010-11-15Build API page into build/doc; simplify doctool.Micheil Smith
2010-11-15Remove RonnJS not used anymoreRyan Dahl
2010-08-12added read and write support for process.title DarwinRasmus Andersson
This will only manipulate the OS X-level process name, not the title shown in e.g. ps.
2010-07-12Use ronnjs 0.2 to generate docs. Small cosmetic change.Jérémy Lal
2010-06-11License file maintenance.Ryan Dahl
- reference to OpenSSL - note about http-parser
2010-04-07Remove udnsRyan Dahl
2010-04-07Update LICENSE file with C-Ares infoRyan Dahl
2010-02-08Use Google's jsmin.py so that Node can be used for evilRyan Dahl
2010-01-18Updated out of date LICENSE file.Joseph Pecoraro
2009-11-21New http-parserRyan Dahl
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.
2009-10-07Fix build.Ryan Dahl
- Add -f flag to rm on make clean. - Use old jsmin - the new one seems to be broken.
2009-10-07Upgrade v8 to 1.3.14Ryan Dahl
2009-09-28http.js license referenceRyan Dahl
2009-07-28Add DNS API.Ryan
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.
2009-06-22Add scons to LICENSERyan
2009-06-22Create tools directoryRyan
Users will need to "make distclean" to recompile from scratch since I've moved a lot of the core build tools around.
2009-06-09Add waf to LICENSERyan
2009-06-09Add mongrel and parseUri references to LICENSE fileRyan