Age | Commit message (Expand) | Author |
2011-05-06 | COUCHDB-760 - allow utf-8 in attachment names (patch by davisp/benoitc) | Robert Newson |
2011-04-19 | Merged revision 1095200 from trunk | Filipe David Borba Manana |
2011-03-09 | Merged revision 1079939 from trunk | Filipe David Borba Manana |
2011-02-14 | Merged revision 1070625 from trunk: | Filipe David Borba Manana |
2011-02-10 | Merged revision 1069262 from trunk | Filipe David Borba Manana |
2011-01-18 | Avoid bug in rev tree logic during attachment uploads | Adam Kocoloski |
2011-01-11 | Merged revision 1057875 from trunk: | Filipe David Borba Manana |
2010-12-22 | Merged revision 1052047 from trunk: | Filipe David Borba Manana |
2010-11-13 | builtin changes filters fonctions: _doc_ids & _design. replace last | Benoit Chesneau |
2010-11-12 | Proper verification of the request's accepted media types. Uses the new funct... | Filipe David Borba Manana |
2010-11-10 | Support the keys parameter in GET requests. | Paul Joseph Davis |
2010-11-07 | Bug fix: the separator for media types in the 'Accept' header is a comma. The... | Filipe David Borba Manana |
2010-11-07 | Allow the atts_since parameter to work together with the open_revs parameter. | Filipe David Borba Manana |
2010-10-14 | like in view, check content_type on POST /db/_all_docs | Benoit Chesneau |
2010-10-13 | get _changes on specific docids | Benoit Chesneau |
2010-09-30 | fix badmatch for COPY call with missing Destination header. | Robert Newson |
2010-09-30 | Revert "COUCHDB-903 - add {ok, true} to COPY result." | Robert Newson |
2010-09-30 | COUCHDB-903 - add {ok, true} to COPY result. | Robert Newson |
2010-09-30 | Removing ?getv macros. | Filipe David Borba Manana |
2010-09-27 | Replacing calls to couch_util:get_value with ?getv | Filipe David Borba Manana |
2010-09-02 | fix warnings in couch_httpd_db.erl | Robert Newson |
2010-08-25 | COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing... | Robert Newson |
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 |