osx_write: Kill superfluous NULL-pointer check.
[paraslash.git] / dccp_send.c
2006-08-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash/ into...
2006-07-27 Andre Nollfix two trivial compile warnings on x86_64
2006-07-13 Andretrivial format string fix in dccp_send
2006-07-13 maanMerge branch 'master' into my-osx
2006-07-07 Andredccp_send: Retry on EAGAIN
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-23 Andrefix gcc warnings on shadowed declarations
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andreintegrate para_client into para_audiod
2006-06-06 Andredccp_send/http_send: add all fds to close_on_fork_list
2006-05-31 Andrefix dccp sender/receiver
2006-05-17 Andremajor afs cleanup
2006-05-13 AndreRename struct audio format to audio_format_handler
2006-04-21 Andredccp_send.c: Set status to SENDER_OFF on errros.
2006-04-15 AndreRename MIN, MAX, ABS macros
2006-04-15 Andregcc-compat.h: rename __unused to __a_unused
2006-03-26 Andredoxify dccp
2006-03-25 Andredccp_send: fix sending of header packets
2006-03-24 Andredccp: avoid "message too long" errors.
2006-03-24 Andrelog the IP address of the connecting client.
2006-03-24 Andrekill duplicate write_ok()
2006-03-14 Andredccp_send: comment out noisy debug message.
2006-03-11 AndreMerge branch 'dccp'
2006-03-08 AndreAdd Ian McDonald to CREDITS
2006-03-08 AndreAdd GPL headers for dccp.c dccp.h, dccp_recv.c, and...
2006-03-08 AndreFirst draft of the dccp sender/receiver pair.