Files
noVNC/include
Joel Martin 60440cee15 rfb.js: rQwait, cuttext simplification.
- rQwait checks the receive queue to see if there is enough data to
  satisfy the following request. If not it returns true (which is
  almost always translated into an immediate return false by the
  caller).

- rQwait is called quite a bit and this generally allows 4 lines to
  become 1 line where it is called.

- rQwait allows simplification of cuttext processing. No global
  tracking needed anymore.

Overall, about 60 lines less code.
2010-10-01 11:50:22 -05:00
..
2010-09-08 10:11:11 -05:00
2010-09-30 03:59:56 +08:00
2010-09-30 11:17:52 -05:00
2010-10-01 11:50:22 -05:00
2010-09-29 15:05:27 -05:00
2010-09-30 03:59:56 +08:00
2010-09-29 15:05:27 -05:00