gmyth/src/gmyth_file_transfer.c
2007-05-16 [svn r675] Some fixes to reopen file transfer
2007-05-16 [svn r674] file transfer livetv read tries increaded to 200
2007-05-16 [svn r673] file transfer livetv read tries increaded to 20
2007-05-16 [svn r671] Fixes t the DVB backend messages.
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-18 [svn r573] New function to get the information about the program info path directiory.
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-05 [svn r514] added a sleep on livetv read file
2007-04-05 [svn r510] fixed file_read
2007-04-04 [svn r506] removed unecessary debug messages
2007-04-04 [svn r505] fixed gmyth_file_transfer class
2007-04-03 [svn r486] fixed bug on filetransfer
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 r463] removed unused variable max_tries
2007-03-27 [svn r460] fixed file_transfer
2007-03-27 [svn r459] bug fix on file_transfer
2007-03-23 [svn r451] various memory leaks and object counting fixed
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 r432] Added some g_object_unref (stringlist) at gmyth_filetransfer
2007-03-20 [svn r425] Added internal DOxygen documentation.
2007-03-20 [svn r424] Added documention.
2007-03-09 [svn r414] Fixes unrestricted and continuous reads to movie stream when it is a comoon recorded file.
2007-03-08 [svn r411] Fixes the bug that makes a recorded MythTV movie REQUEST_BLOCK message to recurse indefinitely.
2007-03-08 [svn r409] Fixes read function from GMythFileTransfer to not try to read continuously if it was not LiveTV.
2007-03-03 [svn r389] Some improvements on recorded file detection.
2007-03-01 [svn r386] Put a mutex on the GMythFileTransfer send/receive transfer methods. Added timeout message to the LiveTV.
2007-02-13 [svn r358] Fixes on the GMythProgramInfo attributes, changes all references from GStaticMutex to GMutex.
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 r350] Changed criteria to move to next program chain.
2007-02-09 [svn r345] Fixes for clsing socket connections.
2007-02-08 [svn r344] Next program chain with different MythTV backend messages.
2007-02-08 [svn r338] Moved cleaning code from the _finalize methods in GObject, to the _dispose methods.
2007-02-02 [svn r326] Moved part of LiveTV FileTransfer instance from the LiveTV core setup.
2007-02-01 [svn r323] Some updates in the LiveTV.
2007-01-30 [svn r314] A lot of bug fixed. Test recordings program added.
2007-01-25 [svn r303] More program info related functions.
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 r238] Added set channel usability.
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-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 r207] code cleanup
2006-12-06 [svn r206] Fixed problem with locking.
2006-12-06 [svn r204] Fixed problem with the MonitorHandler thread, removed from FileTransfer.
2006-12-06 [svn r203]
2006-12-06 [svn r202] gmyth_file_transfer_uri were using gmyth_uri directly to create the backend_info. Now it calls gmyth_backend_info_with_uri(str)
2006-12-06 [svn r200] Put a GThreadPool, for a better memory usage.
2006-12-05 [svn r198] Fixed problem with Coxinha.
2006-12-04 [svn r193] Merged with Coxinhas' fixes.
2006-12-04 [svn r192]