Eliot Horowitz
|
61b0b78d75
|
paired connection doesn't implement all the methods yet
|
2009-01-16 11:13:18 -05:00 |
|
Eliot Horowitz
|
e87560d553
|
doc cleaning
|
2009-01-16 10:44:56 -05:00 |
|
Eliot Horowitz
|
528bceb2d2
|
doc cleaning/org
|
2009-01-15 17:40:43 -05:00 |
|
Eliot Horowitz
|
2dcdaa494a
|
explicitly use mongo:: for this example for clarity
|
2009-01-15 11:38:32 -05:00 |
|
Aaron
|
261a467aa5
|
Replaced our #defined cout with mongo::out()
|
2009-01-15 11:26:38 -05:00 |
|
Aaron
|
90d45238aa
|
Indent all lines within namespaces one level
|
2009-01-15 10:17:11 -05:00 |
|
Eliot Horowitz
|
938c2c07a8
|
some cleaning so that client doesn't have to link against java and pcre
|
2009-01-15 10:08:20 -05:00 |
|
Aaron
|
248a6dd8de
|
Replace tab indentation with spaces
|
2009-01-14 17:17:24 -05:00 |
|
Aaron
|
ad1f6b3cbd
|
Put our code in 'mongo' namespace
|
2009-01-14 17:09:51 -05:00 |
|
Eliot Horowitz
|
3c7205be4a
|
made example simple, moved tests to clientTest
|
2009-01-14 10:44:25 -05:00 |
|
Eliot Horowitz
|
cc47974312
|
ensureIndex
|
2009-01-14 10:40:15 -05:00 |
|
Eliot Horowitz
|
bf7edfbae5
|
playing with BSONObjBuilder stream for building
and an example
|
2009-01-14 09:40:54 -05:00 |
|
Eliot Horowitz
|
57eeff38ec
|
update
|
2009-01-13 16:08:07 -05:00 |
|
Eliot Horowitz
|
6d7a16678b
|
simple clientTest
|
2009-01-13 15:45:49 -05:00 |
|
Eliot Horowitz
|
0565401c2e
|
remove should be part of Base
|
2009-01-13 15:19:50 -05:00 |
|
Eliot Horowitz
|
4e60ec0df1
|
sayPiggyBack/piggyBack
not implemented yet, just passes through to say
|
2009-01-13 12:53:00 -05:00 |
|
Eliot Horowitz
|
ea90934bda
|
cleaning targets/example
|
2009-01-13 09:56:18 -05:00 |
|
Eliot Horowitz
|
1aece26291
|
simple c++ client example
|
2009-01-12 15:27:46 -05:00 |
|
Eliot Horowitz
|
aca6d9c59f
|
add stdafx so can be included by itself
|
2009-01-12 15:27:37 -05:00 |
|
Aaron
|
9e3d798e37
|
Make Arbitrate test work with Dwight's new dbclient code
|
2009-01-12 09:38:11 -05:00 |
|
dwight
|
aeef0a9d3d
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:
client/dbclient.cpp
client/dbclient.h
|
2009-01-10 18:29:09 -05:00 |
|
dwight
|
8428e6cbda
|
command work client driver
|
2009-01-10 18:17:23 -05:00 |
|
Dwight
|
96d4406ece
|
set options flag when $err is returned
|
2009-01-09 11:20:16 -05:00 |
|
Eliot Horowitz
|
ab581691b5
|
todo for cursor kill
|
2009-01-08 17:08:43 -05:00 |
|
Aaron
|
601be4dd4f
|
recv full http request, implement simple rest post handling, refactor dbclient code
|
2009-01-07 10:08:12 -05:00 |
|
Aaron
|
dacc872ba2
|
Enhance json parser
|
2009-01-06 13:02:09 -05:00 |
|
Dwight
|
bed528742b
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
|
2009-01-06 10:48:17 -05:00 |
|
Dwight
|
b7b8bed9f7
|
don't create local db if running without replication
clean up startup options for dbgrid
|
2009-01-06 10:48:09 -05:00 |
|
Eliot Horowitz
|
33e11bc991
|
insert/remove in DBClientConnection
|
2009-01-05 14:48:04 -05:00 |
|
Eliot Horowitz
|
ce95083dc2
|
moving DBDirectClient to instance.* b/c it only make sense there and cleans linking
|
2009-01-02 16:41:13 -05:00 |
|
Eliot Horowitz
|
e5aa3e5e0b
|
move DirectConnector to dbclient and make DBDirectClient
|
2008-12-31 11:59:28 -05:00 |
|
Aaron
|
b7cbd30112
|
Replace tab indentation with spaces
|
2008-12-28 20:28:49 -05:00 |
|
Aaron
|
81b17c9344
|
Log port number when connect fails
|
2008-12-19 11:19:35 -05:00 |
|
Aaron
|
62253080eb
|
Use size_t to make different library versions happy
|
2008-12-19 11:00:47 -05:00 |
|
Aaron
|
1d6104fce1
|
Cursor keeps own copy of ns
|
2008-12-19 09:52:54 -05:00 |
|
Aaron
|
6ae140a2df
|
Use socketless interface for cloning using single db instance
|
2008-12-18 12:02:12 -05:00 |
|
Aaron
|
b473e85b92
|
Make g++ warnings stricter, clear a few new warnings
|
2008-12-17 14:09:37 -05:00 |
|
Aaron
|
99bf277c18
|
g++ check return type, fix some warnings
|
2008-12-16 18:12:25 -05:00 |
|
Aaron
|
fc7da15c54
|
Add -Wsign-compare for g++, clean up a few warning messages
|
2008-12-12 14:19:49 -05:00 |
|
Dwight
|
971524387a
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:
client/dbclient.h
|
2008-12-05 16:51:43 -05:00 |
|
Dwight
|
74f630aacc
|
timing capabilities
|
2008-12-05 16:45:10 -05:00 |
|
Aaron Staple
|
243a3e6b2f
|
Adding some pairing tests
|
2008-12-05 16:03:35 -05:00 |
|
Dwight
|
60b769a8cb
|
replication fixes -- "first: true" support (local.dbinfo.*); clean up class name
|
2008-12-02 14:24:45 -05:00 |
|
Dwight
|
4e6f1c1f0e
|
better json output
|
2008-11-14 11:20:23 -05:00 |
|
unknown
|
8beba2346e
|
checkpoint work
|
2008-11-09 17:49:37 -05:00 |
|
unknown
|
45d9d8db48
|
move connpool to client folder
|
2008-10-31 19:17:54 -05:00 |
|
unknown
|
9bc872695d
|
catch asserts and report error to client on a query
various dbgrid work incremental
background job class
|
2008-10-29 16:48:03 -05:00 |
|
Dwight
|
1875ee8151
|
more dbgrid work
|
2008-10-24 17:51:28 -04:00 |
|
Dwight
|
0aef80f8cc
|
rename classes
|
2008-10-21 16:13:48 -04:00 |
|
unknown
|
f91cff53a0
|
griddb work
|
2008-10-19 17:46:53 -05:00 |
|