| Commit message (Expand) | Author | Files | Lines |
2008-12-30 | utils: implement my_usleep() with Sleep() on WIN32 | Max Kellermann | 1 | -0/+8 |
2008-12-30 | listen: include winsock headers on WIN32 | Max Kellermann | 1 | -0/+6 |
2008-12-30 | bonjour: fixed "unused parameter" warnings | Max Kellermann | 1 | -7/+13 |
2008-12-30 | zeroconf: eliminated strlen() usage from initZeroconf() | Max Kellermann | 1 | -3/+1 |
2008-12-30 | zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c | Max Kellermann | 5 | -556/+647 |
2008-12-30 | zeroconf: fail if avahi service name is invalid | Max Kellermann | 1 | -8/+4 |
2008-12-30 | playlist: use GLib's random number generator | Max Kellermann | 1 | -7/+10 |
2008-12-30 | daemon: simplified daemonize_close_stdin() | Max Kellermann | 1 | -16/+6 |
2008-12-30 | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 4 | -29/+34 |
2008-12-30 | main: moved daemonize() to daemon.c | Max Kellermann | 4 | -59/+116 |
2008-12-30 | listen: eliminated freeAllListenSockets() | Max Kellermann | 2 | -5/+0 |
2008-12-30 | print supported decoders in --version | Viliam Mateicka | 3 | -0/+19 |
2008-12-29 | main: disable non-portable code on WIN32 | Max Kellermann | 1 | -0/+14 |
2008-12-29 | utils: implement parsePath() with g_strdup() on WIN32 | Max Kellermann | 1 | -2/+10 |
2008-12-29 | utils: use g_get_home_dir() | Max Kellermann | 1 | -6/+4 |
2008-12-29 | utils: make variables more local in parsePath() | Max Kellermann | 1 | -16/+22 |
2008-12-29 | client: include winsock headers on WIN32 | Max Kellermann | 2 | -3/+9 |
2008-12-29 | main: use g_setenv() instead of setenv() | Max Kellermann | 1 | -42/+1 |
2008-12-29 | log: removed unused logging wrappers | Max Kellermann | 2 | -8/+0 |
2008-12-29 | main: use GLib logging | Max Kellermann | 1 | -33/+34 |
2008-12-29 | path: use GLib logging | Max Kellermann | 1 | -5/+7 |
2008-12-29 | update: use GLib logging | Max Kellermann | 1 | -18/+21 |
2008-12-29 | alsa: use GLib logging | Max Kellermann | 1 | -29/+30 |
2008-12-29 | jack: use GLib logging | Max Kellermann | 1 | -28/+30 |
2008-12-29 | fifo: use GLib logging | Max Kellermann | 1 | -21/+24 |
2008-12-29 | state_file: use GLib logging | Max Kellermann | 1 | -8/+10 |
2008-12-29 | volume: use GLib logging | Max Kellermann | 1 | -26/+29 |
2008-12-29 | player_thread: use GLib logging | Max Kellermann | 1 | -8/+10 |
2008-12-29 | tag_id3: use GLib logging | Max Kellermann | 1 | -12/+19 |
2008-12-29 | listen: use GLib logging | Max Kellermann | 1 | -29/+32 |
2008-12-29 | utils: use GLib logging | Max Kellermann | 1 | -14/+13 |
2008-12-29 | client: use GLib logging | Max Kellermann | 1 | -48/+53 |
2008-12-29 | pcm: use GLib logging | Max Kellermann | 4 | -67/+76 |
2008-12-29 | database: use GLib logging | Max Kellermann | 1 | -36/+38 |
2008-12-29 | log: automatically append newline | Max Kellermann | 1 | -4/+19 |
2008-12-29 | removed os_compat.h | Max Kellermann | 30 | -103/+99 |
2008-12-29 | command: use gmtime() on WIN32 | Max Kellermann | 1 | -1/+8 |
2008-12-29 | condition: removed cond_timedwait() and cond_signal_async() | Max Kellermann | 2 | -38/+0 |
2008-12-29 | tag_id3: strip leading and trailing whitespace from ID3 tags | Thomas Jansen | 1 | -2/+6 |
2008-12-29 | mp4: support the writer/composer tag | Frank Mulder | 1 | -0/+2 |
2008-12-29 | update: fixing empty filenames in archives | Viliam Mateicka | 2 | -1/+8 |
2008-12-28 | osx_plugin: migrate from pthread to glib threads | Thomas Jansen | 1 | -19/+18 |
2008-12-28 | output: migrate from pthread to glib threads | Thomas Jansen | 4 | -12/+9 |
2008-12-28 | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 4 | -11/+31 |
2008-12-28 | condition: migrate from pthread to glib threads | Thomas Jansen | 2 | -36/+27 |
2008-12-28 | update & main_notify: migrate from pthread to glib threads | Thomas Jansen | 3 | -24/+30 |
2008-12-28 | player_thread: migrate from pthread to glib threads | Thomas Jansen | 1 | -8/+6 |
2008-12-28 | decoder_thread: migrate from pthread to glib threads | Thomas Jansen | 1 | -8/+5 |
2008-12-28 | songvec: migrate from pthread to glib threads | Thomas Jansen | 3 | -17/+36 |
2008-12-28 | dirvec: migrate from pthread to glib threads | Thomas Jansen | 3 | -17/+36 |