0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

73 Commits

Author SHA1 Message Date
Dwight
96d4406ece set options flag when $err is returned 2009-01-09 11:20:16 -05:00
Geir Magnusson Jr
da9a8dcac0 SWAG at flagging query errors via the flags int in the query response.
This is just to motivate getting this done :)

https://10gen.fogbugz.com/default.asp?1138
2009-01-08 22:05:51 -05:00
Aaron
601be4dd4f recv full http request, implement simple rest post handling, refactor dbclient code 2009-01-07 10:08:12 -05:00
Dwight
6e9a533d67 more threadsafe 2009-01-06 18:57:01 -05:00
Dwight
1cc123561a try not to die in segv printouts with deadlocks and such 2009-01-06 18:25:38 -05:00
Dwight
2e35206b47 getlasterror 2009-01-05 15:30:07 -05:00
dwight
ffc3bb2216 minor nicer logging 2009-01-04 20:09:31 -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
Aaron
689962e86d Move getDatabaseNames to instance.cpp 2008-12-29 14:07:21 -05:00
Dwight
a9bbd5681b nicer logging
--verbose
2008-12-29 11:47:20 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
unknown
4148938303 simple quotas for disk usage 2008-12-27 12:07:20 -05:00
dwight
ac2ab910d5 begin --quotasimple 2008-12-26 22:06:48 -05:00
Aaron
e416c1f119 Automatically repair databases when pdfile version changes 2008-12-18 13:32:47 -05:00
Aaron
6ae140a2df Use socketless interface for cloning using single db instance 2008-12-18 12:02:12 -05:00
Dwight
0e32c98bf3 protect against inappropriate $cmd's to a slave mode db
Command code cleanup
--quiet for Jim
2008-12-11 10:27:05 -05:00
Geir Magnusson Jr
40dd1bd6e4 Move the definition of objcheck variable from db.cpp to
instance.cpp, so that the dbtests can link - it doesn't
link with db.cpp
2008-12-08 14:41:38 -05:00
Dwight
a43b0755ad --objcheck command 2008-12-08 11:21:00 -05:00
Dwight
74f630aacc timing capabilities 2008-12-05 16:45:10 -05:00
Dwight
e98dbf5acd compile on windows 2008-12-03 10:12:27 -05:00
Aaron Staple
58fd04ab38 Merge with recent db.cpp, makefile changes 2008-12-03 09:56:18 -05:00
Aaron Staple
ffc4cd87af Remove #include cruft 2008-12-02 17:27:22 -08:00
Aaron Staple
482b00b01e Adding new unit dbtests binary, with a few btree tests; moved some global state from db.cpp to instance.cpp 2008-12-02 09:53:05 -08:00