| Commit message (Expand) | Author | Files | Lines |
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-11-04 | tag: added function tag_name_parse() | Max Kellermann | 1 | -14/+1 |
2009-11-04 | song_save: explicitly parse the colon | Max Kellermann | 1 | -18/+27 |
2009-11-01 | song_save: free song object on error | Max Kellermann | 1 | -0/+4 |
2009-11-01 | song_save: load one song at a time | Max Kellermann | 1 | -62/+11 |
2009-11-01 | database: use strcmp() instead of g_str_has_prefix() | Max Kellermann | 1 | -2/+1 |
2009-11-01 | text_file: allocate line buffers dynamically | Max Kellermann | 1 | -16/+15 |
2009-11-01 | song_save: increased maximum line length to 32 kB | Max Kellermann | 1 | -3/+7 |
2009-10-13 | song: renamed attribute "url" to "uri" | Max Kellermann | 1 | -7/+6 |
2009-07-05 | song_save: use GError for error handling | Max Kellermann | 1 | -5/+18 |
2009-07-05 | song_save: no CamelCase | Max Kellermann | 1 | -11/+11 |
2009-04-28 | song_save: don't call tag_free(NULL) | Max Kellermann | 1 | -1/+2 |
2009-03-15 | log: removed DEBUG() and FATAL() | Max Kellermann | 1 | -3/+7 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-27 | tag: no CamelCase | Max Kellermann | 1 | -2/+2 |
2009-01-14 | song_save: don't fail on empty tag values | Max Kellermann | 1 | -2/+2 |
2009-01-14 | song_save: return value pointer from matchesAnMpdTagItemKey() | Max Kellermann | 1 | -8/+8 |
2009-01-14 | song_save: itemType is "enum tag_type", not "int" | Max Kellermann | 1 | -2/+2 |
2009-01-13 | song_save: check for colon and space when loading a tag | Max Kellermann | 1 | -2/+4 |
2009-01-03 | don't include utils.h when it isn't used | Max Kellermann | 1 | -1/+2 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -2/+4 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: removed CamelCase | Max Kellermann | 1 | -5/+5 |
2008-10-08 | song: replaced all song constructors | Max Kellermann | 1 | -2/+2 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -5/+8 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -1/+1 |
2008-10-07 | song: use songvec_for_each() in songvec_print() / songvec_save() | Max Kellermann | 1 | -12/+11 |
2008-10-06 | song: stop storing song_type | Eric Wong | 1 | -1/+1 |
2008-10-06 | song: use flex arrays to store song->url | Eric Wong | 1 | -7/+3 |
2008-10-06 | song: get rid of newNullSong() | Eric Wong | 1 | -1/+1 |
2008-09-23 | songvec: remove songvec_prune | Eric Wong | 1 | -3/+0 |
2008-09-23 | Don't try to prune unless we're updating | Eric Wong | 1 | -1/+2 |
2008-09-23 | Replace SongList with struct songvec | Eric Wong | 1 | -54/+31 |
2008-09-07 | tag: added buffered versions of the tag_print.c code | Max Kellermann | 1 | -3/+20 |
2008-09-07 | song: moved code to song_print.c, song_save.c | Max Kellermann | 1 | -186/+3 |
2008-09-07 | tag: moved code to tag_print.c | Max Kellermann | 1 | -0/+1 |
2008-09-06 | tag: fix segfault on update | Eric Wong | 1 | -0/+1 |
2008-08-29 | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 1 | -4/+16 |
2008-08-29 | song: don't export newNullSong() | Max Kellermann | 1 | -1/+1 |
2008-08-29 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -10/+10 |
2008-08-26 | assert song->url != NULL | Max Kellermann | 1 | -0/+3 |
2008-08-26 | no camel case in struct decoder_plugin | Max Kellermann | 1 | -2/+2 |
2008-08-26 | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -2/+3 |
2008-03-26 | fix segmentation fault in song info parser | Max Kellermann | 1 | -4/+5 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -7/+3 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -2/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2008-01-01 | song: updateSongInfo: left out charset conversion when going thread-safe | Eric Wong | 1 | -2/+4 |