Merge branch 't/doc'
[paraslash.git] / fd.c
2010-05-12 Andre NollMerge branch 'maint'
2010-04-12 Andre NollMerge branch 'maint'
2010-04-08 Andre NollMerge branch 'maint'
2010-04-05 Andre NollChange year in COPYRIGHT to 2010.
2010-03-22 Andre NollMerge commit 'meins/master'
2010-03-18 Andre NollMerge commit 'meins/master'
2010-03-16 Andre Nollfd.c: Fix compilation on OS X.
2010-03-07 Andre NollMerge branch 'maint'
2010-02-13 Andre NollAdd para_readv(), a simple wrapper for readv().
2010-01-31 Andre NollMerge branch 'maint'
2010-01-17 Andre NollMerge branch 'maint'
2009-12-20 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
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-21 Andre NollMerge commit 'meins/master'
2009-09-21 Andre NollMerge commit 'meins/next' into next
2009-09-19 Andre NollMerge branch 'master' into next
2009-09-14 Andre NollMerge branch 'master' into next
2009-09-14 Andre NollMerge commit 'meins/master'
2009-09-14 Andre NollMinor documentation fixes.
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 Nollfd.c: Simplify write_ok().
2009-07-05 Andre Nollfd.c: Simplify para_select().
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 NollFirst draft of the libosl patch series.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-12 Andre NollImprove memory mapping.
2009-01-12 Andre Nollpara_fd_set(): Replace check for invalid fds by an...
2009-01-10 Andre Nollupd_send.c: Use write_nonblock() rather than write_all().
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-28 Andre NollMerge commit 'fml/master'
2008-11-28 Andre NollGet rid of a gcc warning on recent Ubuntu systems.
2008-08-04 Andre NollMove valid_fd_012() from string.c to fd.c.
2008-04-06 Andre NollGet rid of E_MUNMAP.
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-15 Andre NollMove write_all() from net.c to fd.c.
2008-01-19 Andre NollAdd __must_check annotation for mark_fd_nonblocking...
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-15 Andre NollKill unused E_FSTAT.
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename mark_fd_nonblock() to mark_fd_nonblocking().
2007-11-23 Andre NollIn handle_connect() we really need a blocking fd for...
2007-10-24 Andre NollDoxygen fixes.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-21 Andre NollMove mmap_full_file from osl.c to fd.c.
2007-10-11 Andre Nollfd.c: Remove unused label change_to_orig_dir.
2007-10-11 Andre NollMerge commit 'remotes/fml/v0.3' into v0.3
2007-10-10 Andre Nollfd.c: Cosmetics.
2007-10-10 Andre NollGet rid of E_FCHDIR.
2007-10-10 Andre NollGet rid of E_OPENDIR.
2007-10-10 Andre Nollpara_select(): Return a proper error code on errors.
2007-10-09 Andre NollRemove some system errors from errno.h
2007-10-09 Andre NollGet rid of -E_F_GETFL and -E_F_SETFL.
next