summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-10repl: don't interpret floating point numbersBen Noordhuis
2012-11-10buffer: remove duplicate assertion testsTrevor Norris
2012-11-08os: add os.endianness() functionNathan Rajlich
2012-11-06readline: use a "string_decoder" to parse "keypress" eventsNathan Rajlich
2012-11-06readline: don't emit "line" events with a trailing '\n' charNathan Rajlich
2012-11-06net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-11-04debugger: exit and kill child on SIGTERM or SIGHUPFedor Indutny
2012-11-01doc: tls: rejectUnauthorized defaults to true after 35607f3aGirish Ramakrishnan
2012-10-31zlib: s/clear/close/ and match other close() semanticsisaacs
2012-10-30url: make url.format escape delimiters in path and queryJ. Lee Coltrane
2012-10-30tls: delete useless removeListener callBrandon Philips
2012-10-30zlib: reduce memory consumption, release earlyBen Noordhuis
2012-10-25Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis
2012-10-24repl: call resume() after setRawMode()Bert Belder
2012-10-24repl: call resume() after setRawMode()Bert Belder
2012-10-23crypto: pbkdf2 throws when no callback providedisaacs
2012-10-23crypto: Clean up buffer handling and DH methodsisaacs
2012-10-23crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')isaacs
2012-10-23tls: Provide buffer to Connection.setSessionisaacs
2012-10-23crypto: Binding only accepts buffersisaacs
2012-10-23crypto: Move encoding logic to JS, default=bufferisaacs
2012-10-21streams: remove useless lineSoarez
2012-10-13Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich
2012-10-13crypto: sort return value of getCiphers/getHashesBen Noordhuis
2012-10-13crypto: add crypto.getHashes()Ben Noordhuis
2012-10-13crypto: add crypto.getCiphers()Ben Noordhuis
2012-10-12repl: ensure each REPL instance gets its own "context"Nathan Rajlich
2012-10-13dgram: remove stale codeBen Noordhuis
2012-10-12lintisaacs
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs
2012-10-10util: add a "customInspect" option to `util.inspect()`Nathan Rajlich
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-05repl: move "isSyntaxError()" definition to the bottomNathan 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-10-01repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich
2012-09-30repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich
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