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

473 Commits

Author SHA1 Message Date
Dwight
32c065676e Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-23 11:06:53 -05:00
Dwight
eb75c9529f comments 2010-02-23 11:06:26 -05:00
Eliot Horowitz
221301072d add # of asserts to serverStatus 2010-02-23 07:51:36 -05:00
Eliot Horowitz
267056081f don't waste so much memory for small collections 2010-02-20 17:37:12 -05:00
Eliot Horowitz
5383659f5e use re-usable fast array for sorting in memory
30-70% faster SERVER-651
2010-02-20 16:35:26 -05:00
Eliot Horowitz
9c8858d85a printMemInfo helper, fix darwin virtual size reporting 2010-02-20 16:16:17 -05:00
Mathias Stearn
0bf045c2e1 remove some manual free()s and mixed new/free() 2010-02-12 22:17:31 -05:00
Mathias Stearn
d87a129357 delete unneeded code MINOR 2010-02-12 22:17:30 -05:00
Mike Dirolf
c468109cbe include body in httpclient POSTs 2010-02-12 14:19:57 -05:00
Eliot Horowitz
2f406ce762 test for http interface 2010-02-12 11:33:07 -05:00
Eliot Horowitz
a4e79e80c2 make sure to use flags for all send/recv ops 2010-02-12 11:07:57 -05:00
Mathias Stearn
72f8e1ae73 fix opToString MINOR 2010-02-11 13:50:34 -05:00
Eliot Horowitz
12a8eee52c use table in web console for clarity 2010-02-09 10:35:31 -05:00
Eliot Horowitz
ddd617b35a don't try and accept sockets after socket is closed 2010-02-07 15:41:52 -05:00
Eliot Horowitz
ae5e03de12 fix madvise if 2010-02-04 21:32:38 -05:00
Eliot Horowitz
1916d9347a Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-04 17:24:33 -05:00
Eliot Horowitz
caadcee6f9 ifdef madvise 2010-02-04 17:24:22 -05:00
Dwight
87d7f0a48f compile win 2010-02-04 17:17:09 -05:00
Eliot Horowitz
424e7d9585 sequential option for mmap SERVER-607 2010-02-04 17:12:14 -05:00
Dwight
1aad70190a Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-04 15:46:34 -05:00
Dwight
92e756eabc background index building 2010-02-04 14:25:49 -05:00
Eliot Horowitz
c39b3ddb54 make allocation handle smaller os buffers 2010-02-04 12:07:33 -05:00
Eliot Horowitz
f7901fdc2c better errno reporting 2010-02-04 10:59:13 -05:00
Eliot Horowitz
62f47cc910 cleaning up security - moving to centralized location 2010-02-04 10:49:19 -05: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
7b2d93d070 Merge branch 'master' of github.com:mongodb/mongo 2010-02-02 09:48:59 -08:00
Aaron
0131eaf887 Add debugging support for multiple destructors, and some guards to prevent this condition from arising 2010-02-01 15:41:04 -08:00
Eliot Horowitz
4f8d71b475 move util/top to db/stats/top 2010-02-01 10:47:28 -05:00
Mathias Stearn
cf92a4b67b only launch gdbserver if compiled with --gdbserver 2010-01-29 14:24:26 -05:00
Mathias Stearn
58e7807a9b size_t <-> int changes to fix win64 warnings 2010-01-28 17:33:33 -05:00
Eliot Horowitz
a65e789e1a final darwing fix MINOR 2010-01-28 15:16:22 -05:00
Eliot Horowitz
51a99bbce0 dawrin MINOR 2010-01-28 15:06:02 -05:00
Eliot Horowitz
4008f94cfc darwin compile MINOR 2010-01-28 14:58:23 -05:00
Eliot Horowitz
62ab3d3261 win compile MINOR 2010-01-28 14:20:18 -05:00
Eliot Horowitz
efe264364e add checking to see if a page is in memory to ProcessInfo 2010-01-28 14:14:33 -05:00
Aaron
1666a6507e disable backtrace scan on freebsd 2010-01-26 10:22:25 -08:00
Dwight
60c2a79e9c don't use asio for mongos with win vcproj yet 2010-01-26 12:19:14 -05:00
Mathias Stearn
8a31ed49aa Fix AtomicUInt for old GCC 2010-01-25 22:03:14 -05:00
Mathias Stearn
70b7968668 Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic functions. 2010-01-25 19:33:10 -05:00
Mathias Stearn
4548ba59c9 mongos async: use StickyThreads. 2010-01-25 16:26:03 -05:00
Mathias Stearn
7eb1d29f1b mongos async: use two IO threads 2010-01-25 16:26:03 -05:00
Mathias Stearn
ab09697687 mongos async: cache remote port 2010-01-25 16:26:03 -05:00
Aaron
16d1616853 SERVER-541 make file allocation start log more precise 2010-01-25 12:11:08 -08:00
Eliot Horowitz
5fa0d5e030 better debugging when can't open streams 2010-01-24 21:05:46 -05:00
dwight
05d80f56d8 don't assert in rawout 2010-01-24 11:05:45 -05:00
Dwight
a5a7815936 inspect NamespaceDetails on load 2010-01-21 13:40:18 -05:00
Eliot Horowitz
693b5980dc fix hashtable so that deleted entries don't prevent finding later chained entries SERVER-553 2010-01-19 10:58:35 -05:00
Eliot Horowitz
b7b8ac1a43 compile fix for windows SERVER-551 2010-01-19 10:09:13 -05:00
Eliot Horowitz
069d9e9c3c catch exceptions in webserver SERVER-551 2010-01-19 10:01:15 -05:00
Mathias Stearn
4ea9dde3fb Provide extra info with db.serverStatus() 2010-01-15 17:55:41 -05:00