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

131 Commits

Author SHA1 Message Date
Eliot Horowitz
bde8261ffb flush stream after printing back trace 2010-08-31 11:16:18 -04:00
Kristina Chodorow
135549ec78 fix set with large ints SERVER-1347 2010-08-26 15:26:26 -04:00
Eliot Horowitz
c78415729e fix lexNumCmp with magic end of marker 2010-08-25 18:30:51 -04:00
dwight
df5b89004b log more connticketholder 2010-08-12 18:56:09 -04:00
Alberto Lerner
4a0c8053f2 SERVER-1593 Increase chances of getting a trace under memory shortage 2010-08-09 15:25:06 -04:00
Eliot Horowitz
8764596613 make thread safe strign a little more thread safe 2010-08-03 17:37:59 -04:00
Mathias Stearn
8c8070a6fc don't put ':' in filenames (not legal on windows) 2010-08-02 18:08:37 -04:00
Mathias Stearn
c546c6e512 terseCurrentTime now uses ISO date format and always includes seconds. SERVER-1547 2010-08-02 18:08:37 -04:00
Andrew C. Morrow
6239b1629a SERVER-1498: qualify custom strnlen in bsoninlines, move impl
- strnlen was ambiguous in bsoninlines.h without goodies.h header
 - goodies.h header includes lots of other stuff, so moved custom
   strnlen to bson/util/misc.h.
 - update bsoninlines.h to use namespace qualified name
2010-07-27 18:15:48 -04:00
Eliot Horowitz
2cad9807fd tm_mon is 0 based 2010-07-25 02:41:05 -04:00
Alberto Lerner
d46f9c1bfe Eliminate implicit conversion 2010-07-19 12:39:14 -04:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Alberto Lerner
01f0d60515 Factor out slow command log message 2010-07-02 11:43:26 -04:00
Eliot Horowitz
4c20050cf7 better thread name logging 2010-06-29 18:10:40 -04:00
Frank DENIS
ab204d9f24 Make MongoDB compile and work on OpenBSD (gcc4 archs, tested on OpenBSD-current/amd64). 2010-06-22 06:49:49 +08:00
dwight
4bf152cd56 make a .vcxproj/.sln for the shell 2010-06-05 20:55:11 -04:00
Dwight Merriman
a190583c51 MutexDebugger 2010-05-26 00:46:49 -04:00
Dwight Merriman
9f3c0fcf09 cleaning 2010-05-25 21:11:38 -04:00
Dwight Merriman
db4774c752 cleaning; make mutex have its own header file 2010-05-25 20:39:57 -04:00
Dwight Merriman
008816c9ea compile vs2010 2010-05-20 07:38:47 -04:00
Mathias Stearn
250294b68e Fix ptr and add tests 2010-05-19 22:47:15 -04:00
Mathias Stearn
ba7d2aeb80 ptr<T> class 2010-05-19 20:54:34 -04:00
Dwight
c33904ddfb name threads 2010-05-18 12:17:43 -04:00
Dwight Merriman
e5f2cd1e3d fix old boost compatibility; rs 2010-05-08 14:12:24 -04:00
Eliot Horowitz
c43ab4c85d fix repair with dups and background indexes SERVER-1099
also progress meter enhancements
2010-05-07 12:19:00 -04:00
Eliot Horowitz
4101e3b690 sleepmillis could overflow SERVER-1098 2010-05-06 17:25:56 -04:00
Dwight
e783261870 ScopedConn rs 2010-05-06 16:48:07 -04:00
Dwight
e70ce01e32 rs 2010-05-05 16:33:35 -04:00
Dwight
b95d9603a0 fix errnos 2010-04-27 14:37:41 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight Merriman
8d3ab6a171 towards a clena bson cpp lib 2010-04-24 16:43:09 -04:00
Mathias Stearn
4f4dd053aa Get rid of xassert 2010-04-23 20:14:37 -04:00
Mathias Stearn
0638bbfee2 replace pragmas push_macro and pop_macro SERVER-1042 2010-04-23 20:14:37 -04:00
Mathias Stearn
ae303a06c5 Remove yassert 2010-04-23 20:11:54 -04:00
Eliot Horowitz
6434dc146a terseCurrentTime 2010-04-21 17:22:55 -04:00
Dwight
f0928e5f7d rs work 2010-04-21 16:14:28 -04:00
Dwight
b3347b10d7 rs 2010-04-20 15:30:37 -04:00
Eliot Horowitz
009e2e4e0a adaptive sleep for ClientCusror::yield SERVER-975 2010-04-06 13:49:51 -04:00
Mathias Stearn
b85dabdaab windows fixes 2010-04-02 13:40:19 -05:00
Mathias Stearn
c64dc2337b winsock2 fix 2010-04-02 13:19:27 -05:00
Aaron
19e879c509 use regular new rather than replacement new in mongo::mutex 2010-03-29 22:52:17 -07:00
Eliot Horowitz
c0f6cf1c90 fix sleepmicros 2010-03-26 23:32:14 -04:00
Eliot Horowitz
31c9358289 fix array numberic sort order SERVER-833 2010-03-26 15:30:29 -04:00
Eliot Horowitz
44dcc1ae77 don't use execinfo on solaris 2010-03-15 17:35:08 -04:00
Aaron
c457973dc6 SERVER-695 expose boost object to work better with older boost versions 2010-03-15 09:56:10 -07:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
31330598f5 don't replicate mr temp tables SERVER-746 2010-03-15 12:29:14 -04:00
Eliot Horowitz
0d779a3fa8 can get progress of index creation through db.currentOp and web console SERVER-707 2010-03-15 11:18:08 -04:00
Eliot Horowitz
be63c9ca50 add time to mongostat 2010-03-12 15:49:21 -05:00