wmadec: Improve documentation of struct private_wmadec_data.
[paraslash.git] / dccp_send.c
2009-12-19 Andre NollMerge branch 'maint'
2009-12-10 Andre NollMerge branch 'maint'
2009-12-07 Andre NollMerge branch 'maint'
2009-12-02 Andre NollMerge branch 'maint'
2009-11-30 Andre NollMerge branch 'maint'
2009-11-27 Andre NollMerge branch 'maint'
2009-11-18 Andre NollMerge branch 'maint'
2009-11-12 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge branch 'maint'
2009-11-07 Andre NollMerge branch 'maint'
2009-11-06 Andre NollMerge branch 'maint'
2009-11-05 Andre NollMerge branch 'maint'
2009-11-05 Andre NollMerge branch 'maint'
2009-10-24 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint' into next
2009-10-22 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint'
2009-10-16 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-09-24 Andre NollMerge branch 'master' into next
2009-09-21 Andre NollMerge branch 'master' into next
2009-09-19 Andre NollMerge branch 'master' into next
2009-09-14 Andre NollMerge branch 'master' into next
2009-09-06 Andre NollMerge branch 'master' into next
2009-09-04 Andre NollMerge branch 'master' into next
2009-09-03 Andre NollMerge branch 'master' into next
2009-08-31 Andre NollMerge branch 'master' into next
2009-08-29 Andre NollMerge branch 'master' into next
2009-08-21 Andre NollMerge branch 'master' into next
2009-08-02 Andre NollMerge branch 'master' into next
2009-08-01 Andre NollMerge branch 'master' into next
2009-07-25 Andre NollMerge branch 'master' into next
2009-07-20 Andre NollMerge branch 'master' into next
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-09 Andre NollMerge branch 'master' into next
2009-07-09 Andre NollMerge commit 'meins/next' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-06-11 Andre NollFix para_strerror() and use osl() wrapper for osl libra...
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'
next