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 (Expand)Author
2012-01-08https: make `https` use new `tls.connect` APIMaciej MaƂecki
2011-10-22http.request(url.parse(x))seebees
2011-10-04http: remove legacy http libraryBen Noordhuis
2011-07-30Add support for TLS SNIFedor Indutny
2011-07-26http: make http and http2 co-existBen Noordhuis
2011-07-26http: http2 implementationMikeal Rogers
2011-04-26Add support for Unix Domain Sockets to HTTPMark Cavage
2011-04-19OpenSSL NPN in node.jsFedor Indutny
2011-04-02Closes GH-721 Set default host header properlyisaacs
2011-03-22expose https.AgentRyan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-02-08tls fixesRyan Dahl
2011-02-05http: agent takes options instead of host, port pairMikeal Rogers
2011-01-23Expose agent in http and https client.Mikeal Rogers
2011-01-22Expose http.getAgentRyan Dahl
2011-01-22Add https.get()Ryan Dahl
2011-01-22Initial pass at https clientRyan Dahl
2011-01-04First pass at new https serverRyan Dahl