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_common.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-25
http: simplify code and remove unused properties
Brian White
1
-6
/
+0
2015-03-25
iojs: introduce internal modules
Vladimir Kurchatkin
1
-1
/
+1
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-2
/
+1
2015-01-21
lib: use const to define constants
cjihrig
1
-12
/
+12
2015-01-13
http: optimize on_headers_complete
Bert Belder
1
-25
/
+22
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-09-05
lib: http: poison parser references after freeing
Ben Noordhuis
1
-1
/
+4
2014-09-05
lib, src: don't make http parser handles weak
Ben Noordhuis
1
-1
/
+2
2013-12-20
http: parse the status message in a http response.
Cam Swords
1
-1
/
+1
2013-11-04
http: make DELETE requests set `req.method`
Nathan Rajlich
1
-1
/
+2
2013-10-28
http: remove MethodToString()
Ben Noordhuis
1
-1
/
+1
2013-10-28
http: expose supported methods
Ben Noordhuis
1
-0
/
+1
2013-10-16
http: provide backpressure for pipeline flood
isaacs
1
-4
/
+2
2013-08-15
http: provide access to raw headers/trailers
isaacs
1
-11
/
+2
2013-08-14
http: speed up callbacks, use array indices
Ben Noordhuis
1
-5
/
+9
2013-08-08
http: Use streams3 directly, not .ondata/end
isaacs
1
-4
/
+2
2013-05-21
util: Add debuglog, deprecate console lookalikes
isaacs
1
-6
/
+1
2013-04-17
http: move Server and ServerResponse out
Timothy J Fontaine
1
-0
/
+12
2013-04-17
http: move OutgoingMessage into it's own file
Timothy J Fontaine
1
-0
/
+13
2013-04-17
http: move parsers into _http_common.js
Timothy J Fontaine
1
-0
/
+209