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