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