summaryrefslogtreecommitdiff
path: root/mood.c (follow)
Commit message (Expand)AuthorAge
* Merge topic branch t/spdx into masterAndre Noll2026-03-26
|\
| * Switch to SPDX identifiers.Andre Noll2026-03-17
* | Improve selector loop.Andre Noll2026-03-17
* | Rename get_score_and_aft_row() -> score_get().Andre Noll2026-03-17
* | Pass callback arg and pbout to ->load().Andre Noll2026-03-17
* | Implement selector abstraction.Andre Noll2026-03-17
* | Remove struct afsi_change_event_data.Andre Noll2026-03-17
* | mood.c: Rename alloc_new_mood() -> new_mood_instance().Andre Noll2026-03-17
* | Remove the para_buffer argument of event handlers.Andre Noll2026-03-17
* | mood: Simplify update_audio_file().Andre Noll2026-03-17
* | Avoid double lookup on score row deletion.Andre Noll2026-03-17
* | score: Simplify mood_update_audio_file().Andre Noll2026-03-17
* | Improve documentation of mood.c.Andre Noll2026-03-17
* | mood: Switch to signed 64 bit integer arithmetics.Andre Noll2026-03-17
* | mood.c: Improve formula to update quadratic deviation.Andre Noll2026-03-17
* | mood: Skip afs statistics update if possible.Andre Noll2026-03-17
|/
* mood.c does not use the list API.Andre Noll2026-02-13
* Trivial whitespace fix.Andre Noll2025-11-26
* mood: Don't abort the check if an empty mood exists.Andre Noll2025-06-29
* Introduce VSS_NEW_AUDIO_FILE to fix playlist updates.Andre Noll2025-05-25
* mood.c: Remove a dead store and fix the documentation of mood_load().Andre Noll2025-05-21
* Include regex.h from para.h.Andre Noll2025-05-19
* com_check(): Report inconsistencies consistently.Andre Noll2025-04-07
* Merge topic branch t/afs-select into masterAndre Noll2023-10-21
|\
| * server: Implement select -verbose.Andre Noll2023-05-15
* | Merge topic branch t/afs-ls-a into masterAndre Noll2023-10-15
|\ \ | |/ |/|
| * afs: Really fix memory leak in mood_load().Andre Noll2023-06-20
| * afs: Fix memory leak in mood_load().Andre Noll2023-06-18
| * server: Fix NULL pointer dereference in com_ls().Andre Noll2023-06-18
| * Implement ls --admissible=m/foo.Andre Noll2023-05-12
* | afs: Fix memory leak in mood_load().Andre Noll2023-05-12
|/
* Merge topic branch t/afs-cleanups into masterAndre Noll2022-11-20
|\
| * Introduce afs_error().Andre Noll2022-10-17
| * Rename mood_switch(), mood_close(), playlist_{open/close}.Andre Noll2022-10-17
| * Assume that score_open() and score_clear() always succeed.Andre Noll2022-10-17
| * mood.c: Rename struct mood to mood_instance.Andre Noll2022-10-17
| * Simplify and improve activate_mood_or_playlist().Andre Noll2022-10-17
| * Simplify row_belongs_to_score_table().Andre Noll2022-10-17
| * Remove mood.h.Andre Noll2022-10-17
| * Clean up and rename change_current_mood().Andre Noll2022-10-17
| * mood.c: Simplify and rename load_mood().Andre Noll2022-10-17
| * mood.c: Move struct statistics into struct mood.Andre Noll2022-10-17
| * Remove get_num_admissible_files().Andre Noll2022-10-17
| * Declare {was,is}_admissible as bools.Andre Noll2022-10-17
| * mood.c: Remove pointless check in reload_current_mood().Andre Noll2022-10-17
| * mood.c: Remove row_is_admissible().Andre Noll2022-10-17
| * Remove E_NO_MOOD,Andre Noll2022-10-17
* | mood: Fix compute_score().Andre Noll2022-10-24
|/
* string: Introduce arr_realloc() and check for integer overflow.Andre Noll2022-07-29
* string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29