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_os_process.erl
Age
Commit message (
Expand
)
Author
2010-07-19
remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829
John Christopher Anderson
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
2009-12-22
move query server to a design-doc based protocol, closes COUCHDB-589
John Christopher Anderson
2009-12-02
COUCHDB-588: don't make log noise when an OS process chooses to terminate nor...
Mark Hammond
2009-11-21
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570
Adam Kocoloski
2009-10-24
use couch_util:priv_dir() b/c it works in dev mode too
Adam Kocoloski
2009-07-14
wheeeeeeee
Noah Slater
2009-06-14
merge list-iterator branch to trunk. changes JavaScript _list API
John Christopher Anderson
2009-06-09
Fixes COUCHDB-372
Paul Joseph Davis
2009-05-30
Test and fix for infinite loops in view_servers, fix for crashed OS processes...
Damien F. Katz
2009-04-16
Baby steps toward better reporting of os_process errors (and JavaScript synta...
John Christopher Anderson
2009-03-10
fix gen_server calls to honor os_process_timeout
John Christopher Anderson
2009-03-06
configure view and external server timeout in using ini variables.
John Christopher Anderson
2009-01-24
Don't let a failing db update notification client bring down the entire
Jan Lehnardt
2008-12-16
couch_os_process to manage the JSON line protocol. thanks davisp.
John Christopher Anderson