summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-10util: make `inspect()` accept an "options" argumentNathan Rajlich
2012-10-09https: fix renegotation attack protectionBen Noordhuis
2012-10-09tls: remove dead codeBen Noordhuis
2012-10-09cluster: make 'listening' handler see actual portAaditya Bhatia
2012-10-09buffer: include encoding value in exception when invalidRicky Ng-Adam
2012-10-09windows: use USERPROFILE to get the user's home dirBert Belder
2012-10-08tls: don't use a timer to track renegotiationsBen Noordhuis
2012-10-07repl: dynamically lookup the require extensions for tab completeNathan Rajlich
2012-10-03Revert "http: make http.ServerResponse emit 'end'"isaacs
2012-10-03streams: fix pipe is destructed by 'end' from destinationkoichik
2012-10-01path: add platform specific path delimiterPaul Serby
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-28debugger: test repeating last commandFedor Indutny
2012-09-28Fixed a bug with last command repeating in debuggerAlex Kocharin
2012-09-28http: add response.headersSent propertyPavel Lang
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-25tls: lintisaacs
2012-09-25domain: Remove stray console.logisaacs
2012-09-25tls: use slab allocatorFedor Indutny
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich
2012-09-22child_process: don't die when disconnect event existsAndreas Madsen
2012-09-22child_process: make .fork()'d child auto-exitBen Noordhuis
2012-09-22events: speed up .removeAllListeners()Ben Noordhuis
2012-09-22events: speed up newListener/removeListener eventsBen Noordhuis
2012-09-22events: add 'removeListener' eventBen Noordhuis
2012-09-21domain: Properly exit() on domain disposalisaacs
2012-09-18debugger: fix --debug-brktasogarepg
2012-09-17url: Go much faster by using Url classisaacs
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis
2012-09-15tls, https: validate server certificate by defaultBen Noordhuis
2012-09-12Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-10stream.pipe: Don't call destroy() unless it's a functionisaacs
2012-09-09buffer: implement Buffer.prototype.toJSON()Nathan Rajlich
2012-09-08util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis
2012-09-05tls: async session storageFedor Indutny
2012-09-04http: make http.ServerResponse emit 'end'Ben Noordhuis
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-09-02buffer: added support for writing NaN and Infinitykoichik
2012-09-02Revert "buffer: added support for writing NaN and Infinity"koichik
2012-09-02buffer: added support for writing NaN and Infinitykoichik
2012-08-31tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu
2012-08-30child process: fix processes with IPC channel don't emit 'close'Bert Belder
2012-08-29tls, https: throw exception on missing key/certBen Noordhuis
2012-08-29doc: update assert.doesNotThrow() docsBen Noordhuis
2012-08-28Merge branch 'v0.8'Bert Belder
2012-08-28windows: fix single-accept mode for shared server socketsBert Belder