openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
telldus
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Nov 28, 2024 — Nov 28, 2025
Showing page 4 of 75
Search / Filter on:
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
Micke Prag
More...
almost 13 years ago
Add IKEA non dimmer. This closes #251
Micke Prag
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.
Micke Prag
More...
almost 13 years ago
Code cleanup, removed debug messages
Stefan Persson
More...
almost 13 years ago
Use C++ casting instead of C casting according to Google style guidelines "readability/casting"
Micke Prag
More...
almost 13 years ago
We need this on one line so the style guidelines check will detect it is a struct
Micke Prag
More...
almost 13 years ago
Cast the long to int. Since the value is never greater than 2 bytes this is safe.
Micke Prag
More...
almost 13 years ago
Use Windows type LONG instead of long to follow the API better
Micke Prag
More...
almost 13 years ago
Streams are highly discouraged except for logging according to Google style guidelines "readability/streams"
Micke Prag
More...
almost 13 years ago
Use safe version of date functions according to google style guidelines (runtime/threadsafe_fn)
Micke Prag
More...
almost 13 years ago
Added missing space after comma, according to Google style guidelines "whitespace/comma"
Stefan Persson
More...
almost 13 years ago
Removed blank lines at start/end of code blocks according to Google style guidelines "whitespace/blank_line"
Stefan Persson
More...
almost 13 years ago
An else should appear on the same line as the preceding }, according to Google style guidelines "whitespace/newline"
Stefan Persson
More...
almost 13 years ago
Use tabs for indentation according to Google style guidelines "whitespace/usr_tab_for_indentation"
Stefan Persson
More...
almost 13 years ago
Added whitespaces to comments according to Google style guidelines "whitespace/comments"
Stefan Persson
More...
almost 13 years ago
Fix #ifndef header guard style, according to Google style guidelines "build/header_guard"
Micke Prag
More...
almost 13 years ago
Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment]
Micke Prag
More...
almost 13 years ago
Removed whitespace after line end, accoring to Google style guidelines "whitespace/end_of_line"
Stefan Persson
More...
almost 13 years ago
F_SETFD must be supplied to fcntl() to set options
Micke Prag
More...
almost 13 years ago
Use fcntl() to set FD_CLOEXEC on OS X since the SOCK_CLOEXEC flag for socket() isn't supported.
Micke Prag
More...
almost 13 years ago
Ordered header files correctly according to Google style guidelines "build/include_order"
Stefan Persson
More...
almost 13 years ago
Fixed placement of curly braces according to Google style guidelines "whitespace/braces"
Stefan Persson
More...
almost 13 years ago
stdlib.h is needed for malloc
Micke Prag
More...
almost 13 years ago
Missing username in TODO according to Google style guidelines "readability/todo"
Micke Prag
More...
almost 13 years ago
Use static_cast<int>(...) instead of C-style cast [readability/casting]
Micke Prag
More...
almost 13 years ago
All parameters should be named in a function [readability/function]
Micke Prag
More...
almost 13 years ago
Do not use namespace using-directives according to Google style guidelines "build/namespaces"
Micke Prag
More...
almost 13 years ago
Include directory when naming .h files, according to Google style guidelines "build/include"
Stefan Persson
More...
almost 13 years ago
Find Python dynamically so it works on Windows too
Micke Prag
More...
almost 13 years ago
Adding copyright messages according to Google style guidelines "legal/copyright"
Stefan Persson
More...
almost 13 years ago
←
1
2
3
4
5
6
7
8
9
…
74
75
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree