summaryrefslogtreecommitdiffstats
path: root/src/shared/ClashAvoider.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-18/+17
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-8/+8
2012-04-28Lint.David Robillard1-2/+2
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2011-10-21Move more headers to shared include directory.David Robillard1-2/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-1/+4
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard1-3/+3
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard1-0/+8
2011-04-19Remove EngineInterface::quit().David Robillard1-2/+3
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-6/+6
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-11/+0
2011-02-19Partially working copy/paste.David Robillard1-2/+4
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-1/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-1/+1
2010-02-14Remove voice specific control setting.David Robillard1-9/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-0/+9
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-4/+4
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-8/+0
2010-01-06Do all logging output via Raul streams.David Robillard1-12/+12
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-7/+0
2009-07-07Fix compilation issues.David Robillard1-0/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-13/+4
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-5/+5
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-29/+3
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-8/+8
2009-05-13Generic simple query system for both objects and plugins.David Robillard1-5/+14
2009-05-13The great ID refactoring of 2009.David Robillard1-30/+30
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-0/+15
2009-01-05Include <sstream> where missing.David Robillard1-0/+1
2008-12-16Trim include dependency tree.David Robillard1-1/+2
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard1-24/+27
2008-11-29Fix path name offsetting when pasting to start at 2, not 0.David Robillard1-0/+3
2008-11-16More HTTP.David Robillard1-4/+2
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard1-0/+9
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-2/+2
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+214