Aaron
|
d291a9ef73
|
maybe fix win & solaris
|
2009-04-01 14:13:08 -04:00 |
|
Aaron
|
62f1aab6ac
|
include sys/file.h for linux
|
2009-04-01 14:10:21 -04:00 |
|
Aaron
|
99a9688493
|
Explicitly release lock on shutdown
|
2009-04-01 13:48:02 -04:00 |
|
Aaron
|
ed35b0874c
|
Close listener sockets on exit
|
2009-04-01 12:26:31 -04:00 |
|
Aaron
|
e347e27606
|
Better 'not master' validation
|
2009-03-30 14:07:04 -04:00 |
|
Aaron
|
c0fbc1a93e
|
Register update/delete only on client request
|
2009-03-26 16:11:23 -04:00 |
|
Eliot Horowitz
|
5ac057bd50
|
comment
|
2009-03-23 11:32:30 -04:00 |
|
Dwight
|
c88389e558
|
checkpoint: beginnings of cleaning up the recstore interface
|
2009-03-20 15:39:22 -04:00 |
|
Aaron
|
3c2196420e
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-19 16:23:19 -04:00 |
|
Aaron
|
5a276ef621
|
Replace emptyObj with BSONObj()
|
2009-03-19 16:23:04 -04:00 |
|
Dwight
|
86ce9e5d41
|
compile windows/visual studio
|
2009-03-19 10:33:35 -04:00 |
|
Eliot Horowitz
|
affd92783f
|
making mongod sharding aware
|
2009-03-17 17:25:10 -04:00 |
|
Aaron
|
8ffaa3e2d9
|
Remove 'haveLogged'
|
2009-03-17 13:48:40 -04:00 |
|
Aaron
|
b936cb2c97
|
objcheck validates every bson object read from a message
|
2009-03-13 12:07:00 -04:00 |
|
Aaron
|
0fe7ab762f
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-10 11:26:14 -04:00 |
|
Aaron
|
1374665894
|
Add --nohints cmd line option
|
2009-03-10 10:54:00 -04:00 |
|
Aaron
|
3931f7efcb
|
Revert "Use os file locking to lock dbpath"
This reverts commit 56e81849a0 .
|
2009-03-10 10:14:37 -04:00 |
|
Aaron
|
56e81849a0
|
Use os file locking to lock dbpath
|
2009-03-09 20:02:02 -04:00 |
|
Aaron
|
384864c5b9
|
Don't log first operation, which is now coming from a DBDirectClient
|
2009-03-06 13:18:22 -05:00 |
|
Aaron
|
1839efb94d
|
Log current op to console on crash
|
2009-03-03 16:10:42 -05:00 |
|
Aaron
|
e641c77844
|
Clarify use of prefix
|
2009-03-03 15:32:51 -05:00 |
|
Aaron
|
dbaa985014
|
Reset NamespaceDetailsTransient and clear query cache on drop database
|
2009-03-03 15:27:22 -05:00 |
|
Aaron
|
7bfc826646
|
Remove old code
|
2009-02-24 14:41:53 -05:00 |
|
Aaron
|
a7eb50116c
|
Manually interleve query optimizer's plans rather than running each plan in a new thread
|
2009-02-24 11:49:55 -05:00 |
|
Aaron
|
86c4c87be6
|
New query optimizer checkpoint, minus jstest changes
|
2009-02-24 10:27:07 -05:00 |
|
Aaron
|
84231c6919
|
Wait for replication to finish before grabbing db mutex
|
2009-02-12 11:37:30 -05:00 |
|
Aaron
|
166716bb25
|
dbtop
|
2009-02-09 15:57:30 -05:00 |
|
Aaron
|
cf8e9b31b4
|
Create .ns file lazily
|
2009-02-06 12:45:05 -05:00 |
|
Dwight
|
4dc5d0b907
|
no more "msg end"
get rid of crazy <b> in profiling strings
|
2009-02-04 14:49:24 -05:00 |
|
Dwight
|
1290733ed9
|
some debug logging
|
2009-02-04 13:53:08 -05:00 |
|
Dwight
|
5dd84d0638
|
on exit, wait for replication to finish up
|
2009-02-04 13:22:02 -05:00 |
|
Aaron
|
57dc491b4b
|
Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p
|
2009-02-04 10:59:32 -05:00 |
|
Aaron
|
0f724cd5fd
|
Cleanup shutdown -- remove duplicate, debug messages; don't grab log mutex
|
2009-02-04 10:47:36 -05:00 |
|
Aaron
|
cf4e99b9ee
|
Log generated id with inserted object, log id as update query in some cases
|
2009-02-03 22:34:51 -05:00 |
|
Dwight
|
86fa7463e9
|
Merge branch 'master' of git.10gen.com:/data/gitroot/p
Conflicts:
db/instance.cpp
|
2009-02-02 18:23:57 -05:00 |
|
Dwight
|
d1ba9dfb49
|
datastore work
|
2009-02-02 18:18:22 -05:00 |
|
Aaron
|
bf700c8040
|
Add autoresync option
|
2009-02-02 11:15:24 -05:00 |
|
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 |
|