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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-20
tls: pass linting
Fedor Indutny
1
-7
/
+6
2012-07-20
tls: fix 'hostless' tls connection verification
Fedor Indutny
1
-1
/
+1
2012-07-20
Revert "http/https: pass request to .createConnection()"
Fedor Indutny
2
-17
/
+11
2012-07-20
tls: revert accidental API change
Fedor Indutny
1
-1
/
+1
2012-07-20
tls: localhost is valid against identity-check
Fedor Indutny
1
-4
/
+0
2012-07-20
tls: veryify server's identity
Fedor Indutny
2
-11
/
+113
2012-07-20
http/https: pass request to .createConnection()
Fedor Indutny
2
-11
/
+19
2012-07-20
net: ignore socket.setTimeout(Infinity) (and NaN)
Fedor Indutny
1
-1
/
+1
2012-07-16
Merge remote-tracking branch 'ry/v0.8'
isaacs
1
-0
/
+2
2012-07-16
Enable color customization of `util.inspect`
Pavel Lang
1
-5
/
+5
2012-07-16
domain: Fix stack leak on error
isaacs
1
-0
/
+2
2012-07-13
Merge remote-tracking branch 'ry/v0.8'
isaacs
2
-1
/
+5
2012-07-12
Revert "events: don't delete the listeners array in removeListener()"
Nathan Rajlich
1
-0
/
+2
2012-07-12
net: fix net.Server.listen({fd:x}) error reporting
Ben Noordhuis
1
-0
/
+1
2012-07-12
net: fix bogus errno reporting
Ben Noordhuis
1
-1
/
+2
2012-07-11
lint
isaacs
1
-1
/
+1
2012-07-11
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
isaacs
11
-91
/
+97
2012-07-10
timer: change new Date to Date.now for performance
Shigeki Ohtsu
1
-4
/
+4
2012-07-09
domain: Remove first arg from intercepted fn
Toshihiro Nakamura
1
-1
/
+1
2012-07-09
fs: make unwatchFile() remove a specific listener
Ben Noordhuis
1
-4
/
+12
2012-07-06
readline: don't use Function#call()
Nathan Rajlich
1
-4
/
+3
2012-07-06
Forgotten commit: add arguments to handleGroup
Jonas Westerlund
1
-3
/
+3
2012-07-06
Use unicode escape sequences instead of octal
Jonas Westerlund
1
-2
/
+2
2012-07-06
Inline timeout function, avoiding declaration in conditional
Jonas Westerlund
1
-3
/
+2
2012-07-06
Move function declaration out of conditional
Jonas Westerlund
1
-35
/
+30
2012-07-06
Move function declaration to top-level
Jonas Westerlund
1
-28
/
+28
2012-07-06
Do not assign to properties that only have getters
Jonas Westerlund
1
-5
/
+0
2012-07-06
Avoid redeclaring variable
Jonas Westerlund
1
-3
/
+5
2012-07-06
Remove octal escape sequences and avoid reserved keyword
Jonas Westerlund
1
-3
/
+3
2012-07-06
module: add filename to require() json errors
TJ Holowaychuk
1
-1
/
+6
2012-07-06
readline: fix for unicode prompts
Tim Macfarlane
1
-1
/
+1
2012-07-05
timers: fix handling of large timeouts
Ben Noordhuis
1
-4
/
+6
2012-07-05
tls: use slab allocator
Fedor Indutny
1
-17
/
+48
2012-07-05
readline: Use one history item for reentered line
Vladimir Beloborodov
1
-4
/
+6
2012-07-04
repl: fix passing an empty line inserting "undefined" into the buffer
Nathan Rajlich
1
-0
/
+1
2012-07-04
repl: fix crashes when buffering command
Maciej MaĆecki
1
-1
/
+1
2012-07-04
punycode: update to v1.1.1
Mathias Bynens
1
-11
/
+9
2012-07-04
Merge remote-tracking branch 'origin/v0.8'
Ben Noordhuis
1
-1
/
+1
2012-06-28
lint
isaacs
1
-1
/
+1
2012-06-29
Merge branch 'v0.8'
Bert Belder
3
-47
/
+104
2012-06-28
Fix #3577 Un-break require('sys')
isaacs
1
-1
/
+24
2012-06-28
util: speed up formatting of large arrays/objects
Ben Noordhuis
1
-3
/
+18
2012-06-27
windows: make fs.realpath(Sync) work with UNC paths
Bert Belder
1
-42
/
+61
2012-06-26
realpath: No sync cb() calling allowed.
isaacs
1
-2
/
+2
2012-06-23
repl: fix buffer clearing after npm command
Ben Noordhuis
1
-1
/
+1
2012-06-21
Add --no-deprecation and --trace-deprecation flags
isaacs
7
-43
/
+48
2012-06-21
http: Hush 'MUST NOT have a body' warnings to debug()
isaacs
1
-4
/
+4
2012-06-21
fs: make fs.watchFile() interval default to 5007
Ben Noordhuis
1
-6
/
+9
2012-06-21
fs: make fs.watchFile() work on windows
Ben Noordhuis
1
-5
/
+7
2012-06-21
Use parent SlowBuffer, if any, when Buffer is sliced
Karl Skomski
1
-1
/
+5
[next]