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

481 Commits

Author SHA1 Message Date
Dwight Merriman
56092b9e2d Merge branch 'master' of github.com:mongodb/mongo 2010-02-12 08:44:03 -05:00
Eliot Horowitz
a94e0b79b1 increase threshold to start mongod 2010-02-11 17:45:29 -05:00
Eliot Horowitz
db18c068d4 handle bad syntax better 2010-02-10 21:57:14 -05:00
Eliot Horowitz
5eb5dab79f SERVER-500 - use ports < 32867 and no http interface for sharding tests 2010-02-09 22:13:28 -05:00
Dwight Merriman
b818cf6c74 Merge branch 'master' of github.com:mongodb/mongo 2010-02-09 18:28:55 -05:00
Dwight Merriman
42d958985f git ignore
crlf?
2010-02-09 18:28:36 -05:00
Richard Kreuter
afa21134b2 Merge branch 'licensing' 2010-02-09 16:48:47 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Aaron
fcc79ef58e SERVER-500 remove debugging 2010-02-09 12:28:26 -08:00
Aaron
18562c9ea7 Merge branch 'master' of github.com:mongodb/mongo 2010-02-09 11:38:30 -08:00
Aaron
fd8f4be646 SERVER-500 lower base port for e2e tests 2010-02-09 11:38:19 -08:00
Mathias Stearn
551d924f54 Debugging for failing test on win64 MINOR 2010-02-09 13:53:49 -05:00
Aaron
16b0080200 SERVER-500 debug 2010-02-08 19:13:51 -08:00
Aaron
9be0100c84 SERVER-500 debugging 2010-02-08 19:08:10 -08:00
Eliot Horowitz
a2a95072bd fix -u -p on shell startup 2010-02-08 20:43:08 -05:00
Eliot Horowitz
dbce9b9019 fix assert constraint 2010-02-04 15:58:37 -05:00
Mathias Stearn
aeae928580 printf needs a format string 2010-02-03 16:10:05 -05:00
Aaron
7ba50bffab Merge branch 'master' of github.com:mongodb/mongo 2010-02-03 00:06:12 -08:00
Aaron
9eaaef4a6c only return tail ov raw mongo program output if very long 2010-02-03 00:06:06 -08:00
Mathias Stearn
8250ddea8c windows fixes 2010-02-02 22:46:43 -05:00
Mathias Stearn
3c2ca2bb66 fix compile on windows 2010-02-02 20:30:09 -05:00
Aaron
a0010982f7 SERVER-500 try hardcoded ports 2010-02-02 14:29:14 -08:00
Eliot Horowitz
90d5493371 remove lock file in repl tests 2010-02-01 22:50:49 -05:00
Eliot Horowitz
c7a9785fb4 removeFile - fixes repltest 2010-02-01 22:07:05 -05:00
Mathias Stearn
2de4b90bf9 fix for windows with old boost 2010-02-01 21:34:13 -05:00
Mathias Stearn
981d13fb83 fix smokeTool on linux 2010-02-01 21:27:42 -05:00
Mathias Stearn
4de5ca4556 Make smokeTool work on windows SERVER-411 2010-02-01 21:23:33 -05:00
Dwight
b8f779a2a2 shell should use the db's reIndex command 2010-01-29 14:58:10 -05:00
Eliot Horowitz
e730368296 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-28 12:22:06 -05:00
Eliot Horowitz
6df2f6c7e6 make hex_md5 work server side 2010-01-28 12:21:56 -05:00
Eliot Horowitz
367de29611 better assert 2010-01-28 11:52:02 -05:00
Richard Kreuter
91c38b48ec Don't save shell history if the line contains .auth. SERVER-581 2010-01-28 11:13:50 -05:00
Mathias Stearn
0048e481c5 db.c.insert() now generates and returns _id. SERVER-288 2010-01-27 15:52:28 -05:00
Mathias Stearn
f52bc8f43a tojson(undefined) shouldn't return "null" 2010-01-27 15:07:00 -05:00
Aaron
dcce5e795e SERVER-258 add readOnly auth mode 2010-01-26 17:04:09 -08:00
Aaron
a13d0b88c2 MINOR listFiles print problem dir 2010-01-26 12:46:07 -08:00
Aaron
15a31df5e9 MINOR cleaner directory check in diskfull.js test, validate dir in listFiles 2010-01-19 17:07:30 -08:00
Eliot Horowitz
ae7110f3bc better m/r debugging 2010-01-16 08:01:38 -05:00
Eliot Horowitz
8a81ec59b9 make --quiet option for shell SERVER-542 2010-01-13 21:08:23 -05:00
Aaron
2652e7faad SERVER-529 comment 2010-01-12 18:47:44 -08:00
Aaron
5d67aa7014 MINOR use hidden value for native js thread object, avoids trouble when printing 2010-01-12 18:00:29 -08:00
Aaron
386a525c2f SERVER-529 when js thread throws an exception, log and check return 2010-01-12 17:33:03 -08:00
Aaron
29f41538ed Revert "SERVER-500 after allocating ports, keep sockets open until ports will be used; use udp sockets"
This reverts commit 1430432a39.
2010-01-11 22:04:59 -08:00
Aaron
ca537582dd Revert "SERVER-500 MINOR handle hardcoded ports as well"
This reverts commit 2460cc0e2d.
2010-01-11 22:04:46 -08:00
Aaron
4c03735ef8 Revert "SERVER-500 more port/socket corner cases"
This reverts commit b691dc629e.
2010-01-11 22:04:39 -08:00
Aaron
367a68dffc Revert "MINOR formatting"
This reverts commit b94ecc8f2d.
2010-01-11 22:04:10 -08:00
Aaron
b94ecc8f2d MINOR formatting 2010-01-11 19:47:18 -08:00
Aaron
b691dc629e SERVER-500 more port/socket corner cases 2010-01-11 18:48:38 -08:00
Aaron
2460cc0e2d SERVER-500 MINOR handle hardcoded ports as well 2010-01-11 18:30:22 -08:00
Aaron
1430432a39 SERVER-500 after allocating ports, keep sockets open until ports will be used; use udp sockets 2010-01-11 18:19:25 -08:00