Commit Graph

  • 2064e8ac4c songvec, dirvec: use GLib instead of utils.h Max Kellermann 2009-01-03 14:53:02 +01:00
  • 457301d97b compress: use GLib instead of utils.h Max Kellermann 2009-01-03 14:52:59 +01:00
  • dec4e4ca85 don't include utils.h when it isn't used Max Kellermann 2009-01-03 14:52:56 +01:00
  • d17f0f435b timer: use GLib instead of utils.h Max Kellermann 2009-01-03 14:52:53 +01:00
  • 03524fb81c tag: use g_strescape() to eliminate evil characters Max Kellermann 2009-01-03 14:52:49 +01:00
  • d342e338db pcm: use GLib instead of utils.h Max Kellermann 2009-01-03 14:52:13 +01:00
  • 962f2407d2 pcm_utils: use the custom PRNG for volume dithering Max Kellermann 2009-01-03 14:51:47 +01:00
  • 8ebb3196a8 listen: use GLib instead of utils.h Max Kellermann 2009-01-03 14:51:43 +01:00
  • 30f75f7f01 tag_id3: use GLib instead of utils.h Max Kellermann 2009-01-03 14:51:41 +01:00
  • c24a102c98 tag_pool: use GLib instead of utils.h Max Kellermann 2009-01-03 14:51:37 +01:00
  • 2189796b96 null, fifo: use GLib instead of utils.h Max Kellermann 2009-01-03 14:51:34 +01:00
  • 3978b7b1ea song: use GLib instead of utils.h/log.h Max Kellermann 2009-01-03 14:51:30 +01:00
  • 2d6f469091 decoder_api: use GLib instead of utils.h Max Kellermann 2009-01-03 14:51:28 +01:00
  • 2bc0144023 client: use GLib instead of utils.h Max Kellermann 2009-01-03 13:44:19 +01:00
  • 0eb1166beb client: convert GREETING to a static string Max Kellermann 2009-01-03 13:42:14 +01:00
  • 3dc43bb915 strset: use GLib instead of utils.h Max Kellermann 2009-01-03 13:38:48 +01:00
  • 906ca3e204 dbUtils: use GLib instead of utils.h Max Kellermann 2009-01-03 13:37:36 +01:00
  • 6ce06a4863 audio: use GLib instead of utils.h Max Kellermann 2009-01-03 13:36:20 +01:00
  • 019bca2475 listen: use gethostbyname() on WIN32 Max Kellermann 2009-01-03 13:23:03 +01:00
  • fa9b5fd10b event_pipe: use _pipe() on WIN32 Max Kellermann 2009-01-03 13:22:55 +01:00
  • 4e0973a8f7 configure.ac: link with -lws2_32 on WIN32 Max Kellermann 2009-01-03 13:21:25 +01:00
  • 59067e6a92 ao: use g_strsplit() instead of strtok_r() Max Kellermann 2009-01-03 13:20:12 +01:00
  • 5b543e8fa6 permission: use g_strsplit() instead of strtok_r() Max Kellermann 2009-01-03 13:20:10 +01:00
  • 6507bcccd3 permission: parse password without strtok_r() Max Kellermann 2009-01-03 13:20:06 +01:00
  • 3cb3baa1e2 log: don't call closelog() on !HAVE_SYSLOG Max Kellermann 2009-01-03 13:20:01 +01:00
  • a8dbd8f44f update: don't check for symlinks on WIN32 Max Kellermann 2009-01-03 13:19:58 +01:00
  • 48aace1859 event_pipe: moved variable "main_task" to main.c Max Kellermann 2009-01-03 13:19:01 +01:00
  • 96814397ad sig_handlers: disable on WIN32 Max Kellermann 2009-01-03 12:29:42 +01:00
  • 2cf96abcc1 command: fix adding local files on !WIN32 Max Kellermann 2009-01-03 12:29:42 +01:00
  • 7a8ef820a4 list: removed linked list library Max Kellermann 2009-01-02 18:41:35 +01:00
  • e943b9bf13 conf: use GLib's GSList library Max Kellermann 2009-01-02 18:40:43 +01:00
  • 1183236797 alsa: use GLib instead of utils.h Max Kellermann 2009-01-02 17:56:08 +01:00
  • 051e906d85 jack: use GLib instead of utils.h Max Kellermann 2009-01-02 17:23:10 +01:00
  • 1fe129330e jack: duplicate jack_get_ports() return values Max Kellermann 2009-01-02 17:23:00 +01:00
  • 38fb8a01c1 update: use GLib instead of utils.h Max Kellermann 2009-01-02 17:22:56 +01:00
  • 4b6d17a670 database: use GLib instead of utils.h Max Kellermann 2009-01-02 17:22:54 +01:00
  • 9e46c32004 playlist: use GLib instead of utils.h Max Kellermann 2009-01-02 17:22:47 +01:00
  • cc4e0a786d directory: use GLib instead of utils.h Max Kellermann 2009-01-02 16:26:19 +01:00
  • 8cf9138541 locate: use GLib instead of utils.h Max Kellermann 2009-01-02 16:24:16 +01:00
  • e5b8a3b86d archive: use GLib instead of utils.h Max Kellermann 2009-01-02 16:22:40 +01:00
  • cf9bd42416 main: include main.h, fix dependencies Max Kellermann 2009-01-02 11:21:33 +01:00
  • 272ee5f7d2 event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify Max Kellermann 2009-01-02 11:20:41 +01:00
  • daf7c3db5a mapper: allocate the result of map_directory_child_fs(), map_song_fs() Max Kellermann 2009-01-02 10:48:55 +01:00
  • 72255d580e mapper: allocate the result of map_uri_fs(), map_directory_fs() Max Kellermann 2009-01-02 10:48:11 +01:00
  • b2e3b64483 update: use g_file_test() instead of stat() Max Kellermann 2009-01-02 10:47:31 +01:00
  • 38e3220fd4 oggflac: don't use gcc.h Max Kellermann 2009-01-02 09:50:12 +01:00
  • 0c422838a8 playlist: use g_file_test() instead of stat() Max Kellermann 2009-01-01 19:22:07 +01:00
  • 80fa9183e4 mapper: allocate playlist path from heap Max Kellermann 2009-01-01 19:17:44 +01:00
  • 886ed1b225 mapper: fall back to XDG music directory Max Kellermann 2009-01-01 19:07:38 +01:00
  • 46aedbae09 removed the signal_check libraries Max Kellermann 2009-01-01 18:51:38 +01:00
  • 2f71b647f4 sig_handlers: use event_pipe for delivering SIGHUP Max Kellermann 2009-01-01 18:51:17 +01:00
  • e93136ef0f event_pipe: added event_pipe_emit_fast() Max Kellermann 2009-01-01 18:47:25 +01:00
  • ecb20c5f7e mixer: renamed mix_* options to mixer_* Max Kellermann 2009-01-01 18:36:47 +01:00
  • 65f037eb32 cmdline: exit after --version Max Kellermann 2009-01-01 18:26:59 +01:00
  • b3e2635ac1 event_pipe: added pipe_event enum and callbacks Max Kellermann 2009-01-01 18:22:11 +01:00
  • 22bb5a5856 event_pipe: renamed functions from main_notify_* to event_pipe_* Max Kellermann 2009-01-01 18:12:14 +01:00
  • 9f5934d95b main_notify: renamed source to event_pipe.c Max Kellermann 2009-01-01 18:12:00 +01:00
  • 99f8dc0168 gcc.h: removed all duplicate macros Max Kellermann 2009-01-01 18:09:28 +01:00
  • 17bdcc8bae decoder plugins: don't include gcc.h Max Kellermann 2009-01-01 18:09:24 +01:00
  • 7dfe301b54 output plugins: don't include gcc.h Max Kellermann 2009-01-01 18:08:29 +01:00
  • 0734acf392 null: don't include gcc.h Max Kellermann 2009-01-01 18:00:46 +01:00
  • 9a70c4d06d Moving mixers to audio outputs Viliam Mateicka 2008-12-31 16:46:41 +01:00
  • dd9af72a74 exporting functions Viliam Mateicka 2008-12-31 15:10:53 +01:00
  • 3cd0b90ff6 client: run client_manager_expire() in an idle event Max Kellermann 2008-12-31 14:30:03 +01:00
  • a12b57e1e9 ls.c: include config.h to have HAVE_CURL here Laszlo Ashin 2008-12-31 13:00:33 +01:00
  • dd0f8e42f3 main_notify: removed lock()/unlock() Max Kellermann 2008-12-31 00:32:56 +01:00
  • 2cdfd93830 client: remember GLib source id Max Kellermann 2008-12-31 00:29:27 +01:00
  • d196ffdf3a sig_handlers: call g_main_loop_quit() in SIGTERM handler Max Kellermann 2008-12-30 19:50:38 +01:00
  • d40cf1652d main: export the main_loop variable Max Kellermann 2008-12-30 19:50:22 +01:00
  • a3b0506cfd sig_handlers: removed SIGCHLD Max Kellermann 2008-12-30 19:35:01 +01:00
  • f38aaa2bb7 sig_handlers: don't reload database on SIGHUP Max Kellermann 2008-12-30 19:34:05 +01:00
  • a1434914a7 sig_handlers: removed unused functions Max Kellermann 2008-12-30 19:32:12 +01:00
  • 71e7ce5d8e main: use the GLib main loop Max Kellermann 2008-12-30 19:24:39 +01:00
  • 03e650aa9e main_notify: make the read side of the pipe blocking Max Kellermann 2008-12-30 19:20:36 +01:00
  • 10b5966bf6 main_notify: removed notify object, use only pipe Max Kellermann 2008-12-30 19:20:20 +01:00
  • 1f0804bdca listen: don't make the server socket non-blocking Max Kellermann 2008-12-30 19:18:59 +01:00
  • 6890183c50 utils: port set_nonblocking() to WIN32 Max Kellermann 2008-12-30 19:17:20 +01:00
  • bb55ec6b4e command: don't allow adding local files on WIN32 Max Kellermann 2008-12-30 19:14:13 +01:00
  • 7330002960 utils: implement my_usleep() with Sleep() on WIN32 Max Kellermann 2008-12-30 19:10:08 +01:00
  • 2eaeb65666 listen: include winsock headers on WIN32 Max Kellermann 2008-12-30 19:07:10 +01:00
  • e888af98a2 bonjour: fixed "unused parameter" warnings Max Kellermann 2008-12-30 16:45:49 +01:00
  • 13867a1e7c zeroconf: eliminated strlen() usage from initZeroconf() Max Kellermann 2008-12-30 16:45:43 +01:00
  • 49fa9708d5 zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c Max Kellermann 2008-12-30 16:43:58 +01:00
  • bbed35822e zeroconf: fail if avahi service name is invalid Max Kellermann 2008-12-30 16:43:58 +01:00
  • e9a3c4ce32 playlist: use GLib's random number generator Max Kellermann 2008-12-30 16:34:32 +01:00
  • cdf1eaeb2c daemon: simplified daemonize_close_stdin() Max Kellermann 2008-12-30 16:28:18 +01:00
  • 6c0f5fc612 listen: moved redirect_stdin() to daemon.c Max Kellermann 2008-12-30 16:28:13 +01:00
  • 671480814c main: moved daemonize() to daemon.c Max Kellermann 2008-12-30 16:28:07 +01:00
  • d99595c214 listen: eliminated freeAllListenSockets() Max Kellermann 2008-12-30 16:28:00 +01:00
  • 4cc0caf1af print supported decoders in --version Viliam Mateicka 2008-12-30 14:08:59 +01:00
  • d38a7967ab main: disable non-portable code on WIN32 Max Kellermann 2008-12-29 17:43:00 +01:00
  • 509d12ae88 utils: implement parsePath() with g_strdup() on WIN32 Max Kellermann 2008-12-29 17:42:54 +01:00
  • d4638834f8 utils: use g_get_home_dir() Max Kellermann 2008-12-29 17:42:49 +01:00
  • db849d1eed utils: make variables more local in parsePath() Max Kellermann 2008-12-29 17:42:46 +01:00
  • 3c9992aead client: include winsock headers on WIN32 Max Kellermann 2008-12-29 17:42:43 +01:00
  • 274b919966 main: use g_setenv() instead of setenv() Max Kellermann 2008-12-29 17:37:40 +01:00
  • 6517126204 log: removed unused logging wrappers Max Kellermann 2008-12-29 17:35:42 +01:00
  • 91be85a307 main: use GLib logging Max Kellermann 2008-12-29 17:35:40 +01:00
  • 4d3dd1ed2a path: use GLib logging Max Kellermann 2008-12-29 17:32:53 +01:00
  • 29500cedff update: use GLib logging Max Kellermann 2008-12-29 17:29:49 +01:00