| Commit message (Expand) | Author | Files | Lines |
2008-12-28 | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 1 | -8/+8 |
2008-11-03 | tag: added function tag_has_type() | Max Kellermann | 1 | -0/+12 |
2008-11-01 | tag: use GLib instead of utils.h | Max Kellermann | 1 | -8/+10 |
2008-11-01 | utils: use GUINT32_FROM_LE() instead of readLEuint32() | Max Kellermann | 1 | -8/+8 |
2008-11-01 | tag: don't return const string from fix_utf8() | Max Kellermann | 1 | -13/+13 |
2008-10-31 | removed UTF-8 library, use GLib instead | Max Kellermann | 1 | -4/+12 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+2 |
2008-10-06 | tag: merge clearMpdTag into tag_free | Eric Wong | 1 | -12/+2 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -1/+1 |
2008-09-08 | use strset.h instead of tagTracker.h | Max Kellermann | 1 | -1/+0 |
2008-09-07 | tag: oops, of course items is now ** and not * | Eric Wong | 1 | -2/+2 |
2008-09-07 | tag: lock all accesses to tag_pool | Eric Wong | 1 | -6/+10 |
2008-09-07 | tag: introduce handy items_size() function | Eric Wong | 1 | -11/+12 |
2008-09-07 | tag: moved code to tag_print.c | Max Kellermann | 1 | -25/+2 |
2008-09-06 | tag: fix segfault on update | Eric Wong | 1 | -14/+21 |
2008-08-29 | tag: optimize tag_dup(), copy item references | Max Kellermann | 1 | -1/+3 |
2008-08-29 | const pointers | Max Kellermann | 1 | -4/+4 |
2008-08-29 | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 1 | -2/+60 |
2008-08-29 | tag: try not to duplicate the input string | Max Kellermann | 1 | -13/+18 |
2008-08-29 | tag: pass length to fix_utf8() | Max Kellermann | 1 | -3/+4 |
2008-08-29 | added "length" parameter to validUtf8String() | Max Kellermann | 1 | -1/+1 |
2008-08-29 | assert value!=NULL in fix_utf8() | Max Kellermann | 1 | -1/+3 |
2008-08-29 | tag: converted macro fixUtf8() to an inline function | Max Kellermann | 1 | -9/+11 |
2008-08-29 | tag: added a pool for tag items | Max Kellermann | 1 | -5/+4 |
2008-08-29 | tag: converted tag_item.value to a char array | Max Kellermann | 1 | -4/+3 |
2008-08-29 | tag: converted MpdTag.items to a pointer list | Max Kellermann | 1 | -10/+13 |
2008-08-29 | tag: moved code to tag_id3.c | Max Kellermann | 1 | -340/+0 |
2008-08-29 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -24/+24 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -22/+23 |
2008-08-28 | const pointers | Max Kellermann | 1 | -2/+2 |
2008-08-28 | unsigned integers and size_t | Max Kellermann | 1 | -4/+3 |
2008-08-26 | converted MpdTagItem.type to an enum | Max Kellermann | 1 | -3/+5 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -4/+0 |
2008-04-12 | yet more unsigned integers | Max Kellermann | 1 | -2/+1 |
2008-04-12 | whitespace cleanup | Max Kellermann | 1 | -67/+67 |
2008-03-26 | use size_t | Max Kellermann | 1 | -4/+4 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -5/+5 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -3/+4 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -14/+14 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -7/+1 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -1/+2 |
2007-11-21 | When parsing id3_frames take in account that there are different frames | Qball Cow | 1 | -40/+137 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -2/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-03-31 | Adding tagtypes command to list available tag types (takes metadata_to_use | J. Alexander Treuman | 1 | -0/+10 |
2007-03-20 | Doing those previous SONG_* commits properly. Thanks to normalperson for | J. Alexander Treuman | 1 | -1/+1 |
2007-03-20 | Use SONG_TIME instead of literal "Time: " for consistency with db code. | J. Alexander Treuman | 1 | -1/+2 |
2007-03-09 | fix bug #1458 | Warren Dukes | 1 | -2/+1 |
2007-02-23 | Make mpd fetch the Original artist/performer tag from mp3's | Qball Cow | 1 | -0/+4 |
2007-02-18 | Closing some parenthesis around shank's email address in copyright headers. | J. Alexander Treuman | 1 | -1/+1 |