gmyth/src/gmyth_file_transfer.c
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.
2006-10-26 [svn r55] Fixes on the TVChain manipulation, error when trying to get the last program chain.
2006-10-23 [svn r44] Some fixes.
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).