summaryrefslogtreecommitdiff
path: root/LICENSE
AgeCommit message (Collapse)Author
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
2009-05-27add license, readmeRyan