doc: improvements to debugger.markdown copy
[platform/upstream/nodejs.git] / lib / _http_client.js
2015-09-22 Sakthipriyan Vairamanilib,src: remove usage of events.EventEmitter
2015-09-22 Malcolm Ahoyhttp: remove redundant code in _deferToConnect
2015-08-23 Minwoo Jungdoc: fix comments in tls_wrap.cc and _http_client.js
2015-08-19 Sakthipriyan Vairamanievents: deprecate static listenerCount function
2015-08-05 James M Snelldoc: multiple documentation updates cherry picked from...
2015-06-11 Roman Reisslib: don't use global Buffer
2015-05-16 Evan Lucashttp,net,tls: return this from setTimeout methods
2015-05-04 Rod VaggRevert "url: significantly improve the performance...
2015-05-02 Petka Antonovurl: significantly improve the performance of the url...
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-04-21 Chris DickinsonMerge v1.8.1.
2015-04-18 Brendan AshworthRevert "http: don't bother making a copy of the options"
2015-04-15 Trevor Norrisnode: allow multiple arguments passed to nextTick
2015-03-09 Fedor Indutnyhttp_client: ensure empty socket on error
2015-02-25 Evan Lucashttp: emit abort event from ClientRequest
2015-02-09 Glen Keanetracing: add lttng support for tracing on linux
2015-02-01 cjihriglib: reduce util.is*() usage
2015-01-24 Jonathan Onghttp: don't bother making a copy of the options
2015-01-21 cjihriglib: use const to define constants
2015-01-15 Yosuke Furukawasrc: fix jslint errors
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-22 Ben Noordhuislib: turn on strict mode
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-05 Ben Noordhuislib: http: poison parser references after freeing
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-12 Brian Whitelib: remove unused variables
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-05 Nick Muerdterhttp: don't default OPTIONS to chunked encoding
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-05-22 Timothy J Fontainelint: lib/_http_client.js
2014-05-22 Kevin Deckerhttp: Optimize queued client aborts
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-02 Yuki KANlib: use triple equals
2014-03-28 Nathan Rajlichhttp: better client "protocol not supported" error
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-24 Nathan Rajlichhttp: use defaultAgent.protocol in protocol check
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-26 Nathan Rajlichhttp, https: don't depend on `globalAgent`
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-09 Trevor Norrissrc: revert domain using AsyncListeners
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-07 Lalit Kapoorhttp: DELETE shouldn't default to chunked encoding
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-27 Fedor Indutnyhttp: fix parser double-free in _http_client.js
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-23 isaacshttp client: pull last chunk on socket close
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-04 Timothy J FontaineMerge branch 'v0.11.7-release'
2013-09-04 isaacshttp: Only send connection:keep-alive if necessary
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-16 Brian Whitelib: remove unused variables and functions
2013-08-08 isaacshttp: Use streams3 directly, not .ondata/end
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-05 Koichi Kobayashihttps: fix default port
2013-08-01 isaacssrc: Replace macros with util functions
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
next