You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isaacs
9901b69c8e
crypto: Move encoding logic to JS, default=buffer
crypto: Hash and Hmac default to buffers
crypto: Move Cipher encoding logic to JS
crypto: Move Cipheriv encoding logic to JS
crypto: Move Decipher encoding logic to JS
crypto: Move Decipheriv into JS, default to buffers
crypto: Move Sign class to JS
crypto: Better encoding handling in Hash.update
crypto: Move Verify class to JS
crypto: Move DiffieHellman to JS, default to buffers
crypto: Move DiffieHellmanGroup to JS, default to buffers
Also, create a test for this feature
12 years ago
..
_debugger.js
debugger: test repeating last command
12 years ago
_linklist.js
Update copyright headers
14 years ago
assert.js
doc: update assert.doesNotThrow() docs
13 years ago
buffer.js
buffer: include encoding value in exception when invalid
12 years ago
buffer_ieee754.js
Fixed a lot of jslint errors.
13 years ago
child_process.js
child_process: don't die when disconnect event exists
12 years ago
cluster.js
cluster: make 'listening' handler see actual port
12 years ago
console.js
console: refactor the console module to be reusable
13 years ago
constants.js
Update copyright headers
14 years ago
crypto.js
crypto: Move encoding logic to JS, default=buffer
12 years ago
dgram.js
dgram: remove stale code
12 years ago
dns.js
Revert "DNS: Support NAPTR queries"
13 years ago
domain.js
domain: Remove stray console.log
12 years ago
events.js
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
12 years ago
freelist.js
Update copyright headers
14 years ago
fs.js
string_decoder: Add 'end' method, do base64 properly
12 years ago
http.js
lint
12 years ago
https.js
https: fix renegotation attack protection
12 years ago
module.js
lint
12 years ago
net.js
string_decoder: Add 'end' method, do base64 properly
12 years ago
os.js
Add --no-deprecation and --trace-deprecation flags
13 years ago
path.js
path: add platform specific path delimiter
12 years ago
punycode.js
punycode: update to v1.1.1
13 years ago
querystring.js
trivial: Doc typo and lint fix
13 years ago
readline.js
Merge remote-tracking branch 'ry/v0.8'
13 years ago
repl.js
Merge remote-tracking branch 'origin/v0.8'
12 years ago
stream.js
streams: remove useless line
12 years ago
string_decoder.js
string_decoder: Add 'end' method, do base64 properly
12 years ago
sys.js
Fix #3577 Un-break require('sys')
13 years ago
timers.js
lint
13 years ago
tls.js
string_decoder: Add 'end' method, do base64 properly
12 years ago
tty.js
Add --no-deprecation and --trace-deprecation flags
13 years ago
url.js
url: Go much faster by using Url class
12 years ago
util.js
lint
12 years ago
vm.js
lint
13 years ago
zlib.js
zlib: Emit 'close' on destroy().
13 years ago