gmyth/src/gmyth_monitor_handler.c
2007-04-13 [svn r555] Fixes the _dispose handler, and adds the GMythFile instances.
2007-04-13 [svn r550] A lot of GObject fixes (using the GType casting), added inheritance to the GMythFile* modules, locks all the the STOP_RECORDING messages.
2007-03-28 [svn r472] Changed all the g_debug, g_warning and g_debug calls, to the gmyth_debug status/error printing function.
2007-03-27 [svn r469] bug fix
2007-03-26 [svn r454] Removes the g_main_context_acquire_context.
2007-03-23 [svn r451] various memory leaks and object counting fixed
2007-03-23 [svn r449] warnings removed
2007-03-23 [svn r441] refactoring
2007-03-20 [svn r424] Added documention.
2007-02-16 [svn r379] Some clean-ups.
2007-02-15 [svn r375] Some clean-up procedures.
2007-02-14 [svn r367] Itsn't mandatory to have database information in the GMyth URI.
2007-02-14 [svn r364] Fixed a mutual exclusion bug on the Monitor Handler GIOChannel read callback.
2007-02-14 [svn r362] Some fixes in the GIOWatcher clean-ups, and changed the API version number.
2007-02-13 [svn r360] Removed a lot of GStaticMutex references.
2007-02-12 [svn r355] Added G_IO_IN event handlers, using g_io_add_watch, to the GMyth's MonitorHandler.
2007-02-09 [svn r349] Changed g_thread_pool to GIOWatch.
2007-02-09 [svn r345] Fixes for clsing socket connections.
2007-02-08 [svn r338] Moved cleaning code from the _finalize methods in GObject, to the _dispose methods.
2007-02-07 [svn r332] Solve some g_object_unref faults and misusages.
2007-01-24 [svn r299] Fixes a log of wasteful GMythProgramInfo usage.
2007-01-18 [svn r277] Fixed gmyth_socket_new() interface change
2007-01-11 [svn r267] Added gmyth_http to handle HTTP queries to port 6544 on the backend
2006-12-20 [svn r235] Added filters to some MythTV backend messages.
2006-12-20 [svn r234] Do a better the signal emission, when changing from the program chain.
2006-12-19 [svn r233] Improved GObject' signals emition, following some tips from Kapeta.
2006-12-19 [svn r231] More memory clean-ups.
2006-12-19 [svn r230] A lot of memory clean-ups.
2006-12-19 [svn r229] Memory usage cleaning-up.
2006-12-19 [svn r226] Some fixes on the g_malloc'ing/g_free'ing usage on the code.
2006-12-13 [svn r221] Added some signals to interact with the MythTV backend messages.
2006-12-12 [svn r217] Added signals to program changed messages coming from backend (MythTV).
2006-12-08 [svn r214] HAVE_CONFIG added
2006-12-07 [svn r213] Include GObject signal connects/emmits to GMythMonitorHandler.
2006-12-06 [svn r212] Fixes GThread problem.
2006-12-06 [svn r204] Fixed problem with the MonitorHandler thread, removed from FileTransfer.
2006-12-06 [svn r203]
2006-12-06 [svn r200] Put a GThreadPool, for a better memory usage.
2006-12-05 [svn r199] Fixed problem with COxa.
2006-12-04 [svn r193] Merged with Coxinhas' fixes.
2006-12-04 [svn r188] bug fix
2006-12-04 [svn r187] Fixes the sg fault on file transfer.
2006-12-04 [svn r185] Some fixes to FileTransfer using URI.
2006-12-02 [svn r176] Added the Monitor socket handler to receive backend event messages.