crypto: fix signed/unsigned comparison warning
[platform/upstream/nodejs.git] / lib /
2013-08-06 Fedor Indutnytls: asynchronous SNICallback
2013-08-06 isaacsrepl: Add 'smalloc' to list of known modules
2013-08-05 Koichi Kobayashihttps: fix default port
2013-08-05 isaacshttp: Fix overlooked agent.globalAgent export
2013-08-04 Fedor Indutnytls: fix handling of `SNICallback` server option
2013-08-02 Trevor Norrissmalloc: fix assertion fails/segfault
2013-08-02 Trevor Norrisutil: add isPrimitive check
2013-08-01 isaacssrc: Replace macros with util functions
2013-08-01 Fedor Indutnytls_wrap: parse tls session ticket extension
2013-07-29 Ben Noordhuisutil: don't throw on circular %j input to format()
2013-07-30 Trevor Norrisfs: write strings directly to disk
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-30 Ben Noordhuisassert: replace !!!value with just !value
2013-07-29 Ben Noordhuisdgram: report send errors to cb, don't pass bytes
2013-07-29 Ben Noordhuischild_process: add 'shell' option to .exec()
2013-07-28 Ben Noordhuiscluster: fix shared handle bind error propagation
2013-07-28 Ben Noordhuiscluster: remove duplicate this.errno assignment
2013-07-25 isaacsstreams: Don't emit 'end' until read() past EOF
2013-07-24 Fedor Indutnytls: share tls tickets key between cluster workers
2013-07-24 Fedor Indutnycluster: support setting data on shared server
2013-07-24 Ben Noordhuislib: macro-ify type checks
2013-07-23 Trevor Norrisbuffer: misc logic simplification
2013-07-23 Trevor Norrisbuffer: revert length and parent check
2013-07-23 Trevor Norrisbuffer: slice on zero length buffer
2013-07-22 isaacsstream: Simplify flowing, passive data listening
2013-07-22 Wyatt Preulutil: removed duplicated isArray check
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-20 Ben Noordhuissrc, lib: deduplicate errnoException
2013-07-19 Trevor Norrisbuffer: return offset for end of last write
2013-07-19 Trevor Norrissmalloc: create separate module
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-17 Shuan Wangurl: Fix edge-case when protocol is non-lowercase
2013-07-15 isaacstls: Trivial use_strict fix
2013-07-12 Timothy J Fontainelint: fix _http_client.js after v0.10 merge
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-12 Ben Noordhuistimers: setImmediate process full queue each turn
2013-07-09 Timothy J Fontainetls: only wait for finish if we haven't seen it
2013-07-08 isaacshttp: Dump response when request is aborted
2013-07-10 isaacshttp: Use OOP for OutgoingMessage._finish
2013-07-10 isaacshttp: Reuse more http/https Agent code
2013-07-10 isaacshttp: Add agent.get/request methods
2013-07-10 isaacshttp: Proper KeepAlive behavior
2013-07-10 isaacshttp: style
2013-07-09 Nathan Rajlichcrypto: throw a helpful error message for "tls" and...
2013-07-09 Trevor Norrisbuffer: propagate originating parent
2013-07-08 Peter Rusthttp: use an unref'd timer to fix delay in exit
2013-07-08 Timothy J Fontainetimers: internal unref timers should use Timer.now
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-03 Jeff Barczewskistream: objectMode transform should allow falsey values
2013-07-03 Trevor Norris{stream,udp,tls}_wrap: remove unused offset/length
2013-07-03 Fedor Indutnytls: export TLSSocket
2013-07-01 Peter Rusthttp: use an unref'd timer to fix delay in exit
2013-07-01 Brian Whitezlib: allow zero values for level and strategy
2013-07-01 Brian Whitezlib: allow changing of level and strategy
2013-07-01 Brian Whitezlib: allow custom flush type for flush()
2013-07-01 Brian Whitezlib: remove unused parameter
2013-07-01 Brian Whitezlib: allow zero values for level and strategy
2013-06-27 Ben Noordhuisbuffer: add comment explaining buffer alignment
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-20 Ben Noordhuischild_process: emit 'disconnect' asynchronously
2013-06-20 Mathias Bynenspunycode: update to v1.2.3
2013-06-18 Trevor Norrisbuffer: deprecate legacy code
2013-06-18 Trevor Norrisbuffer: expose class methods alloc and dispose
2013-06-18 Trevor Norrisbuffer: reimplement Buffer pools
2013-06-18 Trevor Norrisbuffer: use smalloc as backing data store
2013-06-17 Krzysztof Chrapkareadline: strip ctrl chars for prompt width calc
2013-06-17 Yuan Chuanreadline: make `ctrl + L` clear the screen
2013-06-17 Fedor Indutnytls: session API returns
2013-06-17 isaacsnet: Do not destroy socket mid-write
2013-06-16 Fedor Indutnytls: share socket._hadError with http_client
2013-06-16 Fedor Indutnytls: introduce TLSSocket based on tls_wrap binding
2013-06-13 isaacsRevert "http: remove bodyHead from 'upgrade' events"
2013-06-11 Ben Noordhuiscrypto: fix utf8/utf-8 encoding check
2013-06-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-06-05 isaacsnet: Destroy when not readable and not writable
2013-06-04 Ben Noordhuisurl: remove unused global variable
2013-06-03 isaacsurl: Set href to null by default
2013-06-03 isaacsurl: Properly parse certain oddly formed urls
2013-06-03 isaacsstream: unshift('') is a noop
2013-05-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-30 Ryunosuke SATOevents: define properties on prototype
2013-05-30 Brian Whiterepl: fix JSON.parse error check
2013-05-30 Brian Whitebuffer: return `this` in fill() for chainability
2013-05-30 Fedor Indutnytls: proper .destroySoon
2013-05-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-05-28 Fedor Indutnytls: invoke write cb only after opposite read end
2013-05-28 Fedor Indutnytls: ignore .shutdown() syscall error
2013-05-27 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-24 Fedor Indutnytls: retry writing after hello parse error
2013-05-24 Nathan Zadokshttp: remove bodyHead from 'upgrade' events
2013-05-23 isaacshttp: Return true on empty writes, not false
2013-05-23 Timothy J Fontainetimers: use uv_now instead of Date.now
2013-05-23 Ben Noordhuishttp: save roundtrips, convert buffers to strings
2013-05-21 Timothy J Fontainenet: use timers._unrefActive for internal timeouts
2013-05-21 Timothy J Fontainetimers: internal unref'd timer for api timeouts
2013-05-21 isaacsutil: Add debuglog, deprecate console lookalikes
2013-05-20 Trevor Norrisbuffer: throw when writing beyond buffer
2013-05-20 isaacsMerge remote-tracking branch ry/v0.10 into master
2013-05-20 Ben Noordhuistls: add localAddress and localPort properties
next