0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

130 Commits

Author SHA1 Message Date
dwight
22085b0540 add a couple virtual destructors just to be safe 2009-02-17 19:21:01 -05:00
dwight
a44c512852 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-17 14:03:43 -05:00
Eliot Horowitz
2e7a5d8bda fix _id storing 2009-02-14 09:41:52 -05:00
dwight
667c004013 a little dbclient.h cleanup (minor) 2009-02-13 20:04:13 -05:00
Eliot Horowitz
3422d92adf fixed logging 2009-02-13 16:17:52 -05:00
Dwight
c67eca8a2f c++ client:
allow BSONElements with the labeler
example
2009-02-12 18:20:52 -05:00
Dwight
459d62347b replication / exception throwing bug fix
--only option added
2009-02-12 15:03:38 -05:00
Dwight
8a569e8bc0 finish the Repl client connection in the c++ driver. 2009-02-11 11:36:51 -05:00
Eliot Horowitz
ba8b57c158 Query::toString 2009-02-11 10:37:04 -05:00
Aaron
565d374283 Use @file to tell doxygen to document globals, add more doc for BSON() and QUERY() 2009-02-10 14:04:03 -05:00
Dwight
4ab67f0e7e Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-10 12:35:38 -05:00
Dwight
c8fb50b3f1 md5 bug 2009-02-10 12:35:30 -05:00
Aaron
72d5a652fb Don't add 'key' twice 2009-02-10 12:01:32 -05:00
U-ELIOT-019992DFC\Administrator
853736071c include for windows 2009-02-10 10:48:41 -05:00
Dwight
192c4e5708 comments 2009-02-09 17:40:45 -05:00
Dwight
3b5cb47a1f tutorial; comments 2009-02-09 17:17:40 -05:00
Dwight
52ac9edf31 count() for c++ client 2009-02-09 16:24:47 -05:00
Dwight
fadc7ef3bb Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-09 15:38:34 -05:00
Dwight
8cb17548c2 bsonobjbuilder cleanup 2009-02-09 15:38:26 -05:00
Eliot Horowitz
e9f163e06f ScopedDbCollection -> operator 2009-02-09 13:34:40 -05:00
Dwight
147948c7b3 doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
dwight
bc55e5a63b tutorial 2009-02-08 21:18:38 -05:00
Eliot Horowitz
595328d2af Model::save() 2009-02-08 17:55:17 -05:00
dwight
d45688ce1d fix thorwing of exception wasn't right (dbclientconnection) 2009-02-08 16:02:48 -05:00
Eliot Horowitz
c154c78469 Model needs a server name, not a connection, and uses pools 2009-02-08 14:35:34 -05:00
dwight
9590e60f21 repl pairs support in conn pool 2009-02-07 09:21:29 -05:00
Dwight
21e105d3a2 new file 2009-02-06 16:58:46 -05:00
Dwight
7d593671fe rename classes and add a new client connect method 2009-02-06 16:56:14 -05:00
Dwight
9bf2bf3025 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-06 14:22:05 -05:00
Eliot Horowitz
c06e0dacf7 safety 2009-02-06 14:10:53 -05:00
Dwight
94f125e855 new pagewriter
File class
sleepmillis fixed
2009-02-06 13:29:57 -05:00
Dwight
5dd84d0638 on exit, wait for replication to finish up 2009-02-04 13:22:02 -05:00
Dwight
60fb155c50 comments 2009-02-03 18:28:21 -05:00
Dwight
c17fcf847c comments 2009-02-03 18:24:55 -05:00
Eliot Horowitz
3aa74384ae grid/message -> util/message 2009-02-03 13:30:28 -05:00
Aaron
0e2df92fbc Use const reference to string to avoid extra copy when string passed explicitly 2009-02-03 11:54:51 -05:00
Eliot Horowitz
8e5a1a3edf safety and better error message 2009-02-03 11:04:54 -05:00
Eliot Horowitz
e20f07a46e list takes a filter 2009-02-02 22:16:39 -05:00
Eliot Horowitz
288d83370d gridfs and some tools 2009-02-02 17:19:55 -05:00
Eliot Horowitz
04430b44cc Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-02 17:13:03 -05:00
Eliot Horowitz
36ba844fe6 using string instead of char* in a couple o places 2009-02-02 17:12:56 -05:00
Aaron
e93fa6cf95 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-02 16:18:56 -05:00
Aaron
99ad2eac76 Parse port suffix before calling hostbyname() 2009-02-02 16:18:44 -05:00
Eliot Horowitz
7d8e3c7296 Query(string) 2009-02-02 12:16:59 -05:00
Eliot Horowitz
940fb66363 correct string index type 2009-02-02 09:40:43 -05:00
Eliot Horowitz
165a4618ae added validate to client 2009-02-02 09:36:01 -05:00
Eliot Horowitz
9bcacf16c0 pragma pack changes for solaris
slight change this will break other platforms, will test
2009-02-01 22:21:32 -05:00
Eliot Horowitz
c3d40664c6 solaris compile 2009-02-01 09:06:40 -05:00
Dwight
fcb6834a60 add _id when missing on an insert
OID generation by the server a little better
OID str form output straigth byte order now
2009-01-30 18:18:38 -05:00
Dwight
9fe4dc3ba1 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-30 15:09:51 -05:00