index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
_http_client.js
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-05
lib: http: poison parser references after freeing
Ben Noordhuis
1
-6
/
+6
2014-06-11
lib: remove unused variables
Brian White
1
-1
/
+0
2014-06-05
http: don't default OPTIONS to chunked encoding
Nick Muerdter
1
-0
/
+1
2014-05-22
lint: lib/_http_client.js
Timothy J Fontaine
1
-2
/
+2
2014-05-22
http: Optimize queued client aborts
Kevin Decker
1
-6
/
+15
2014-04-02
lib: use triple equals
Yuki KAN
1
-2
/
+2
2014-03-28
http: better client "protocol not supported" error
Nathan Rajlich
1
-1
/
+2
2014-03-24
http: use defaultAgent.protocol in protocol check
Nathan Rajlich
1
-2
/
+7
2014-03-02
Merge remote-tracking branch 'origin/v0.10'
Fedor Indutny
1
-3
/
+3
2014-02-26
http, https: don't depend on `globalAgent`
Nathan Rajlich
1
-6
/
+28
2014-01-09
src: revert domain using AsyncListeners
Trevor Norris
1
-4
/
+0
2013-12-06
http: DELETE shouldn't default to chunked encoding
Lalit Kapoor
1
-1
/
+4
2013-11-27
http: fix parser double-free in _http_client.js
Fedor Indutny
1
-2
/
+4
2013-10-31
domain: use AsyncListener API
Trevor Norris
1
-28
/
+35
2013-10-23
http client: pull last chunk on socket close
isaacs
1
-0
/
+6
2013-09-04
http: Only send connection:keep-alive if necessary
isaacs
1
-3
/
+12
2013-08-15
lib: remove unused variables and functions
Brian White
1
-2
/
+0
2013-08-08
http: Use streams3 directly, not .ondata/end
isaacs
1
-5
/
+13
2013-08-05
https: fix default port
Koichi Kobayashi
1
-3
/
+5
2013-08-01
src: Replace macros with util functions
isaacs
1
-5
/
+5
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-5
/
+5
2013-07-12
lint: fix _http_client.js after v0.10 merge
Timothy J Fontaine
1
-1
/
+1
2013-07-12
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-0
/
+8
2013-07-09
http: Use OOP for OutgoingMessage._finish
isaacs
1
-0
/
+6
2013-07-09
http: Reuse more http/https Agent code
isaacs
1
-14
/
+7
2013-07-03
{stream,udp,tls}_wrap: remove unused offset/length
Trevor Norris
1
-4
/
+3
2013-06-25
Merge remote-tracking branch 'ry/v0.10' into master
isaacs
1
-6
/
+1
2013-06-16
tls: share socket._hadError with http_client
Fedor Indutny
1
-6
/
+6
2013-05-27
Merge remote-tracking branch 'ry/v0.10'
isaacs
1
-1
/
+6
2013-05-21
util: Add debuglog, deprecate console lookalikes
isaacs
1
-2
/
+2
2013-04-17
http: split Client into _http_client.js
Timothy J Fontaine
1
-0
/
+496