Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -1/+1 |
| | | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags. | ||||
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -3/+2 |
| | | | | | For boolean values and success flags, use bool instead of integer (1/0 for true/false, 0/-1 for success/failure). | ||||
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -6/+6 |
| | | | | Renamed all functions and variables. | ||||
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 1 | -0/+355 |
These plugins are not input plugins, they are decoder plugins. No CamelCase in the directory name. |