Commit Graph

28 Commits

Author SHA1 Message Date
Max Audron 1e69f48936 add meson build files
build common, cdbus, alsapid, and proxies as static libraries.
daemon aka ladishd links to them at build time.
2021-02-14 14:22:47 +01:00
Nedko Arnaudov ebce813997 Fix unused-parameter warnings in plain C code 2012-12-02 23:50:05 +02:00
Nedko Arnaudov 73acf78b8d Improve logging
* Take advantage of gcc printf format checks
 * Move code dependent on log level to log.c
   This is a basis for runtime logging tweaks.
 * Remove the now useless LADISH_DEBUG defines
2012-12-02 20:24:22 +02:00
Nedko Arnaudov 6b3524b6a6 fix potential access of NULL pointer
It could happen if delimiter is NULL. Currently the
only use is with non-NULL delimiter.
2012-11-17 15:36:00 +02:00
Nedko Arnaudov b592ac3cb7 fix compiler warning 2011-10-11 01:24:53 +03:00
Nedko Arnaudov f42b4fbef7 operational jack session implementation 2011-10-02 00:47:50 +03:00
Nedko Arnaudov 026659406a LASH support in ladishd 2011-08-04 02:59:01 +03:00
Nedko Arnaudov a9fe28d65f fix bug in ensure_dir_exist_varg() 2011-08-01 04:45:09 +03:00
Nikita Zlobin ae152c51fc Update Nikita Zlobin e-mail 2011-05-02 18:36:42 +06:00
Nedko Arnaudov 1958d74f7c gladish: fix memory corruption 2010-12-27 03:56:59 +02:00
Nedko Arnaudov 67ba277fa5 gladish: credit translators in the about dialog
_(translator-credits) is not used because i think it will lead
to need to translate names multiple times, because some of them
appear as part of author credits, for example.
2010-12-22 17:00:01 +02:00
Nikita Zlobin 9e0b654848 Make file reading function common 2010-11-28 15:26:36 +05:00
Nedko Arnaudov e4713bf45d new function - catdupv() 2010-09-20 00:22:19 +03:00
Nedko Arnaudov 333dd6026f improved dirhelpers
* ensure_dir_exist() now acts as recursive mkdir
 * ensure_dir_exist_varg() is a new function that accepts multiple path components
2010-09-20 00:20:58 +03:00
Nedko Arnaudov ef3a3891db move catdup to common/ 2010-09-19 17:15:11 +03:00
Nedko Arnaudov 979f2190d0 move dirhelpers to common/ 2010-09-19 17:04:14 +03:00
Nedko Arnaudov 9f6946c97f remove the obsolete "safety" memory functions
Juuso favours them but I favour explicit handling of memory allocation checks
that cause current function to fail
2010-04-04 21:45:53 +03:00
Nedko Arnaudov fc21df8068 daemon: better implementation of server stop timeout workaround
* current time check is more precise
 * waits during command executions are suboptimal because they block the main loop
2010-03-06 02:17:51 +02:00
Nedko Arnaudov 5f832c8668 rename log macros 2009-09-20 18:23:42 +03:00
Nedko Arnaudov d38f42ffef common/debug.h -> log.h 2009-09-20 18:02:10 +03:00
Nedko Arnaudov d1ec91c6d8 Bring catdup() original behaviour back 2009-08-05 21:40:55 +03:00
Nedko Arnaudov b123acc84f unify source copyright headers in in dbus/ and common/ 2009-08-01 19:51:07 +03:00
Nedko Arnaudov 3b5d8a0549 Remove the obsolete list.h 2009-07-13 01:14:51 +03:00
Nedko Arnaudov 1e63ba92bb Remove autohell traces 2009-07-13 01:08:55 +03:00
Nedko Arnaudov 177197f8ca tabs->spaces 2009-07-13 00:15:44 +03:00
Nedko Arnaudov d364193985 waf buildable daemon 2009-07-12 22:56:19 +03:00
Juuso Alasuutari 3457f2349e Add lash_warn(). 2009-01-18 02:31:56 +02:00
Nedko Arnaudov 4d77bc329c merge the dbus development branch, 77:541
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@542 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2008-09-06 22:48:05 +00:00