summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/srv/buildindex.c
Commit message (Collapse)AuthorAgeFilesLines
* venti/buildindex: fix hang on large indexesRuss Cox2020-01-141-1/+1
| | | | Fixes #93.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-62/+59
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* venti: fix usage to match manualsDavid du Colombier2011-06-071-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
* venti: import changes from plan 9David du Colombier2011-06-021-4/+17
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057
* venti: reduce locking contention in buildindexRuss Cox2008-07-031-13/+57
|
* venti: fix sync deadlock, add /proc stubRuss Cox2007-10-291-11/+19
|
* fix buildindex minibuf sizing bugrsc2007-05-031-9/+13
|
* debuggingrsc2007-05-031-0/+4
|
* checkpointrsc2007-04-271-2/+3
|
* Placate GCC in 64-bit targets.wkj2006-11-061-1/+1
|
* assorted changes from Plan 9rsc2006-07-181-123/+895
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* venti updatesrsc2005-07-241-0/+1
|
* construct bloom filter in buildindexrsc2005-07-241-0/+3
|
* return of ventirsc2005-07-121-0/+160