summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-10fix speling, thanks JasonJan Lehnardt
2009-08-09next piece of new replicator -- missing_revs bufferAdam Kocoloski
2009-08-08update rep_changes_feed to use feed=continuous and rep_httpcAdam Kocoloski
2009-08-07ibrowse wrapper for replicator, will replace do_http_requestAdam Kocoloski
2009-08-06upgrade ibrowse to 1.5.2. Closes COUCHDB-451Adam Kocoloski
2009-08-06batch=ok was leaking processes and ignoring intervals. Closes COUCHDB-454Adam Kocoloski
2009-08-05The RSA SHA1 Oauth module was breaking trunk for older versions of the ErlangPaul Joseph Davis
2009-08-05proper handling of 406 Not Acceptable errors in list and show functionsJohn Christopher Anderson
2009-08-04apply patch for chunking error from ibrowse 1.5.2Adam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-04log bind_address and port after startup, helps with COUCHDB-393Jan Lehnardt
2009-08-04encode slashes in db names in Location response header after database creatio...Jan Lehnardt
2009-08-04Proper fix because JS_VERSION cannot distinguish between 1.8.0 and 1.8.1Paul Joseph Davis
2009-08-04Fix couch_js.c compilation with builds of non-threadsafe Spidermonkey 1.7Paul Joseph Davis
2009-08-04add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ...Jan Lehnardt
2009-08-01implement longpolling for _changes, unify _changes-mode parameters, patch by ...Jan Lehnardt
2009-08-01enable include_docs=true for list functions, patch by Mark Hammond, closes CO...Jan Lehnardt
2009-07-29Fix for COUCHDB-434. Only reassign previous revid inside the updater process.Damien F. Katz
2009-07-24reassemble split chunks in changes feed, add all() exportAdam Kocoloski
2009-07-24comment on jchris comment on not sending Content-Length for attachment GETsJan Lehnardt
2009-07-23use spawn to avoid recursive gen_server callsAdam Kocoloski
2009-07-23Fixes error on first boot after adding an admin.Paul Joseph Davis
2009-07-23Fixes etap tests for recent updates.Paul Joseph Davis
2009-07-22various bugfixes and improvements for view compactionAdam Kocoloski
2009-07-21Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ...Jan Lehnardt
2009-07-20Optimize filtered _changes to use an OS process only when actively filtering ...Damien F. Katz
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-19oops, bug in r795297 (listen for local update notifications)Adam Kocoloski
2009-07-19protect against empty (=deleted) values. Closes COUCHDB-355Adam Kocoloski
2009-07-18listen for local update notifications when continuous=trueAdam Kocoloski
2009-07-17update ibrowse to 1.5.1+Adam Kocoloski
2009-07-17MD5 term checking by using leading bit in 32 bit length to indicate MD5 prese...Damien F. Katz
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-17one line fixNoah Slater
2009-07-16second cut at _changes feed consumer. still not used by replicatorAdam Kocoloski
2009-07-16first cut at _changes feed consumer. not yet used by replicationAdam Kocoloski
2009-07-16checkpoint long-running view updatesAdam Kocoloski
2009-07-16git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794834 13f79535-47...Noah Slater
2009-07-16added missing fileNoah Slater
2009-07-14wheeeeeeeeNoah Slater
2009-07-14added licence check, and licence.skipNoah Slater
2009-07-12removed some unnecessary loggingJohn Christopher Anderson
2009-07-11send Location header for new or updated attachmentsJan Lehnardt
2009-07-10fix attachment etags, thanks Mark Hammond for the test case. closes COUCHDB-386John Christopher Anderson
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-09fix and test for scrambling of large inline attachmentsAdam Kocoloski
2009-07-08Fixes COUCHDB-389Paul Joseph Davis
2009-07-08Fixes COUCHDB-402Paul Joseph Davis
2009-07-07fix deleted_conflicts qs parameterAdam Kocoloski
2009-07-06trimmed trailing whitespaceNoah Slater