gmyth/src/gmyth_scheduler.c
2007-03-08 [svn r407] removed unused variables, fixed indentation amd removed msqlquery unrefing from disconnect, moving it to the dispose
2007-03-06 [svn r396] ...more tabs removed
2007-03-06 [svn r395] reverted invocation to strtoll and indented code, removing tabs
2007-03-05 [svn r392] code refactor and memory leaks fixed
2007-01-30 [svn r315] Removed unused comments
2007-01-30 [svn r314] A lot of bug fixed. Test recordings program added.
2007-01-24 [svn r299] Fixes a log of wasteful GMythProgramInfo usage.
2007-01-18 [svn r277] Fixed gmyth_socket_new() interface change
2007-01-17 [svn r272] added to prototypes to gmyth_scheduler.h
2007-01-11 [svn r267] Added gmyth_http to handle HTTP queries to port 6544 on the backend
2007-01-10 [svn r258] Added gmyth_query and gmyth_scheduler connection methods with timeout. Besides, configura.ac now checks libmysqlclient in the right way
2007-01-10 [svn r257] some debug messages removed
2006-12-18 [svn r224] Fixed problem on g_time_val_* functions.
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-06 [svn r208] Added filesize field at RecordedInfo
2006-11-28 [svn r132] implemented debug function
2006-11-28 [svn r130] -replaced g_print to g_debug
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs
2006-11-17 [svn r97] Fixed problems on converting string to double and int values.
2006-10-24 [svn r50] added debug printing funcs to gmyth
2006-10-18 [svn r33] disconnect bug resolved in gmyth_epg and gmyth_scheduler
2006-09-28 [svn r19] - splited libgmyth;