Added -lpthread for semaphore
[guacamole.git] / proxy /
2010-09-22 Michael JumperRemoved unnecessary dependency on libpng, fixed header...
2010-09-21 Michael JumperFlag errors for missing libs, include from system dirs
2010-09-21 Michael JumperCopied changes to configure.in from libguac
2010-09-21 Michael Jumperautomake for guacd
2010-09-21 Michael JumperRemove -O2, check rfbInitClient return value, provide...
2010-09-20 Michael JumperFixed makefiles (CFLAGS)
2010-09-20 Michael JumperRestored -O2, now using syslog
2010-09-19 Michael JumperMoved client registry into own separate UUID-tree datat...
2010-09-18 Michael JumperThreads
2010-09-18 Michael JumperBeginnings of threads instead of processes, pluggable...
2010-09-18 Michael JumperMoved pluggable client load outside client spawn
2010-09-18 Michael JumperAdded client registry, added GUACIO transfer operation
2010-09-18 Michael Jumper.gitignore files
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-11 Michael JumperAdded clipboard support.
2010-09-11 Michael JumperCleaned up VNC data storage, fixed copyrect (libvncclie...
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 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 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 JumperBasic input message support.
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 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 dummy proxy implementation, moved client, added...