guacamole-server/src/guacenc
2016-03-14 20:22:01 -07:00
..
.gitignore GUAC-236: Add stub guacenc utility (encode Guacamole protocol to video). 2016-03-14 20:22:01 -07:00
encode.c GUAC-236: Handle specific instructions via an opcode/handler mapping. 2016-03-14 20:22:01 -07:00
encode.h GUAC-236: Add stub guacenc utility (encode Guacamole protocol to video). 2016-03-14 20:22:01 -07:00
guacenc.c GUAC-236: Log failures vs. total files. 2016-03-14 20:22:01 -07:00
instruction-blob.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-cfill.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-copy.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-cursor.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-dispose.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-end.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-img.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-move.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-rect.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-shade.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-size.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instruction-transfer.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instructions.c GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
instructions.h GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00
log.c GUAC-236: Display DEBUG-level messages for now. 2016-03-14 20:22:01 -07:00
log.h GUAC-236: Add stub guacenc utility (encode Guacamole protocol to video). 2016-03-14 20:22:01 -07:00
Makefile.am GUAC-236: Add stub handlers for each required instruction. 2016-03-14 20:22:01 -07:00