67 Commits (e4730c6c971e87c8e462eae4bceeda6e2e4d65bf)

Author SHA1 Message Date
  Stephane Letz e4730c6c97 Fix some incoherency with strings. 12 years ago
  Stephane Letz a750131fba Use of jack_free instead of free, cleanup. 12 years ago
  sletz 5e8a775049 Correct ShutDown in JackInternalClient and JackLibClient. 13 years ago
  sletz b59e854090 Cleanup. 13 years ago
  sletz b52ec65d7d Fix symbols export. 13 years ago
  Stephane Letz 311d4ae225 Correct ClientCheck. 13 years ago
  Stephane Letz f62f984b97 Possible fix for http://trac.jackaudio.org/ticket/193. 13 years ago
  sletz c83577f82c EXPORT macro renamed to LIB_EXPORT. 14 years ago
  sletz 7254ce1ebc rebase from trunk 4180:4238 14 years ago
  sletz 92d88530ec Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson). 14 years ago
  sletz 4828d0c835 rebase from trunk 4041:4083 14 years ago
  Torben Hohn 5cd7b4dedf add uuid parameter to ClientCheck method. 14 years ago
  Stéphane LETZ 9bf10e24ab Correct InternalClientLoad. 15 years ago
  Torben Hohn 5e7a792f42 add uuid parameter to jack_client_open... 15 years ago
  sletz 416928c200 rebase from trunk 3455:3482 16 years ago
  sletz 30fb35f21d Cleanup JackInternalClient code. 16 years ago
  sletz f2a25b89cd Cleanup global function export. 16 years ago
  sletz 3ef112b3de rebase from trunk 3336:3353 16 years ago
  sletz d167ffc6ed Some more cleanup in JackLoadableInternalClient class. 16 years ago
  sletz 7c8db86d92 Fix crash bug in JackLoadableInternalClient::~JackLoadableInternalClient. 16 years ago
  sletz 9cf490adb0 Fix for compilation warning with GCC 4.3.2 16 years ago
  sletz eaa3579112 Remove print line. 16 years ago
  sletz 34e7e2a6ef Define a JACK_INTERNAL_DIR environment variable to be used for internal clients. 16 years ago
  sletz 55f40b6ea4 Cleanup in JackInternalClient. 16 years ago
  sletz 32a83a3df7 Cleanup server starting code for clients directly linked with libjackserver.so. 16 years ago
  sletz 604fd21827 Use JACK_DRIVER_DIR variable in internal clients loader. 16 years ago
  sletz 171a3c4a0d Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown). 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz 34bb208d1e Correct JackCoreAudioAdapter::Close. 16 years ago
  sletz 9d0aa7e864 Remove use of try/catch during internal client loading, set default nperiod to 2 in JackAlsaAdpter. 16 years ago
  sletz 7723df5cd3 Define JACK_PATH_MAX for simpler portability. 16 years ago
  sletz 5a32b21deb Minor cleanup. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 1274ff1da2 Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
  sletz 6c6264701c New JackLoadableInternalClient1 and JackLoadableInternalClient2 classes. 16 years ago
  sletz 1ae1806947 Correct JackServer::InternalClientLoad. 16 years ago
  sletz d95ea4826a Implement jackctl_server_load_internal and jackctl_server_unload_internal. 16 years ago
  sletz a7001745bd Simplify request server close only if server is running implementation. 17 years ago
  sletz ce5d02b5d9 Correct JackClient::Close() to request server close only if server is running. 17 years ago
  moret c852bd397c Fix JackArgParser (when used with empty strings) 17 years ago
  sletz 0566470580 Add jack_get_descriptor in internal clients API. 17 years ago
  sletz dcbaa4ed70 Merge windows branch back to trunk. 17 years ago
  sletz 2d24e3a1c2 Cleanup JackInternalClient.h,cpp files 17 years ago
  sletz 61237b3e3b Correct BuildClientPath 17 years ago
  sletz 0a0860fcb1 New generic BuildClientPath for internal clients loading. 17 years ago
  sletz 318ecc889d Another Tim Blechmann cleanup patch + do no allocate JackClientControl in shared memory for server internal clients. 17 years ago
  sletz f8f2fddb8d Remove JackClientInterface class 17 years ago
  sletz 215dfdd97a Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz 152a1711ce New jack_get_client_pid API, implemented on server side. 17 years ago