Commit bc6a7ed
committed
introduce streaming
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
Streaming adoption example for text encoding extension
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: naming consistency
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: remove context from decode calls
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: remove stream buffer option and rely on user set bufio reader
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: renaming, use functional type & introduce xstream module
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: fix go version to minor
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: move stream helper under pkg, and rename to xstreamencoding
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: Introduce offset handling
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: method name, doc comment & text encoding offset tracking
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
introduce streaming
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
Streaming adoption example for text encoding extension
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: naming consistenct
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: remove context from decode calls
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: remove stream buffer option and rely on user set bufio reader
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: renaming, use functional type & introduce xstream module
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: fix go version to minor
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: move stream helper under pkg, and rename to xstreamencoding
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
introduce streaming
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
Streaming adoption example for text encoding extension
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: naming consistenct
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: remove context from decode calls
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: remove stream buffer option and rely on user set bufio reader
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
review changes: renaming, use functional type & introduce xstream module
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
introduce streaming
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>1 parent d0cd8a5 commit bc6a7ed
41 files changed
Lines changed: 1939 additions & 12 deletions
File tree
- .chloggen
- .github
- ISSUE_TEMPLATE
- extension/encoding
- stream
- textencodingextension
- xstream
- internal/tidylist
- pkg/xstreamencoding
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| 196 | + | |
195 | 197 | | |
196 | 198 | | |
197 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
0 commit comments