guacd.git
2011-11-27 Michael JumperCorrected includes
2011-11-26 Michael JumperFixed double free (free'd wrong pointer)
2011-11-26 Michael JumperChanged libguac check function to one that still exists.
2011-11-26 Michael JumperAdded logging to daemon.
2011-11-26 Michael JumperDocumentation
2011-11-26 Michael JumperFlush args instruction.
2011-11-26 Michael JumperRenamed io to socket (in vars)
2011-11-26 Michael JumperPartial conversion to new logging, API, and naming...
2011-11-25 Michael JumperAdded logging to client threads
2011-11-25 Michael JumperMigration to new guac_read_instruction(), remove use...
2011-11-23 Michael JumperMigrated to new function defs with timeouts.
2011-11-23 Michael JumperMoved thread API from libguac.
2011-11-23 Michael JumperMoved daemon functions from libguac
2011-08-10 Michael JumperRemoved unused file.
2011-07-14 Michael JumperRemoving win32 from guacd. Too heavy.
2011-07-12 Michael JumperIf fork()ing, parent process must close child's socket...
2011-06-03 Michael JumperAdded Default-Start/Stop to init.d script.
2011-05-27 Michael JumperUpdated version numbers to 0.4.0
2011-04-22 Michael JumperFixed pointer warnings on POSIX and win32
2011-04-21 Michael JumperWorking win32 port
2011-03-25 Michael JumperAdded -Werror -Wall -pedantic
2011-03-20 Michael JumperUse fork for connection handlers (preferrably), fix...
2011-03-20 Michael JumperUsing new log functions
2011-03-19 Michael JumperIgnore SIGPIPE (force checking of EPIPE instead).
2011-03-19 Michael JumperDetach main thread.
2011-03-02 Michael JumperAdded license block to Makefile.am
2011-03-02 Michael JumperAdded license block to configure.in
2011-03-01 Michael JumperActual docs in README
2011-03-01 Michael JumperRemoved unused files, switched to foreign over GNU
2011-03-01 Michael JumperAdded entry to ChangeLog
2011-02-28 Michael JumperRemoved dependency on LSB - script should now work...
2011-02-28 Michael JumperAdding guacd.in to EXTRA_DIST
2011-02-28 Michael JumperAdding support for LSB try-restart
2011-02-28 Michael JumperRemoved reference to sysconfig
2011-02-28 Michael JumperWorking LSB startup script.
2011-02-22 Michael JumperMigrating to new version number system
2011-02-16 Michael JumperChanging to MPL/GPL/LGPL tri-license
2011-02-11 Michael JumperFixed fork() detection
2011-02-11 Michael JumperCleaned up daemon.c
2011-02-10 Michael JumperThread support for MinGW32
2011-02-10 Michael JumperCross-platform close socket macro, init winsock if...
2011-02-09 Michael JumperAllow compile even if fork() and pthreads not present.
2011-01-21 Michael JumperCalling setsockopt to allow reuse of socket.
2010-12-18 Michael Jumperguacd should fork self into background, like any self...
2010-12-18 Michael JumperMoving to sbin
2010-12-17 Michael JumperAdding package descriptor for build system
2010-12-14 Michael JumperUpdated .gitignore
2010-12-08 Michael JumperMore renaming