gmyth/src/gmyth_file_transfer.c
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]
2006-12-04 [svn r190]
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 r178] API adding to allow Monitor events' socket listening.
2006-12-01 [svn r167]
2006-11-30 [svn r159] Filetransfer interface now receives GMythBackendInfo and file name instead of URI
2006-11-30 [svn r156] code cleanup
2006-11-30 [svn r144] code cleanup
2006-11-29 [svn r141] Fixes the gmyth_uri* calls, starts a Monitor listener thread.
2006-11-28 [svn r132] implemented debug function
2006-11-28 [svn r130] -replaced g_print to g_debug
2006-11-28 [svn r126] Added gmyth_util_file_exists() predicate function
2006-11-27 [svn r121] Some changes to the BackendInfo.
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs
2006-11-27 [svn r116] A lot of API changes.
2006-11-24 [svn r114] Fixed function definition error
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-24 [svn r110] Moved function IS_RECORDING from FileTransfer to Recorder.
2006-11-24 [svn r106] Added non-blocking socket connection facilities (configurable timeout when connection is broken).
2006-11-23 [svn r105] Changed the function that gets the net interface names, added some recoreder functions.
2006-11-22 [svn r104] Allows to receive buffers with unlimited size when reading data from backend.
2006-11-22 [svn r102] Removed unused code, remade buffer fillment in the file transfer read methods.
2006-11-22 [svn r98] Fixes some minor bugs on synchronization with monitor socket.
2006-11-17 [svn r97] Fixed problems on converting string to double and int values.
2006-11-16 [svn r90] Fixes to the read on "FileTransfer".
2006-11-15 [svn r87] Minor fix on reading function.
2006-11-07 [svn r73] Deals with another kind of MythTV backend messages (changing TV chain).
2006-11-06 [svn r69] Added comments to all files.
2006-11-06 [svn r66] Refactoring some remoce_encoder functions, which actually needs to be just recorder; added channel-related recorder functions.