Files
deb-novnc/include
Solly Ross f8ff2ef7dd Make sure Pako always has enough room
Previously, we used a fixed chunkSize of 100KiB for Pako's output
buffer.  Using a hardcoded size caused issues, since Pako would assume
we wanted to use multiple chunks, and we didn't deal with this.  Now,
`Inflator#inflate()` takes a new `expected` argument, which indicates
the expected output size.  If this is bigger than the current chunkSize,
Inflator allocates a new output buffer that's big enough to hold the
output.

Fixes #531
2015-09-23 09:53:00 -04:00
..
2014-09-15 16:46:02 -04:00
2014-09-15 16:46:02 -04:00
2015-08-24 19:34:30 -04:00
2014-09-15 16:46:02 -04:00
2014-11-26 09:24:13 +01:00
2011-02-03 11:04:32 -06:00
2015-09-23 09:53:00 -04:00
2015-03-26 17:09:05 -04:00
2014-09-15 16:46:02 -04:00