gmyth/src/gmyth_socket.h
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-03-23 [svn r451] various memory leaks and object counting fixed
2007-02-13 [svn r358] Fixes on the GMythProgramInfo attributes, changes all references from GStaticMutex to GMutex.
2007-01-18 [svn r277] Fixed gmyth_socket_new() interface change
2007-01-11 [svn r267] Added gmyth_http to handle HTTP queries to port 6544 on the backend
2007-01-10 [svn r259] Added gmyth_socket connection timeout method
2006-12-02 [svn r178] API adding to allow Monitor events' socket listening.
2006-11-30 [svn r159] Filetransfer interface now receives GMythBackendInfo and file name instead of URI
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs
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-22 [svn r102] Removed unused code, remade buffer fillment in the file transfer read methods.
2006-10-11 [svn r30] Some fixes to the string list - append_uint64 couldn't put the right MythTV offset format.
2006-09-28 [svn r19] - splited libgmyth;