Age | Commit message (Expand) | Author |
2009-04-19 | COUCHDB-306 - Improving reported errors. | Paul Joseph Davis |
2009-04-19 | add server/main.js to all: target | Jan Lehnardt |
2009-04-18 | fix make distcheck, thanks Noah | Jan Lehnardt |
2009-04-18 | move main.js generation to Makefile | Jan Lehnardt |
2009-04-18 | add generation-notice | Jan Lehnardt |
2009-04-18 | run mainjs.sh if one of the source files changed | Jan Lehnardt |
2009-04-18 | integrate main.js split-up into build system | Jan Lehnardt |
2009-04-18 | refactor main.js into many files and improve show/list error handling | John Christopher Anderson |
2009-04-18 | Resolves COUCHDB-306 - Wacky error responses to malformed documents | Paul Joseph Davis |
2009-04-18 | Fixes COUCHDB-322 | Paul Joseph Davis |
2009-04-17 | output errors differently during chunked responses (view and list) | John Christopher Anderson |
2009-04-16 | Baby steps toward better reporting of os_process errors (and JavaScript synta... | John Christopher Anderson |
2009-04-15 | add bulkSave method to jquery.couch.js | John Christopher Anderson |
2009-04-15 | URL-encode attachment paths during replication | Adam Kocoloski |
2009-04-14 | whitespace | Jan Lehnardt |
2009-04-10 | Fixes for leaked file handles, with test. | Damien F. Katz |
2009-04-09 | Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ... | Damien F. Katz |
2009-03-28 | always load _conflicts in _show functions | Jan Lehnardt |
2009-03-27 | Location header responses should be absolute URIs, thanks Christopher | Jan Lehnardt |
2009-03-26 | return a Location header on newly created documents using PUT requests | Jan Lehnardt |
2009-03-26 | return Location header for newly create databases | Jan Lehnardt |
2009-03-26 | whitespace | Jan Lehnardt |
2009-03-24 | fix unstable stats test; the open_os_files counter needs a separate test | Jan Lehnardt |
2009-03-24 | force full doc reload because ETags don't honour compaction | Jan Lehnardt |
2009-03-21 | regression test for update/delete in one bulk_docs update | John Christopher Anderson |
2009-03-21 | provide a 404 response on deletion of non-existant docs | John Christopher Anderson |
2009-03-21 | Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, ... | Damien F. Katz |
2009-03-20 | Futon reduce pagination. Fixes COUCHDB-172 | John Christopher Anderson |
2009-03-20 | map queries with group=true query option will return an error. | John Christopher Anderson |
2009-03-20 | remove leftovers of MOVE form the stats tests | Jan Lehnardt |
2009-03-19 | inclusive_end query option for views, defaults to true (does not change curre... | John Christopher Anderson |
2009-03-18 | fix make install | Jan Lehnardt |
2009-03-18 | reflect filename change in the loadTest() function | Jan Lehnardt |
2009-03-18 | rename test file to reclect new test name | Jan Lehnardt |
2009-03-18 | remove MOVE requests as they can't sensibly be supported and COPY & DELETE do... | Jan Lehnardt |
2009-03-17 | show group=true notice only when view results are shown | Jan Lehnardt |
2009-03-17 | Closes COUCHDB-135 View offset regression after 0.8.1 | Paul Joseph Davis |
2009-03-16 | tabs->spaces, other whitespace enhancements | Jan Lehnardt |
2009-03-15 | add note about Futon adding `?group=true` to view queries automatically | Jan Lehnardt |
2009-03-15 | Streaming attachment replication now follows redirects and checks for error c... | John Christopher Anderson |
2009-03-15 | error message on invalid rev format. | John Christopher Anderson |
2009-03-13 | Commit Damien's rep_security branch to trunk. | John Christopher Anderson |
2009-03-10 | Update the 'Raw view' link on the Futon database page to reflect the recent v... | Christopher Lenz |
2009-03-10 | Remove leftover console.log(). Should we get a pre-commit hook for these? Clo... | Jan Lehnardt |
2009-03-09 | merge design doc resource branch. breaking changes to _view query paths. | John Christopher Anderson |
2009-03-06 | validate reduce view list queries, make query_parse_error response code 400 | John Christopher Anderson |
2009-03-06 | roll Applications tab out of Futon index page | John Christopher Anderson |
2009-03-06 | Verify attachment names. They must be utf-8 (closes COUCHDB-280) and must not... | Jan Lehnardt |
2009-03-05 | make row_info.prev_key available on 2nd row | John Christopher Anderson |
2009-03-05 | allow multi-key POST requests for _list. | John Christopher Anderson |