gmyth/src/gmyth_scheduler.c
2007-12-21 [svn r892] create help function: gmyth_scheduler_add_schedule_program
2007-10-24 [svn r871] created myth dbus service
2007-10-24 [svn r870] created function stop recording
2007-09-12 [svn r847] - Fixed several bugs
2007-08-30 [svn r842] Added some more fields at ScheduleInfo structure
2007-08-22 [svn r825] A short warnning removed
2007-08-21 [svn r820] Added gmyth_scheduler_add_exception() function to remove only one schedule when all occurrences options has been used.
2007-08-13 [svn r807] Added gmyth_scheduler_add_schedule_full() method
2007-08-10 [svn r804] Added function to retrieve backend details (total space, free space, etc)
2007-07-03 [svn r777] bug fixed
2007-07-03 [svn r775] create function in backend info for otimize socket usage
2007-07-02 [svn r772] * Corrected identation;
2007-06-19 [svn r761] create function to get recorded inf; fixe some headers indent
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-24 [svn r598] changed ScheduleInfo attribute from record_id to schedule_id
2007-04-24 [svn r597] Added functions to free schedule_info and recorded_info data and lists
2007-04-20 [svn r586] Fixed bug to set schedule id to ScheduleInfo at gmyth_scheduler_add_schedule()
2007-04-18 [svn r572] Fixed add scheduling call. Now we query the station information before adding the schedule, and handle the mysqlquery auto-increment. Added the function gmyth_uri_to_string(). Added the function gmyth_query_process_statement_with_increment()
2007-04-17 [svn r563] fixed debian scripts
2007-04-11 [svn r531] Some fixes in the scheduling
2007-04-11 [svn r529] Fixed string conversion error at gmyth_scheduler_get_schedule_list()
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-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;