gmyth/src/gmyth_socket.c
2006-12-06 [svn r206] Fixed problem with locking.
2006-12-06 [svn r200] Put a GThreadPool, for a better memory usage.
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-30 [svn r156] code cleanup
2006-11-30 [svn r155] Do better memory usage, and alloc/de-alloc heap space.
2006-11-30 [svn r151] remove debug messages
2006-11-30 [svn r148] code cleanup
2006-11-28 [svn r132] implemented debug function
2006-11-28 [svn r130] -replaced g_print to g_debug
2006-11-28 [svn r126] Added gmyth_util_file_exists() predicate function
2006-11-28 [svn r124] Fixes to the newly added BackendInfo issues.
2006-11-27 [svn r122] Added dependency to the GMythBackendInfo.
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs
2006-11-27 [svn r116] A lot of API changes.
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-24 [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.
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;