summaryrefslogtreecommitdiff
path: root/udp_recv.c (follow)
Commit message (Expand)AuthorAge
* Move fec related defines from para.h to fec.h.Andre Noll2026-07-03
* udp: Remove some unnecessary #include directives.Andre Noll2026-04-10
* udp: Simplify ->post_monitor().Andre Noll2026-04-10
* udp: Simplify and rename mcast_receiver_setup().Andre Noll2026-04-10
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Remove dccp.Andre Noll2026-01-26
* doxygen: Hide user_data variables.Andre Noll2025-10-08
* Include regex.h from para.h.Andre Noll2025-05-19
* Consolidate EOF error codes.Andre Noll2023-03-11
* net: Pass true/false instead of 0/1 to makesock().Andre Noll2022-10-03
* Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* Hide implementation of para_fd_set().Andre Noll2022-08-25
* fd: Drop fd_set parameter from read_nonblock() and friends.Andre Noll2022-08-25
* Remove ->init() of struct receiver.Andre Noll2018-12-21
* Shorten copyright notice.Andre Noll2017-09-22
* recv: Explain user data mechanism.Andre Noll2017-06-25
* Convert receivers to lopsub.Andre Noll2017-03-26
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* task_register() conversion: receiversAndre Noll2014-05-25
* Merge branch 't/misc'Andre Noll2014-03-30
|\
| * Change copyright year to 2014.Andre Noll2014-02-22
* | Merge branch 't/sync'Andre Noll2014-02-22
|\ \ | |/ |/|
| * net: Remove networking headers from para.h.Andre Noll2014-01-01
* | udp_recv: Fix clang warning.Andre Noll2013-12-14
|/
* Revamp ggo help.Andre Noll2013-06-13
* Don't check return value of command line parsers unnecessarily.Andre Noll2013-06-13
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* udp_recv: Switch to the alternative post select method.Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* Add execute mechanism to receiver nodes.Andre Noll2012-11-18
* sched: Introduce task notifications.Andre Noll2012-11-18
* btr: Remove btr_free_node().Andre Noll2012-07-08
* Change year in copyright message to 2012.Andre Noll2012-01-07
* recv: Make ->btrp and ->fd generic.Andre Noll2011-11-01
* Remove some unnecessary includes.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* udp_recv: Add missing line break in log messages.Andre Noll2010-10-11
* sender: miscellaneous cleanupsGerrit Renker2010-06-23
* dccp_recv/udp_recv: Use the new nonblock API.Andre Noll2010-04-25
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Revert "udp_recv: Close receiver after 5 seconds of inactivitly."Andre Noll2010-03-25
* para_recv: handle EAGAIN on non-blocking socketGerrit Renker2010-03-25
* udp_recv: Close receiver after 5 seconds of inactivitly.Andre Noll2010-03-21
* udp_recv: Fix a memory leak in case mcast_receiver_setup() failed.Andre Noll2010-03-21
* udp_recv: Replace recv_bin_buffer() by Use para_readv().Andre Noll2010-03-16
* 08_refactor-makesock.diffGerrit Renker2010-02-25
* 07_flow-opt-support.diffGerrit Renker2010-02-25