]> zoso.dev Git - buffer.git/shortlog
buffer.git
2015-08-20 Daniel Cousensreduce MAX_ARGUMENTS_LENGTH, re resolves #69
2015-08-17 Daniel CousensMerge pull request #73 from jessetane/utf8-replacement...
2015-08-16 Jesse Taneutf8Slice: don't replace the replacement character
2015-08-16 Jesse Taneadd failing test for replacing the utf8 replacement...
2015-08-15 Daniel Cousensextract magic constant, add [0,len] special case
2015-08-15 Daniel CousensMerge pull request #72 from nolanlawson/71
2015-08-15 Nolan Lawsonimprove perf of fromCharCode(), fixes #71
2015-08-15 Daniel Cousensavoid unnecessary hoisting
2015-08-15 Daniel Cousensavoid duplicate function
2015-08-15 Daniel Cousensinline i declarations
2015-08-15 Daniel Cousensrestructure decodeCodePointsArray comment
2015-08-15 Daniel CousensMerge pull request #70 from nolanlawson/69
2015-08-15 Nolan Lawsonfix call stack exceeded in #69
2015-08-14 Feross AboukhadijehMerge pull request #68 from LinusU/standard-style
2015-08-14 Linus Unnebäckadhere to padded-blocks
2015-08-13 Feross Aboukhadijeh3.4.2
2015-08-11 Daniel Cousensinvert logic to decrease branching depth
2015-08-11 Daniel Cousensdeclare i inline
2015-08-11 Daniel CousensMerge pull request #67 from jessetane/utf8-replacement...
2015-08-11 Jesse Tanereplace unicode in the surrogate pair range the way...
2015-08-11 Jesse Taneadd failing test for missing replacement characters...
2015-08-11 Jesse Tanestandardize
2015-08-11 Jesse Taneunicode top should be 0x10FFFF
2015-08-11 Jesse Tanedo utf8 -> unicode -> utf16 the way node does
2015-08-11 Jesse Taneadd readUtf8 benchmark
2015-08-11 Jesse Taneadd failing toString tests
2015-08-06 Feross Aboukhadijeh3.4.1
2015-08-06 Daniel Cousenstests: fix ascending test description
2015-08-06 Daniel Cousenssplit ascending/descending copy tests
2015-08-06 Daniel CousensMerge pull request #65 from kawanet/descending_copy
2015-08-06 kawanetdescending copy from end
2015-08-05 Feross Aboukhadijeh3.4.0
2015-08-05 Feross Aboukhadijehstandard@5
2015-08-05 Feross Aboukhadijehbrowserify@11
2015-08-05 Feross AboukhadijehArrayBuffer support in Buffer constructor
2015-08-05 Feross Aboukhadijehtest: run arraybuffer test only with typed array supprot
2015-08-05 Feross AboukhadijehFixing the special case in Buffer.concat
2015-08-05 Feross Aboukhadijehtest: update tests for iojs 3.0.0
2015-08-04 Feross Aboukhadijeh3.3.2
2015-08-04 Feross Aboukhadijehfix regression in PR #64
2015-08-04 Feross AboukhadijehMerge branch 'daverayment-master'
2015-08-04 daveraymentTest for updated base 64 regex
2015-08-04 daveraymentFix base 64 character exclusion regex
2015-07-30 Feross Aboukhadijehtravis: use container builds
2015-07-30 Feross Aboukhadijehmore compact typed array feature detection
2015-07-30 Feross Aboukhadijehfix documentation on typed array detection
2015-07-23 Daniel CousensMerge pull request #62 from Null000/patch-1
2015-07-23 Damjan KoširRename the second foo into a bar
2015-07-13 Feross Aboukhadijehtest: saucelabs removed ios 4.3 and 5.0
2015-07-07 Feross Aboukhadijeh3.3.1
2015-07-07 Feross Aboukhadijehstyle
2015-07-07 Feross AboukhadijehMerge pull request #61 from parshap/constructor-property
2015-07-07 Parsha PourkhomamiEnsure typed array constructor property can be set
2015-07-07 Parsha PourkhomamiTest buf.constructor is set to Buffer
2015-07-01 Feross Aboukhadijehtest android 5.0+
2015-06-30 Feross Aboukhadijeh3.3.0
2015-06-30 Feross AboukhadijehIncrease max buffer size to 2GB
2015-06-30 Feross Aboukhadijehoptimize Buffer#toString()
2015-06-30 Feross Aboukhadijehupdate byteLength impl to pass new node tests
2015-06-30 Feross Aboukhadijehexclude node test test-buffer-fakes.js
2015-06-30 Feross Aboukhadijehupdate node tests
2015-06-30 Feross Aboukhadijehfix node test downloader
2015-06-24 Feross Aboukhadijehremove testling boilerplate from package.json
2015-06-24 Feross Aboukhadijehthrough2@2
2015-06-24 Feross Aboukhadijehsplit@1
2015-06-24 Feross Aboukhadijehstandard@4
2015-05-05 Feross Aboukhadijeh3.2.2
2015-05-05 Feross Aboukhadijehzuul@3
2015-05-05 Feross Aboukhadijehbrowserify@10
2015-05-05 Feross Aboukhadijehremove gratipay badge
2015-04-29 Feross Aboukhadijehpull latest iojs buffer tests
2015-04-26 Feross Aboukhadijehperf: add iojs benchmarks
2015-04-23 Feross Aboukhadijeh3.2.1
2015-04-22 Daniel Cousensindex: dont use empty blocks
2015-04-22 Daniel Cousensindex: s/target_start/targetStart
2015-04-22 Daniel Cousensindex: avoid double-up of Math.pow
2015-04-22 Daniel Cousensindex: use consistentyl |0 over >>>0 for asm
2015-04-22 Daniel Cousensindex: unused result unnecessarily asm'd?
2015-04-21 Feross Aboukhadijeh3.2.0
2015-04-21 Feross Aboukhadijehdon't assume ArrayBuffer will exist
2015-04-20 Feross Aboukhadijehhand-optimize Buffer constructor
2015-04-20 Feross Aboukhadijehlink to io.js docs
2015-04-20 Feross Aboukhadijehiojs style
2015-04-20 Feross Aboukhadijehremove unnecessary intermediate variables
2015-04-20 Feross Aboukhadijehavoid .toLowerCase() call in Buffer#write()
2015-04-20 Feross Aboukhadijehmatch iojs Buffer.concat signature
2015-04-20 Feross Aboukhadijehimprove Buffer.byteLength(string, encoding)
2015-04-20 Feross Aboukhadijehstandard@3
2015-04-20 Feross Aboukhadijehtape@4
2015-03-20 Feross Aboukhadijeh3.1.2
2015-03-20 Feross Aboukhadijehremove dead code
2015-03-20 Feross Aboukhadijehstyle
2015-03-11 Feross Aboukhadijeh3.1.1
2015-03-11 Feross Aboukhadijehbuffer: reword Buffer.concat error message
2015-03-11 Feross Aboukhadijehconstructor: remove non-standard noZero param
2015-03-10 Feross Aboukhadijehzuul: drop IE6-7 tests
2015-03-10 Feross Aboukhadijehinclude polyfills for IE8
2015-03-10 Feross Aboukhadijehtests: don't bundle crypto-browserify (breaks old IEs)
2015-03-10 Feross Aboukhadijehenable accidentally disabled tests
2015-03-09 Feross Aboukhadijeh3.1.0
next