summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
AgeCommit message (Expand)Author
2009-03-31unify including of couch_db.hrlJan Lehnardt
2009-03-16Adding the necessary done=true to the last race condition fix in the replicat...Damien F. Katz
2009-03-16Fix for occasional replication failure where replication would complete befor...Damien F. Katz
2009-03-15Streaming attachment replication now follows redirects and checks for error c...John Christopher Anderson
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-08beefier fault tolerance in the replicatorAdam Kocoloski
2009-03-07rewrite replicator using OTP behavioursAdam Kocoloski
2009-02-13fix COUCHDB-253. Replicator should not use chunked transfer-encoding on GET r...John Christopher Anderson
2009-02-12Fix for spurious 'server restarted' during replicationDamien F. Katz
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
2009-01-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2009-01-04change count to limit in view query paramsJohn Christopher Anderson
2008-12-16fix COUCHDB-174 thanks Adam KocoloskiJohn Christopher Anderson
2008-12-16Adam Kocoloski replication performance improvements (closes COUCHDB-160)John Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-11-09apply replication fixing patches from COUCHDB-157John Christopher Anderson
2008-09-23fix for COUCHDB-119 - replication is incremental between local and remote dat...John Christopher Anderson
2008-08-31Merged json_term_changes branch back into trunk.Christopher Lenz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-07-18Fix for problem when saving bulk documents with invalid idsDamien F. Katz
2008-07-16Fixed replication problems where read ad write queues can get backed up. With...Damien F. Katz
2008-04-23Fix for replication being reset when replication a local and a remote database.Damien F. Katz
2008-04-23Replicator optmizations and fix for unnecessary document copy during re-repli...Damien F. Katz
2008-04-20Change uuid generaion to rely on crypto. Started crypto and inets application...Damien F. Katz
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz
2008-04-07Compaction. Works, but still needs queueing and better handling for long read...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz