index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_file.erl
Age
Commit message (
Expand
)
Author
2009-05-25
Merging new tail append storage into trunk. Upgrades are automatic, once open...
Damien F. Katz
2009-05-06
First cut at _changes api. Update the by_id and by_seq indexes to contain upd...
Damien F. Katz
2009-04-10
Fixes for leaked file handles, with test.
Damien F. Katz
2009-04-09
Fix to allow couch_file use in tests without the server being started.
Damien F. Katz
2009-04-09
Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ...
Damien F. Katz
2009-03-16
Fix for problem with btree folds getting incorrect reductions after the first...
Damien F. Katz
2009-03-03
stats metrics renamed: os_open_files -> open_os_files, database_changes -> da...
Jan Lehnardt
2009-02-26
Fix and test for file descriptor leaks
Damien F. Katz
2009-02-17
Put file ref_counting into it's own module, to make the speed of opening an a...
Damien F. Katz
2009-01-09
Added support so clients can detect if a server has potentially lost commits ...
Damien F. Katz
2008-12-22
Fix for leaked file handles when not explicitly closed, added file stats code...
Damien F. Katz
2008-12-18
fix for crash of couch_server when database non-existant
Damien F. Katz
2008-12-16
do not fail on heavily loaded systems. wait forever for syscalls to return
Jan Lehnardt
2008-12-12
modifications to view server to keep the file descriptor open for the life of...
Damien F. Katz
2008-10-02
HTTPd refactoring. Moved most code out of couch_httpd into associated modules...
Damien F. Katz
2008-08-24
fix for occasional crash when attempting to open a database on a heavily load...
Damien F. Katz
2008-08-22
Fix for couch_server process crash when databases that don't exist are attemp...
Damien F. Katz
2008-08-20
Merge runtimeconfig branch back into trunk
Jan Lehnardt
2008-08-05
Fixed bug where we attempted to match a linked port to the current fd, but fa...
Damien F. Katz
2008-08-05
Added concurrent open db limit and a LRU cache for closing old databases when...
Damien F. Katz
2008-07-16
Increase more filesystem layer timeouts. Patch by randall <dizzot> leeds <atf...
Jan Lehnardt
2008-07-10
Wait for the OS to flush our newly written data to disk without timing out to...
Jan Lehnardt
2008-06-12
fix for problem when view index header data exceeds 2k.
Damien F. Katz
2008-04-20
Added proper UUID generation and changed the details of how way debug logging...
Damien F. Katz
2008-04-04
compaction code, not hooked up to webserver yet
Damien F. Katz
2008-03-28
Imported trunk.
Christopher Lenz