summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_native_process.erl
AgeCommit message (Expand)Author
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-04reverting damien's latest commit until we can figure out why it's causing fai...John Christopher Anderson
2010-03-04Changed process tree shutdown to be synchronous, to eliminate spurious test f...Damien F. Katz
2010-02-01fix unused variable warnings, remove unused code.Jan Lehnardt
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-08-21Munge all ErlJSON to use binaries.Paul Joseph Davis
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson