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