summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep_httpc.erl
AgeCommit message (Expand)Author
2010-08-11reorganize couch .erl and driver code into rebar layoutAdam Kocoloski
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-27Merge revision 979887 from trunk: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