summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-08-02smalloc: fix assertion fails/segfaultTrevor Norris
2013-08-02util: add isPrimitive checkTrevor Norris
2013-08-01src: Replace macros with util functionsisaacs
2013-08-01tls_wrap: parse tls session ticket extensionFedor Indutny
2013-07-29util: don't throw on circular %j input to format()Ben Noordhuis
2013-07-30fs: write strings directly to diskTrevor Norris
2013-07-30assert: replace !!!value with just !valueBen Noordhuis
2013-07-29dgram: report send errors to cb, don't pass bytesBen Noordhuis
2013-07-29child_process: add 'shell' option to .exec()Ben Noordhuis
2013-07-28cluster: fix shared handle bind error propagationBen Noordhuis
2013-07-28cluster: remove duplicate this.errno assignmentBen Noordhuis
2013-07-25streams: Don't emit 'end' until read() past EOFisaacs
2013-07-25tls: share tls tickets key between cluster workersFedor Indutny
2013-07-25cluster: support setting data on shared serverFedor Indutny
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-23buffer: misc logic simplificationTrevor Norris
2013-07-23buffer: revert length and parent checkTrevor Norris
2013-07-22buffer: slice on zero length bufferTrevor Norris
2013-07-22stream: Simplify flowing, passive data listeningisaacs
2013-07-22util: removed duplicated isArray checkWyatt Preul
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
2013-07-19buffer: return offset for end of last writeTrevor Norris
2013-07-19smalloc: create separate moduleTrevor Norris
2013-07-17Merge remote-tracking branch 'ry/v0.10'isaacs
2013-07-17url: Fix edge-case when protocol is non-lowercaseShuan Wang
2013-07-14tls: Trivial use_strict fixisaacs
2013-07-12lint: fix _http_client.js after v0.10 mergeTimothy J Fontaine
2013-07-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-07-11timers: setImmediate process full queue each turnBen Noordhuis
2013-07-09tls: only wait for finish if we haven't seen itTimothy J Fontaine
2013-07-08http: Dump response when request is abortedisaacs
2013-07-09http: Use OOP for OutgoingMessage._finishisaacs
2013-07-09http: Reuse more http/https Agent codeisaacs
2013-07-09http: Add agent.get/request methodsisaacs
2013-07-09http: Proper KeepAlive behaviorisaacs
2013-07-09http: styleisaacs
2013-07-09crypto: throw a helpful error message for "tls" and "crypto"Nathan Rajlich
2013-07-08buffer: propagate originating parentTrevor Norris
2013-07-07http: use an unref'd timer to fix delay in exitPeter Rust
2013-07-07timers: internal unref timers should use Timer.nowTimothy J Fontaine
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-07-03stream: objectMode transform should allow falsey valuesJeff Barczewski
2013-07-03{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris
2013-07-03tls: export TLSSocketFedor Indutny
2013-07-01http: use an unref'd timer to fix delay in exitPeter Rust
2013-07-01zlib: allow zero values for level and strategyBrian White
2013-07-01zlib: allow changing of level and strategyBrian White
2013-07-01zlib: allow custom flush type for flush()Brian White
2013-07-01zlib: remove unused parameterBrian White