2007-02-13 |
[svn r358] Fixes on the GMythProgramInfo attributes, changes all references from GStaticMutex to GMutex.
|
file | diff | annotate |
2007-02-12 |
[svn r355] Added G_IO_IN event handlers, using g_io_add_watch, to the GMyth's MonitorHandler.
|
file | diff | annotate |
2007-02-09 |
[svn r350] Changed criteria to move to next program chain.
|
file | diff | annotate |
2007-02-09 |
[svn r345] Fixes for clsing socket connections.
|
file | diff | annotate |
2007-02-08 |
[svn r344] Next program chain with different MythTV backend messages.
|
file | diff | annotate |
2007-02-08 |
[svn r338] Moved cleaning code from the _finalize methods in GObject, to the _dispose methods.
|
file | diff | annotate |
2007-02-02 |
[svn r326] Moved part of LiveTV FileTransfer instance from the LiveTV core setup.
|
file | diff | annotate |
2007-02-01 |
[svn r323] Some updates in the LiveTV.
|
file | diff | annotate |
2007-01-30 |
[svn r314] A lot of bug fixed. Test recordings program added.
|
file | diff | annotate |
2007-01-25 |
[svn r303] More program info related functions.
|
file | diff | annotate |
2007-01-24 |
[svn r299] Fixes a log of wasteful GMythProgramInfo usage.
|
file | diff | annotate |
2007-01-18 |
[svn r277] Fixed gmyth_socket_new() interface change
|
file | diff | annotate |
2007-01-11 |
[svn r267] Added gmyth_http to handle HTTP queries to port 6544 on the backend
|
file | diff | annotate |
2006-12-20 |
[svn r238] Added set channel usability.
|
file | diff | annotate |
2006-12-20 |
[svn r235] Added filters to some MythTV backend messages.
|
file | diff | annotate |
2006-12-20 |
[svn r234] Do a better the signal emission, when changing from the program chain.
|
file | diff | annotate |
2006-12-19 |
[svn r233] Improved GObject' signals emition, following some tips from Kapeta.
|
file | diff | annotate |
2006-12-15 |
[svn r222] Some fixes to the GTimeVal, non-conformant g_time_val (ISO 8601) functions.
|
file | diff | annotate |
2006-12-13 |
[svn r221] Added some signals to interact with the MythTV backend messages.
|
file | diff | annotate |
2006-12-12 |
[svn r217] Added signals to program changed messages coming from backend (MythTV).
|
file | diff | annotate |
2006-12-08 |
[svn r214] HAVE_CONFIG added
|
file | diff | annotate |
2006-12-06 |
[svn r207] code cleanup
|
file | diff | annotate |
2006-12-06 |
[svn r206] Fixed problem with locking.
|
file | diff | annotate |
2006-12-06 |
[svn r204] Fixed problem with the MonitorHandler thread, removed from FileTransfer.
|
file | diff | annotate |
2006-12-06 |
[svn r203]
|
file | diff | annotate |
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)
|
file | diff | annotate |
2006-12-06 |
[svn r200] Put a GThreadPool, for a better memory usage.
|
file | diff | annotate |
2006-12-05 |
[svn r198] Fixed problem with Coxinha.
|
file | diff | annotate |
2006-12-04 |
[svn r193] Merged with Coxinhas' fixes.
|
file | diff | annotate |
2006-12-04 |
[svn r192]
|
file | diff | annotate |
2006-12-04 |
[svn r190]
|
file | diff | annotate |
2006-12-04 |
[svn r188] bug fix
|
file | diff | annotate |
2006-12-04 |
[svn r187] Fixes the sg fault on file transfer.
|
file | diff | annotate |
2006-12-04 |
[svn r185] Some fixes to FileTransfer using URI.
|
file | diff | annotate |
2006-12-02 |
[svn r178] API adding to allow Monitor events' socket listening.
|
file | diff | annotate |
2006-12-01 |
[svn r167]
|
file | diff | annotate |
2006-11-30 |
[svn r159] Filetransfer interface now receives GMythBackendInfo and file name instead of URI
|
file | diff | annotate |
2006-11-30 |
[svn r156] code cleanup
|
file | diff | annotate |
2006-11-30 |
[svn r144] code cleanup
|
file | diff | annotate |
2006-11-29 |
[svn r141] Fixes the gmyth_uri* calls, starts a Monitor listener thread.
|
file | diff | annotate |
2006-11-28 |
[svn r132] implemented debug function
|
file | diff | annotate |
2006-11-28 |
[svn r130] -replaced g_print to g_debug
|
file | diff | annotate |
2006-11-28 |
[svn r126] Added gmyth_util_file_exists() predicate function
|
file | diff | annotate |
2006-11-27 |
[svn r121] Some changes to the BackendInfo.
|
file | diff | annotate |
2006-11-27 |
[svn r118] Added GMythBackendInfo class to fit our architecture needs
|
file | diff | annotate |
2006-11-27 |
[svn r116] A lot of API changes.
|
file | diff | annotate |
2006-11-24 |
[svn r114] Fixed function definition error
|
file | diff | annotate |
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.
|
file | diff | annotate |
2006-11-24 |
[svn r110] Moved function IS_RECORDING from FileTransfer to Recorder.
|
file | diff | annotate |
2006-11-24 |
[svn r106] Added non-blocking socket connection facilities (configurable timeout when connection is broken).
|
file | diff | annotate |
2006-11-23 |
[svn r105] Changed the function that gets the net interface names, added some recoreder functions.
|
file | diff | annotate |
2006-11-22 |
[svn r104] Allows to receive buffers with unlimited size when reading data from backend.
|
file | diff | annotate |
2006-11-22 |
[svn r102] Removed unused code, remade buffer fillment in the file transfer read methods.
|
file | diff | annotate |
2006-11-22 |
[svn r98] Fixes some minor bugs on synchronization with monitor socket.
|
file | diff | annotate |
2006-11-17 |
[svn r97] Fixed problems on converting string to double and int values.
|
file | diff | annotate |
2006-11-16 |
[svn r90] Fixes to the read on "FileTransfer".
|
file | diff | annotate |
2006-11-15 |
[svn r87] Minor fix on reading function.
|
file | diff | annotate |
2006-11-07 |
[svn r73] Deals with another kind of MythTV backend messages (changing TV chain).
|
file | diff | annotate |
2006-11-06 |
[svn r69] Added comments to all files.
|
file | diff | annotate |
2006-11-06 |
[svn r66] Refactoring some remoce_encoder functions, which actually needs to be just recorder; added channel-related recorder functions.
|
file | diff | annotate |