]> zoso.dev Git - buffer.git/shortlog
buffer.git
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
2015-03-09 Feross Aboukhadijehbuffer: add indexOf() method
2015-03-09 Feross Aboukhadijehtest: pull in latest iojs tests
2015-03-09 Feross Aboukhadijehname function expressions for easier debugging
2015-03-07 Feross Aboukhadijehstyle: always use braces except when single-line
2015-03-05 Feross AboukhadijehMerge pull request #57 from dcousens/patch-1
2015-03-05 Daniel Cousensindex: don't use reserved keyword "byte"
2015-03-03 Feross Aboukhadijehreadme: add note about `standard`
2015-02-27 Feross Aboukhadijehtest: only test last 2 chrome/firefox versions
2015-02-27 Feross Aboukhadijehzuul@2
2015-02-27 Feross Aboukhadijehbrowserify@9
2015-02-19 Feross Aboukhadijehtravis: switch to iojs
2015-02-19 Feross Aboukhadijeh3.0.3
2015-02-19 Feross AboukhadijehMerge pull request #55 from jessetane/remove-redundant...
2015-02-13 Jesse Taneremove redundant code unit size check
2015-02-11 Feross Aboukhadijehstyle
2015-02-11 Feross Aboukhadijeh3.0.2
2015-02-10 Feross Aboukhadijehdon't run "iojs buffer iterator" test in browsers
2015-02-10 Feross Aboukhadijehtravis: need 0.12 or iojs for Iterator class
2015-02-10 Feross Aboukhadijehdon't compare same buffers
2015-02-10 Feross AboukhadijehFix iterator test for object implementation
2015-02-10 Feross Aboukhadijehfix max size check in Buffer constructor
2015-02-10 Feross Aboukhadijehpull in latest iojs buffer tests
2015-02-09 Feross Aboukhadijeheslint: ignore consistent-this rule
2015-01-29 Feross AboukhadijehJavaScript Standard Style
2014-12-31 Feross Aboukhadijeh3.0.1
2014-12-31 Feross AboukhadijehMerge pull request #54 from jessetane/revert-url-safe...
2014-12-31 Jesse Taneupdate base64-js to 0.0.8
2014-12-31 Jesse TaneRevert "allow decoding url-safe base64 space and slash"
2014-12-24 Feross Aboukhadijeh3.0.0
2014-12-24 Jesse Taneupdate node tests
next