gmyth/src/gmyth_file_transfer.h
2007-06-14 [svn r756] fixed indent using GNU Style
2007-05-23 [svn r707] Fixed the wrong commentary indentation.
2007-05-23 [svn r704] Added gmyth-upnp-search, to search for MythTV UPnP devices.
2007-05-15 [svn r661] Fixed starvation loop when reading an unlimited-size buffer (LiveTV) from the FileTransfer; MonitorHandler is a GThread now.
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-04-12 [svn r535] Fixed to the older GMythFileTransfer revision (no GObject inheritance).
2007-04-12 [svn r534] Added GObject inheritance to the GMythFile* modules.
2007-04-04 [svn r505] fixed gmyth_file_transfer class
2007-03-27 [svn r459] bug fix on file_transfer
2007-03-23 [svn r449] warnings removed
2007-03-23 [svn r444] file transfer removed dependency from livetv
2007-03-22 [svn r440] Removed dependency to LiveTV on File Transfer; changed FileTransfer to use directly the Recorder MythTV messages and queries.
2007-03-22 [svn r433] GMutex fixes on TVChain, added missing g_object_refs.
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-15 [svn r222] Some fixes to the GTimeVal, non-conformant g_time_val (ISO 8601) functions.
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-06 [svn r204] Fixed problem with the MonitorHandler thread, removed from FileTransfer.
2006-12-04 [svn r188] bug fix
2006-12-04 [svn r185] Some fixes to FileTransfer using URI.
2006-12-02 [svn r178] API adding to allow Monitor events' socket listening.
2006-11-30 [svn r159] Filetransfer interface now receives GMythBackendInfo and file name instead of URI
2006-11-30 [svn r148] code cleanup
2006-11-27 [svn r116] A lot of API changes.
2006-11-24 [svn r113] A lot of changes at gmyth_socket.c and gmyth_filetransfer. From now on, file transfer dont handle the monitor socket, and the QUERY_RECORDER messages - dont call spawn livetv, dont call get_file_position, is_recording, etc. These are gmyth_livetv responsibility. File transfer now has the _new, _open, _seek, and _close methods, just like gnomevfs does.
2006-11-22 [svn r104] Allows to receive buffers with unlimited size when reading data from backend.
2006-11-06 [svn r69] Added comments to all files.
2006-10-26 [svn r55] Fixes on the TVChain manipulation, error when trying to get the last program chain.
2006-10-23 [svn r43] Some small fixes on header names references.
2006-10-23 [svn r42] Added FileTransfer, URI and LiveTV functionalities (moved from the MythTV plug-in).