/[Apache-SVN]/couchdb/trunk/src/couchdb/couch_httpd_external.erl
ViewVC logotype

Log of /couchdb/trunk/src/couchdb/couch_httpd_external.erl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 882903 - (view) (annotate) - [select for diffs]
Modified Sat Nov 21 13:43:43 2009 UTC (4 days, 11 hours ago) by kocolosk
File length: 5451 byte(s)
Diff to previous 826345 (colored)
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570

Revision 826345 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 02:10:04 2009 UTC (5 weeks, 3 days ago) by jan
File length: 5451 byte(s)
Diff to previous 823378 (colored)
log external reqests like any other requests

Revision 823378 - (view) (annotate) - [select for diffs]
Modified Fri Oct 9 01:54:48 2009 UTC (6 weeks, 5 days ago) by kocolosk
File length: 5407 byte(s)
Diff to previous 818316 (colored)
allow case-insensitive content-type from external, and other cleanup

Revision 818316 - (view) (annotate) - [select for diffs]
Modified Wed Sep 23 23:17:20 2009 UTC (2 months ago) by jasondavies
File length: 5720 byte(s)
Diff to previous 803245 (colored)
Include peer in req object for externals: _show, _list, _update etc.

Closes COUCHDB-470.

Revision 803245 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 18:50:08 2009 UTC (3 months, 2 weeks ago) by jchris
File length: 5677 byte(s)
Diff to previous 800938 (colored)
Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for code and others for discussion.

The _update handler accepts POSTs to paths like: /db/_design/foo/_update/bar and PUTs which include docids, like: /db/_design/foo/_update/bar/docid

The function signature:

function(doc, req) {
  doc.a_new_field = req.query.something;
  return [doc, "<h1>added something to your doc</h1>"];
}

The tests in update_documents.js are fairly complete and include examples of bumping a counter, changing only a single field, parsing from (and returning) XML, and creating new documents.


Revision 800938 - (view) (annotate) - [select for diffs]
Modified Tue Aug 4 19:50:46 2009 UTC (3 months, 3 weeks ago) by damien
File length: 5791 byte(s)
Diff to previous 794057 (colored)
Initial check-in of OAuth and cookie authentication.

Revision 794057 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 20:21:39 2009 UTC (4 months, 1 week ago) by nslater
File length: 5622 byte(s)
Diff to previous 791350 (colored)
wheeeeeeee

Revision 791350 - (view) (annotate) - [select for diffs]
Modified Mon Jul 6 00:33:50 2009 UTC (4 months, 3 weeks ago) by nslater
File length: 5624 byte(s)
Diff to previous 791145 (colored)
trimmed trailing whitespace

Revision 791145 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 16:19:23 2009 UTC (4 months, 3 weeks ago) by jchris
File length: 5636 byte(s)
Diff to previous 784706 (colored)
send utf-8 hearders with list and show responses. closes COUCHDB-392

Revision 784706 - (view) (annotate) - [select for diffs]
Modified Mon Jun 15 09:49:46 2009 UTC (5 months, 1 week ago) by jan
File length: 5621 byte(s)
Diff to previous 778949 (colored)
Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.

Revision 778949 - (view) (annotate) - [select for diffs]
Modified Wed May 27 01:16:48 2009 UTC (6 months ago) by davisp
File length: 5590 byte(s)
Diff to previous 750565 (colored)
Fixes COUCHDB-363

Applying the patch provided by Benoit Chesneau for 363 which fixes an error when POST'ing to _external handlers.


Revision 750565 - (view) (annotate) - [select for diffs]
Modified Thu Mar 5 19:47:25 2009 UTC (8 months, 3 weeks ago) by jchris
File length: 5593 byte(s)
Diff to previous 744240 (colored)
allow multi-key POST requests for _list. 
closes COUCHDB-269. thanks Jason Davies

Revision 744240 - (view) (annotate) - [select for diffs]
Modified Fri Feb 13 20:52:28 2009 UTC (9 months, 1 week ago) by jchris
File length: 5499 byte(s)
Diff to previous 737304 (colored)
apply COUCHDB-252.
Allow _list functions to signal that iteration of the view should cease.
Thanks davisp.

Revision 737304 - (view) (annotate) - [select for diffs]
Modified Sat Jan 24 05:17:50 2009 UTC (10 months ago) by jchris
File length: 5415 byte(s)
Diff to previous 736876 (colored)
Improve show/list API and send external responses without chunked as it's not needed.

Revision 736876 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 00:53:05 2009 UTC (10 months ago) by jchris
File length: 5472 byte(s)
Diff to previous 730016 (colored)
View list functions can stream views in any format. See list_views test for details.

Revision 730016 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 23:43:10 2008 UTC (10 months, 3 weeks ago) by jchris
File length: 5456 byte(s)
Diff to previous 727973 (colored)
merge form branch to trunk

Revision 727973 - (view) (annotate) - [select for diffs]
Modified Fri Dec 19 08:25:19 2008 UTC (11 months, 1 week ago) by jchris
File length: 4222 byte(s)
Diff to previous 727136 (colored)
shorter path to _action servers, external supports better routing control

Revision 727136 - (view) (annotate) - [select for diffs]
Added Tue Dec 16 20:42:05 2008 UTC (11 months, 1 week ago) by jchris
File length: 3882 byte(s)
the external process handler

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2