guacamole.git
2010-09-18 Michael JumperRemoved control servlets.
2010-09-18 Michael Jumper.gitignore files
2010-09-18 Michael Jumperdisconnect instruction
2010-09-18 Michael JumperInitial connect instruction support, connection UUIDs
2010-09-17 Michael JumperAdded file comment - necessary for Doxygen to pick...
2010-09-17 Michael JumperMore function docs
2010-09-16 Michael JumperHandler documentation
2010-09-16 Michael Jumpertypedefs for handlers
2010-09-16 Michael JumperChanged clean-doc target
2010-09-16 Michael JumperDocumentation - initial trial of doxygen within guac
2010-09-15 Michael JumperNow using true inbound instruction stream ... no more...
2010-09-13 Michael JumperMerge branch 'zhangmaike/native-client' of ssh://guacam...
2010-09-13 Michael JumperWorking pluggable protocols.
2010-09-13 Michael JumperMoved guac -> libguac, moving towards pluggable protocols.
2010-09-12 Michael JumperFixed malloc problem due to bad naming.
2010-09-12 Michael JumperUsing POST instead of GET + seq
2010-09-12 Michael JumperFixed instruction stream
2010-09-11 Michael JumperAdded clipboard support.
2010-09-11 Michael JumperCleaned up VNC data storage, fixed copyrect (libvncclie...
2010-09-11 Michael JumperGoing back to network-timed mouse events.
2010-09-11 Michael JumperChanged semantics of stream, more IO limiting code.
2010-09-09 Michael JumperAdd speed limit
2010-09-08 Michael JumperSleeping between calls to VNC message handler.
2010-09-08 Michael JumperRemoved heartbeat code - doesn't make a difference...
2010-09-08 Michael JumperDon't send ready unless layer is ready to draw.
2010-09-08 Michael JumperAdded "heartbeat" for update throttling.
2010-09-08 Michael JumperPROPERLY detect EOF, remove copyrect (again)
2010-09-08 Michael JumperRemove -g
2010-09-08 Michael JumperDetect closed connections.
2010-09-08 Michael JumperForgot to re-enable forking.
2010-09-08 Michael JumperInitial host/port on command line
2010-09-08 Michael JumperAdded license, "starting" message.
2010-09-08 Michael JumperA bit more custom-client framework.
2010-09-08 Michael Jumperproxy -> client (renamed)
2010-09-07 Michael JumperClient-side cursor (initial)
2010-09-07 Michael JumperFixed event ordering (added queues)
2010-09-07 Michael JumperUsing recv instead of read, for slightly non-blocking...
2010-09-07 Michael JumperWorking key/mouse input!
2010-09-07 Michael Jumpermessage -> instruction ... terminology fix
2010-09-07 Michael Jumperguac_message structure, initial parsing support
2010-09-07 Michael JumperForgot to escape backslashes.
2010-09-07 Michael JumperDe-stubbed mouse and keyboard events in client.
2010-09-07 Michael JumperBasic input message support.
2010-09-07 Michael JumperFixed CPU usage with Java process, fixed buffering...
2010-09-06 Michael JumperFurther cleanup, fixed bad alloc.
2010-09-06 Michael JumperBetter Makefile, cleaned up code a bit.
2010-09-06 Michael JumperSplit protocol into own files.
2010-09-06 Michael JumperFixed client.
2010-09-06 Michael JumperExperimental improvement to client.
2010-09-06 Michael JumperAdded -O2, added (but commented out) CopyRect.
2010-09-06 Michael JumperWorking VNC client!
2010-09-06 Michael JumperMore VNC
2010-09-06 Michael JumperPartial implementation of libvncclient-based VNC access...
2010-09-05 Michael JumperRandomized test.
2010-09-05 Michael JumperAdded guac_write_string(), using GUACIO instead of...
2010-09-05 Michael JumperMoved to GUACIO structure, rather than file descriptors...
2010-09-05 Michael Jumperbase64.* -> guacio.*
2010-09-05 Michael JumperRemoved debug lines.
2010-09-05 Michael JumperUsing malloc instead of png_malloc for image buffer.
2010-09-05 Michael JumperBase64 output of PNGs.
2010-09-05 Michael JumperTesting PNG writing.
2010-09-05 Michael JumperAdded simple instruction forwarding client, added to...
2010-09-05 Michael JumperRemoved VNC client, generalized description of Guac...
2010-09-05 Michael JumperAdded dummy proxy implementation, moved client, added...
2010-08-31 Michael JumperAdded version variable to build script and index.html...
2010-07-02 Michael JumperExclude .git directories from build.
2010-07-02 Michael JumperRELEASE CANDIDATE 0.3.0rc1
2010-07-02 Michael JumperChanged version number.
2010-07-02 Michael JumperMerge branch 'tickets/35' of ssh://guacamole.git.source...
2010-07-02 Michael JumperAdded swap-red-blue to example guacamole.xml
2010-07-02 Michael JumperAdded swap-red-blue option, excluding META-INF from...
2010-07-01 Michael JumperMerge branch 'tickets/35' of ssh://guacamole.git.source...
2010-07-01 Michael JumperMerge branch 'zhangmaike/stream-efficiency' of ssh...
2010-07-01 Michael JumperUse endianness of server by default.
2010-07-01 Michael JumperSwitched to little-endian byte order by default.
2010-06-29 Michael JumperTrying sending mouse events every 10ms, rather than...
2010-06-29 Michael JumperMerge branch 'zhangmaike/multi-protocol-refactor' into...
2010-06-26 Michael JumperMerge branch 'multi-protocol-refactor' into releases...
2010-06-26 Michael JumperCopying changes from old SVn branch for multi-protocol...
2010-06-26 Michael JumperDeleted accidentally committed vim swap file.
2010-06-26 Michael JumperDeleted accidentally committed vim swap file.
2010-06-25 Michael JumperMerge branch 'zhangmaike/opera-fix' into releases/0.3.0
2010-06-25 Michael JumperMerge branch 'zhangmaike/stream-efficiency' into releas...
2010-06-25 Michael JumperCommitting stream efficiency fixes from old SVN branch.
2010-06-25 Michael JumperCommitting opera fix from old SVN branch.
2010-06-25 Michael JumperAdding files from old SVN repo, as of 0.2.6 trunk.