cctools
Subversion Repositories
cctools
[
/
] [
branches/
] [
dthain
/] - Rev 1996
Rev
Go to most recent revision
Filtering Options
From rev
To rev
Max revs
Search for
Show All
Rev
Log message
Author
Age
Path
1408
Applied the static keyword to a number of private functions.
dthain
648d 01h
/branches/dthain/
1407
Pulled changes from trunk.
dthain
648d 01h
/branches/dthain/
1396
Applied patch to process from trunk.
dthain
661d 04h
/branches/dthain/
1391
Fixed bug in server-side access: the flags got converted from unix to chirp,
but then passed right back to access. (This should be applied to the trunk.)
dthain
661d 22h
/branches/dthain/
1390
Fixed semantics for acl bypass.
dthain
661d 22h
/branches/dthain/
1389
Added rmall as an option for unlink/rmdir in the same way as Parrot.
dthain
661d 22h
/branches/dthain/
1388
Put existence checks back into unlink.
If you want the fast delete, call rmall instead.
dthain
661d 23h
/branches/dthain/
1387
- Modified opendir/readdir/closedir to handle chirp_dir and chirp_dirent structures, which allows us to pass a chirp_stat structure through and implement getdir efficiently on all backends.
- Added rmall as a common operation across all backends.
dthain
661d 23h
/branches/dthain/
1386
Avoid an extra stat on every open in chirp_acl_open;
cfs_fopen will return an appropriate error if needed.
dthain
662d 00h
/branches/dthain/
1385
Better error message if port number missing.
dthain
662d 00h
/branches/dthain/
1384
Forgot that delete is a keyword in C++.
dthain
662d 01h
/branches/dthain/
1383
The prototype for hdfsDelete was mistaken, which was the source of several subtle bugs.
The third argument controls whether the delete is recursive.
dthain
662d 01h
/branches/dthain/
1382
Updated docs to match new interface.
dthain
662d 01h
/branches/dthain/
1381
Cleaned up local variables.
dthain
662d 01h
/branches/dthain/
1377
Moved chirp_file_exists to cfs_exists.
dthain
663d 00h
/branches/dthain/
1376
Collapse the incoming path before adding the root directory.
dthain
663d 00h
/branches/dthain/
1373
When using a safe username, do the uid lookup once in main.
dthain
663d 04h
/branches/dthain/
1372
Moved several implementations of file_size and fd_size to
a commond cfs_file_size and cfs_fd_size.
dthain
663d 23h
/branches/dthain/
1371
Added the -Z option, which lets the chirp server pick its own port,
and then write it to a file. Should be more portable than using netstat etc.
dthain
664d 00h
/branches/dthain/
1370
Fixed expectation of semantics in cfs_isnotdir.
dthain
664d 00h
/branches/dthain/
1
2
Next >
Show All