- 12 Nov, 2018 1 commit
-
-
Max Kellermann authored
Closes #410
-
- 11 Nov, 2018 1 commit
-
-
Max Kellermann authored
This feature requires `libpcre`.
-
- 07 Nov, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Nov, 2018 1 commit
-
-
Max Kellermann authored
The protocol documentation says that the difference between `find` and `search` is that `search` is case insensitive, but that's only half the truth: `search` also searches for sub strings instead of matching the whole string. This part is undocumented and unfortunate, but at this point, we can't change it. However leaking this surprising behavior to the new filter expressions was a bad idea; the "==" operator should never match substrings. For people who need that, we should add a new operator.
-
- 02 Nov, 2018 1 commit
-
-
Max Kellermann authored
Closes #397
-
- 02 Aug, 2018 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Jul, 2018 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 25 Jul, 2018 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to allow more complex expressions.
-
Max Kellermann authored
-
Max Kellermann authored
Required for "modified-since".
-
Max Kellermann authored
-
Max Kellermann authored
All DetachedSong instances should be converted to LightSong first, which is a very cheap operation.
-
- 24 Jul, 2018 5 commits
-
-
Max Kellermann authored
Closes #89
-
Max Kellermann authored
Will allow more complex fitler expression, such as negation (#89).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Jul, 2018 3 commits
-
-
Max Kellermann authored
Not yet wired to the protocol.
-
Max Kellermann authored
Consume the ConstBuffer instead of iterating it. This will allow adding more complex parsers.
-
Max Kellermann authored
-
- 06 Jul, 2018 1 commit
-
-
Max Kellermann authored
This enforces the "not nullptr" rule.
-
- 30 Apr, 2018 1 commit
-
-
Max Kellermann authored
Error message sent to client was "basic_string::_M_construct null not valid" due to passing nullptr to the std::string constructor. Regression caused by commit 386688b8
-
- 09 Feb, 2018 1 commit
-
-
Max Kellermann authored
Error message sent to client was "basic_string::_M_construct null not valid" due to passing nullptr to the std::string constructor. Regression caused by commit 386688b8
-
- 19 Jan, 2018 2 commits
-
-
Max Kellermann authored
Fixes search within mount points, resulting in error "No such directory". Closes #190
-
Max Kellermann authored
-
- 19 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 20 Sep, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-