Merge branch 'master' into next
[paraslash.git] / dccp_recv.c
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-20 Andre NollMerge commit 'meins/next' 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 NollFix memory leaks in xxx_recv_init().
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-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.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-12-06 Andre NollImprove help/man page of para_recv.
2008-03-30 Andre NollSimplify the scheduling code.
2008-01-19 Andre NollAlways check the return value of mark_fd_nonblocking().
2008-01-19 Andre Nolldccp_recv.c: Fix a fd leak.
2008-01-19 Andre Nolldccp_recv.c: Reformat comment.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-17 Gerrit Renker01_DCCP_shutdown-unnecessary.diff
2007-12-15 Andre NollReplace eof by error in receivers/filters/writers.
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-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-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-03-03 Andre Nolldccp_recv.c, stdout.h: change year in GPL header to...
2007-02-11 Andre Nolldccp_recv.c: Fix memory leak in dccp_recv_open()
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-13 Andremark all fds used for select() as non-blocking
2006-06-04 Andrekill some dead code
2006-06-01 Andrehttp_recv/dccp_recv: simplify post_select()
2006-05-31 Andrefix dccp sender/receiver
2006-05-30 Andremore audiod fixes
2006-05-29 AndreMerge branch 'sched'
2006-05-24 AndreMake para_recv use the new scheduler.
2006-04-15 Andregcc-compat.h: rename __unused to __a_unused
2006-03-27 Andreupdate to gengetopt-2.17
2006-03-26 Andredoxify dccp
2006-03-25 Andredccp_recv: increase output buffer size
2006-03-23 AndreFix return value of dccp_recv pre_select()
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.