summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2010-08-23remove unused filesAdam Kocoloski
2010-08-23Merged revision 988233 from trunk:Filipe David Borba Manana
Replicator: fix authentication failure when replicating design documents that have attachments. Closes COUCHDB-868. Patch by Jason Smith, thanks. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@988234 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23Replicator: fix authentication failure when replicating design documents ↵Filipe David Borba Manana
that have attachments. Closes COUCHDB-868. Patch by Jason Smith, thanks. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988233 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23consolidate all couchjs stuff in one subdirAdam Kocoloski
2010-08-22tidy range support, make inserting of multirange support more obvious.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987936 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22COUCHDB-864 - set SAVE_RECV flag in mochiweb request to allow connection ↵Robert Newson
keep-alive between multipart/related PUT's. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987898 13f79535-47bb-0310-9956-ffa450edef68
2010-08-21Fix revision 987824 - add missing changes.Filipe David Borba Manana
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987828 13f79535-47bb-0310-9956-ffa450edef68
2010-08-21Added some whitespaces to make the code easier to the eye.Filipe David Borba Manana
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987826 13f79535-47bb-0310-9956-ffa450edef68
2010-08-21Work queue - add support for multiple consumers.Filipe David Borba Manana
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987825 13f79535-47bb-0310-9956-ffa450edef68
2010-08-21Small refactoring of the work queue module to accomodate for incoming ↵Filipe David Borba Manana
options (multiple workers) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987824 13f79535-47bb-0310-9956-ffa450edef68
2010-08-21add a test to check if rewrite works on views following a report on ircBenoit Chesneau
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987750 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20adding runit exampleBrad Anderson
2010-08-20a bit more cleanup of root dirBrad Anderson