index
:
jalv.git
fix-ctrl-c-hang
main
osx
serd1
ui-request-parameter
Jalv LV2 host
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
Add missing include
David Robillard
1
-0
/
+1
2025-01-10
Fix unread variable value
David Robillard
1
-1
/
+1
2025-01-10
Add missing const qualifiers
David Robillard
8
-37
/
+38
2025-01-10
Add missing function attribute
David Robillard
1
-1
/
+1
2024-12-21
Remove forge pointer from ControlID
David Robillard
3
-31
/
+29
2024-12-19
Merge control index and property fields
David Robillard
5
-30
/
+29
2024-12-19
Send events instead of writing to control port buffers in UI
David Robillard
3
-3
/
+6
2024-12-02
Fix MSVC/Windows build
David Robillard
1
-2
/
+2
2024-12-02
Fix unused parameter warnings when POSIX is unavailable
David Robillard
1
-0
/
+5
2024-12-02
Fix mismatched zix_aligned_alloc() and zix_free()
David Robillard
2
-3
/
+3
2024-12-02
Add missing attribute
David Robillard
1
-1
/
+1
2024-12-02
Replace jalv_strjoin() with use of zix_path_join()
David Robillard
4
-22
/
+6
2024-11-24
Fix typos and improve documentation
David Robillard
1
-7
/
+4
2024-11-24
Fix unused parameter warning in release builds without suil
David Robillard
1
-0
/
+2
2024-11-24
Make help and version commands exit successfully
David Robillard
3
-7
/
+11
2024-11-24
Cleanly separate backends from the rest of the application
David Robillard
5
-93
/
+124
2024-11-24
Cleanly separate audio thread from the rest of the application
David Robillard
12
-373
/
+587
2024-11-24
Fix misleading function names
David Robillard
2
-23
/
+25
2024-11-24
Move process thread setup code to a separate file
David Robillard
5
-40
/
+71
2024-11-24
Factor out "settings" that affect the execution process
David Robillard
10
-119
/
+176
2024-11-24
Simplify port buffer allocation
David Robillard
4
-18
/
+24
2024-11-24
Factor out URIDs pointer for brevity
David Robillard
1
-7
/
+8
2024-11-24
Move ring size calculation into a function with other similar ones
David Robillard
1
-9
/
+9
2024-11-24
Move Jack internal client to a separate compilation unit
David Robillard
3
-99
/
+133
2024-11-24
Rename jalv_internal.h to jalv.h
David Robillard
10
-12
/
+13
2024-11-24
Move features struct to a separate file
David Robillard
2
-26
/
+43
2024-11-24
Clean up include paths
David Robillard
5
-0
/
+7
2024-11-24
Use angle brackets for library includes
David Robillard
34
-146
/
+148
2024-11-24
Move main() and related code to a separate file
David Robillard
2
-59
/
+76
2024-11-24
Fix PortAudio backend deactivation and cleanup
David Robillard
1
-8
/
+16
2024-11-24
Clean up backend allocation and setup
David Robillard
4
-44
/
+66
2024-11-24
Move control port printing to console client
David Robillard
5
-42
/
+31
2024-11-24
Move general model query functions to a separate file
David Robillard
6
-56
/
+95
2024-11-24
Remove questionable use of exit()
David Robillard
1
-15
/
+19
2024-11-24
Factor out jalv_activate() and jalv_deactivate()
David Robillard
3
-16
/
+47
2024-11-24
Clean up worker interface
David Robillard
3
-63
/
+79
2024-11-24
Replace misleading function name and documentation
David Robillard
3
-11
/
+12
2024-11-24
Factor out atom dumper
David Robillard
5
-68
/
+135
2024-11-24
Factor out jalv_free_nodes()
David Robillard
3
-3
/
+12
2024-11-24
Separate URI map implementation from application
David Robillard
7
-62
/
+183
2024-11-24
Remove unused prototypes
David Robillard
1
-12
/
+0
2024-11-24
Improve header documentation
David Robillard
15
-14
/
+15
2024-11-24
Simplify env initialization
David Robillard
1
-10
/
+13
2024-11-24
Add state_threadSafeRestore to nodes cache
David Robillard
3
-46
/
+45
2024-11-24
Factor out initial_state()
David Robillard
1
-21
/
+31
2024-11-24
Factor out free_control()
David Robillard
3
-9
/
+18
2024-11-24
Make jalv_open() caller responsible for calling jalv_close()
David Robillard
2
-11
/
+2
2024-11-24
Move control port buffers to a separate array
David Robillard
10
-37
/
+37
2024-11-24
Move PortFlow and PortType definitions to types.h
David Robillard
2
-10
/
+13
2024-11-24
Use message mechanism to pause plugin execution
David Robillard
9
-27
/
+98
[next]