summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-07-04send utf-8 hearders with list and show responses. closes COUCHDB-392John Christopher Anderson
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-07-04last three dialyzer recommended cleanupsJohn Christopher Anderson
2009-07-03ibrowse now allows user to control socket. Thanks again ChandruAdam Kocoloski
2009-07-03update check_bin_length since chunked response bug is fixedAdam Kocoloski
2009-07-03upgrade to ibrowse 1.5.0Adam Kocoloski
2009-06-30correct stat intervals. Thanks Bob DionneAdam Kocoloski
2009-06-30reset stats on POST /_restart and correct open_databases test. Closes COUCHD...Adam Kocoloski
2009-06-27removed some dead code found by Dialyzer, more to comeJohn Christopher Anderson
2009-06-27A /_whoami handler to provide client apps with access to the active userCtx f...John Christopher Anderson
2009-06-25Of course some of them were 8 space tabs.Paul Joseph Davis
2009-06-25Cleaning out tabs from source code. Purely whitespace diff.Paul Joseph Davis
2009-06-25Adding tests for couch_task_status.erlPaul Joseph Davis
2009-06-24Lots of tests for couch_config.erlPaul Joseph Davis
2009-06-18Fixes COUCHDB-383 - Ignore extra URL parameters.Paul Joseph Davis
2009-06-15Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.Jan Lehnardt
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-06-11Forgot to remove old test/0 exports.Paul Joseph Davis
2009-06-11Integrating more ETAP tests from Bob Dionne.Paul Joseph Davis
2009-06-09Fixes COUCHDB-372Paul Joseph Davis
2009-06-08accept UTF-16 surrogate pairs. Fixes COUCHDB-327, COUCHDB-333Adam Kocoloski
2009-06-05checkpoint during abnormal terminate is not safeAdam Kocoloski