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
/
jalv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-24
Add cached URIDs for atom:Chunk and atom:Sequence
David Robillard
1
-6
/
+3
2024-11-24
Move URID and node initialization to a separate file
David Robillard
1
-94
/
+0
2024-11-24
Use a typedef for ports like other structs
David Robillard
1
-15
/
+15
2024-11-24
Move process thread code to a separate file
David Robillard
1
-81
/
+4
2024-11-24
Fix Jack latency recomputation when plugin latency changes
David Robillard
1
-0
/
+2
2024-11-24
Generalize audio/main thread communication
David Robillard
1
-42
/
+69
2024-11-24
Allocate message buffers with the necessary size during setup
David Robillard
1
-32
/
+18
2024-11-24
Rename ambiguous "buffer_size" field to "ring_size"
David Robillard
1
-12
/
+10
2024-11-24
Add support for control outputs with lv2:latency designation
David Robillard
1
-2
/
+28
2024-11-24
Avoid querying the lilv model in the process callback
David Robillard
1
-0
/
+8
2024-11-24
Move jalv_send_to_plugin() to avoid the need for a prototype
David Robillard
1
-55
/
+48
2024-11-24
Simplify jalv_send_to_plugin()
David Robillard
1
-43
/
+19
2024-11-24
Move low-level event sending functions to a separate file
David Robillard
1
-50
/
+1
2024-11-24
Move ring error handling and logging to a higher level
David Robillard
1
-36
/
+42
2024-11-17
Rename UI port event function and move it to the appropriate header
David Robillard
1
-2
/
+3
2024-11-17
Move string utilities to a separate compilation unit
David Robillard
1
-0
/
+1
2024-11-17
Use portable zix filesystem API
David Robillard
1
-21
/
+20
2024-11-14
Add brief comments for undocumented "public" functions
David Robillard
1
-1
/
+0
2024-11-14
Remove unused prototypes and make functions static where possible
David Robillard
1
-5
/
+12
2024-10-12
Add missing const qualifiers
David Robillard
1
-9
/
+9
2024-10-12
Factor frontend command-line arguments into a struct
David Robillard
1
-7
/
+10
2024-10-12
Remove useless conditions
David Robillard
1
-5
/
+3
2024-10-12
Add field width to scanf pattern to protect against huge inputs
David Robillard
1
-3
/
+3
2024-10-12
Handle realloc failure everywhere
David Robillard
1
-2
/
+6
2024-10-12
Remove unused preprocessor symbols
David Robillard
1
-6
/
+1
2024-10-12
Enable unused parameter warnings
David Robillard
1
-0
/
+4
2024-07-12
Remove dead code
David Robillard
1
-3
/
+0
2024-07-12
Fix minor memory leaks
David Robillard
1
-0
/
+1
2023-09-22
Clean up includes
David Robillard
1
-1
/
+0
2022-11-16
Switch to external zix dependency
David Robillard
1
-2
/
+2
2022-08-17
Use an aligned buffer for reading UI events
David Robillard
1
-4
/
+11
2022-08-17
Clean up jalv_open()
David Robillard
1
-28
/
+25
2022-08-17
Factor jalv_init_display() out of jalv_open()
David Robillard
1
-24
/
+29
2022-08-17
Factor feature initialization out of jalv_open()
David Robillard
1
-91
/
+104
2022-08-17
Factor jalv_init_env() out of jalv_open()
David Robillard
1
-8
/
+13
2022-08-17
Clean up comments
David Robillard
1
-3
/
+13
2022-08-17
Use logging API for almost all console output
David Robillard
1
-11
/
+13
2022-08-17
Only log custom UI URI when one is expected
David Robillard
1
-7
/
+5
2022-08-17
Factor URI mappings out from jalv_open()
David Robillard
1
-79
/
+91
2022-08-17
Make worker opaque
David Robillard
1
-39
/
+25
2022-08-17
Fix thread-safety of plugin/UI communication rings
David Robillard
1
-47
/
+86
2022-08-17
Fix comment typo
David Robillard
1
-1
/
+1
2022-08-17
Factor out jalv_write_event()
David Robillard
1
-12
/
+12
2022-08-17
Factor out jalv_write_control()
David Robillard
1
-0
/
+19
2022-08-17
Update zix
David Robillard
1
-2
/
+2
2022-08-17
Fix misleading variable name
David Robillard
1
-4
/
+4
2022-08-17
Relax unnecessarily narrow types
David Robillard
1
-6
/
+2
2022-08-17
Clean up log messages for consistency
David Robillard
1
-3
/
+3
2022-08-17
Clarify communication function names
David Robillard
1
-16
/
+17
2022-08-17
Make jalv_ui_port_index() private
David Robillard
1
-9
/
+11
[next]