giweb.css: Make backround color for commit messages a bit darker.
[paraslash.git] / fd.c
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.
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre Nollfd.c: Introduce para_chdir().
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-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-04-04 Andre Nollfix some compiler warnings on Mac OS
2007-03-26 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-03-14 Andre Nollfd.c: Kill para_fread() and para_fseek()
2007-03-14 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash into mmap
2007-03-12 Andre Nollfirst draft of the mmap patch series
2007-03-12 Andre NollMerge ../paraslash_meins/paraslash
2007-03-11 Andre Nollsmall documentation cleanup
2007-03-04 Andre Nollsimplify vss_read_chunk()
2006-09-30 AndreMerge /home/maan/scm/paraslash.fml/paraslash
2006-09-30 Andreintroduce para_fgets(), a wrapper for fgets()
2006-07-13 maanMerge branch 'master' into my-osx
2006-06-28 Andrefix some doxygen warnings
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-13 Andremark all fds used for select() as non-blocking
2006-06-04 Andreadd some debugging to fd.c
2006-05-13 AndreKill duplicate para_fread()
2006-04-15 AndreRename MIN, MAX, ABS macros
2006-04-08 Andrefurther header cleanup
2006-04-08 Andrenew function: set_stream_fds()
2006-04-07 Andresmall header cleanup
2006-04-07 AndreAdd documentation for para_select() and mark_fd_nonblock()
2006-04-07 Andreintroduce mark_fd_nonblock()
2006-04-07 Andreintroduce para_select()
2006-04-07 AndreNew source files: fd.c/fd.h