INSTALL: Minor improvements.
[paraslash.git] / dccp_send.c
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2008-04-12 Andre NollMake para_server use the generic scheduling code.
2008-02-16 Andre NollSender code consolidation, on/off commands for the...
2008-02-04 Andre NollImplement access control for the dccp sender.
2008-02-04 Andre Nolldccp_send.c: Simplify dccp_info().
2008-02-04 Andre Nolldccp_senc.d: No need to use static variable in dccp_info().
2008-02-02 Andre NollIntoduce send_common.c and use it from the dccp sender.
2008-02-02 Andre Noll{http,dccp}_send.c: Kill unused variable "self".
2008-02-02 Andre Nolldccp_send.c: Fix a header sending bug.
2008-02-02 Andre Noll[TRIVIAL] dccp_send.c: Decrease scope of header_len.
2008-02-01 Andre Nolldccp_senc.c: Kill E_DCCP_WRITE.
2008-01-19 Andre Nolldccp_send.c: Reformat comment.
2008-01-19 Andre Nolldccp_send.c: Check the return value of mark_fd_nonblock...
2008-01-19 Andre Nolldccp_send: Fix a fd leak.
2008-01-19 Andre Nolldccp_senc.c: Check return value of mark_fd_nonblocking().
2008-01-19 Andre NollGet rid of sender->status.
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-12-17 Gerrit Renker01_DCCP_shutdown-unnecessary.diff
2007-12-03 Andre NollMerge commit 'remotes/fml/master'
2007-11-30 Gerrit Renker05_DCCP-Remove-Unused.diff
2007-11-30 Gerrit Renker04_DCCP-socket-functions.diff
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename mark_fd_nonblock() to mark_fd_nonblocking().
2007-10-22 Andre NollSwitch to the new afs.
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-09-15 Andre Nollreplace para_connect() by PARA_CONNECT.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-08-20 Andre NollFix some unsigned vs. size_t issues.
2007-08-12 Andre Nolldccp_send.c: Minor cleanups.
2007-08-12 Andre Nolldccp_send.c: Simplify send_queued_chunks().
2007-08-12 Andre Nolldccp_send.c: Implement chunk queuing for dccp.
2007-08-06 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-08-06 Andre Nolldccp sender: Keep polling until an entry becomes free...
2007-07-06 Andre Nolldccp_send.c: Replace bzero() by memset()
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-06-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-06-01 Andre Nolldccp_send.c: Fix type of "header_len" on x86_64
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-03-02 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-02-20 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-19 Andre Nollfix typo in dccp_writer
2007-02-10 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-10 Andre Nolladd more missing documentation
2007-01-06 Andrerename afs to vss (the virtual streaming system)
2006-11-16 AndreMerge branch 'in_mem_user_list'
2006-11-01 Andrepreparations for user list in memory
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.