| Commit message (Expand) | Author | Files | Lines |
2013-01-06 | queue: convert all functions to methods | Max Kellermann | 1 | -13/+13 |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -6/+6 |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | mapper: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | *_print: convert to C++ | Max Kellermann | 1 | -1/+1 |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -3/+3 |
2012-08-29 | locate: rename to SongFilter.cxx | Max Kellermann | 1 | -1/+1 |
2012-08-29 | queue_print: rename to QueuePrint.cxx | Max Kellermann | 1 | -1/+4 |
2012-08-08 | locate: add a per-item "fold_case" flag | Max Kellermann | 1 | -13/+1 |
2012-08-07 | locate: add "casefold" flag to parser | Max Kellermann | 1 | -8/+2 |
2011-07-19 | queue: implement song "priorities" | Max Kellermann | 1 | -0/+4 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-07-25 | {queue,song}_print: print relative paths if possible | Max Kellermann | 1 | -0/+1 |
2010-07-25 | queue_print: hide HTTP password in the "playlist" command | Max Kellermann | 1 | -5/+2 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-30 | queue_print: queue_print_song_info() is not necessry for export. | Avuton Olrich | 1 | -1/+9 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-01-24 | locate: added locate_item_list_casefold() | Max Kellermann | 1 | -5/+1 |
2009-01-24 | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 1 | -7/+8 |
2009-01-24 | locate: added struct locate_item_list | Max Kellermann | 1 | -5/+5 |
2009-01-24 | locate: no CamelCase | Max Kellermann | 1 | -3/+3 |
2009-01-24 | queue_print: use new_items instead of items | Max Kellermann | 1 | -1/+1 |
2009-01-24 | playlist: removed locate functions to queue_print.c | Max Kellermann | 1 | -0/+34 |
2009-01-23 | playlist: moved some printing code to queue_print.c | Max Kellermann | 1 | -0/+79 |