Age | Commit message (Expand) | Author |
2010-06-15 | Fix warnings on Linux builds. | Jan Lehnardt |
2010-06-15 | iodata() type is too new for us | Adam Kocoloski |
2010-06-13 | hack for log requests during make check, when logger is not running | Adam Kocoloski |
2010-06-13 | synchronous logging, COUCHDB-761. Patch by Randall Leeds. | Adam Kocoloski |
2010-06-12 | log HEAD requests as HEAD, not GET. COUCHDB-788 | Adam Kocoloski |
2010-06-12 | more efficient header commits. COUCHDB-767 | Adam Kocoloski |
2010-06-12 | remove unnuecessary receive loop in commit_data. COUCHDB-794 | Adam Kocoloski |
2010-06-12 | Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser. | Adam Kocoloski |
2010-06-10 | Code mods to support streaming attachment replication. | Damien F. Katz |
2010-06-08 | preserve _revs_limit after compaction. COUCHDB-789 | Adam Kocoloski |
2010-06-06 | keep massive invalid json blobs out of the error logger, move them to debug log | John Christopher Anderson |
2010-06-05 | fix #COUCHDB-787 . thanks! | Benoit Chesneau |
2010-06-05 | update_seq is only in view response when update_seq=true is in query params | John Christopher Anderson |
2010-06-03 | More work to allow for streaming attachment replication. | Damien F. Katz |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-06-02 | add license banner | Jan Lehnardt |
2010-06-01 | better tests for the vhost globals, fixed a bug | John Christopher Anderson |
2010-05-22 | Major whitespace cleanup, no functional changes. | Jan Lehnardt |
2010-05-22 | Fix Solaris compat. | Jan Lehnardt |
2010-05-20 | Refactoring of various internal APIs, particularly those dealing with replica... | Damien F. Katz |
2010-05-19 | Renaming `jsonp = false` ini option to `allow_jsonp = false` to be | Jan Lehnardt |
2010-05-19 | no newlines in .ini files | Jan Lehnardt |
2010-05-19 | Unused variable. | Jan Lehnardt |
2010-05-19 | Strip password from URLs before adding them to the tasks database | Jan Lehnardt |
2010-05-19 | jsonp callbacks are ignored unless jsonp is configured to true | John Christopher Anderson |
2010-05-19 | Don't use module name for module-local function calls that don't affect | Jan Lehnardt |
2010-05-17 | oops, don't commit hacked-up icu_driver | Adam Kocoloski |
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 |