Revision tags: v4.6.0, v4.5.0, 2.1.1r, 2.1.0r, 2.0.2r, 2.0.1-linux, 2.0.0-couchbase |
|
#
b852af09 |
| 05-Apr-2012 |
Filipe David Borba Manana <fdmanana@apache.org> |
Remove ibrowse library This is not needed anymore, lhttpc is now used everywhere else. Change-Id: I4cdd3a023a514e4495c8ce3cb7538e9b1fcb88ac Reviewed-on: http://review.couchbase.
Remove ibrowse library This is not needed anymore, lhttpc is now used everywhere else. Change-Id: I4cdd3a023a514e4495c8ce3cb7538e9b1fcb88ac Reviewed-on: http://review.couchbase.org/14598 Reviewed-by: Damien Katz <damien@couchbase.com> Tested-by: Damien Katz <damien@couchbase.com>
show more ...
|
#
5a3fdc93 |
| 05-Apr-2012 |
Filipe David Borba Manana <fdmanana@apache.org> |
Add lhttpc, a lightweight HTTP client library Change-Id: I4a42e7d5c690b53a257e60bd804bb5a3a75caa20 Reviewed-on: http://review.couchbase.org/14576 Tested-by: buildbot <build@couchbase
Add lhttpc, a lightweight HTTP client library Change-Id: I4a42e7d5c690b53a257e60bd804bb5a3a75caa20 Reviewed-on: http://review.couchbase.org/14576 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Damien Katz <damien@couchbase.com> Tested-by: Damien Katz <damien@couchbase.com>
show more ...
|
Revision tags: couchbase_1.2.0, couchbase_1.1.2, couchbase_1.1.2a |
|
#
8af27603 |
| 28-May-2011 |
Jan Lehnardt <jan@apache.org> |
Add CoffeeScript (http://coffeescript.org/) support to the JS view server. This allows you to write all query server functions in CoffeeScript. The implementation re-uses the JS que
Add CoffeeScript (http://coffeescript.org/) support to the JS view server. This allows you to write all query server functions in CoffeeScript. The implementation re-uses the JS query server and adds an additional, optional compilation step. To make the implementation easier for now, a new main-coffee.js file is generated that includes the CoffeeScript compiler, but I think we can do away with that in a future optimisation and just use a single main.js that can handle both. The patch includes basic tests for the JS test suite that I tested in Firefox and Chrome. I'm no expert in CoffeeScript, so I don't know if more complex script will break the implementation. `make distcheck` passes. Futon picks up the "coffeescript" design document lanugage as expected and view definition interaction works as usual. The implementation does some sting maniulation on top of the CoffeeScript compile step that probably can be done more nicely. List functions don't deal well with the implicit return generated by CoffeeScript, but J Chris says, this will be easy to fix. The patch adds CoffeeScript 1.1.1 which is MIT licensed and updates the NOTICE, license.skip and .gitignore files as well as the build system accordingly. Change-Id: I85d992a6c8fdad33c7ea6f1e10eddae49b915fec Reviewed-on: http://review.couchbase.org/6640 Reviewed-by: Dustin Sallings <dustin@spy.net> Tested-by: Dustin Sallings <dustin@spy.net>
show more ...
|
#
e2e8554d |
| 02-May-2011 |
Filipe David Borba Manana <fdmanana@apache.org> |
Add configurable file compression (snappy, deflate or none) Not only this makes database and view index files smaller it also increases database read/write performance, view index genera
Add configurable file compression (snappy, deflate or none) Not only this makes database and view index files smaller it also increases database read/write performance, view index generation (specially for large documents and/or documents with nested JSON structures) and compaction. Closes COUCHDB-1120. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1098558 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
2cbb1b3e |
| 20-Apr-2011 |
Paul Joseph Davis <davisp@apache.org> |
Replace replication destination db UI element. This changes the replicator's destination db from a drop down list to a text input with autocomplete. This allows people to replicate i
Replace replication destination db UI element. This changes the replicator's destination db from a drop down list to a text input with autocomplete. This allows people to replicate into a database that doesn't exist more easily. The autocomplete maintains the usability of finding an existing database. Thanks to Sam Bisbee for the patch. Fixes COUCHDB-1131 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1095523 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
5b9e26f4 |
| 20-Apr-2011 |
Paul Joseph Davis <davisp@apache.org> |
Replace replication destination db UI element. This changes the replicator's destination db from a drop down list to a text input with autocomplete. This allows people to replicate i
Replace replication destination db UI element. This changes the replicator's destination db from a drop down list to a text input with autocomplete. This allows people to replicate into a database that doesn't exist more easily. The autocomplete maintains the usability of finding an existing database. Thanks to Sam Bisbee for the patch. Fixes COUCHDB-1131 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1095523 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
50257701 |
| 13-Apr-2011 |
Filipe David Manana <fdmanana@apache.org> |
Upgraded google snappy to latest subversion snapshot This snapshort fixes a some build issues on Windows.
|
#
87585a31 |
| 05-Apr-2011 |
Filipe David Manana <fdmanana@apache.org> |
Updated dependencies and license related files
|
#
2e99f965 |
| 05-Apr-2011 |
Filipe David Borba Manana <fdmanana@apache.org> |
Added missing headers for some ejson source files Thanks to Paul Davis for noticing this. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1089181 13f79535-47bb-0310-
Added missing headers for some ejson source files Thanks to Paul Davis for noticing this. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1089181 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
7570bb50 |
| 05-Apr-2011 |
Paul Joseph Davis <davisp@apache.org> |
Small typo git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1089162 13f79535-47bb-0310-9956-ffa450edef68
|
#
5578161c |
| 05-Apr-2011 |
Paul Joseph Davis <davisp@apache.org> |
Include Yajl's license in LICENSE git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1089161 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: couchbase_1.1.1a, couchbase_1.1.1, couchbase_1.1, couchbase_1.1b, hosting_v1.0.2r3, couchone_v1.0.2r3_geo, couchone_v1.0.2r3, v0.1.0, 0.1.0, couchone_v1.0.2r1, geocouch_v1.0.2r1, hosting_v1.0.2r2, hosting_v1.0.2r2_geo, hosting_geo-bulk, 1.0.2, hosting_1.0.1_geo2, hosting_v1.0.2, hosting_1.0.x_sammy, hosting_geo-separate, geocouch_bulk_insertion, hosting_trunk_geo, sling_rewrite, 1.0.1_hosting_dbname, geocouch_hosting_trunk2, 1.0.1_hosting_4, 1.0.1_hosting_replication-fix, 1.0.1, 1.0.1_hosting_3, 1.0.1_hosting_try2, 0.11.2, 1.0.1_hosting, diplomathesis, geocouch_0.11_hosting, trunk_hosting_sling, 1.0.0, 0.11.1, 0.10.2, 0.11.0, ubuntuonetwo-patches, 0.9.2, 0.10.1, 0.10.0 |
|
#
e5813d55 |
| 29-Sep-2009 |
Paul Joseph Davis <davisp@apache.org> |
Add ETap to CouchDB's SVN repository. This pulls in ETap as an included dependency. As per directions of the ASF the NOTICE and LICENSE have been updated. Tests have been updated to include
Add ETap to CouchDB's SVN repository. This pulls in ETap as an included dependency. As per directions of the ASF the NOTICE and LICENSE have been updated. Tests have been updated to include etap on Erlang's code path. license.skip was updated for make distcheck. This only affects running the Erlang test suite. Noah is awesome. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819799 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
2500ff08 |
| 10-Aug-2009 |
Jan Lehnardt <jan@apache.org> |
Add LICENSE entries for ibrowse and erlang-oauth, patch by Jason Davies, closes COUCHDB-459 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@802763 13f79535-47bb-0310-9956-ffa450ed
Add LICENSE entries for ibrowse and erlang-oauth, patch by Jason Davies, closes COUCHDB-459 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@802763 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: 0.9.1, 0.9.0, bulk_transactions |
|
#
28b6fb6d |
| 14-Jan-2009 |
Christopher Lenz <cmlenz@apache.org> |
Update to jQuery 1.3. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734534 13f79535-47bb-0310-9956-ffa450edef68
|
#
f05401ba |
| 07-Jan-2009 |
John Christopher Anderson <jchris@apache.org> |
remove jquery.history.js LICENSE notice git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732511 13f79535-47bb-0310-9956-ffa450edef68
|
#
b4b3f972 |
| 07-Jan-2009 |
Christopher Lenz <cmlenz@apache.org> |
Add jquery.history to the build and the LICENSE/NOTICE files. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732492 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: 0.8.0 |
|
#
796a66de |
| 30-Aug-2008 |
Christopher Lenz <cmlenz@apache.org> |
Implement attachment uploading in Futon. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690590 13f79535-47bb-0310-9956-ffa450edef68
|
#
2b905c18 |
| 10-Jun-2008 |
Noah Slater <nslater@apache.org> |
moved LICENCE to LICENSE git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666212 13f79535-47bb-0310-9956-ffa450edef68
|
#
f28a5240 |
| 10-Jun-2008 |
Noah Slater <nslater@apache.org> |
indented and slight reformatting git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666187 13f79535-47bb-0310-9956-ffa450edef68
|
#
915128d0 |
| 25-May-2008 |
Christopher Lenz <cmlenz@apache.org> |
Add another third-party license to the LICENSE file. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659988 13f79535-47bb-0310-9956-ffa450edef68
|
#
d3427b49 |
| 25-May-2008 |
Christopher Lenz <cmlenz@apache.org> |
Add third-party licenses to LICENSE file, update jQuery to 1.2.5. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659940 13f79535-47bb-0310-9956-ffa450edef68
|
#
4c626315 |
| 14-Apr-2008 |
Noah Slater <nslater@apache.org> |
added proper LICENCE file git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648069 13f79535-47bb-0310-9956-ffa450edef68
|