- 22 Jul, 2004 3 commits
-
-
Wayne Davison authored
know if we retained it or discarded it. Especially useful for batch- reading mode where the old code could look like it did the update when it really silently failed.
-
Wayne Davison authored
-
Wayne Davison authored
implies the latter.
-
- 21 Jul, 2004 10 commits
-
-
Wayne Davison authored
only process the updates from the batch file when the generator has indicated that it is ready (which ensures that all the necessary dirs have been created).
-
Wayne Davison authored
-
Wayne Davison authored
- Avoid calling local_child(). - Create a pipe that lets the generator send us index values. - Set batch_gen_fd for the receiver to read the pipe.
-
Wayne Davison authored
-
Wayne Davison authored
to the f_out pipe before we return from recv_generator(). This gives the receiver something to sync with so that it doesn't rush ahead of us (which could be bad if we didn't have a chance to create the destination dirs yet).
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
- 20 Jul, 2004 10 commits
-
-
Wayne Davison authored
call to map_file() until the block size was known).
-
Wayne Davison authored
call to map_file() until the block size was known). - Got rid of the setting of max_map_size.
-
Wayne Davison authored
new def_window_size member variable. - Got rid of max_map_size global (we use def_window_size now).
-
Wayne Davison authored
- Renamed the cleanup_fd* vars.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
- A few spelling fixes.
-
Wayne Davison authored
the BATCH.sh file.
-
Wayne Davison authored
-
- 19 Jul, 2004 6 commits
-
-
Wayne Davison authored
call (with extra arg).
-
Wayne Davison authored
-
Wayne Davison authored
server-excluded file. - If get_tmpname() fails we need to discard the update using receive_data().
-
Wayne Davison authored
characters and spaces in args, omit all the source args, omit the include/exclude args if we can).
-
Wayne Davison authored
-
Wayne Davison authored
user specified a trailing '=VALUE' or put the value in a separate arg.
-
- 17 Jul, 2004 8 commits
-
-
Wayne Davison authored
write_sbuf(), and write_byte().
-
Wayne Davison authored
- Fixed the sentence describing how to read standard input with --read-batch.
-
Wayne Davison authored
symlinks and devices.
-
Wayne Davison authored
functions seemlessly work on fds that aren't for the main socket. This involved changing some fd-variable names (to make them clearer), adding io_set_sock_fds(), and making input buffering have a better enabled flag (via an allocated buffer, just like the output buffering). I also got rid of the fd arg to some functions where the fd arg could only specify the input or output fd for the socket (which we already know).
-
Wayne Davison authored
-
Wayne Davison authored
- Call io_set_sock_fds().
-
Wayne Davison authored
-
Wayne Davison authored
-
- 16 Jul, 2004 3 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-