Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-18Initial pass at zlib bindingsisaacs
2011-09-16Remove pthread-win32 from license file (no longer using it)Ryan Dahl
2011-08-22Update license info for opensslRyan Dahl
2011-08-09Revert "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-09Statically link in dependencies for node.exeIgor Zinkovsky
2011-07-07Close #1149 IDNA and Punycode support in url.parseJeremy Selier
Using @bnoordhuis's punycode lib. Close #1174 also
2011-05-16Add 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-15Update copyright headersRyan Dahl
2010-12-02Import cpplint.pyRyan Dahl
make cpplint make jslint make lint
2010-12-02Import Google's closure_linterRyan Dahl
Run with 'make lint'
2010-11-16Build API page into build/doc; simplify doctool.Micheil Smith
2010-11-15Remove RonnJS not used anymoreRyan Dahl
2010-08-13added 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-08Remove udnsRyan Dahl
2010-04-07Update LICENSE file with C-Ares infoRyan Dahl
2010-02-09Use 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