summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-17oops, don't commit hacked-up icu_driverAdam Kocoloski
2010-05-17use O_APPEND to skip some lseeks, COUCHDB-754Adam Kocoloski
2010-05-14faster implementation of pread_iolist. Closes COUCHDB-762Adam Kocoloski
2010-05-13vhost_global_handlers bypass rewrite rules and are available in all vhostsJohn Christopher Anderson
2010-05-05rewriter security to allow isolation of databases via subdomainsJohn Christopher Anderson
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-28Fix to make dbclose synchronous, to prevent unnecessary slowdown caused by ma...Damien F. Katz
2010-04-25make before commit, make before commit, make before commitJan Lehnardt
2010-04-24tabs to spacesJan Lehnardt
2010-04-23faster default view collation. Closes COUCHDB-746Adam Kocoloski
2010-04-23identity transfer w/ Content-Length when possible. thx rnewson. COUCHDB-745Adam Kocoloski
2010-04-22compaction preserves instance_start_time. Closes COUCHDB-744Adam Kocoloski
2010-04-22fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ...John Christopher Anderson
2010-04-19Fix to close users db immediately after authentication.Damien F. Katz
2010-04-15accept gzipped attachments w/ standalone api. thx fdmanana. COUCHDB-712Adam Kocoloski
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-04-11bugfix for replication keepalive. Closes COUCHDB-730Adam Kocoloski
2010-04-08fix last straggler view update_seq bugs, thanks tisba and bitdiddle for the r...John Christopher Anderson
2010-04-07make max_concurrent_connections configurable via Randall Leeds / COUCHDB-705John Christopher Anderson
2010-04-07temp_views should be only available to server and database adminsJohn Christopher Anderson
2010-04-07somehow I missed this badarity bug running the test suite last night. complet...John Christopher Anderson
2010-04-07include update_seq in view responses, patch via Joscha Feth, (mostly) closes ...John Christopher Anderson
2010-04-07changes is less likely to miss updates, and changes test is more robustJohn Christopher Anderson
2010-04-02Removed _sleep from all tests. replaced with loops that spin until a conditio...Damien F. Katz
2010-04-02change couch_server calls to have infinity timeout, because it might have to ...Damien F. Katz
2010-04-02Fix hang with view shutdown.Damien F. Katz
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-28allows more complex keys in the rewriter, so it could ease theBenoit Chesneau
2010-03-28typo.Benoit Chesneau
2010-03-28allows client to retrieve the revision of document updated via _update,Benoit Chesneau
2010-03-25restart using init:restart() for better test reliabilityJohn Christopher Anderson
2010-03-21Take query options into account when generating replication ids.Jan Lehnardt
2010-03-20backwards compatible ids for non-docid replicationsJan Lehnardt
2010-03-19Do not use the doc_id list from the previous replication requestJan Lehnardt
2010-03-16Fixes couch_server:all_databases/0Paul Joseph Davis
2010-03-15Made the opening of databases asynchronous, so that requests to open database...Damien F. Katz
2010-03-11make sure we pass etags in header when we send docBenoit Chesneau
2010-03-10_stats builtin reduction for min/max/mean/varianceAdam Kocoloski
2010-03-07json startkey, endkey, and key should be decoded before being sent to the que...John Christopher Anderson
2010-03-05config settings for replicator sessions and pipeline. Patch by Filipe MananaAdam Kocoloski
2010-03-05efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639Adam Kocoloski
2010-03-05use OTP base64 lib. Patch by Filipe Manana. Closes COUCHDB-681Adam Kocoloski
2010-03-04ensure full commit when the security object is updatedJohn Christopher Anderson
2010-03-04reverting damien's latest commit until we can figure out why it's causing fai...John Christopher Anderson
2010-03-04Changed process tree shutdown to be synchronous, to eliminate spurious test f...Damien F. Katz
2010-03-03Fix pull replication. Patch by Randall Leeds.Jan Lehnardt
2010-03-01fix issue COUCHDB-678 applying patch from Filipe Manana.Benoit Chesneau
2010-03-01Undo accidental revert. Sorry for the mess SVN acted weird on me. Probably du...Jan Lehnardt
2010-02-28treat deleted docs as nonexistant docsJan Lehnardt