summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2009-04-16Baby steps toward better reporting of os_process errors (and JavaScript synta...John Christopher Anderson
2009-04-15add bulkSave method to jquery.couch.jsJohn Christopher Anderson
2009-04-15URL-encode attachment paths during replicationAdam Kocoloski
2009-04-14whitespaceJan Lehnardt
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-04-09Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ...Damien F. Katz
2009-03-28always load _conflicts in _show functionsJan Lehnardt
2009-03-27Location header responses should be absolute URIs, thanks ChristopherJan Lehnardt
2009-03-26return a Location header on newly created documents using PUT requestsJan Lehnardt
2009-03-26return Location header for newly create databasesJan Lehnardt
2009-03-26whitespaceJan Lehnardt
2009-03-24fix unstable stats test; the open_os_files counter needs a separate testJan Lehnardt
2009-03-24force full doc reload because ETags don't honour compactionJan Lehnardt
2009-03-21regression test for update/delete in one bulk_docs updateJohn Christopher Anderson
2009-03-21provide a 404 response on deletion of non-existant docsJohn Christopher Anderson
2009-03-21Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, ...Damien F. Katz
2009-03-20Futon reduce pagination. Fixes COUCHDB-172John Christopher Anderson
2009-03-20map queries with group=true query option will return an error.John Christopher Anderson
2009-03-20remove leftovers of MOVE form the stats testsJan Lehnardt
2009-03-19inclusive_end query option for views, defaults to true (does not change curre...John Christopher Anderson
2009-03-18fix make installJan Lehnardt
2009-03-18reflect filename change in the loadTest() functionJan Lehnardt
2009-03-18rename test file to reclect new test nameJan Lehnardt
2009-03-18remove MOVE requests as they can't sensibly be supported and COPY & DELETE do...Jan Lehnardt
2009-03-17show group=true notice only when view results are shownJan Lehnardt
2009-03-17Closes COUCHDB-135 View offset regression after 0.8.1Paul Joseph Davis
2009-03-16tabs->spaces, other whitespace enhancementsJan Lehnardt
2009-03-15add note about Futon adding `?group=true` to view queries automaticallyJan Lehnardt
2009-03-15Streaming attachment replication now follows redirects and checks for error c...John Christopher Anderson
2009-03-15error message on invalid rev format.John Christopher Anderson
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-10Update the 'Raw view' link on the Futon database page to reflect the recent v...Christopher Lenz
2009-03-10Remove leftover console.log(). Should we get a pre-commit hook for these? Clo...Jan Lehnardt
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-03-06validate reduce view list queries, make query_parse_error response code 400John Christopher Anderson
2009-03-06roll Applications tab out of Futon index pageJohn Christopher Anderson
2009-03-06Verify attachment names. They must be utf-8 (closes COUCHDB-280) and must not...Jan Lehnardt
2009-03-05make row_info.prev_key available on 2nd rowJohn Christopher Anderson
2009-03-05allow multi-key POST requests for _list. John Christopher Anderson
2009-03-04whitespaceJan Lehnardt
2009-03-04allow for handling 404s in document show functionsJan Lehnardt
2009-03-03stats metrics renamed: os_open_files -> open_os_files, database_changes -> da...Jan Lehnardt
2009-02-28supply etags for reduce view listsJohn Christopher Anderson
2009-02-27- remove unused aggregate metrics fieldJan Lehnardt
2009-02-27- group HTTP method stats into httpd_requests_methods as per Christopher Lenz...Jan Lehnardt
2009-02-26Fix and test for file descriptor leaksDamien F. Katz
2009-02-26- add descriptions to metricsJan Lehnardt
2009-02-25add js test suite for stats, enable access for a previously internal metricJan Lehnardt
2009-02-25Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.John Christopher Anderson
2009-02-24added newline to JSON responses, closes COUCHDB-107Noah Slater