Merge commit 'meins/master'
[paraslash.git] / vss.c
2009-09-21 Andre NollMerge commit 'meins/master'
2009-09-19 Andre Nollvss: Honor header chunk when computing FEC group start.
2009-09-14 Andre NollMerge commit 'meins/master'
2009-09-12 Andre NollFEC timing improvements.
2009-09-12 Andre Nollvss_send(): Fix EOF-check for FEC clients.
2009-08-31 Andre NollKill the quick hack that changed timing for the first...
2009-04-25 Andre NollMerge branch 'master' into next
2009-04-23 Andre NollMerge commit 'fml/master'
2009-04-23 Andre Noll[udp_send] Refuse to stream files with invalid chunk...
2009-03-22 Andre NollFix some memory leaks.
2009-03-18 Andre NollFix various dead stores found by the clang static analyzer.
2009-03-15 Andre NollMinor documentation updates.
2009-03-15 Andre Nollaudiod: Improve receiver restart logic.
2009-03-12 Andre Nollvss: Take fec group durations into account when computi...
2009-03-09 Andre Nollvss: Fix need_audio_header().
2009-03-09 Andre Nollvss: Improve EOF handling.
2009-03-09 Andre Nollvss: Handle errors in setup_next_fec_group() properly.
2009-03-09 Andre Nollrecv_afs_msg(): Fix indentation.
2009-03-08 Andre NollMake FEC work with oggvorbis streams.
2009-03-05 Andre NollAvoid division by zero in setup_next_fec_group().
2009-03-05 Andre NollFix initialization of fec_client_list.
2009-03-04 Andre NollRecognize the eof packet also in the udp receiver.
2009-03-02 Andre NollFix some gcc warnings on x86_64.
2009-03-02 Andre NollMerge commit 'meins/master'
2009-03-01 Andre Nollvss.c: Improve the fec timing code.
2009-03-01 Andre NollMore source code documentation.
2009-03-01 Andre NollAdd some more FEC source code documentation.
2009-02-28 Andre NollTrivial doxygen fixes.
2009-02-28 Andre NollSimplify compute_slice_timeout().
2009-02-28 Andre Nollvss.c: Get rid of some casts.
2009-02-28 Andre NollMerge branch 'gerrit'
2009-02-28 Andre NollAdd forward error correction code to the udp sender...
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-12 Andre NollImprove memory mapping.
2009-01-11 Andre NollVarious small cleanups and documentation improvements.
2009-01-11 Andre Nollvss barrier fixes.
2009-01-11 Andre NollAlways respect the data_send_barrier.
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-10 Andre NollReplace the ortp sender/receiver by the generic udp...
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-29 Andre NollAvoid "no connection to para_server" message is server...
2008-09-29 Andre NollMerge commit 'meins/master'
2008-09-28 Andre Nollvss: Fix com_jmp() and com_ff().
2008-06-30 Andre NollMerge commit 'meins/master'
2008-06-28 Andre NollAllocate afh_info->info_string dynamically.
2008-04-12 Andre NollMake para_server use the generic scheduling code.
2008-04-12 Andre Nollvss: Include map in the vss task struct.
2008-04-12 Andre NollIntroduce the vss task.
2008-04-12 Andre Nollserver: Fix stop mode.
2008-04-12 Andre NollMove struct senders[] from server.c to vss.c.
2008-04-12 Andre NollInit mmd->sender_cmd_data.cmd_num in vss_init().
2008-04-12 Andre NollHandle sender commands in vss_post_select().
2008-04-12 Andre NollMake vss_send_chunk() static.
2008-04-12 Andre NollCall sender functions from vss.c rather than from server.c.
2008-04-12 Andre NollSimplify vss_presselect().
2008-04-12 Andre NollOnly call vss_eof() from vss_preselect().
2008-04-12 Andre Nollvss: Check the afs socket either for reading or for...
2008-04-12 Andre NollSimplify vss_preselect().
2008-04-12 Andre Nollvss_preselect(): Use single return.
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-15 Andre NollMove the get_chunk and the get_header functions from...
2008-02-11 Andre NollRemove duplicate error code.
2008-02-02 Andre NollIntoduce send_common.c and use it from the dccp sender.
2008-01-17 Andre Nollvss.c: Trivial whitespace cleanup.
2008-01-17 Andre Nollvcc.c: Fix a memory leak in recv_afs_result().
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-11-24 Andre NollMinor doxygen improvements.
2007-11-19 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-11-18 Andre NollFix handling of invalid entries in the score table.
2007-11-17 Andre NollIntroduce vss_stopped().
2007-11-11 Andre NollFix com_nomore.
2007-11-11 Andre NollIntroduce make_empty_status_items().
2007-11-11 Andre NollAdd more status items.
2007-11-02 Andre NollRename audio_info status items and get rid of duplicate...
2007-11-02 Andre NollMake the status item list globally visible.
2007-11-01 Andre NollGet rid of afd->afsi and rename afs_status_info to...
2007-11-01 Andre NollGet rid of afd->path.
2007-11-01 Andre NollKill unused afd.attributes_string.
2007-10-31 Andre NollFix ogg streaming.
2007-10-31 Andre Nollvss.c: Check status afs socket fd for writing more...
2007-10-31 Andre NollMore documentation.
2007-10-31 Andre Nollvss.c: Avoid strcpy() to a fixed-size buffer.
2007-10-28 Andre Nollvss.c recv_afs_msg(): Set cmsg only once.
2007-10-28 Andre Nollvss.c: Documentation cleanup.
2007-10-26 Andre Nollcosmetics.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-24 Andre Nollvss.c: Kill noisy debug message.
2007-10-24 Andre NollReset afd fields on eof.
2007-10-23 Andre NollGet rid of mmd->filename.
2007-10-23 Andre NollGet rid of mmd->audio_format.
2007-10-23 Andre NollGet rid of mmd->afi.
2007-10-23 Andre NollChange dbinfo1 stat item and use it from afs.
2007-10-23 Andre NollRemove para_dbadm.
2007-10-23 Andre NollRemove old audio file selector code.
2007-10-22 Andre Nollvss.c: Kill unused int audio_file.
2007-10-22 Andre NollMove afh_init() call from vss.c to server.c.
2007-10-22 Andre NollMove common audio format handler functions to new afh_c...
next