summaryrefslogtreecommitdiff
path: root/vss.c (follow)
Commit message (Expand)AuthorAge
* fd: Simplify para_mmap() and mmap_full_file().Andre Noll2026-08-01
* Merge topic branch t/vss into masterAndre Noll2026-06-15
|\
| * vss: Streamline vss_post_monitor().Andre Noll2026-05-28
| * vss: Run sender commands first in vss_post_monitor().Andre Noll2026-05-28
| * vss: Set mmd->offset early when paused.Andre Noll2026-05-28
| * vss: Don't set data send barrier unnecessarily.Andre Noll2026-05-28
| * vss: Open-code fc_num_redundant_slices().Andre Noll2026-05-28
| * vss: Check return value of compute_slice_size().Andre Noll2026-05-28
| * vss: Clarify afs socket handling.Andre Noll2026-05-28
| * vss: Handle EOF *after* sending chunks.Andre Noll2026-05-28
| * vss: Merge vss_compute_timeout() into its caller.Andre Noll2026-05-28
| * vss: Kill magic 100ms timeout.Andre Noll2026-05-28
| * vss: Remove vss_chunk_time().Andre Noll2026-05-28
| * vss: Simplify and rename recv_afs_msg().Andre Noll2026-05-28
| * vss: Recompute announce timeval on SIGHUP.Andre Noll2026-05-28
* | Merge topic branch t/udp into masterAndre Noll2026-05-29
|\ \ | |/ |/|
| * vss: Simplify initialize_fec_client().Andre Noll2026-04-11
| * Remove vss_get_fec_eof_packet().Andre Noll2026-04-10
* | Fix gcc-16 warnings about unterminated strings.Andre Noll2026-05-24
* | vss: Boolify next_slice_is_due().Andre Noll2026-04-21
* | vss: Boolify need_to_request_new_audio_file().Andre Noll2026-04-21
* | vss: Rename and simplify chk_barrier().Andre Noll2026-04-21
* | vss: Remove two local variables.Andre Noll2026-04-21
|/
* vss.c: Fix two typos in one comment.Andre Noll2026-04-02
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Move user_list.[ch] into server.[ch].Andre Noll2026-03-01
* struct sender: Remove unused sched pointer argument of ->post_monitor().Andre Noll2026-01-26
* struct sender: Remove unused chunks_sent parameter of ->send().Andre Noll2026-01-26
* Remove dccp.Andre Noll2026-01-26
* Improve virtual streaming system documentation.Andre Noll2025-10-08
* afs: Remove v0.5.x on-disk afhi compatibility code.Andre Noll2025-09-30
* vss: Fix (harmless) memory leak.Andre Noll2025-08-07
* vss: Make vss_chunk_time() static.Andre Noll2025-06-25
* vss: Make vss_next() and vss_repos() static.Andre Noll2025-06-15
* vss: Change vss_playing() and friends to return bool.Andre Noll2025-06-15
* Include regex.h from para.h.Andre Noll2025-05-19
* vss_init(): Adjust loglevel.Andre Noll2025-04-07
* vss: Streamline and dedox documentation of vss_send().Andre Noll2022-11-19
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_alloc().Andre Noll2022-07-29
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | Misc documentation cleanups related to select().Andre Noll2022-08-25
* | Hide implementation of para_fd_set().Andre Noll2022-08-25
* | send: Avoid select-specific arguments in {pre,post}_select().Andre Noll2022-08-25
* | sched: Introduce sched_{read,write}_ok().Andre Noll2022-08-25
|/
* Merge branch 'maint'Andre Noll2022-04-04
|\
| * vss: Reset afhi.chunks_total on eof.Andre Noll2022-03-27
* | afh: Limit chunk numbers to 32 bit.Andre Noll2022-03-28