Age | Commit message (Expand) | Author |
2010-08-24 | correct fencepost error for last bytes range request. | Robert Newson |
2010-08-24 | fix warnings of unused Len variables. | Robert Newson |
2010-08-24 | set Accept-Ranges conditionally on identity encoding. | Robert Newson |
2010-08-24 | support multiple byte ranges in Range header. | Robert Newson |
2010-08-24 | return 400 Bad Request for unparseable range request. | Robert Newson |
2010-08-22 | tidy range support, make inserting of multirange support more obvious. | Robert Newson |
2010-08-19 | Support Range header for all attachments, even without compaction upgrade. It... | Robert Newson |
2010-08-18 | COUCHDB-161 - support Range header for attachments. | Robert Newson |
2010-08-17 | fix badmatch when fetching zero byte attachments. | Robert Newson |
2010-08-08 | provide the update_seq in all_docs view even when it is zero | John Christopher Anderson |
2010-08-06 | add Etag header for standalone attachment PUT. | Robert Newson |
2010-07-24 | Move the tracking of the stat {httpd, clients_requesting_changes} from couch_... | Filipe David Borba Manana |
2010-07-23 | Removed warnings about unused vairables. | Filipe David Borba Manana |
2010-07-22 | humane error message on missing design handler | John Christopher Anderson |
2010-07-20 | require application/json content-type in the remaining places where a POST ha... | John Christopher Anderson |
2010-07-11 | Simplification - avoid 2 proplists lookups and an unnecessary list to binary ... | Filipe David Borba Manana |
2010-07-11 | thank you dialyzer | Adam Kocoloski |
2010-07-08 | validate admin and content type for compact requests | John Christopher Anderson |
2010-06-24 | use JSON content type in replicator, require it in the _bulk_docs and other P... | John Christopher Anderson |
2010-06-23 | Authentication caching, to avoid repeated opening and closing of the users da... | Damien F. Katz |
2010-06-03 | More work to allow for streaming attachment replication. | Damien F. Katz |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-05-20 | Refactoring of various internal APIs, particularly those dealing with replica... | Damien F. Katz |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-23 | identity transfer w/ Content-Length when possible. thx rnewson. COUCHDB-745 | Adam Kocoloski |
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-07 | include update_seq in view responses, patch via Joscha Feth, (mostly) closes ... | John Christopher Anderson |
2010-03-11 | make sure we pass etags in header when we send doc | Benoit Chesneau |
2010-03-05 | efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639 | Adam Kocoloski |
2010-02-26 | fdmananas patch for filtered replication via COUCHDB-673 | John Christopher Anderson |
2010-02-12 | move from _admins / _readers / _security to just a single _security object | John Christopher Anderson |
2010-02-03 | fix #COUCHDB-595 thanks for tests and report. | Benoit Chesneau |
2010-02-01 | fix unused variable warnings, remove unused code. | Jan Lehnardt |
2010-02-01 | Database-level security. | John Christopher Anderson |
2010-01-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | 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-07 | merge account branch to trunk | John Christopher Anderson |
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-02 | removed add_fun optimization for filters, this provides better concurrency at... | John Christopher Anderson |
2009-11-30 | work on COUCHDB-582, fixes issues with filtered longpoll requests closing early | John Christopher Anderson |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-11-15 | Testing of incremental attachments and more testing of multipart/handling. | Damien F. Katz |
2009-11-14 | Better testing of multipart/related | Damien F. Katz |
2009-11-13 | Remove debigging messages | Damien F. Katz |
2009-11-13 | Initial check-in of APIs for multiple/related supported and incremental repli... | Damien F. Katz |
2009-11-10 | Add doc id validation when creating a new document with the | Jan Lehnardt |