index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_query_servers.erl
Age
Commit message (
Expand
)
Author
2009-11-21
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570
Adam Kocoloski
2009-08-12
Introduces native Erlang query servers. Closes COUCHDB-377
John Christopher Anderson
2009-08-11
Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...
John Christopher Anderson
2009-08-01
enable include_docs=true for list functions, patch by Mark Hammond, closes CO...
Jan Lehnardt
2009-07-20
Initial checkin of _changes filters. The prime weak-spot for this approach is...
John Christopher Anderson
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-14
merge list-iterator branch to trunk. changes JavaScript _list API
John Christopher Anderson
2009-05-30
Test and fix for infinite loops in view_servers, fix for crashed OS processes...
Damien F. Katz
2009-05-13
Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...
Damien F. Katz
2009-05-12
You can now specify either "_sum" or "_count" as the source code for 2 built-...
John Christopher Anderson
2009-05-04
reduce_limit error is thrown when the reduce function output is not small eno...
John Christopher Anderson
2009-03-04
allow for handling 404s in document show functions
Jan Lehnardt
2009-02-25
Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.
John Christopher Anderson
2009-01-27
Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...
John Christopher Anderson
2009-01-23
View list functions can stream views in any format. See list_views test for d...
John Christopher Anderson
2009-01-12
rename _form to _show and move the funcs in the design doc to design.show.docs
John Christopher Anderson
2008-12-29
merge form branch to trunk
John Christopher Anderson
2008-12-16
couch_os_process to manage the JSON line protocol. thanks davisp.
John Christopher Anderson
2008-11-20
Nearly completed security/validation work. Still needs replication testing.
Damien F. Katz
2008-11-11
Check in of initial validation and authorization work. This work is incomplet...
Damien F. Katz
2008-09-13
Changes and refactorings to couch_config
Damien F. Katz
2008-08-31
Merged json_term_changes branch back into trunk.
Christopher Lenz
2008-08-30
- Rename configuration options and sections to allow for a nicer .ini file an...
Jan Lehnardt
2008-08-20
Merge runtimeconfig branch back into trunk
Jan Lehnardt
2008-06-09
Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.
Damien F. Katz
2008-05-15
Incremental reduce first checkin. Warning! Disk format change.
Damien F. Katz
2008-04-20
Added proper UUID generation and changed the details of how way debug logging...
Damien F. Katz
2008-04-07
Compaction. Works, but still needs queueing and better handling for long read...
Damien F. Katz
2008-03-28
Imported trunk.
Christopher Lenz