summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
AgeCommit message (Expand)Author
2011-07-06Merge revision 1143375 from trunkFilipe David Borba Manana
2011-06-23Merged revision 1138796 from trunkFilipe David Borba Manana
2011-03-09Merged revision 1079939 from trunkFilipe David Borba Manana
2011-02-07Merged revision 1067873 from trunkFilipe David Borba Manana
2010-12-23Merged revision 1052227 from trunk:Filipe David Borba Manana
2010-11-17revert unwanted commitJan Lehnardt
2010-11-17Obvious parsing of the stale view parameter part 2.Jan Lehnardt
2010-10-10Fixes COUCHDB-799 - More granular ETags for views.Paul Joseph Davis
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27CommonJS support in map functionsJohn Christopher Anderson
2010-09-27Adding new macro ?getv as an alias to couch_util:get_value.Filipe David Borba Manana
2010-08-15add requested_path to the req so we know original path in shows/lists &Benoit Chesneau
2010-08-04Add replicator DB (_replicator).Filipe David Borba Manana
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