]> zoso.dev Git - buffer.git/shortlog
buffer.git
2015-12-25 Feross AboukhadijehMerge pull request #88 from feross/79
2015-12-25 Feross AboukhadijehMerge pull request #89 from feross/document-testing
2015-12-24 Nolan LawsonDocument how to test the project
2015-12-24 Nolan LawsonProper strict mode support. Fixes #79
2015-12-20 Feross AboukhadijehMerge pull request #87 from feross/microsoftedge
2015-12-20 Feross Aboukhadijehzuul: test microsoft edge
2015-12-11 Feross Aboukhadijeh3.5.5
2015-12-11 Feross Aboukhadijehisarray@1
2015-12-06 Feross Aboukhadijeh3.5.4
2015-12-06 Feross AboukhadijehMerge pull request #85 from jscissr/isarray
2015-12-05 Jan SchärUse isarray instead of is-array
2015-12-01 Feross Aboukhadijeh3.5.3
2015-12-01 Feross Aboukhadijehfix test for IE8/9
2015-12-01 Feross Aboukhadijehbrowserify@12
2015-11-30 Feross AboukhadijehMerge pull request #84 from guybedford/master
2015-11-30 Guy Bedfordjspm configuration support
2015-11-17 Feross Aboukhadijehadd test for #83
2015-11-14 Feross Aboukhadijeh3.5.2
2015-11-14 Feross Aboukhadijehzuul: change ios 9.0 tests to 9.1
2015-11-14 Feross Aboukhadijehzuul: remove safari 5 test
2015-11-13 Feross Aboukhadijehzuul: fix safari version
2015-11-13 Daniel CousensMerge pull request #82 from hakatashi/codepoint-over...
2015-11-12 Koki TakahashiFix fatal error of surrogte pair
2015-10-07 Feross Aboukhadijeh3.5.1
2015-10-07 Feross Aboukhadijehsauce: skip old point releases of safari
2015-10-07 Feross Aboukhadijehsauce: test latest 3 chrome/firefox versions
2015-10-07 Feross Aboukhadijehtravis: test on node 4
2015-10-06 Daniel CousensMerge pull request #81 from calvinmetcalf/older-android
2015-10-06 Calvin Metcalfmask values to prevent them from overflowing
2015-10-06 Calvin Metcalffailing test on android
2015-10-06 Calvin Metcalftest against older android
2015-09-18 Feross Aboukhadijehstandard
2015-09-16 Feross Aboukhadijehstandard
2015-09-16 Feross Aboukhadijeh3.5.0
2015-09-16 Feross Aboukhadijehreadme
2015-09-16 Feross AboukhadijehAdd `instanceof Buffer` support (fix #40)
2015-09-16 Feross Aboukhadijehtest: set TYPED_ARRAY_SUPPORT via global
2015-08-30 Feross Aboukhadijehadd link to standalone bundle (fix #76)
2015-08-22 Feross Aboukhadijeh3.4.3
2015-08-22 Jesse Tanehave a dedicated function for decoding code point arrays
2015-08-22 Jesse Tanerevert to old binary slice
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
next