Aaron
|
c684aab51f
|
Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p
|
2009-02-02 09:54:23 -05:00 |
|
Aaron
|
8974979813
|
Clean up signal handling, fixing some potential hangs
|
2009-02-02 09:52:14 -05:00 |
|
dwight
|
5e5765f9b4
|
recstore
|
2009-02-01 14:53:54 -05:00 |
|
Aaron
|
1fe268276d
|
Don't destroy db mutex
|
2009-01-29 17:26:07 -05:00 |
|
Dwight
|
e5c2c1b3b6
|
correct security
|
2009-01-29 09:27:45 -05:00 |
|
Dwight
|
ca9969293b
|
killop / inprog commands
|
2009-01-28 18:08:02 -05:00 |
|
Aaron
|
f3634828db
|
Legacy objects may not have ids
|
2009-01-28 15:34:33 -05:00 |
|
Aaron
|
639c73405c
|
Don't log an update having no effect, log id as query when doing just one remove
|
2009-01-28 15:24:52 -05:00 |
|
Eliot Horowitz
|
6745ae9693
|
dbexit needs to use real exit
|
2009-01-25 16:25:36 -05:00 |
|
dwight
|
7b69fc0656
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
|
2009-01-23 11:35:42 -05:00 |
|
dwight
|
39ab3422b0
|
correct security on db eval's
|
2009-01-23 11:35:22 -05:00 |
|
Aaron
|
6d40919704
|
Typo
|
2009-01-23 10:30:15 -05:00 |
|
Aaron
|
29c383ae20
|
Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p
|
2009-01-23 10:17:34 -05:00 |
|
Aaron
|
9d3019ba30
|
Dummy authorization for DBDirectClient
|
2009-01-23 10:11:11 -05:00 |
|
dwight
|
2e6f4fc3da
|
multi obj insert is ok - mistake with previous security checkin
|
2009-01-22 18:37:41 -05:00 |
|
Eliot Horowitz
|
64e1027072
|
track where the db was started from so easier to find jars
|
2009-01-22 11:15:51 -05:00 |
|
Eliot Horowitz
|
3e7985c5d6
|
changed verbose to logLevel and added log(int)
|
2009-01-20 14:30:59 -05:00 |
|
Aaron
|
26b4acb5b9
|
Set up authInfo in contexts where it may be required
|
2009-01-20 11:05:53 -05:00 |
|
unknown
|
cb90806ce1
|
basic security
|
2009-01-18 20:31:33 -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 |
|
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 |
|
Aaron
|
51276a86b1
|
Large oplog collection sizes + misc
|
2009-01-13 10:34:18 -05:00 |
|
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 |
|