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_view_group.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-04
reduce_limit error is thrown when the reduce function output is not small eno...
John Christopher Anderson
2009-04-10
Fixes for leaked file handles, with test.
Damien F. Katz
2009-04-05
added compaction for view indexes. See COUCHDB-92
Adam Kocoloski
2009-02-01
Added options member to design docs. Currently the only option is include_des...
John Christopher Anderson
2009-01-23
Added task status checking, to help debug the progress of long running tasks,...
Damien F. Katz
2009-01-09
Added support so clients can detect if a server has potentially lost commits ...
Damien F. Katz
2009-01-05
Fixed views to not commit index headers if they are ahead of what has been fu...
Damien F. Katz
2009-01-04
Rename _temp_views to _slow_views. Any clients who were using temp views are ...
John Christopher Anderson
2008-12-18
fix for crash of couch_server when database non-existant
Damien F. Katz
2008-12-12
modifications to view server to keep the file descriptor open for the life of...
Damien F. Katz
2008-12-10
view group state gen_server. thanks damien and davisp.
John Christopher Anderson