summaryrefslogtreecommitdiff
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* doc: add python-gflags LICENSE blockShigeki Ohtsu2015-01-161-0/+32
| | | | | PR-URL: https://github.com/iojs/io.js/pull/464 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* doc: fix formatting in LICENSE for RTF generationRod Vagg2015-01-151-7/+7
| | | | | | | | | | | | | 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>
* doc: add io.js LICENSE blockRod Vagg2015-01-141-4/+29
| | | | | | | | | | 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
* doc: update the zlib license after upgradingShigeki Ohtsu2015-01-081-5/+4
| | | | Reviewed-By: Bert Belder <bertbelder@gmail.com>
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-08-061-49/+220
|\ | | | | | | | | | | | | Conflicts: deps/v8/test/cctest/test-api.cc lib/events.js lib/http.js
| * doc: Update LICENSE for npm's Artistic 2.0isaacs2013-08-051-49/+220
| |
* | src: replace ngx-queue.h with queue.hBen Noordhuis2013-06-041-28/+0
|/ | | | No functional changes, just one less entry in the LICENSE file.
* doc: Add wrk's license to LICENSE fileisaacs2013-03-081-0/+181
|
* buffer: floating point read/write improvementsTrevor Norris2013-01-161-32/+0
| | | | | | | | | | | | | | | 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
* deps: upgrade libuv to 665a316Ben Noordhuis2012-11-161-40/+0
|
* Update LICENSE file.Ben Noordhuis2012-10-071-72/+1
|
* Revert "tools: update closure_linter to the latest(2.3.5)"Ben Noordhuis2012-06-281-11/+26
| | | | | | | | 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.
* LICENSE: update Closure Linter to Apache 2.0Shigeki Ohtsu2012-06-281-26/+11
|
* Update npm's licenseisaacs2012-06-181-0/+5
| | | | Adds the Gubblebum Blocky copyright statement
* LICENSE: add node-weakBert Belder2012-06-141-0/+18
|
* LICENSE: punctuation fixesBert Belder2012-06-141-13/+13
|
* process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis2012-05-151-0/+28
| | | | | | | | * 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.).
* Remove stray comment from LICENSE fileisaacs2012-04-071-7/+0
|
* Include text of licenses in LICENSE fileRyan Dahl2012-04-061-47/+515
| | | | For easy inclusion in binary distributions. ref #3056
* Fix links to libev and libeio licensesRyan Dahl2012-04-061-3/+3
|
* Mention marked, and add license to doc generatorisaacs2012-03-051-1/+6
|
* s/NPM/npm/isaacs2011-12-051-3/+3
| | | | http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
* Include NPM, update .pkg to install it.Ryan Dahl2011-11-211-0/+6
| | | | .msi update coming soon.
* punycode: replace with Mathias Bynens's implementationBen Noordhuis2011-11-111-1/+2
| | | | | | | 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
* Initial pass at zlib bindingsisaacs2011-09-171-0/+4
|
* Remove pthread-win32 from license file (no longer using it)Ryan Dahl2011-09-151-8/+0
|
* Update license info for opensslRyan Dahl2011-08-221-5/+4
|
* Revert "Remove scons"Ryan Dahl2011-08-081-0/+3
| | | | This reverts commit bd270b48a790ba00dd5a0dc9624aabbdedacaea8.
* Remove sconsRyan Dahl2011-08-061-3/+0
|
* Bring gyp into the tools directory; handwritten makefileRyan Dahl2011-08-061-0/+3
|
* Statically link in dependencies for node.exeIgor Zinkovsky2011-07-081-0/+8
|
* Close #1149 IDNA and Punycode support in url.parseJeremy Selier2011-07-061-0/+2
| | | | | | Using @bnoordhuis's punycode lib. Close #1174 also
* Add reading/writing of floats and doubles from/to buffersBrian White2011-05-151-0/+3
| | | | Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/
* Update copyright headersRyan Dahl2011-03-141-45/+50
|
* Import cpplint.pyRyan Dahl2010-12-011-0/+3
| | | | | | make cpplint make jslint make lint
* Import Google's closure_linterRyan Dahl2010-12-011-0/+3
| | | | Run with 'make lint'
* Build API page into build/doc; simplify doctool.Micheil Smith2010-11-151-0/+3
|
* Remove RonnJS not used anymoreRyan Dahl2010-11-151-5/+0
|
* added read and write support for process.title DarwinRasmus Andersson2010-08-121-0/+3
| | | | | This will only manipulate the OS X-level process name, not the title shown in e.g. ps.
* Use ronnjs 0.2 to generate docs. Small cosmetic change.Jérémy Lal2010-07-121-0/+5
|
* License file maintenance.Ryan Dahl2010-06-111-2/+10
| | | | | - reference to OpenSSL - note about http-parser
* Remove udnsRyan Dahl2010-04-071-4/+0
|
* Update LICENSE file with C-Ares infoRyan Dahl2010-04-071-0/+4
|
* Use Google's jsmin.py so that Node can be used for evilRyan Dahl2010-02-081-3/+0
|
* Updated out of date LICENSE file.Joseph Pecoraro2010-01-181-5/+1
|
* New http-parserRyan Dahl2009-11-211-3/+1
| | | | | | | | | 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.
* Fix build.Ryan Dahl2009-10-071-0/+3
| | | | | - Add -f flag to rm on make clean. - Use old jsmin - the new one seems to be broken.
* Upgrade v8 to 1.3.14Ryan Dahl2009-10-071-3/+0
|
* http.js license referenceRyan Dahl2009-09-281-1/+1
|
* Add DNS API.Ryan2009-07-281-0/+4
| | | | | 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.