Age | Commit message (Expand) | Author |
2011-04-13 | Backported revision 1091711 from trunk | Filipe David Borba Manana |
2010-12-23 | Merged revision 1052227 from trunk: | Filipe David Borba Manana |
2010-12-07 | Merged revision 1043186 from trunk: | Filipe David Borba Manana |
2010-11-03 | Replicator fix: add Content-Length header to the request that creates the rem... | Filipe David Borba Manana |
2010-10-16 | Reformatting and organizing better the export statements. | Filipe David Borba Manana |
2010-10-16 | Replicator: deal with 303 HTTP redirects. Closes COUCHDB-918. | Filipe David Borba Manana |
2010-10-16 | Replicator: use pattern matching with the #url record instead of the raw tuple. | Filipe David Borba Manana |
2010-10-16 | Replicator: fix issues when a peer is accessible via SSL. | Filipe David Borba Manana |
2010-09-30 | Removing ?getv macros. | Filipe David Borba Manana |
2010-09-27 | Replacing calls to couch_util:get_value with ?getv | Filipe David Borba Manana |
2010-09-24 | Upgrading ibrowse from version 1.6.2 to 2.0.1. | Filipe David Borba Manana |
2010-09-10 | Bug fix: replicator proxy option ignored. | Filipe David Borba Manana |
2010-08-23 | Replicator: fix authentication failure when replicating design documents that... | Filipe David Borba Manana |
2010-08-15 | Bumping ibrowse library to version 1.6.2 (latest). | Filipe David Borba Manana |
2010-07-29 | Revert "replicator was getting stuck on push replication to design docs by no... | John Christopher Anderson |
2010-07-27 | replicator was getting stuck on push replication to design docs by non-admins... | John Christopher Anderson |
2010-07-27 | Fix issues with the replicator when using HTTP Basic authentication, receivin... | Filipe David Borba Manana |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-10-15 | Add support for other OAuth signature methods in replication client. | Jason David Davies |
2009-10-15 | also fix attachment redirects | Adam Kocoloski |
2009-10-15 | bugfixes for redirects in replication and iolists in OAuth qs params | Adam Kocoloski |
2009-10-13 | Fix new create_target replication option when OAuth is being used. | Jason David Davies |
2009-10-11 | add create_target:true option to _replicate that creates the target database | Jan Lehnardt |
2009-09-30 | more OAuth fixes, in particular for requests with query-string parameters | Adam Kocoloski |
2009-09-30 | fix replication from DB protected by OAuth and require_valid_user=true | Adam Kocoloski |
2009-09-21 | quietly start a new connection if changes feed is closed | Adam Kocoloski |
2009-09-02 | Support for replication over SSL. Resolves COUCHDB-491 | Adam Kocoloski |
2009-08-28 | fix pattern matching bug in redirects for replication | Adam Kocoloski |
2009-08-28 | couch_rep_httpc should know about 503s | Adam Kocoloski |
2009-08-24 | follow 302s in replication | Adam Kocoloski |
2009-08-15 | better failure modes in replication. See COUCHDB-193, COUCHDB-416 | Adam Kocoloski |
2009-08-11 | stream _bulk_docs JSON body during replication | Adam Kocoloski |
2009-08-10 | switch pause to milliseconds | Adam Kocoloski |
2009-08-07 | ibrowse wrapper for replicator, will replace do_http_request | Adam Kocoloski |