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

1279 Commits

Author SHA1 Message Date
Eliot Horowitz
c3d40664c6 solaris compile 2009-02-01 09:06:40 -05:00
Eliot Horowitz
9dc2d9aed8 else if -> elif 2009-02-01 08:40:01 -05:00
yellow
394405a339 64-bit linux compile 2009-02-01 00:11:34 -05:00
dwight
bf147471c2 fix to compile 2009-01-31 21:25:40 -05:00
unknown
de76420f5a Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-31 19:10:07 -05:00
unknown
b8447bfcad inmemrecstore beginnings 2009-01-31 19:09:46 -05:00
Eliot Horowitz
a85951a535 cleaning 2009-01-31 18:06:10 -05:00
unknown
4949ec5d2b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	db/pdfile.h
2009-01-31 17:28:37 -05:00
unknown
9e9eb0cec7 abstracting out record storage for btree 2009-01-31 17:27:25 -05:00
Eliot Horowitz
0f8c1054f0 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-31 17:24:00 -05:00
Eliot Horowitz
b67533238a don't connect explicitly 2009-01-31 17:22:22 -05:00
dwight
77821f7f98 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-31 17:07:27 -05:00
dwight
855890b0a7 remove unused field 2009-01-31 17:07:14 -05:00
yellow
c4e874bed7 don't try to import files of size 0 2009-01-31 21:46:47 +00:00
yellow
51ae720798 slave ok for doing dumps 2009-01-31 21:39:45 +00:00
Aaron
d1dda486ef Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-30 22:20:06 -05:00
Aaron
387103f955 Insert a real object 2009-01-30 22:19:12 -05:00
Dwight
d6a79d0c0a Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-30 18:51:18 -05:00
Dwight
8fda3788a3 comments 2009-01-30 18:51:09 -05:00
Aaron
d664266681 Commenting tests until they can be reworked with automatic id generation 2009-01-30 18:44:40 -05:00
Aaron
33cb18a736 Insert real objects instead of zeroes 2009-01-30 18:43:13 -05:00
Dwight
4ca681d9fc Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-30 18:18:48 -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
Aaron
5eb1e40259 Correct baseName 2009-01-30 17:28:01 -05:00
Eliot Horowitz
09bbd0e6c2 move dependencies around for broken systems 2009-01-30 17:00:05 -05:00
Eliot Horowitz
97aab58d4b Revert "UUID class"
This reverts commit e9fc9ce950.
2009-01-30 16:21:39 -05:00
Eliot Horowitz
6bb4abc017 Revert "better for linux"
This reverts commit c6acd530d4.
2009-01-30 16:21:30 -05:00
Eliot Horowitz
c6acd530d4 better for linux 2009-01-30 16:14:04 -05:00
Eliot Horowitz
7a4d0b89cf Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-30 16:08:23 -05:00
Eliot Horowitz
e9fc9ce950 UUID class 2009-01-30 15:58:44 -05:00
Dwight
84dfe85701 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-30 15:36:44 -05:00
Dwight
e09468c51a object id doesn't have to be first field anymore.
but it still should be to be fast.
2009-01-30 15:35:46 -05:00
Aaron
0468be26d9 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-30 15:20:10 -05:00
Aaron
3613577677 Better kill 2009-01-30 15:15:48 -05:00
Dwight
9fe4dc3ba1 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-30 15:09:51 -05:00
Dwight
643b12e0ce $where support in the driver Query object 2009-01-30 15:09:38 -05:00
Eliot Horowitz
a53d5c7c1c if there are users in admin, need to authenticate against that to use webserver 2009-01-30 15:06:33 -05:00
Eliot Horowitz
120f859704 change password digest
from md5( "mongo" + pwd )
to md5( username + ":mongo:" + pwd )
2009-01-30 15:06:12 -05:00
Eliot Horowitz
f94aeeea44 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-30 15:05:34 -05:00
Eliot Horowitz
c3d792be34 getHeader 2009-01-30 15:05:28 -05:00
Eliot Horowitz
bc0133da89 method for taking a string and computing string digest 2009-01-30 15:05:18 -05:00
Aaron
02e22ec1c2 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-30 14:57:45 -05:00
Aaron
7fa1cf29da Update project 2009-01-30 14:57:17 -05:00
Aaron
2ecf386ce6 Cleanup 2009-01-30 14:57:01 -05:00
Aaron
4b1a2ca999 Add pair1.js test 2009-01-30 14:51:54 -05:00
Aaron
898a1f66c2 Add slaveOk option 2009-01-30 14:51:31 -05:00
Dwight
d3aa125d87 implement resetError
and make lasterror better
2009-01-30 14:49:28 -05:00
Dwight
790ef16736 getlasterror helper for c++ driver 2009-01-30 14:40:19 -05:00
Dwight
c0c7d99027 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-30 14:18:40 -05:00
Dwight
5ef85d1919 a few more client tests
and some syntactic sugar for c++ driver
2009-01-30 14:18:26 -05:00