summaryrefslogtreecommitdiff
path: root/common/shm.c
Commit message (Expand)AuthorAgeFilesLines
* Make a function return const; More mingw fixesfalkTX2020-06-131-2/+3
* shm: Make registry_id constantTimo Wischer2020-06-111-36/+36
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-111-2/+2
* Allow for effective UID of binaries (#286)Nova2018-11-131-1/+1
* Secure promiscuous mode for shared memory segmentsCédric Schieli2017-03-181-0/+6
* String management fix.Stephane Letz2016-01-011-1/+1
* std::exception used by reference.Stephane Letz2013-07-041-3/+3
* Update Syst V shared memory implementation.Stephane Letz2012-10-281-9/+23
* John Emmas Windows server launching patch (1).sletz2011-11-031-4/+0
* Add missing jack_client_get_uuid API.sletz2011-11-031-17/+21
* Correct multi server launch bug on Windows.sletz2011-10-281-16/+28
* Add check_process_running for Windows.sletz2011-10-281-1/+28
* Special version of jack_attach_shm/jack_release_shm on client side for POSIX ...sletz2011-06-111-5/+44
* Fix in jack_register_server.sletz2010-05-301-1/+1
* Fix some file header to have library side code use LGPL.sletz2010-03-191-23/+21
* Compiles on Windows again.sletz2009-12-161-12/+13
* Shared memory manager was calling abort in case of fatal error, now return an...sletz2009-12-151-36/+76
* Compiles on Windows again.sletz2009-03-251-63/+62
* Add mixed 32/64 mode (off by default).sletz2009-03-241-11/+11
* Code cleanup.sletz2008-11-211-33/+13
* Better isolation of server and clients system resources to allow starting the...sletz2008-11-211-10/+15
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-3/+1
* Cleanup on OSX.sletz2008-10-021-4/+4
* Correct file permission for jack-shm-registry POSIX shared memory segment.sletz2008-10-021-1/+6
* Better control of exported symbols.sletz2008-06-051-3/+3
* Add conditional includes for config.h, for use with wafnedko2008-06-021-0/+4
* Nedko Arnaudov log patch.sletz2008-03-101-1/+1
* Cleanupsletz2007-11-011-1/+1
* Implementation of server_name setting (-n) in progresssletz2007-10-241-12/+0
* Use .jackdrc file (instead of .jackdmprc). Install script now creates a link ...sletz2007-10-091-4/+9
* Correct jack_register_server.sletz2007-10-051-15/+22
* Cleanupsletz2007-10-051-1/+1
* First importsletz2006-09-031-0/+1182