| Rev. | Time | Author |
|---|---|---|
| 9acdd0d | 2023-03-11 17:58:24 | mio |
|
Fix ml_fetch_items change |
||
| 02fbb03 | 2023-03-09 14:50:21 | mio |
|
Fix ml_fetch_item with index 0 "finding" an item when it's not a valid item ID (d247886e46) |
||
| 68926ce | 2023-03-09 14:36:14 | mio |
|
Add some unittests for delete |
||
| 9c85a5e | 2023-03-09 13:45:37 | mio |
|
Add nothrow version of ml_fetch_items |
||
| 56eb314 | 2023-03-09 11:04:06 | mio |
|
Update unittests for nothrow versions |
||
| 7428af3 | 2023-03-05 17:09:32 | mio |
|
Add nothrow version of ml_fetch_all |
||
| 590278c | 2023-03-05 16:34:55 | mio |
|
Add nothrow version of ml_fetch_item |
||
| 8dccda2 | 2023-03-05 16:21:26 | mio |
|
Add dub.sdl to better support building with other compilers. |
||
| a204dba | 2023-03-05 16:08:31 | mio |
|
Change C-Style declaration to D-Style |
||
| 9177267 | 2023-03-04 17:06:57 | mio |
|
Add nothrow version of ml_fetch_headers. This does result in a small break with the throwing version of ml_fetch_headers, as it no longer accepts an MLError argument, and instead throws an MLException. |
||
| c836f71 | 2023-03-04 15:36:53 | mio |
|
Add MLException class |
||
| 7786329 | 2023-03-04 15:13:41 | mio |
|
Add nothrow version of ml_open_list |
||
| b2bd084 | 2023-03-04 14:18:54 | mio |
|
Use scope guards for MediaList.isOpen. |
||
| 24f17e4 | 2023-02-23 19:49:06 | mio |
|
Add embedded documentation to public symbols in medialist.d |
||
| c278a2b | 2023-02-23 16:04:05 | mio |
|
Update README |
||
| b46c115 | 2023-02-23 15:59:40 | mio |
|
'Trash' list when calling "delete" with no arguments making it, in theory, possible to restore a previously 'trashed' list. |
||
| 8ee7480 | 2023-02-23 15:22:11 | mio |
|
'Erase' instead of 'remove' log files and overwritten mTSV files. |
||
| 65f67db | 2023-02-18 17:11:58 | mio |
|
Update TODO |
||
| 330c9c6 | 2023-02-18 17:06:09 | mio |
|
Implement some basic logging. (d8ff1be0e1) |
||
| a75ef06 | 2023-02-18 16:25:43 | mio |
|
Update directories.d to support XDG_STATE_HOME and XDG_RUNTIME_DIR |
||
| 72d01f7 | 2023-02-18 15:40:27 | mio |
|
Replace xdg.d with directories.d |
||
| 08b597a | 2023-02-18 12:25:46 | mio |
|
Update TODO |
||
| c7f006d | 2023-02-14 19:35:20 | mio |
|
Add CLI command to import lists |
||
| f53bb2a | 2023-02-14 19:32:45 | mio |
|
Add ignore-glob for fossil |
||
| 4c8039f | 2023-02-14 17:45:03 | mio |
|
Add opCmp to MediaListItem structure. |
||
| 722791a | 2023-02-14 16:26:14 | mio |
|
Add ml_medialistitem_to_string function to allow conversion of a MediaListItem to a TSV-compatible string. |
||
| c9f2e3f | 2023-02-11 14:24:30 | mio |
|
Update TODO |
||
| 23765e9 | 2023-02-11 14:22:02 | mio |
|
Update MediaListCLIVersion |
||
| bd34db6 | 2023-02-11 14:21:22 | mio |
|
Implement option to export to HTML |
||
| c57d179 | 2023-02-11 14:06:02 | mio |
|
Fix RangeError being thrown on show and export |
||