gmyth/src/gmyth_backendinfo.c
2007-07-03 [svn r777] bug fixed
2007-07-03 [svn r776] create function in backend info for otimize socket usage
2007-07-03 [svn r775] create function in backend info for otimize socket usage
2007-06-14 [svn r760] changed code style to Kernel Normal Form style with tabsize=4
2007-06-14 [svn r756] fixed indent using GNU Style
2007-05-23 [svn r707] Fixed the wrong commentary indentation.
2007-05-23 [svn r704] Added gmyth-upnp-search, to search for MythTV UPnP devices.
2007-04-13 [svn r550] A lot of GObject fixes (using the GType casting), added inheritance to the GMythFile* modules, locks all the the STOP_RECORDING messages.
2007-04-12 [svn r534] Added GObject inheritance to the GMythFile* modules.
2007-04-03 [svn r491] Solve bug with the --enable-debug on configure.ac; reversed changes in the GMythBackendInfo object; procedure to close the Recorder in not mandatory.
2007-03-23 [svn r451] various memory leaks and object counting fixed
2007-03-20 [svn r426] Put more DOxygen documentation.
2007-03-20 [svn r425] Added internal DOxygen documentation.
2007-03-19 [svn r417] Added some documentation. Some string memory leak resolved. Memory handling errors in GMythStringlist solved. Some improvements in gmyth_jobqueue. Some other fixes
2007-03-03 [svn r389] Some improvements on recorded file detection.
2007-02-12 [svn r354] - Bug fixes in gmyth_http.c: node=node->next inside epg loop.
2007-02-07 [svn r332] Solve some g_object_unref faults and misusages.
2007-01-26 [svn r308] A lot of improvements related SET_CHANNEL messages.
2007-01-19 [svn r281] Fixes in the gmyth_uri path and query parsing.
2007-01-19 [svn r280] Some fixes to the TV chain creation, and gmyth_uri query parsing (set channel).
2007-01-18 [svn r276] Removed all references to upnp. Only application needs to take care of upnp services. It should find the mythtv server address via upnp by itself
2007-01-11 [svn r262] Search for the gmyth-upnp library dependency.
2007-01-10 [svn r257] some debug messages removed
2007-01-10 [svn r249] All upnp code removed. Now we have a library called gmyth-upnp
2007-01-05 [svn r244] Fixes some problems with the UPnP library dependencies.
2007-01-04 [svn r243] Added features to dinamically recognize others MythTV servers using UPnP.
2006-12-08 [svn r214] HAVE_CONFIG added
2006-12-04 [svn r190]
2006-12-04 [svn r188] bug fix
2006-12-02 [svn r179] New functions, when setting the 'path' field in the URI.
2006-11-30 [svn r159] Filetransfer interface now receives GMythBackendInfo and file name instead of URI
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 r124] Fixes to the newly added BackendInfo issues.
2006-11-27 [svn r120] Added new constructor to BackendInfo, using the GMythURI.
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs