CARVIEW |
bdionne
(Bob Dionne)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Bob Dionne
- Website/Blog
- https://bitdiddle.blogspot.com
- Company
- Dionne Associates, LLC.
- Location
- New England
- Member Since
- Oct 29, 2008 (about 1 year)
- 9 public repos
- 2 followers
Following 0 githubbers and watching 27 repositories view all →
Public Repositories (9)
-
indexer
Full text indexing of couchdb databases
Last updated Sat Dec 05 06:33:01 -0800 2009
-
couchdb
Unofficial Git mirror of CouchDB svn repository. (Updated every half hour)
Forked from halorgium/couchdb Tue Jan 06 15:50:51 -0800 2009
Last updated Fri Dec 04 13:38:19 -0800 2009
-
osmos
Dukers of Erl osmos project
Last updated Tue Nov 17 03:12:11 -0800 2009
-
relaxville
Having fun keeping track of CouchDB test suite reports.
Forked from jchris/relaxville Sat Oct 17 03:31:36 -0700 2009
Last updated Wed Oct 14 00:18:08 -0700 2009
-
hovercraft
An easy direct Erlang CouchDB library.
Forked from jchris/hovercraft Sat May 23 11:10:42 -0700 2009
Last updated Sat May 23 11:18:54 -0700 2009
-
etap
etap is a simple erlang testing library that provides TAP compliant output.
Forked from ngerakines/etap Tue Jun 02 03:41:47 -0700 2009
Last updated Sat May 02 21:43:14 -0700 2009
-
distel
A fork of Distel - Erlang goodies for Emacs
Forked from kunley/distel Tue Jun 02 18:05:27 -0700 2009
Last updated Mon Mar 16 16:50:22 -0700 2009
-
erl-couch
erlang couchdb client based on ibrowse
Last updated Sun Feb 22 13:49:34 -0800 2009
-
euler
my erlang solutions to project euler
Last updated Sat Dec 06 12:45:19 -0800 2008
Public Activity 

-
Robert Dionne committed f6fa9f99:
added support for task status, to view index progress in Futon

-
Robert Dionne committed 690707ad:
removed io statements

-
Robert Dionne committed e3b70ef8:
cleanup, formatting of code, removed debugs, etc..

-
Robert Dionne committed d419244a:
quick hack to support .../_index_query?word=...

-
Robert Dionne committed cd43c738:
relax sounds bounds and wait longer for searches

-
Robert Dionne committed 42627910:
writing indices in batch certainly speeds things up

-
Robert Dionne committed d5e4a7e8:
run compaction once at end of batch indexing

-
Robert Dionne committed 3791ebfe:
only checkpoint when changes occur

-
Robert Dionne committed d8544237:
adding hovercraft

-
Robert Dionne committed 8650e5d4:
cleaned up branch and hacked couch to run indexer

-
Robert Dionne committed 990ebedb:
Merge remote branch 'halorg/master'
-
jchris committed b7565230:
removed add_fun optimization for filters, this provides better concurrency at the cost of some function transfer/eval overhead, which will be optimized in a future patch.
-
mhammond committed a964aa34:
COUCHDB-588: don't make log noise when an OS process chooses to terminate normally
-
nslater committed 52d5b897:
minor change
-
nslater committed 14b76fea:
minor change
-
nslater committed ac98f868:
added 0.9.2 changes/news to trunk
-
mhammond committed cf62f87c:
ensure the child exit code is reported correctly to couch
-
davisp committed 92bdab45:
Fixes for make distcheck in the test/bench directory.
-
jchris committed 01df366c:
fixed paths for query_server_spec.rb
-
jchris committed 2ecf8d57:
change some timings to make the changes test more robust
-
jan committed 8a4a0421:
Fix two issues for databases upgraded from 0.9.x:
-
jchris committed 7412ce97:
passing test for filtered continuous changes
-
kocolosk committed 286f653b:
ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586
-
jchris committed 5e027967:
work on COUCHDB-582, fixes issues with filtered longpoll requests closing early
-
jchris committed 25c4938a:
add *.la and test/bench/run to .gitignore
-
jchris committed 24467586:
add assertion that _all_dbs API exists
-
davisp committed fd995a0d:
Fix weird error with JS_DefineFunctions call.
-
davisp committed 80d1859c:
cURL refactoring requires a version bump.
-
davisp committed b228c333:
Force couchspawnkillable to be executable.
-
davisp committed 93f8f2a8:
Minor formatting fix.

