libgnomevfs2-mythtv/modules/mythtv-method.c
2007-04-30 [svn r612] Optimizations - doesn't need to call all the time the URI functions to see if is a LiveTV, and if it is a local file URI.
2007-04-13 [svn r552] GMyth API (GObject fixes and added inheritance on the GMythFile* modules).
2007-04-05 [svn r512] bug fix
2007-04-04 [svn r507]
2007-03-27 [svn r470] bug fix
2007-03-27 [svn r466] fixed remote files read
2007-03-27 [svn r465] removed seek imp.
2007-03-27 [svn r464] removed debug message
2007-03-27 [svn r462] removed unused debug info
2007-03-27 [svn r461] code rewrite
2007-03-23 [svn r452] memory leaks fixed
2007-03-23 [svn r446] Object ref fixed
2007-03-08 [svn r413] Send the correct GNOMEVFS_EOS message to the GnomeVFS GStreamer's source.
2007-03-08 [svn r410] Added boolean flag to allow that a recorded MythTV video can stop.
2007-02-15 [svn r377] More optimizations.
2007-02-15 [svn r371] Changed debug messages, all code reidented.
2007-02-15 [svn r370] fixed indent code
2007-02-14 [svn r365] Optimizations to the N800.
2007-02-14 [svn r363] Optimizations on the GnomeVFS internal buffer filling.
2007-02-13 [svn r359] Now it is running; removed some GStaticMutex race conditions.
2007-02-12 [svn r357] Improvements on the do_read GnomeVFS callbacks.
2007-02-12 [svn r356] Solved bug on read method callback.
2007-02-09 [svn r348] Fixes.
2007-02-09 [svn r346] Fixes to the socket closing and memory cleanup.
2007-02-08 [svn r343] Change the file size in the do_get_info to unlimited size, when it is LiveTV content.
2007-02-08 [svn r342] Put back the do_get_file_info to the LiveTV.
2007-02-08 [svn r340] LiveTV is running now.
2007-02-08 [svn r337] Changed the g_object_unref's in the do_get_file_info.
2007-02-07 [svn r335] Some fixes to the do_get_file_info.
2007-02-07 [svn r334] Put all the gmyth recorder and tvchain inseide get_file_info; removed reference to LiveTV.
2007-02-07 [svn r333] Fixed bug on do_get_file_info.
2007-02-06 [svn r330] Some minor fixes on do_open callback.
2007-02-06 [svn r329] Cleaning some non-mandatory code snippets from the GnomeVFS handler to the do_get_file_info.
2007-02-02 [svn r325] Minor changes, separated process of opening LiveTV FileTransfer from the LiveTV setup.
2007-01-31 [svn r318] Fixed looping bug in the mythtv gnomevfs module. The file transfer requests were just 4kbytes, and the looping was a deadlock
2007-01-24 [svn r302] More fixes on clean-up variables, closing connections, etc.
2007-01-24 [svn r300] Some fixes to the LiveTV stop method.
2007-01-24 [svn r298] Fixes problem with the get_file_info method, ehich takes the gnomvfs plug-in to do invalid g_free.
2007-01-23 [svn r295] Fixes related with the gmyth.
2007-01-22 [svn r291] Some fixes to use the LiveTV inside gnomevfssrc.
2007-01-19 [svn r282] Added character conversion to the URI got from the GnomeVfsURI structure.
2007-01-19 [svn r278] Added LiveTV streaming to the gnomevfs mythtv plug-in.
2007-01-10 [svn r252] Added gmyth-upnp library
2006-12-04 [svn r191]
2006-12-04 [svn r189] fixed gmyth_file_transfer compatibilit
2006-12-02 [svn r181] Changed the gmyth_backend_info API, in order to use the path field of the URI.
2006-12-01 [svn r170]
2006-12-01 [svn r165] code cleanup
2006-11-30 [svn r161] Filetransfer interface now receives GMythBackendInfo and file name instead of URI
2006-11-30 [svn r150] code cleanup
2006-11-28 [svn r128] Added cleanup methods to the GByteArray buffer.
2006-11-27 [svn r117] Made changes related with the new adjustments in buffer storage using GByteArray.
2006-11-24 [svn r112] Added cache to request more data from the backend by time
2006-10-24 [svn r49] myth_file_transfer renamed to gmyth_file_transfer
2006-10-23 [svn r39] Added mythtv gnomevfs module based on gmyth