1. 14 Aug, 2001 1 commit
  2. 22 Mar, 2001 1 commit
  3. 26 Jun, 1999 1 commit
  4. 03 Nov, 1998 1 commit
  5. 17 Jul, 1998 1 commit
  6. 27 May, 1998 1 commit
    • Andrew Tridgell's avatar
      heaps of cleanup in the io code. · 4c36ddbe
      Andrew Tridgell authored
      we no longer use non-blocking IO, instead it uses select a lot more,
      being careful to always allow for reading whenever a valid read fd is
      available and chcking timeouts.
      
      also split the file io calls into fileio.c
      4c36ddbe
  7. 13 May, 1998 1 commit
  8. 07 May, 1998 1 commit
    • Andrew Tridgell's avatar
      · 9486289c
      Andrew Tridgell authored
      some large systematic changes to make socket conversion easier. The
      biggest one is the use of rprintf() instead of fprintf()
      9486289c
  9. 25 Mar, 1998 1 commit
    • Andrew Tridgell's avatar
      · 76076c4b
      Andrew Tridgell authored
      fixed the problem where you couldn't specify multiple remote
      filenames. The fix will need some testing.
      76076c4b
  10. 23 Mar, 1998 1 commit
    • Andrew Tridgell's avatar
      · 3ec4dd97
      Andrew Tridgell authored
      a large change to make rsync much more memory efficient. This is done
      in 3 ways:
      
      1) the realloc is done on a list of pointers, not a list of structures
      2) only the basename of the file is now kept in the file struct an a
         util function f_name() is now used to access the full name when
         required.
      3) pointers to directory names are re-used
      
      hopefully I haven't broken anything. This will need lots of testing.
      3ec4dd97
  11. 02 Jul, 1996 1 commit
  12. 30 Jun, 1996 2 commits
  13. 27 Jun, 1996 2 commits