index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
socket
/
SocketListener.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-04
Replace Raul::thread with std::thread.
David Robillard
1
-128
/
+0
2013-02-02
More generic Atom class.
David Robillard
1
-2
/
+2
2013-02-02
Fix potential deadlock on exit. Maybe.
David Robillard
1
-2
/
+2
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-2
/
+2
2013-01-11
Use type safe enumerations.
David Robillard
1
-2
/
+2
2012-11-21
Use atoms for option values.
David Robillard
1
-1
/
+1
2012-11-21
Configuration file support.
David Robillard
1
-0
/
+2
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-7
/
+6
2012-08-16
Remove verbose logging stuff from Thread.
David Robillard
1
-1
/
+1
2012-08-16
Remove Raul::Slave class.
David Robillard
1
-3
/
+7
2012-08-15
Clean up includes.
David Robillard
1
-1
/
+0
2012-08-14
Update for latest Raul.
David Robillard
1
-3
/
+3
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-4
/
+4
2012-05-14
Clean up Thread interface.
David Robillard
1
-3
/
+2
2012-05-11
Clean up and better document World interface.
David Robillard
1
-1
/
+2
2012-05-11
Use more reasonable names for the world's interface and engine (if present).
David Robillard
1
-3
/
+3
2012-05-10
Bidirectional socket communication (GUI once again works remotely).
David Robillard
1
-11
/
+11
2012-05-09
Factor out Socket from SocketListener and make interface more general.
David Robillard
1
-80
/
+12
2012-05-09
Support TCP sockets.
David Robillard
1
-35
/
+125
2012-05-09
SocketInterface => SocketReader.
David Robillard
1
-2
/
+2
2012-05-09
Simply event interface design and make only one pre-process thread.
David Robillard
1
-2
/
+4
2012-05-03
Work towards a proper server infrastructure with a thread per connection.
David Robillard
1
-57
/
+8
2012-05-03
More work towards separating event interfaces from queueing implementation.
David Robillard
1
-1
/
+1
2012-05-03
SocketReceiver => SocketListener.
David Robillard
1
-0
/
+149