0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not log SIGPIPE. This is a normal signal when a client disconnects. Closes #280 More... almost 13 years ago
Add IKEA non dimmer. This closes #251 More... almost 13 years ago
Sort the devices in TelldusCenter by its name. If anyone thinks to breaks their preferred order, please read http://xkcd.com/1172/ This closes #112. More... almost 13 years ago
Code cleanup, removed debug messages More... almost 13 years ago
Use C++ casting instead of C casting according to Google style guidelines "readability/casting" More... almost 13 years ago
We need this on one line so the style guidelines check will detect it is a struct More... almost 13 years ago
Cast the long to int. Since the value is never greater than 2 bytes this is safe. More... almost 13 years ago
Use Windows type LONG instead of long to follow the API better More... almost 13 years ago
Streams are highly discouraged except for logging according to Google style guidelines "readability/streams" More... almost 13 years ago
Use safe version of date functions according to google style guidelines (runtime/threadsafe_fn) More... almost 13 years ago
Added missing space after comma, according to Google style guidelines "whitespace/comma" More... almost 13 years ago
Removed blank lines at start/end of code blocks according to Google style guidelines "whitespace/blank_line" More... almost 13 years ago
An else should appear on the same line as the preceding }, according to Google style guidelines "whitespace/newline" More... almost 13 years ago
Use tabs for indentation according to Google style guidelines "whitespace/usr_tab_for_indentation" More... almost 13 years ago
Added whitespaces to comments according to Google style guidelines "whitespace/comments" More... almost 13 years ago
Fix #ifndef header guard style, according to Google style guidelines "build/header_guard" More... almost 13 years ago
Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] More... almost 13 years ago
Removed whitespace after line end, accoring to Google style guidelines "whitespace/end_of_line" More... almost 13 years ago
F_SETFD must be supplied to fcntl() to set options More... almost 13 years ago
Use fcntl() to set FD_CLOEXEC on OS X since the SOCK_CLOEXEC flag for socket() isn't supported. More... almost 13 years ago
Ordered header files correctly according to Google style guidelines "build/include_order" More... almost 13 years ago
Fixed placement of curly braces according to Google style guidelines "whitespace/braces" More... almost 13 years ago
stdlib.h is needed for malloc More... almost 13 years ago
Missing username in TODO according to Google style guidelines "readability/todo" More... almost 13 years ago
Use static_cast<int>(...) instead of C-style cast [readability/casting] More... almost 13 years ago
All parameters should be named in a function [readability/function] More... almost 13 years ago
Do not use namespace using-directives according to Google style guidelines "build/namespaces" More... almost 13 years ago
Include directory when naming .h files, according to Google style guidelines "build/include" More... almost 13 years ago
Find Python dynamically so it works on Windows too More... almost 13 years ago
Adding copyright messages according to Google style guidelines "legal/copyright" More... almost 13 years ago