Age | Commit message (Expand) | Author |
2009-08-19 | continuous replication request returns 202 Accepted and the _local docid | Adam Kocoloski |
2009-08-15 | better failure modes in replication. See COUCHDB-193, COUCHDB-416 | Adam Kocoloski |
2009-08-10 | new replicator using _changes feed for continuous replication | Adam Kocoloski |
2009-08-07 | ibrowse wrapper for replicator, will replace do_http_request | Adam Kocoloski |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-08-04 | encode slashes in db names in Location response header after database creatio... | Jan Lehnardt |
2009-07-17 | Deterministic revids, MD5 checking of documents, added tracking of rev when a... | Damien F. Katz |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-06-05 | checkpoint during abnormal terminate is not safe | Adam Kocoloski |
2009-05-29 | make sure process is still alive before calculating memory footprint | Adam Kocoloski |
2009-05-29 | the atom doesn't necessarily exist | Adam Kocoloski |
2009-05-18 | first crack at binary backoff for failed replicator requests | Adam Kocoloski |
2009-05-17 | guard memory_footprint() list with is_pid() | Adam Kocoloski |
2009-05-17 | one more hanging receive loop fix | Adam Kocoloski |
2009-05-17 | replicator should never hang when attachment receiver dies | Adam Kocoloski |
2009-05-17 | cleaner, more informative replicator log messages | Adam Kocoloski |
2009-05-16 | replicator memory management and buffer flush calculation updates | Adam Kocoloski |
2009-05-06 | Removing leftover io:format call from debugging. | 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-05-04 | use revisions when replicating attachments. Closes COUCHDB-337 | Adam Kocoloski |
2009-04-15 | URL-encode attachment paths during replication | Adam Kocoloski |
2009-03-31 | unify including of couch_db.hrl | Jan Lehnardt |
2009-03-16 | Adding the necessary done=true to the last race condition fix in the replicat... | Damien F. Katz |
2009-03-16 | Fix for occasional replication failure where replication would complete befor... | Damien F. Katz |
2009-03-15 | Streaming attachment replication now follows redirects and checks for error c... | John Christopher Anderson |
2009-03-13 | Commit Damien's rep_security branch to trunk. | John Christopher Anderson |
2009-03-08 | beefier fault tolerance in the replicator | Adam Kocoloski |
2009-03-07 | rewrite replicator using OTP behaviours | Adam Kocoloski |
2009-02-13 | fix COUCHDB-253. Replicator should not use chunked transfer-encoding on GET r... | John Christopher Anderson |
2009-02-12 | Fix for spurious 'server restarted' during replication | Damien F. Katz |
2009-01-29 | Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication. | John Christopher Anderson |
2009-01-09 | Added support so clients can detect if a server has potentially lost commits ... | Damien F. Katz |
2009-01-04 | change count to limit in view query params | John Christopher Anderson |
2008-12-16 | fix COUCHDB-174 thanks Adam Kocoloski | John Christopher Anderson |
2008-12-16 | Adam Kocoloski replication performance improvements (closes COUCHDB-160) | John Christopher Anderson |
2008-11-20 | Nearly completed security/validation work. Still needs replication testing. | Damien F. Katz |
2008-11-17 | More security and validation work. Still incomplete. | Damien F. Katz |
2008-11-11 | Check in of initial validation and authorization work. This work is incomplet... | Damien F. Katz |
2008-11-09 | apply replication fixing patches from COUCHDB-157 | John Christopher Anderson |
2008-09-23 | fix for COUCHDB-119 - replication is incremental between local and remote dat... | John Christopher Anderson |
2008-08-31 | Merged json_term_changes branch back into trunk. | Christopher Lenz |
2008-08-05 | Added concurrent open db limit and a LRU cache for closing old databases when... | Damien F. Katz |
2008-07-18 | Fix for problem when saving bulk documents with invalid ids | Damien F. Katz |
2008-07-16 | Fixed replication problems where read ad write queues can get backed up. With... | Damien F. Katz |
2008-04-23 | Fix for replication being reset when replication a local and a remote database. | Damien F. Katz |
2008-04-23 | Replicator optmizations and fix for unnecessary document copy during re-repli... | Damien F. Katz |
2008-04-20 | Change uuid generaion to rely on crypto. Started crypto and inets application... | Damien F. Katz |
2008-04-20 | Added proper UUID generation and changed the details of how way debug logging... | Damien F. Katz |
2008-04-15 | Merged mochiweb branch back into trunk. | Christopher Lenz |