Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-27 | server and client should both update LRU table, BugzID 10755 | Adam Kocoloski | |
2010-08-27 | return well-formed response for reduce view with 0 rows, BugzID 10725 | Adam Kocoloski | |
2010-08-27 | resume reducers after the row is sent, BugzID 10683 | Adam Kocoloski | |
2010-08-27 | initialize #db{} so that validation funs are loaded on first write | Adam Kocoloski | |
BugzID 10675 | |||
2010-08-27 | Apache 2 license, Cloudant copyright when appropriate | Adam Kocoloski | |
2010-08-27 | one last mention of overlay.config | Adam Kocoloski | |
2010-08-27 | add a note about security of magic cookies | Adam Kocoloski | |
2010-08-27 | remove some logging | Adam Kocoloski | |
2010-08-27 | some edits to the README | Adam Kocoloski | |
2010-08-27 | clarify node startup procedure for 'make dev' | Adam Kocoloski | |
2010-08-27 | s/overlay.config/dbcore.config | Adam Kocoloski | |
2010-08-27 | Erlang shell should not be the default | Adam Kocoloski | |
2010-08-27 | create logfile with appropriate permissions during install | Adam Kocoloski | |
2010-08-27 | instructions on starting up the dev cluster | Adam Kocoloski | |
2010-08-27 | instructions for dev cluster | Brad Anderson | |
2010-08-27 | ignore dev cluster stuffs | Brad Anderson | |
2010-08-27 | configure ports and node names, also correct a few bugs | Adam Kocoloski | |
2010-08-27 | read Erlang VM arguments from config file | Adam Kocoloski | |
2010-08-27 | 'make dev' generates rel/dev[123] | Adam Kocoloski | |
2010-08-26 | remove redundant build step | Adam Kocoloski | |
2010-08-26 | log to var/log/dbcore.log by default | Adam Kocoloski | |
2010-08-26 | default data storage is /var/lib | Adam Kocoloski | |
2010-08-26 | move futon to share/www | Adam Kocoloski | |
2010-08-26 | move main.js to share/couchjs | Adam Kocoloski | |
2010-08-25 | fix 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-25 | COUCHDB-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-24 | update README and remove redundant INSTALL instructions | Adam Kocoloski | |
2010-08-24 | correct 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-24 | COUCHDB-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-24 | make the default install prefix /opt/dbcore | Adam Kocoloski | |
2010-08-24 | fix determination of ROOTDIR | Adam Kocoloski | |
2010-08-24 | Added missing step to get Homebrew icu to work. | Stefano J. Attardi | |
2010-08-24 | fix 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-24 | set 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-24 | support 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-24 | return 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-23 | install directly to {{prefix}} | Adam Kocoloski | |
2010-08-23 | no more rebar templates in configure | Adam Kocoloski | |
2010-08-23 | some cleanup of the Makefile template | Adam Kocoloski | |
2010-08-24 | Added 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-23 | Added troubleshooting section. | Stefano J. Attardi | |
2010-08-23 | forgot to actually pass these values to rebar | Adam Kocoloski | |
2010-08-23 | remove erl_call from release | Adam Kocoloski | |
2010-08-23 | consolidate down to one rebar create call | Adam Kocoloski | |
2010-08-23 | Updated Ubuntu instructions based on Wiki page, fixed command to | Stefano J. Attardi | |
append to the apt sources list as root. | |||
2010-08-23 | more erl_call cleanup | Brad Anderson | |
2010-08-23 | Added required symlink command for Spidermonkey 1.9.2 on Ubuntu. | Stefano J. Attardi | |
2010-08-23 | Removed '$' characters before commands. | Stefano J. Attardi | |
2010-08-23 | Fixed Markdown link. | Stefano J. Attardi | |
2010-08-23 | Added more detailed dependency installation instructions for Ubuntu | Stefano J. Attardi | |
and Mac OS X. |