| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-21 | hash-queue: Fix head removal | Khalid Abu Shawarib | |
| Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/4165 | |||
| 2026-02-22 | hash-queue: Add function for enqueue or move to tail | Khalid Abu Shawarib | |
| 2026-02-01 | hash-queue: Add boolean to enqueue function | Khalid Abu Shawarib | |
| 2026-02-01 | hash-queue: Add queue head removal function without the user knowing the key | Khalid Abu Shawarib | |
| 2026-02-01 | hash-queue: Fix hash queue destructor | Khalid Abu Shawarib | |
| The values are GList nodes in the queue, not the values that the user put in insertion. Therefore, it's better to use the queue's cleanup function with the value destructor. | |||
| 2025-11-12 | hash-queue: Drop key builder for key-value | Khalid Abu Shawarib | |
| Both uses are trivial and blocks more useful usecases for hashed queues. | |||
| 2025-03-15 | hash-queue: Don't call create/destroy functions when null | Khalid Abu Shawarib | |
| 2025-03-15 | hash-queue: Skip manual lookup for removal | Khalid Abu Shawarib | |
| 2024-05-19 | thumbnails: Use NautilusHashQueue | Corey Berla | |
| 2024-05-19 | general: Rename NautilusFileQueue to NautilusHashQueue | Peter Eisenmann | |
