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

5472 Commits

Author SHA1 Message Date
Richard Kreuter
e3b1bbeb5e Add some Debian AMIs to makedist.py. MINOR 2010-02-03 14:33:35 -05:00
Richard Kreuter
82b6de8472 Add a mandatory directory argument under which to store packages. MINOR 2010-02-03 14:33:35 -05:00
Richard Kreuter
04de8d47e9 Two new buildscripts, mostly for making distro packages. MINOR 2010-02-03 14:33:35 -05:00
Richard Kreuter
016c253091 Add Build-Depends for readline, pcap on debianoids. MINOR 2010-02-03 14:33:09 -05:00
Richard Kreuter
8e61e09042 Add the Apache 2 license, add licensing info to README. MINOR 2010-02-03 13:31:51 -05:00
Richard Kreuter
25d0bcda67 Merge branch 'dotdeb' 2010-02-03 13:13:07 -05:00
Richard Kreuter
b49e1a6fb1 Rename and rejigger upstart init script. MINOR 2010-02-03 13:12:14 -05:00
Richard Kreuter
32f3348ed8 Prune more needless code from the debian init script. SERVER-591. MINOR 2010-02-03 13:11:10 -05:00
Eliot Horowitz
ff34ec6348 put diaglog in dbpath rather than cwd 2010-02-03 12:44:50 -05:00
Eliot Horowitz
1439431b7e fix test 2010-02-03 12:40:49 -05:00
Eliot Horowitz
3c06fe34ba use appendIntOrLL for admin stuff 2010-02-03 12:33:48 -05:00
Richard Kreuter
0aeea38d26 Make deb package depend on xulrunner, not xulrunner-dev. 2010-02-03 12:14:03 -05:00
Eliot Horowitz
8e28795bab cleaning 2010-02-03 12:03:33 -05:00
Eliot Horowitz
cff55fcc07 make locks for queries more fine-grained 2010-02-03 11:52:15 -05:00
Eliot Horowitz
6c18efe606 pre-lock cleaning 2010-02-03 11:34:21 -05:00
Eliot Horowitz
76ac79734a clean up fix diaglog 2010-02-03 11:06:13 -05:00
Eliot Horowitz
75e5857ab0 minor locking change/prep for larger change 2010-02-03 10:22:04 -05:00
Aaron
194afe347e SERVER-500 improve netstat output 2010-02-03 00:58:52 -08:00
Aaron
12f5a46e4d SERVER-507 comments 2010-02-03 00:13:42 -08: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
Eliot Horowitz
9455bdc8d7 set _op in CurOp cons 2010-02-02 22:34:15 -05:00
Aaron
c49737335d Merge branch 'master' of github.com:mongodb/mongo 2010-02-02 18:43:45 -08:00
Aaron
0fcb345fd1 SERVER-506 accommodate nonstandard master/slave setup in replace peer tests 2010-02-02 18:43:26 -08:00
Mathias Stearn
a733d58f95 fix logic error in appendIntOrLL 2010-02-02 21:34:21 -05:00
Aaron
36fd4db154 SERVER-500 more info about allocated sockets 2010-02-02 17:55:08 -08:00
Aaron
caa4c95e61 Merge branch 'master' of github.com:mongodb/mongo 2010-02-02 17:45:12 -08:00
Aaron
7bc4b39c8c SERVER-258 add test for copying a database 2010-02-02 17:44:58 -08:00
Mathias Stearn
3c2ca2bb66 fix compile on windows 2010-02-02 20:30:09 -05:00
Mathias Stearn
88d780e621 Make debugger work with scons on windows 2010-02-02 20:30:09 -05:00
Aaron
fbeca98a61 use less data to make test race condition less likely 2010-02-02 17:24:50 -08:00
Aaron
817c2a3028 fix test race condition 2010-02-02 17:20:17 -08:00
Aaron
86bfa3c1c8 try to fix osx compile 2010-02-02 16:49:43 -08:00
Aaron
8086003928 MINOR revert mistaken checkin 2010-02-02 16:42:32 -08:00
Aaron
b16ad764e5 SERVER-500 some linux distros require -atp syntax 2010-02-02 16:40:52 -08:00
Aaron
68909a6d71 SERVER-500 debug port usage when running tests 2010-02-02 16:16:25 -08:00
Aaron
c5c1c1d591 Merge branch 'master' of github.com:mongodb/mongo 2010-02-02 15:12:16 -08:00
Aaron
8575184584 SERVER-500 clean up processes in test 2010-02-02 15:12:08 -08:00
Mathias Stearn
18404274b5 Fix bug in StringBuilder::str()
Old code would implicitly convert the first arg to a string before explicitly
calling the 3-arg constructor. The implicit conversion would fail if the buffer
wasn't NUL terminated.
2010-02-02 18:06:47 -05:00
Aaron
abbdaabefa Merge branch 'master' of github.com:mongodb/mongo 2010-02-02 14:29:22 -08:00
Aaron
a0010982f7 SERVER-500 try hardcoded ports 2010-02-02 14:29:14 -08:00
Eliot Horowitz
57aa47c740 new files 2010-02-02 17:17:09 -05:00
Eliot Horowitz
fb3dd13366 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-02 17:16:32 -05:00
Eliot Horowitz
f15acfe819 new Top ui 2010-02-02 17:16:25 -05:00
Eliot Horowitz
2195c26877 error conflict 2010-02-02 17:16:19 -05:00
Aaron
95574b3c9e SERVER-258 test debug 2010-02-02 13:52:52 -08:00
Eliot Horowitz
146d15a1d6 added accessor to MutexInfo 2010-02-02 16:37:44 -05:00
Eliot Horowitz
7de05dd6a2 fix DatabaseHolder::size 2010-02-02 16:37:32 -05:00
Aaron
a34be8d499 SERVER-258 test debug 2010-02-02 13:16:57 -08:00