index
:
vdr-plugin-epgfixer
master
VDR EPGFixer Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-09-28
Update README for new Makefile.
Matti Lehtimäki
2013-09-28
Refactoring. Fix possible null pointer error.
Matti Lehtimäki
2013-09-28
Fix header includes.
Matti Lehtimäki
2013-09-28
Makefile fixes. Update HISTORY.
Matti Lehtimäki
2013-04-12
Fix crash in config editing menus if using color buttons when config is empty.
Matti Lehtimäki
2013-04-03
Actually reload regexp.conf with REL, thanks to Ville Skyttä.
Matti Lehtimäki
2013-04-03
Fix SVDRP help entry for REL, thanks to Ville Skyttä.
Matti Lehtimäki
2013-04-03
Fix LoadConfigFile() return value on success, thanks to Ville Skyttä.
Matti Lehtimäki
2013-01-22
New Makefile for VDR >= 1.7.34.
Matti Lehtimäki
2013-01-22
Backup old Makefile.
Matti Lehtimäki
2013-01-22
Report an error if PCRE library is not available.
Matti Lehtimäki
2012-12-02
Fix replacing at the end of string when using s///. Fix variable name clash.
Matti Lehtimäki
2012-11-28
Version 0.3.1.
v0.3.1
Matti Lehtimäki
2012-11-28
Fix memory leak.
Matti Lehtimäki
2012-10-30
Drop OBJS dependency from cppcheck target, thanks to Ville Skyttä.
Matti Lehtimäki
2012-10-11
Version 0.3.0.
v0.3.0
Matti Lehtimäki
2012-10-11
Change regexp examples to use m// syntax. Update history.
Matti Lehtimäki
2012-10-07
Fix prepending and appending to empty EPG fields.
Matti Lehtimäki
2012-10-01
Support stripping control characters from EPG data introduced in VDR-1.7.31.
Matti Lehtimäki
2012-09-30
More code formatting fixes.
Matti Lehtimäki
2012-09-29
Remove duplicate code. Harmonise code formatting.
Matti Lehtimäki
2012-09-17
Fix replacing with empty string at the beginning of a string when using s///.
Matti Lehtimäki
2012-09-08
Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'.
Matti Lehtimäki
2012-08-31
Enable JIT compiling in PCRE if supported.
Matti Lehtimäki
2012-08-31
Support for channel intervals for channel numbers.
Matti Lehtimäki
2012-06-05
Add new example to regexp.conf, thanks to Ville Skyttä.
Matti Lehtimäki
2012-05-18
Add missing feature to README.
Matti Lehtimäki
2012-05-13
Bug fix release.
v0.2.1
Matti Lehtimäki
2012-05-13
Fix linking when --as-needed is used.
Matti Lehtimäki
2012-05-13
Improve example configuration files. Version 0.2.0.
v0.2.0
Matti Lehtimäki
2012-05-12
Fix variable initialisation bug, thanks to Rolf Ahrenberg.
Matti Lehtimäki
2012-05-12
Fix ordering of cloned EPG events and purging old event.
Matti Lehtimäki
2012-05-12
Fix event handling thread, thanks to Rolf Ahrenberg.
Matti Lehtimäki
2012-05-12
Support for ignoring and copying EPG data. Bug fixes.
Matti Lehtimäki
2012-05-06
Fix compiling with g++-4.7. Fix and improve Makefile.
Matti Lehtimäki
2012-05-05
Improve error logging. Make character list for menu editing modifiable throug...
v0.1.0
Matti Lehtimäki
2012-05-05
Improve README. Comment out all lines in example files. Add support for help ...
Matti Lehtimäki
2012-05-05
Several bugs fixes. Code cleanup. Update history.
Matti Lehtimäki
2012-05-04
Fix last commit.
Matti Lehtimäki
2012-05-03
Add support for character set conversions. Add support for stripping HTML ent...
Matti Lehtimäki
2012-04-14
Version 0.0.6.
v0.0.6
Matti Lehtimäki
2012-04-14
Fix null-pointer error.
Matti Lehtimäki
2012-04-14
Fix plugin version. Makefile improvements.
Matti Lehtimäki
2012-04-13
Remove incorrect file.
v0.0.5
Matti Lehtimäki
2012-04-13
Add support for channel IDs. Cleaning up code.
Matti Lehtimäki
2012-04-12
Fix HISTORY
Matti Lehtimäki
2012-04-12
Import version 0.0.4 to git.
Matti Lehtimäki