aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sticker_print: new library for sending stickers to a clientMax Kellermann2009-04-013-10/+85
* sticker: pass const sticker to sticker_foreach()Max Kellermann2009-04-012-4/+4
* client, event_pipe: explicitly ignore the write() resultMax Kellermann2009-04-012-2/+2
* socket_util: fixed format warningMax Kellermann2009-04-011-1/+1
* flac: fixed "unused variable" warning without libcueMax Kellermann2009-04-011-2/+2
* Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil2009-03-311-4/+32
* track length is computed correctly nowJochen Keil2009-03-311-2/+1
* free previously allocated flac metadata objectJochen Keil2009-03-311-0/+1
* remove old commented codeJochen Keil2009-03-311-8/+0
* Build tags from information in cue sheetsJochen Keil2009-03-312-0/+296
* do not consider single mode with "next" commandRomain Bignon2009-03-311-0/+7
* client: group static function declarations together.Avuton Olrich2009-03-301-6/+5
* queue_print: queue_print_song_info() is not necessry for export.Avuton Olrich2009-03-302-13/+9
* queue: queue_generate_id() is not necessary for export.Avuton Olrich2009-03-302-7/+4
* player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich2009-03-302-10/+0
* conf: config_param_free() not necessary for export.Avuton Olrich2009-03-302-3/+1
* command: command_error() is not necessary for export.Avuton Olrich2009-03-302-4/+1
* client: client_write() does not necessary for export.Avuton Olrich2009-03-302-6/+4
* implemented the 'consume' modeRomain Bignon2009-03-307-15/+82
* Bugfix for time/offset in flac pluginJochen Keil2009-03-281-3/+3
* mixer: assert that the new volume value is validMax Kellermann2009-03-273-7/+2
* mpcdec: changed plugin name to "mpcdec"Max Kellermann2009-03-271-3/+3
* mpcdec: support the new libmpcdec SV8 APIMax Kellermann2009-03-271-14/+90
* mpcdec: no CamelCaseMax Kellermann2009-03-271-57/+65
* tag_pool: use memcmp() instead of strcmp() for non-terminated stringMax Kellermann2009-03-271-1/+3
* tag_pool: use size_t for string lengthMax Kellermann2009-03-272-4/+4
* event_pipe can only be non-blocking if !WIN32Sean McNamara2009-03-271-0/+2
* More debugging for Win32 ioctlsocket: complain if it's not a WinsockSean McNamara2009-03-271-3/+12
* Add winsock2 headers for curl's use of select() on socketsSean McNamara2009-03-271-1/+7
* Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports itSean McNamara2009-03-271-23/+0
* Winsock2 is needed on MinGW (or other pure Win32 toolchains) forSean McNamara2009-03-271-0/+36
* sticker: move SQLite statements into an arrayMax Kellermann2009-03-271-70/+75
* pulse_mixer: protect the struct with a mutexMax Kellermann2009-03-271-1/+29
* pulse_mixer: return if mixer is offlineMax Kellermann2009-03-271-29/+27
* pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann2009-03-271-4/+4
* pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann2009-03-271-2/+3
* pulse_mixer: wait for get_volume() operation to completeMax Kellermann2009-03-271-1/+34
* mixer_control: don't lock the mutex twice in mixer_failed()Max Kellermann2009-03-271-5/+14
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-277-29/+43
* implements the smartstop featureRomain Bignon2009-03-277-2/+66
* pulse_mixer: adapted code styleMax Kellermann2009-03-271-27/+52
* output_all: synchronize playback with player_control.notifyMax Kellermann2009-03-262-2/+4
* playlist_state: fix playback restore in random modeMax Kellermann2009-03-261-2/+0
* queue/playlist/command: move rangeJeffrey Middleton2009-03-265-17/+72
* pulse_mixer: removed superfluous initializationsMax Kellermann2009-03-261-7/+2
* pulse_mixer: allocate "volume" staticallyMax Kellermann2009-03-261-10/+6
* pulse_mixer: removed superfluous NULL checks in close()Max Kellermann2009-03-261-12/+4
* pulse_mixer: initialize "online" and "index" in open()Max Kellermann2009-03-261-2/+5
* pulse: make configuration strings constMax Kellermann2009-03-262-12/+10
* pulse: don't check config_param!=NULLMax Kellermann2009-03-262-10/+5