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
/
url.js
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
url: Escape all unwise characters
isaacs
1
-3
/
+2
2012-10-30
url: make url.format escape delimiters in path and query
J. Lee Coltrane
1
-0
/
+5
2012-10-25
Merge remote-tracking branch 'origin/v0.8'
Ben Noordhuis
1
-2
/
+2
2012-10-25
url: parse hostnames that start with - or _
Ben Noordhuis
1
-2
/
+2
2012-09-17
url: Go much faster by using Url class
isaacs
1
-161
/
+220
2012-05-16
Fix #3270 Escape url.parse delims
isaacs
1
-18
/
+8
2012-03-12
Ignore an empty port component when parsing URLs.
Łukasz Walukiewicz
1
-2
/
+4
2012-02-20
url: decode url entities in auth section
Ben Noordhuis
1
-8
/
+7
2012-01-31
url: Support for IPv6 addresses in URLs.
Łukasz Walukiewicz
1
-26
/
+49
2011-11-04
url: add '.' '+' and '-' in url protocol
Jordan Sissel
1
-1
/
+1
2011-10-22
Lint
seebees
1
-4
/
+4
2011-10-22
remove auth from host
seebees
1
-14
/
+9
2011-10-22
url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y));
seebees
1
-14
/
+75
2011-09-06
url: add plus sign to protocol pattern
Maciej Małecki
1
-1
/
+1
2011-07-29
jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js
Robert Mustacchi
1
-1
/
+1
2011-07-21
url: throw descriptive error if url argument to parse() is not a string
Ben Noordhuis
1
-0
/
+4
2011-07-19
Close #1360 url: Allow _ in hostnames.
isaacs
1
-3
/
+3
2011-07-06
url: Don't swallow punycode errors
isaacs
1
-11
/
+7
2011-07-06
Close #1149 IDNA and Punycode support in url.parse
Jeremy Selier
1
-10
/
+44
2011-05-27
Close #562 Close #1078 Parse file:// urls properly
Ryan Petrello
1
-3
/
+1
2011-05-10
Fix a url regression
isaacs
1
-7
/
+38
2011-04-20
Close #954 URL parsing/formatting corrections
isaacs
1
-7
/
+65
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-02-27
Closes GH-711 URL parse more safely
isaacs
1
-9
/
+65
2011-01-06
Lint
Ryan Dahl
1
-1
/
+1
2011-01-05
Remove path module dependency from url module
Bert Belder
1
-20
/
+25
2010-12-20
url.parse(url, true) defaults query field to {}
Jeremy Martin
1
-0
/
+3
2010-12-02
lint url.js
isaacs
1
-115
/
+146
2010-11-14
Implement new path.join behavior
isaacs
1
-4
/
+13
2010-10-06
syntax fixes to pass jslint
Joshaven Potter
1
-1
/
+1
2010-09-02
Treat "//some_path" as pathname rather than hostname by default.
isaacs
1
-7
/
+12
2010-04-12
Replace slow and broken for..in loops with faster for loops over the keys.
Tim Caswell
1
-1
/
+5
2010-04-11
trailing whitespace fixes
isaacs
1
-31
/
+31
2010-02-22
camel case variables in url module
Ryan Dahl
1
-12
/
+12
2010-01-24
removed inline require call for querystring
cloudhead
1
-6
/
+2
2010-01-06
Fix bug in the url module's url_parse method if 'parseQueryString' is true
Benjamin Thomas
1
-1
/
+6
2010-01-04
Add URL and QueryString modules, and tests for each.
isaacs
1
-0
/
+299
[prev]