-
Notifications
You must be signed in to change notification settings - Fork 285
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ashtuchkin/iconv-lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: efbbb0937ca8dda1c14e0b69958b9d6f20771f7a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ashtuchkin/iconv-lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: efbad0a92edf1b09c111278abb104d935c6c0482
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
8
contributors
Commits on Jun 26, 2019
-
Fixed the incorrect link address.
Configuration menu - View commit details
-
Copy full SHA for c4a4f0f - Browse repository at this point
Copy the full SHA c4a4f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d184d14 - Browse repository at this point
Copy the full SHA d184d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d7ba8 - Browse repository at this point
Copy the full SHA f2d7ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 841031f - Browse repository at this point
Copy the full SHA 841031fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d01d0a0 - Browse repository at this point
Copy the full SHA d01d0a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4125d - Browse repository at this point
Copy the full SHA 2b4125dView commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa594b1 - Browse repository at this point
Copy the full SHA fa594b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c60e647 - Browse repository at this point
Copy the full SHA c60e647View commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7664804 - Browse repository at this point
Copy the full SHA 7664804View commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5dec724 - Browse repository at this point
Copy the full SHA 5dec724View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed6018 - Browse repository at this point
Copy the full SHA eed6018View commit details -
Configuration menu - View commit details
-
Copy full SHA for e54536c - Browse repository at this point
Copy the full SHA e54536cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5148f43 - Browse repository at this point
Copy the full SHA 5148f43View commit details -
Removed
extendNodeEncodings
mechanism. It didn't work in Node v4+ a……nd was deprecated 5 years ago in v0.4.12.
Configuration menu - View commit details
-
Copy full SHA for b7288df - Browse repository at this point
Copy the full SHA b7288dfView commit details -
Reworked Streaming API behavior in browser environments to fix #204.
I removed conditional requires that were causing problems described in #204, so it shouldn't be a problem now. The reasoning behind these conditions was to avoid bloating browser bundles that usually don't require Streaming API. Streaming API is built upon 'streams' Node.js module that can grow the bundles up to ~100 Kb. To still keep this benefit while allowing users to explicitly enable Streaming API on the browser, I restructured the dependencies: 1. In package.json 'browser.stream' module is set to false, thus ignored by default (require('stream') returns empty object). 2. In index.js we check if require('stream') returns non-empty object and enable Streaming API by dependency-injecting this module to streams.js. 3. Otherwise, we create small shims for 'encodeStream' and 'decodeStream' functions that throw exceptions when called, with a message that helps users to explicitly enable Streaming APIs using 'iconv.enableStreamingAPI'. The idea is that this should be a very rare case. Also add tests for browser streaming behaviors with webpack/karma setup
Configuration menu - View commit details
-
Copy full SHA for be44a2e - Browse repository at this point
Copy the full SHA be44a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4114d6f - Browse repository at this point
Copy the full SHA 4114d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ceabd4 - Browse repository at this point
Copy the full SHA 5ceabd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3cd35 - Browse repository at this point
Copy the full SHA bd3cd35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fccd6f - Browse repository at this point
Copy the full SHA 0fccd6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf4c2e - Browse repository at this point
Copy the full SHA 7cf4c2eView commit details -
Release 0.6.0: Support Electron environment (#204); Remove extendNode…
…Encodings; Update gb18030 to :2005 edition.
Configuration menu - View commit details
-
Copy full SHA for b106faa - Browse repository at this point
Copy the full SHA b106faaView commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 245db46 - Browse repository at this point
Copy the full SHA 245db46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5377a - Browse repository at this point
Copy the full SHA 0e5377aView commit details
Commits on Jun 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 148b6bc - Browse repository at this point
Copy the full SHA 148b6bcView commit details
Commits on Jun 28, 2020
-
Fix minor issue in UTF-32 decoder.
In streaming mode, if the first chunk is < 32 bytes, but there are more chunks written with total size of the stream > 32 bytes, then we were losing initial chunk. This looks like an unlikely scenario, so not a major issue. Note, this is happening only in UTF-32 decoder, not UTF-32LE or BE, as the problem was in the code that detects encoding.
Configuration menu - View commit details
-
Copy full SHA for 3331bbc - Browse repository at this point
Copy the full SHA 3331bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd72d9d - Browse repository at this point
Copy the full SHA dd72d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 724829e - Browse repository at this point
Copy the full SHA 724829eView commit details
Commits on Jun 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 21004dd - Browse repository at this point
Copy the full SHA 21004ddView commit details
Commits on Jul 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efbad0a - Browse repository at this point
Copy the full SHA efbad0aView commit details
There are no files selected for viewing