-
Robert Dionne committed a10502a2:
Merge remote branch 'halorg/master' into perf-test
-
mhammond committed cf62f87c:
ensure the child exit code is reported correctly to couch
-
davisp committed 92bdab45:
Fixes for make distcheck in the test/bench directory.
-
jchris committed 01df366c:
fixed paths for query_server_spec.rb
-
jchris committed 2ecf8d57:
change some timings to make the changes test more robust
-
Robert Dionne committed 49c9144f:
Merge remote branch 'halorg/master' into perf-test
-
jan committed 8a4a0421:
Fix two issues for databases upgraded from 0.9.x:
-
jchris committed 7412ce97:
passing test for filtered continuous changes
-
kocolosk committed 286f653b:
ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586
-
Robert Dionne committed a93df119:
Merge remote branch 'halorg/master' into perf-test
-
jchris committed 5e027967:
work on COUCHDB-582, fixes issues with filtered longpoll requests closing early
-
jchris committed 25c4938a:
add *.la and test/bench/run to .gitignore
-
jchris committed 24467586:
add assertion that _all_dbs API exists
-
Robert Dionne committed 63801ce2:
Merge remote branch 'halorg/master' into perf-test
-
davisp committed fd995a0d:
Fix weird error with JS_DefineFunctions call.
-
Robert Dionne committed 492aba57:
Merge remote branch 'halorg/master' into perf-test
-
davisp committed 80d1859c:
cURL refactoring requires a version bump.
-
Robert Dionne committed 3c62307e:
Merge remote branch 'halorg/master' into perf-test
-
davisp committed b228c333:
Force couchspawnkillable to be executable.
-
davisp committed 93f8f2a8:
Minor formatting fix.
And 7 more commits...

-
Robert Dionne committed e07b3cea:
updated Readme.md

-
Robert Dionne committed b6233bed:
insert and update now working

-
Robert Dionne committed dd906cd2:
incremental kind of working for inserts

-
Robert Dionne committed 24ff75d3:
added gen_server behavior to indexer to handle multiple dbs

-
Robert Dionne committed 5a97a189:
moved checkpoints from the file system into the index db so there are no files needed outside couchdb

-
jan committed 4ab393f6:
add tmp files
-
kocolosk committed ac641a80:
fix replication of attachments gzipped by proxy
-
damien committed 705fc049:
Fix for broken multipart parsing code as mentioned in COUCHDB-570.
-
davisp committed 06545dca:
Fix a couple typos in the source.
-
nslater committed 00f3c786:
force it to sign with my key
-
nslater committed 964d4185:
eh?
-
nslater committed f84493d9:
added NEWS and CHANGES for 0.10.1
-
mhammond committed cbc143af:
update windows readme about services
-
mhammond committed b049d2d7:
add basic windows service support; auto build .md5 with .exe
-
damien committed 9b807750:
Testing of incremental attachments and more testing of multipart/handling.
-
damien committed 84a581ac:
Removed redudant multipart/related test from attachments.js
-
damien committed 5ca77ccc:
Better testing of multipart/related
-
damien committed 459d627d:
Remove debigging messages
-
damien committed ae2829ce:
Fix broken etap test.
-
damien committed 0d6ee0fd:
Initial check-in of APIs for multiple/related supported and incremental replication of only changed attachments. Needs more far more testing and to be hooked up the replicator.
-
davisp committed e55c9bee:
Whoops. No alerts in tests plzkthx.
-
davisp committed cd884d19:
ErlView test case with a larger data set.
-
jan committed 567b3d16:
Add doc id validation when creating a new document with the
-
kocolosk committed 9e8fa68f:
wait 5 minutes before assuming a connection is stale
-
kocolosk committed f86fc5b3:
better error for illegal_database_name. Closes COUCHDB-566
And 21 more commits...

-
Robert Dionne committed 1019d335:
Merge remote branch 'halorg/master'
-
Robert Dionne committed a037d661:
Merge remote branch 'halorg/master'
-
Robert Dionne committed 5682cdcd:
Merge remote branch 'halorg/master'
-
Robert Dionne committed 939499f4:
Merge remote branch 'halorg/master'
-
Robert Dionne committed 1d351e61:
Merge remote branch 'halorg/master'
-
Robert Dionne committed 60816980:
Merge remote branch 'halorg/master'
-
Robert Dionne committed 145c8e21:
Merge remote branch 'halorg/master'
-
Robert Dionne committed c244f9b5:
Merge remote branch 'halorg/master'
-
Robert Dionne committed 53ab475f:
Merge commit 'halorg/master'
-
Robert Dionne committed c03d777e:
Merge commit 'halorg/master'
-
Robert Dionne committed ebce8228:
Merge commit 'halorg/master'
-
Robert Dionne committed 7ac41029:
Merge commit 'halorg/master'
-
Robert Dionne committed 20d83f76:
Merge commit 'halorg/master'
-
Robert Dionne committed e1348899:
Merge commit 'halorg/master'
-
Robert Dionne committed e251ca61:
Merge commit 'halorg/master'
-
Robert Dionne committed 315997cb:
Merge commit 'halorg/master'
-
Robert Dionne committed 58cf570f:
Merge commit 'halorg/master'
-
Robert Dionne committed 3d1f3cfb:
Merge commit 'halorg/master'
-
Robert Dionne committed 1fefd7da:
Merge commit 'halorg/master'
-
Robert Dionne committed 720d3da4:
Merge commit 'halorg/master'
And 41 more commits...

-
Robert Dionne committed 910cbd0e:
begin adding support for incrmental indexing