gmyth/src/gmyth_util.c
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-04-02 [svn r485] Exprimental function to get all the channel names.
2007-04-02 [svn r484] Added gmyth_util_get_channel_list to the gmyth_util.h; removes static_mutex locking/unlocking from the gmyth_util.
2007-03-28 [svn r473] memory leek fix
2007-03-23 [svn r451] various memory leaks and object counting fixed
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-07 [svn r404] Some fixes on the MythTV backend messages from LiveTV.
2007-03-05 [svn r393] Added newly info about the check file utility function.
2007-03-03 [svn r389] Some improvements on recorded file detection.
2007-02-10 [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)
2007-02-08 [svn r339] GObject's dispose methods organization, and reviewed clean-up actions.
2007-01-30 [svn r314] A lot of bug fixed. Test recordings program added.
2007-01-25 [svn r307] Finished getEpg via HTTP+XML.
2007-01-25 [svn r306] Corrected bug at gmyth_util.c - gmyth_util_string_to_time_val\n Updated getEpg at gmyth_http.c
2007-01-24 [svn r299] Fixes a log of wasteful GMythProgramInfo usage.
2007-01-23 [svn r292] GObject format to the GMythProgramInfo, new actions such as GET_PROGRAM_INFO and GET_CURRENT_RECORDER.
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
2006-12-18 [svn r224] Fixed problem on g_time_val_* functions.
2006-12-18 [svn r223] backport of glib functions
2006-12-15 [svn r222] Some fixes to the GTimeVal, non-conformant g_time_val (ISO 8601) functions.
2006-12-12 [svn r216] Change the time_t time/date references, to the GTimeVal GLib's structure.
2006-12-12 [svn r215] Use the GTimeVal GLib date/time structure, instead of using the time_t from libc.
2006-12-08 [svn r214] HAVE_CONFIG added
2006-12-04 [svn r184] Fixes the mktime bug, when allocating a struct tm varialble.
2006-11-30 [svn r148] code cleanup
2006-11-28 [svn r132] implemented debug function
2006-11-28 [svn r127] Added gmyth_util_file_exists() predicate function
2006-11-28 [svn r126] Added gmyth_util_file_exists() predicate function
2006-10-24 [svn r50] added debug printing funcs to gmyth
2006-10-20 [svn r36] Some fixes on the myth file transfer offset number representation.
2006-09-28 [svn r19] - splited libgmyth;