- 27 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2016 2 commits
-
-
Max Kellermann authored
By declaring the variable-length array to have a nominal size of 1, struct TagPoolSlot shrinks from 24 bytes to 16 bytes, because "ref" and "item" now both fit in one machine word.
-
Max Kellermann authored
The "packed" attribute triggers a clang 4.0 warning, and it's not necessary. All we want is correct allocation of this dynamically-sized struct.
-
- 16 Sep, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Sep, 2016 1 commit
-
-
Max Kellermann authored
-
- 04 Sep, 2016 1 commit
-
-
Max Kellermann authored
The "packed" attribute triggers a clang 4.0 warning, and it's not necessary. All we want is correct allocation of this dynamically-sized struct.
-
- 23 Aug, 2016 1 commit
-
-
Max Kellermann authored
-
- 02 Jul, 2016 1 commit
-
-
Max Kellermann authored
-
- 14 Mar, 2016 3 commits
-
-
Max Kellermann authored
When a reference counter is at its limit, don't allocate a new TagPoolSlot - that would result in many TagPoolSlot instances with ref==1. This in turn would make the linked list very very large, which means quadratic runtime for many operations.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes deadlock.
-
- 23 Feb, 2016 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Feb, 2016 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for APE tag support on userspace NFS/SMB/CIFS mounts.
-
Max Kellermann authored
Prepare for ID3 support on userspace NFS/SMB/CIFS mounts.
-
Max Kellermann authored
Use a 128 byte buffer instead of reading 10 bytes first and then 118.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Feb, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Feb, 2016 2 commits
-
-
Max Kellermann authored
Copy the query buffer to the allocated buffer, and read only the remaining data.
-
Max Kellermann authored
-