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

1127 Commits

Author SHA1 Message Date
Aaron
ef0e276f1a Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-29 11:59:06 -05:00
Aaron
9da1dea3fb Remove logging 2009-01-29 11:58:47 -05:00
Eliot Horowitz
d02aa49e35 make run return and that is what the binary exits with 2009-01-29 11:56:44 -05:00
Aaron
604bfa82a1 Use smaller oplog 2009-01-29 11:55:41 -05:00
Aaron
dfbacf162d Merge 2009-01-29 11:54:49 -05:00
Aaron
7878de219b Add shell and jstests to xcode project 2009-01-29 11:47:02 -05:00
Aaron
44ad0f3b20 Add resync command 2009-01-29 11:46:45 -05:00
Aaron
8c926dd74d Add startMongod() and stopMongod() functions to mongo 2009-01-29 11:46:29 -05:00
Eliot Horowitz
c55e976c0d Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-29 10:30:32 -05:00
Eliot Horowitz
026bd860c8 appendWhere and example 2009-01-29 10:30:25 -05:00
Dwight
e6478ed700 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-29 09:27:53 -05:00
Dwight
e5c2c1b3b6 correct security 2009-01-29 09:27:45 -05:00
Eliot Horowitz
584d2d36f2 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-29 09:24:15 -05:00
Dwight
b090c3e75d Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-29 09:24:05 -05:00
Dwight
99d2d6d077 missing file 2009-01-29 09:23:58 -05:00
Eliot Horowitz
5b68fbcfd2 smokeClient 2009-01-29 09:19:51 -05:00
Eliot Horowitz
b4fdd9d0e8 listFiles 2009-01-29 09:05:46 -05:00
Eliot Horowitz
d5f45b0d52 not need so many v8:: around 2009-01-29 08:57:02 -05:00
Eliot Horowitz
d026d5b774 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-29 07:51:37 -05:00
Eliot Horowitz
14e3b3c714 --host and --port 2009-01-29 07:46:43 -05:00
Eliot Horowitz
85cb837685 make libmongoclient.a actually install
might bring back some issues
2009-01-28 21:19:27 -05:00
Dwight
441557b1af Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-28 18:10:03 -05:00
Dwight
ca9969293b killop / inprog commands 2009-01-28 18:08:02 -05:00
Eliot Horowitz
1c0424c78d typo 2009-01-28 18:04:08 -05:00
Eliot Horowitz
dde34ebb77 mac release option 2009-01-28 17:27:12 -05:00
Aaron
f3634828db Legacy objects may not have ids 2009-01-28 15:34:33 -05:00
Aaron
8e0c10cf93 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-28 15:25:06 -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
dwight
5c0193803a Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-28 12:10:00 -05:00
Eliot Horowitz
a01f49a154 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-28 11:56:39 -05:00
Eliot Horowitz
dc53d04ddd don't signal on send error 2009-01-28 11:56:29 -05:00
dwight
7814aef457 perf experiments 2009-01-28 11:53:55 -05:00
dwight
f02ed94277 better validate 2009-01-28 11:16:25 -05:00
Aaron
d3e776d48b Add 'nodb' arg to shell 2009-01-28 10:25:16 -05:00
Aaron
19208c3ae1 Check that index is cleared 2009-01-28 09:58:54 -05:00
Eliot Horowitz
0222a3cae8 bad command line handling 2009-01-28 09:13:55 -05:00
Eliot Horowitz
98874fe4fb use argv[0] instead of dbshell 2009-01-28 08:14:23 -05:00
Geir Magnusson Jr
81d41617fd README : small update, info on v8 and using scons
Still more work needs to be done
2009-01-28 06:41:31 -05:00
Eliot Horowitz
ba0da24261 made import use new Tool class 2009-01-27 21:37:56 -05:00
Dwight
d4540e1573 set last error state when a $cmd error happens 2009-01-27 18:16:37 -05:00
Dwight
2184a87bd6 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-27 17:29:11 -05:00
Dwight
91f427d761 handle different _id types in keypattern fo the _id index uniqueness check
Please enter the commit message for your changes.
2009-01-27 17:29:03 -05:00
Aaron
0c6deae423 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-27 16:17:07 -05:00
Aaron
cfb9ffa0ec Reset index cache when deleting index 2009-01-27 16:16:53 -05:00
Dwight
3bb7761cc6 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	db/btree.h
2009-01-27 15:36:43 -05:00
Dwight
83c1dbb1c2 check the index range first before we go into the object on a query -- so we don't hit disk unnecessarily
fix index4.js test
check on index creation that index key pattern is ok
2009-01-27 15:35:28 -05:00
Eliot Horowitz
095bdb1ac9 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-27 15:16:14 -05:00
Eliot Horowitz
d71cb1d7d2 moving to unified Tool system 2009-01-27 15:16:09 -05:00
Aaron
9436315b03 Move over find1.js performance test 2009-01-27 14:31:40 -05:00
Eliot Horowitz
32d9139936 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-27 14:27:47 -05:00