2007-02-13 rosfran [svn r361] Changes in the GMyth API. trunk
2007-02-13 rosfran [svn r360] Removed a lot of GStaticMutex references. trunk
2007-02-13 rosfran [svn r359] Now it is running; removed some GStaticMutex race conditions. trunk
2007-02-13 rosfran [svn r358] Fixes on the GMythProgramInfo attributes, changes all references from GStaticMutex to GMutex. trunk
2007-02-12 rosfran [svn r357] Improvements on the do_read GnomeVFS callbacks. trunk
2007-02-12 rosfran [svn r356] Solved bug on read method callback. trunk
2007-02-12 rosfran [svn r355] Added G_IO_IN event handlers, using g_io_add_watch, to the GMyth's MonitorHandler. trunk
2007-02-12 morphbr [svn r354] - Bug fixes in gmyth_http.c: node=node->next inside epg loop. trunk
2007-02-10 morphbr [svn r353] - Fixed memory leak inside gmyth_http.c (http_request) trunk
2007-02-10 morphbr [svn r352] - Fixed memory leak on gmyth_vlc.c (command send) trunk
2007-02-10 morphbr [svn r351] - Bug fix in gmyth_util.c: included support for time without seconds in gmyth_util_string_to_time_val_fmt (XML format from backend) trunk
2007-02-09 rosfran [svn r350] Changed criteria to move to next program chain. trunk
2007-02-09 rosfran [svn r349] Changed g_thread_pool to GIOWatch. trunk
2007-02-09 rosfran [svn r348] Fixes. trunk
2007-02-09 rosfran [svn r347] More fixes on cleaning up variables. trunk
2007-02-09 rosfran [svn r346] Fixes to the socket closing and memory cleanup. trunk
2007-02-09 rosfran [svn r345] Fixes for clsing socket connections. trunk
2007-02-08 rosfran [svn r344] Next program chain with different MythTV backend messages. trunk
2007-02-08 rosfran [svn r343] Change the file size in the do_get_info to unlimited size, when it is LiveTV content. trunk
2007-02-08 rosfran [svn r342] Put back the do_get_file_info to the LiveTV. trunk
2007-02-08 rosfran [svn r341] Some fixes. trunk
2007-02-08 rosfran [svn r340] LiveTV is running now. trunk
2007-02-08 rosfran [svn r339] GObject's dispose methods organization, and reviewed clean-up actions. trunk
2007-02-08 rosfran [svn r338] Moved cleaning code from the _finalize methods in GObject, to the _dispose methods. trunk
2007-02-08 rosfran [svn r337] Changed the g_object_unref's in the do_get_file_info. trunk
2007-02-07 rosfran [svn r336] More fixes on disposing GObjects. trunk
2007-02-07 rosfran [svn r335] Some fixes to the do_get_file_info. trunk
2007-02-07 rosfran [svn r334] Put all the gmyth recorder and tvchain inseide get_file_info; removed reference to LiveTV. trunk
2007-02-07 rosfran [svn r333] Fixed bug on do_get_file_info. trunk
2007-02-07 rosfran [svn r332] Solve some g_object_unref faults and misusages. trunk
2007-02-07 morphbr [svn r331] - Updated gmyth_http (comments, etc..) trunk
2007-02-06 rosfran [svn r330] Some minor fixes on do_open callback. trunk
2007-02-06 rosfran [svn r329] Cleaning some non-mandatory code snippets from the GnomeVFS handler to the do_get_file_info. trunk
2007-02-06 rosfran [svn r328] Some fixes on program info, and some memory clean ups. trunk
2007-02-02 rosfran [svn r327] Changes due the API change on LiveTV. trunk
2007-02-02 rosfran [svn r326] Moved part of LiveTV FileTransfer instance from the LiveTV core setup. trunk
2007-02-02 rosfran [svn r325] Minor changes, separated process of opening LiveTV FileTransfer from the LiveTV setup. trunk
2007-02-02 rosfran [svn r324] Added function to request how many recorders are available. trunk
2007-02-01 rosfran [svn r323] Some updates in the LiveTV. trunk
2007-02-01 renatofilho [svn r322] created branch gmyth-0.1b trunk
2007-02-01 renatofilho [svn r320] fixed a lot of bugs trunk
2007-02-01 renatofilho [svn r319] fixed files with negative time values trunk
2007-01-31 melunko [svn r318] Fixed looping bug in the mythtv gnomevfs module. The file transfer requests were just 4kbytes, and the looping was a deadlock trunk
2007-01-30 melunko [svn r317] Fixed program info to string conversion bug trunk
2007-01-30 renatofilho [svn r316] - fixed msg log; trunk
2007-01-30 melunko [svn r315] Removed unused comments trunk
2007-01-30 melunko [svn r314] A lot of bug fixed. Test recordings program added. trunk
2007-01-30 rosfran [svn r313] Put autoconf macros to extend capabilities and meta-tags coming from GStreamer official repositories. trunk
2007-01-29 rosfran [svn r312] Removes some debug messages. trunk
2007-01-29 rosfran [svn r311] A lot of fixes regarding program info structure creation. trunk
2007-01-29 rosfran [svn r310] Added new function to recorder: CHANGE_CHANNEL, which try to move to the next valid channel, instead of passing a valid channel name. trunk
2007-01-26 rosfran [svn r309] Some changes in the channel name to the LiveTV. trunk
2007-01-26 rosfran [svn r308] A lot of improvements related SET_CHANNEL messages. trunk
2007-01-25 morphbr [svn r307] Finished getEpg via HTTP+XML. trunk
2007-01-25 morphbr [svn r306] Corrected bug at gmyth_util.c - gmyth_util_string_to_time_val\n Updated getEpg at gmyth_http.c trunk
2007-01-25 rosfran [svn r305] Stop the old FileTransfer socket connection, when trying to move to the next program chain. trunk
2007-01-25 rosfran [svn r304] Change the movement to the next program info. trunk
2007-01-25 rosfran [svn r303] More program info related functions. trunk
2007-01-24 rosfran [svn r302] More fixes on clean-up variables, closing connections, etc. trunk
2007-01-24 morphbr [svn r301] Get ProgramGuide info from XML+Http at gmyth_http trunk