Age | Commit message (Expand) | Author |
2010-02-02 | proxy authentification handler. This handler allows creation of a | Benoit Chesneau |
2010-02-02 | would have been strange to be abble ../../_changes and not | Benoit Chesneau |
2010-02-01 | fix unused variable warnings, remove unused code. | Jan Lehnardt |
2010-02-01 | Database-level security. | John Christopher Anderson |
2010-02-01 | removed unused code. Patch by Robert Dionne. Closes COUCHDB-581 | Jan Lehnardt |
2010-02-01 | improve object handling from query member of the rule. Allow to handle | Benoit Chesneau |
2010-02-01 | typo | Benoit Chesneau |
2010-01-31 | add url rewriting support. | Benoit Chesneau |
2010-01-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | John Christopher Anderson |
2010-01-29 | Thanks Filipe Manana. Closes COUCHDB-631. | John Christopher Anderson |
2010-01-23 | show conflicts in changes filters. Patch by Lena Herrmann. Closes COUCHDB-630 | Jan Lehnardt |
2010-01-18 | normalize userCtx name and roles, also, no log in via a conflict doc | John Christopher Anderson |
2010-01-13 | validate use doc type | John Christopher Anderson |
2010-01-12 | Add utility for verifying hashes. | Jason David Davies |
2010-01-09 | make the default account db called _users, not users | John Christopher Anderson |
2010-01-09 | better validations on users db | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2009-12-23 | Follow RFC 2616 closer and use "verb" instead of "method" | Jan Lehnardt |
2009-12-22 | remove show from db doc GET handler, completing flip-flop on COUCHDB-404 | John Christopher Anderson |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-12-16 | Provide Content-MD5 header support for attachments. | Paul Joseph Davis |
2009-12-14 | Email notification test failed. Undoing. | Paul Joseph Davis |
2009-12-14 | Forcing a build failure to check buildbot emails. | Paul Joseph Davis |
2009-12-10 | cache headers for favicon.ico - thanks Matthew Hooker | John Christopher Anderson |
2009-12-10 | Add a "Reduce" checkbox to the database view page in Futon, which controls th... | Christopher Lenz |
2009-12-08 | release old Fds on replication reboot, shut down child procs in a cleaner order | Adam Kocoloski |
2009-12-02 | removed add_fun optimization for filters, this provides better concurrency at... | John Christopher Anderson |
2009-12-02 | COUCHDB-588: don't make log noise when an OS process chooses to terminate nor... | Mark Hammond |
2009-12-02 | ensure the child exit code is reported correctly to couch | Mark Hammond |
2009-11-30 | Fix two issues for databases upgraded from 0.9.x: | Jan Lehnardt |
2009-11-30 | ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586 | Adam Kocoloski |
2009-11-30 | work on COUCHDB-582, fixes issues with filtered longpoll requests closing early | John Christopher Anderson |
2009-11-27 | Fix weird error with JS_DefineFunctions call. | Paul Joseph Davis |
2009-11-27 | Force couchspawnkillable to be executable. | Paul Joseph Davis |
2009-11-27 | Minor formatting fix. | Paul Joseph Davis |
2009-11-27 | get windows building again | Mark Hammond |
2009-11-26 | Setup JavaScript command line runner. | Paul Joseph Davis |
2009-11-26 | Complete refactoring of couch_js. | Paul Joseph Davis |
2009-11-26 | Move all C code to src/couchdb/priv | Paul Joseph Davis |
2009-11-26 | Refactored the fix for active_dbs timeouts. | Paul Joseph Davis |
2009-11-26 | Update the open db's test to check failure. | Paul Joseph Davis |
2009-11-25 | Fixed a bug preventing active_dbs from working. | Paul Joseph Davis |
2009-11-24 | Fixes COUCHDB-578 | Paul Joseph Davis |
2009-11-23 | Fix and tests for COUCHDB-292 | Damien F. Katz |
2009-11-21 | upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474 | Adam Kocoloski |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-11-19 | fix replication of attachments gzipped by proxy | Adam Kocoloski |
2009-11-17 | Fix for broken multipart parsing code as mentioned in COUCHDB-570. | Damien F. Katz |
2009-11-16 | Fix a couple typos in the source. | Paul Joseph Davis |
2009-11-15 | Testing of incremental attachments and more testing of multipart/handling. | Damien F. Katz |