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. trunk
melunko [Fri, 24 Nov 2006 21:43:04 +0000] rev 112
[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 r112] Added cache to request more data from the backend by time trunk
melunko [Fri, 24 Nov 2006 21:19:49 +0000] rev 111
[svn r112] Added cache to request more data from the backend by time

2006-11-24[svn r111] Put the gmyth_livetv calls in the right place... trunk
rosfran [Fri, 24 Nov 2006 18:51:42 +0000] rev 110
[svn r111] Put the gmyth_livetv calls in the right place...

2006-11-24[svn r110] Moved function IS_RECORDING from FileTransfer to Recorder. trunk
rosfran [Fri, 24 Nov 2006 14:55:41 +0000] rev 109
[svn r110] Moved function IS_RECORDING from FileTransfer to Recorder.

2006-11-24[svn r109] Function IS_RECORDING moved from FileTransfer to Recorder. trunk
rosfran [Fri, 24 Nov 2006 14:54:39 +0000] rev 108
[svn r109] Function IS_RECORDING moved from FileTransfer to Recorder.

2006-11-24[svn r108] Added is_recording to gmyth_livetv trunk
melunko [Fri, 24 Nov 2006 14:29:09 +0000] rev 107
[svn r108] Added is_recording to gmyth_livetv

2006-11-24[svn r107] Some minor adjustments, added FRONTEND_READY message when prerroling. trunk
rosfran [Fri, 24 Nov 2006 01:53:43 +0000] rev 106
[svn r107] Some minor adjustments, added FRONTEND_READY message when prerroling.

2006-11-24[svn r106] Added non-blocking socket connection facilities (configurable timeout when connection is broken). trunk
rosfran [Fri, 24 Nov 2006 01:51:47 +0000] rev 105
[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. trunk
rosfran [Thu, 23 Nov 2006 20:51:44 +0000] rev 104
[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. trunk
rosfran [Wed, 22 Nov 2006 20:23:03 +0000] rev 103
[svn r104] Allows to receive buffers with unlimited size when reading data from backend.