Files
noVNC/docs
Solly Ross c802d93189 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
..
2013-01-31 11:24:04 +01:00
2015-08-06 14:47:03 -04:00
2015-09-23 09:53:00 -04:00
2015-02-20 17:34:59 -05:00
2010-05-01 15:59:52 -05:00
2012-09-14 17:00:56 -05:00