Download List

프로젝트 설명

cowdancer allows copy-on-write file access. You can copy a full tree
using hard links, and cowdancer will create a new copy when you need to
write to a file. It's completely implemented in userland, and should run
on most Linux filesystems.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-05 17:11
0.13

이 릴리스에는 파일 이름에 공백을 지원합니다.
Tags: Major bugfixes
This release supports spaces in filenames.

2006-01-26 01:17
0.11

암소 작업에 대한 오류 값을 반환합니다 ENOMEM와 응용 프로그램 오류에 대한이 릴리스를 확인하십시오.
Tags: Minor feature enhancements
This release check for error values on COW operations and returns errors
to the application with ENOMEM.

2006-01-15 06:35
0.10

초기화에 대한 경쟁 상태가 pthread 해결되었습니다.
Tags: Minor bugfixes
A pthread race condition on initialization was fixed.

2006-01-08 17:23
0.9

문제는 스트레스 테스트를하는 동안 발견이 릴리스의 수정. 그 때 사건 / lib에서 / ld.so 바이너리에 기록되어있는 복사의 순서를 변경, 공유하는 바이너리 갈래하실 수없습니다 / 간부인 'd 개의 ld.so 동안 존재하지 않습니다.
Tags: Minor bugfixes
This release fixes a problem found during stress testing. It changes the order of copying for the case when /lib/ld.so binary is written to; shared binaries cannot be forked/exec'd while ld.so does not exist.

2006-01-07 09:29
0.8

속도가 개선되었다. 이진 IList 암소에 저장됩니다 쉘 및 cowdancer로드 mMap. IList 지금도 정렬됩니다. 이제 코드는 좀 더은 thread - safe입니다.
Tags: Minor feature enhancements
Speed improvements were made. The binary ilist is saved in cow-shell and loaded mmap in cowdancer. The ilist is now also sorted. The code is now a bit more thread-safe.

Project Resources