summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
AgeCommit message (Expand)Author
2010-08-11reorganize couch .erl and driver code into rebar layoutAdam Kocoloski
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-13synchronous logging, COUCHDB-761. Patch by Randall Leeds.Adam Kocoloski
2010-06-03More work to allow for streaming attachment replication.Damien F. Katz
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-03-05config settings for replicator sessions and pipeline. Patch by Filipe MananaAdam Kocoloski
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-02-03add default_fun and url_handlers to #http. It's useful for any customBenoit Chesneau
2010-02-01Database-level security.John Christopher Anderson
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-11-21upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474Adam Kocoloski
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-09-16Single line http request when log=infoDamien F. Katz
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-08-13trivial change to replicator request headers. Closes COUCHDB-419Adam Kocoloski
2009-08-12rollback _conflicts view patchAdam Kocoloski
2009-08-12add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462Jan Lehnardt
2009-08-10switch pause to millisecondsAdam Kocoloski
2009-08-07ibrowse wrapper for replicator, will replace do_http_requestAdam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-06-18Fixes COUCHDB-383 - Ignore extra URL parameters.Paul Joseph Davis
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-13Closes COUCHDB-334 - Add JSONP support to CouchDBPaul Joseph Davis
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-04-22Refactoring the view URL parameter parsing.Paul Joseph Davis
2009-04-18Fixes COUCHDB-322Paul Joseph Davis
2009-03-19inclusive_end query option for views, defaults to true (does not change curre...John Christopher Anderson
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-03-05allow multi-key POST requests for _list. John Christopher Anderson
2009-02-25Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.John Christopher Anderson
2009-02-17Put file ref_counting into it's own module, to make the speed of opening an a...Damien F. Katz
2009-02-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-13apply COUCHDB-252.John Christopher Anderson
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-22change update=false to stale=okJohn Christopher Anderson
2009-01-19tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...Damien F. Katz
2009-01-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2009-01-05Fixed views to not commit index headers if they are ahead of what has been fu...Damien F. Katz
2009-01-05Delayed commit patch. Allows documents to be saved immediately but fully comm...Damien F. Katz
2009-01-04change count to limit in view query paramsJohn Christopher Anderson