summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30added comment about CVENoah Slater
2010-04-30added curl m4 file, thanks Jae KwonNoah Slater
2010-04-29add Jarrod Roberson to thanks fileJohn Christopher Anderson
2010-04-29list functionality for jquery.couch.jsJohn Christopher Anderson
2010-04-29add auth timeout to default.ini instead of just relying on coded defaultJohn Christopher Anderson
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-24add commentJan Lehnardt
2010-04-24typosJan 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-16upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739John Christopher Anderson
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-15remove unused batch config options. COUCHDB-737Adam Kocoloski
2010-04-15ruby example function works with @mattly`s query serverJohn Christopher Anderson
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-06use waitForSuccess to timeout changes requests that never succeedJohn 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-04-01tab to spaceJan Lehnardt
2010-03-31add CVE 2010-0009 to CHANGES and NEWSJan Lehnardt
2010-03-29forward porting changesNoah Slater
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-23small fixNoah Slater
2010-03-23updated both CHANGESNoah Slater
2010-03-23forward porting r926694Noah Slater
2010-03-21Test for a regression with doc-id replication.Jan Lehnardt
2010-03-21Take query options into account when generating replication ids.Jan Lehnardt
2010-03-21Make changes test pass in CLI runner & WebKitJan Lehnardt
2010-03-20backwards compatible ids for non-docid replicationsJan Lehnardt