summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-27server and client should both update LRU table, BugzID 10755Adam Kocoloski
2010-08-27return well-formed response for reduce view with 0 rows, BugzID 10725Adam Kocoloski
2010-08-27resume reducers after the row is sent, BugzID 10683Adam Kocoloski
2010-08-27initialize #db{} so that validation funs are loaded on first writeAdam Kocoloski
BugzID 10675
2010-08-27Apache 2 license, Cloudant copyright when appropriateAdam Kocoloski
2010-08-27one last mention of overlay.configAdam Kocoloski
2010-08-27add a note about security of magic cookiesAdam Kocoloski
2010-08-27remove some loggingAdam Kocoloski
2010-08-27some edits to the READMEAdam Kocoloski
2010-08-27clarify node startup procedure for 'make dev'Adam Kocoloski
2010-08-27s/overlay.config/dbcore.configAdam Kocoloski
2010-08-27Erlang shell should not be the defaultAdam Kocoloski
2010-08-27create logfile with appropriate permissions during installAdam Kocoloski
2010-08-27instructions on starting up the dev clusterAdam Kocoloski
2010-08-27instructions for dev clusterBrad Anderson
2010-08-27ignore dev cluster stuffsBrad Anderson
2010-08-27configure ports and node names, also correct a few bugsAdam Kocoloski
2010-08-27read Erlang VM arguments from config fileAdam Kocoloski
2010-08-27'make dev' generates rel/dev[123]Adam Kocoloski
2010-08-26remove redundant build stepAdam Kocoloski
2010-08-26log to var/log/dbcore.log by defaultAdam Kocoloski
2010-08-26default data storage is /var/libAdam Kocoloski
2010-08-26move futon to share/wwwAdam Kocoloski
2010-08-26move main.js to share/couchjsAdam Kocoloski
2010-08-25fix attachments.js in Safari by treating charset case-insensitively.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988909 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25COUCHDB-161 - range support. Adhere closer to the spec. correct range ↵Robert Newson
parsing error in mochiweb. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988866 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24update README and remove redundant INSTALL instructionsAdam Kocoloski
2010-08-24correct fencepost error for last bytes range request.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988651 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24COUCHDB-870 - attachments.js hangs.Robert Newson
attachments.js is missing a semicolon that causes an infinite loop. Thanks to Grant Jones for the fix. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988634 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24make the default install prefix /opt/dbcoreAdam Kocoloski
2010-08-24fix determination of ROOTDIRAdam Kocoloski
2010-08-24Added missing step to get Homebrew icu to work.Stefano J. Attardi
2010-08-24fix warnings of unused Len variables.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988454 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24set Accept-Ranges conditionally on identity encoding.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988452 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24support multiple byte ranges in Range header.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988451 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24return 400 Bad Request for unparseable range request.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988450 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23install directly to {{prefix}}Adam Kocoloski
2010-08-23no more rebar templates in configureAdam Kocoloski
2010-08-23some cleanup of the Makefile templateAdam Kocoloski
2010-08-24Added configurable nodelay setting via the ini. Set [httpd] nodelay=true to ↵Damien F. Katz
enable the TCP_NODELAY option for the web server sockets, which means that even small amounts of data will be sent immediately. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988360 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23Added troubleshooting section.Stefano J. Attardi
2010-08-23forgot to actually pass these values to rebarAdam Kocoloski
2010-08-23remove erl_call from releaseAdam Kocoloski
2010-08-23consolidate down to one rebar create callAdam Kocoloski
2010-08-23Updated Ubuntu instructions based on Wiki page, fixed command toStefano J. Attardi
append to the apt sources list as root.
2010-08-23more erl_call cleanupBrad Anderson
2010-08-23Added required symlink command for Spidermonkey 1.9.2 on Ubuntu.Stefano J. Attardi
2010-08-23Removed '$' characters before commands.Stefano J. Attardi
2010-08-23Fixed Markdown link.Stefano J. Attardi
2010-08-23Added more detailed dependency installation instructions for UbuntuStefano J. Attardi
and Mac OS X.