0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We're not finishing up on the 5xx correctly. We're supposed to write another 0x00, according to the logs, not a 0x01. More... about 16 years ago
I'm not sure how this if() got here. Well, I know it got here when I put it here, I'm just not sure why it's here. Clearly it makes no sense, and it causes learn-ir to not work. More... about 16 years ago
Renier Roth pointed out that I changed one of the 20000's to hex yesterday, but there was another I missed. This fixes that. More... about 16 years ago
concord.i - Add some comments and FIXMEs and fix a spacing issue More... about 16 years ago
This adds perl bindings to libconcord. These work and should be re-enterant and provide a somewhat perl-ish interface. There are still fixes/tweaks that could be made. More... about 16 years ago
From: Stephen Warren <[email protected]> More... about 16 years ago
I think this is why firmware updates aren't working on the 5xx remotes... More... about 16 years ago
Nuke unused variable. More... about 16 years ago
Changelog entry. More... about 16 years ago
This patch converts libharmony to submitting HID read/writes with just the data that the USB spec actually expects and NOT the beginning 0-byte the windows stack expects. More... about 16 years ago
Fixing spacing/break issues. More... about 16 years ago
dow should return dow not day. More... about 16 years ago
Chagelog and TODO changes based on Stephen's patch More... about 16 years ago
From: Stephen Warren <[email protected]> More... about 16 years ago
Don't try to read files we're going to write to and that may not exist. More... about 16 years ago
From: Stephen Warren <[email protected]> More... about 16 years ago
changelog entry More... about 16 years ago
libconcord/libconcord.cpp libconcord/libconcord.h - change _read_from_file() into new public read_file() - remove all read_*_from_file() APIs in favor of read_file() More... about 16 years ago
No longer needed anymore, mystery solved. More... about 16 years ago
recent changes into the changelog. More... about 16 years ago
Cleanup the ordering and headings of functions in libconcord.cpp. More... about 16 years ago
From: Andreas Schulz <[email protected]> More... about 16 years ago
Changelog entry for bug#1898492 fix More... about 16 years ago
From: Andreas Schulz <[email protected]> More... about 16 years ago
A fix for the picky version of gcc that RH somehow makes. More... about 16 years ago
A better fix for the strdup() problem, thanks to Stephen Warren. More... about 16 years ago
Formatting. -Phil More... about 16 years ago
We're supposed to write a 0, not a 1. More... about 16 years ago
Get rid of that silly strdup() warning. More... about 16 years ago
Fix the debug stuff for pedantic C compilers. More... about 16 years ago