chiark / gitweb /
Makefiles: Use Final.sd.mk to implementing RECHECK_RM
[secnet.git] / udp.c
2020-02-16 Ian JacksonMerge subdirmk 0.4
2020-02-15 Ian JacksonAdd 'base91-python/' from commit '749aa78cf12496cca4b9b...
2020-02-15 Ian JacksonAdd 'base91-c/' from commit '664054e8f603f09badb98ef09e...
2019-12-30 Ian JacksonMerge subdirmk 0.3
2019-12-30 Ian Jacksonsubdirmk: Merge new version and fix everything
2019-12-30 Ian JacksonMerge subdirmk
2019-12-30 Ian JacksonMerge subdirmk
2019-11-25 Ian JacksonMerge commit '0428556765a15326025e9fe4809936c6cafd3c85'
2019-11-24 Ian JacksonMerge commit 'a1e52614e600bed8e51b461e6569f2cd263e82bb'
2019-11-24 Ian JacksonMerge commit '6fce06f32c1dd21b5c2d7a142d54b7153d650574'
2019-11-22 Ian JacksonMerge commit 'd817b49007e60b0e7392f23caf08dc0328eb32de...
2019-11-14 Ian JacksonMerge commit 'c0b216c79763f720df20e002fc14c9348a0e05c2'
2019-11-14 Ian JacksonMerge commit 'ff11733b6b7d7920033f81c4669ebba9131b984f...
2019-11-13 Ian JacksonAdd 'subdirmk/' from commit 'f1789a0ae66174a95c8d629738...
2019-10-24 Ian Jacksonudp: Use commcommon->why_unwanted
2019-10-24 Ian Jacksoncomm: comm_notify takes the cc, not just the notify_list
2019-09-21 Ian Jacksonudp.c: Add a comment about the salen cast
2019-09-21 Mark Woodingudp.c: Add explicit cast to muffle bogus Clang warning.
2017-11-25 Ian JacksonAdministrivia: Fix erroneous GPL3+ licence notices...
2017-04-25 Ian JacksonMerge remote-tracking branch 'mdw/mdw/powm-sec'
2017-04-23 Ian Jacksoncomm clientinfo: Provide clientinfo interface
2014-12-28 Ian JacksonCopyright updates - update to GPLv3, etc.
2014-10-25 Ian Jacksonudp: Print more info in our comm_addr representations proposed.ipv6-polypath-fixes.v1
2014-10-25 Ian Jacksonudp: Insist on only one successful default socket setup
2014-10-25 Ian Jacksonudp: Provide st->addr_configured
2014-10-25 Ian Jacksonudp, polypath: Log destination address in `some success...
2014-10-25 Ian Jacksonauthbind: Better logging of authbind failures
2014-10-23 Ian Jacksonudp: Print `&' in address descriptions only if multiple...
2014-10-21 Ian Jacksonudp, polypath: Log `experiencing success receiving...
2014-10-21 Ian Jacksonudp, polypath: Make specifying port optional
2014-10-21 Ian Jacksonfds etc.: Support non-forking persistent children
2014-10-21 Ian Jacksonudp: Log transmission and reception errors, at least...
2014-10-21 Ian Jacksonudp: Introduce some `us' convenience variables, etc.
2014-10-08 Ian JacksonIntroduce setnonblock()
2014-10-08 Ian Jacksonprocess: Introduce afterfork()
2014-10-08 Ian Jacksonudp: Break out udp_destroy_socket
2014-10-08 Ian Jacksonudp: Report authbind exit status as errno value if...
2014-10-08 Ian Jacksonlogging: Use lg_exitstatus
2014-10-08 Ian Jacksoncomm: Provide udp_socks_deregister
2014-10-08 Ian Jacksoncomm: Make udp_make_socket be able to tolerate failures
2014-10-08 Ian Jacksoncomm: Formalise interface to udp sockets
2014-10-08 Ian Jacksoncomm: Break out some common udp parts
2014-10-06 Ian Jacksoncomm: Break out common code in comm
2014-10-06 Ian Jacksoncomm: Use BUF_GET_BYTES
2014-10-06 Ian Jacksoncomm: Rename a lot of state pointer variables
2014-10-06 Ian Jacksonpoll: Abolish max_nfds
2014-10-06 Ian Jacksonpoll: Introduce and use BEFOREPOLL_WANT_FDS
2014-10-06 Ian Jacksonudp: Use <bsd/sys/queue.h> for notify lists
2014-10-05 Ian Jacksonudp: Support IPv6 when using authbind
2014-10-05 Ian Jacksonudp: Support IPv6 (mostly)
2014-10-05 Ian Jacksonudp.c: Remove some (ab)use of variable name `i'
2014-10-05 Ian Jacksonudp: Break out udp_make_socket
2014-10-05 Ian Jacksoncomm etc.: Provide comm_addr_equal
2014-10-05 Ian Jacksonipv6: introduce union iaddr
2014-10-02 Ian Jacksonfds: Provide cloexec() and use it in udp.c and tun.c
2014-09-19 Ian Jacksonbuffers: Introduce buf_remaining_space
2014-09-19 Ian Jacksonudp: SECURITY: Pass correct size argument to recvfrom
2013-07-25 Ian Jacksonsite: New PROD message
2013-07-25 Ian Jacksonudp.c: call buffer_init
2013-07-25 Ian Jacksonmax_start_pad: calculate globally, not via client graph
2013-07-25 Ian Jacksonsite, netlink: abolish max_end_pad and min_end_pad
2013-07-25 Ian Jacksonudp, util: Break out send_nak function
2013-07-25 Ian Jacksonudp.c: Do not send NAKs in response to NAKs
2013-07-25 Ian Jacksonmagic: Introduce LABEL_NAK
2011-12-11 Ian Jacksonauthbind: get endianness right (again)
2011-08-17 Ian Jacksoncomm, udp: Provide an addr_to_string method
2011-08-17 Ian Jacksoncomm, site: pass a new "struct comm_addr" rather than...
2011-08-17 Ian Jacksoncleanup: provide helpful FILLZERO macro (for certain...
2011-06-26 Richard Kettlewellcleanup: Remove pointless double assignment
2011-06-26 Ian Jacksonportability: use socklen_t for argument to recvfrom
2011-06-26 Ian Jacksonevent loop: remove now and tv_now from before/afterpoll API
2011-06-19 Ian Jacksoncleanup: remove redundant "init_module" declarations
2011-05-18 Stephen EarlyImport release 0.1.16 v0.1.16
2011-05-18 Stephen EarlyImport release 0.1.15 v0.1.15
2011-05-18 Stephen EarlyImport release 0.1.13 v0.1.13
2011-05-18 Stephen EarlyImport release 0.1.11 v0.1.11
2011-05-18 Stephen EarlyImport release 0.1.5 v0.1.5
2011-05-18 Stephen EarlyImport release 0.1.0 v0.1.0
2011-05-18 Stephen EarlyImport release 0.08 v0.08
2011-05-18 Stephen EarlyImport release 0.03 v0.03