Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.17.x' | Max Kellermann | 2012-08-13 | 1 | -2/+0 |
|\ | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/client_file.h | ||||
| * | client_file: remove pure attribute from client_allow_file(). | Anton Khirnov | 2012-08-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | That function is not pure, it writes to error. When marked as pure, the compiler is allowed to assume it does not do anything to error, so it can remain NULL, which would result in an invalid read in print_error(). | ||||
* | | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 2012-08-02 | 1 | -2/+4 |
|/ | | | | Remove GLib dependency from some headers. | ||||
* | playlist_edit: move UID check to client_allow_file() | Max Kellermann | 2012-03-06 | 1 | -0/+43 |