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

101 Commits

Author SHA1 Message Date
Eliot Horowitz
6e3ad16e6f log StringData 2010-08-25 21:59:24 -04:00
Eliot Horowitz
62cfaf245e some log cleaning 2010-08-25 16:10:31 -04:00
dwight
a856ac5445 fix one logLockless problem..but there are more! 2010-08-22 17:38:32 -04:00
dwight
a0973cd10e dont heap allocate in rawOut function when avoidable 2010-08-22 13:54:03 -04:00
Alberto Lerner
850ee8a42f fix compile warnings 2010-08-17 22:41:46 -04:00
Alberto Lerner
b07f1daced SERVER-1593 a new signal handler for abrupt exit cases 2010-08-16 20:03:54 -04:00
Alberto Lerner
b1e95d9bee SERVER-1593 Expose log file descriptor (needed in new segv handler). 2010-08-16 16:30:16 -04:00
Mathias Stearn
e1c99a3fd7 move log flush code to after errnoWithDescription 2010-08-11 14:40:25 -04:00
Mathias Stearn
89ae78967d check return from fwrite SERVER-1578 2010-08-11 14:40:25 -04:00
dwight
bed8c99ab7 attempt clean up ernoodesc on windows 2010-07-28 16:01:28 -04:00
Eliot Horowitz
1965d3b3a9 safe shutdown 2010-07-28 13:29:17 -04:00
Eliot Horowitz
4e4a4959a8 some log cleaning 2010-07-25 11:51:34 -04:00
Eliot Horowitz
2827add40c don't put 0 and end of string 2010-07-24 23:54:16 -04:00
Eliot Horowitz
a0841b0171 change log format to TIME-THREAD-LEVEL-MSG and adjust ramlog for it 2010-07-24 12:40:34 -04:00
Eliot Horowitz
c9f86b31aa fix rawOut to use --logpath 2010-07-23 23:14:37 -04:00
Alberto Lerner
f51a4d0669 SERVER-1270 Hook StringData to BufBuilder 2010-07-19 09:56:24 -04:00
Eliot Horowitz
72f2eb24d5 change LazyString to toString rather than (string) 2010-07-17 22:11:21 -04:00
Eliot Horowitz
f8489f4b0c make a global RamLog and display in webserver 2010-07-17 12:38:48 -04:00
Mathias Stearn
d0662fd523 Rejiggering of log file handling. should solve SERVER-733 2010-07-15 20:31:40 -04:00
dwight
a5a05a8bae errno doesnt work with winsock, handle 2010-07-07 17:36:23 -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
Eliot Horowitz
30d3a841f2 debuggability 2010-07-01 17:10:55 -04:00
Eliot Horowitz
6d596a5d64 better log 2010-06-30 23:20:20 -04:00
Eliot Horowitz
4c20050cf7 better thread name logging 2010-06-29 18:10:40 -04:00
Alberto Lerner
eb1f601745 log a thread ID if using a recent version of BOOST 2010-06-29 13:49:07 -04:00
Eliot Horowitz
7e6c61f214 tr1 confict on win64 2010-06-28 17:15:39 -04:00
Eliot Horowitz
372aa5f612 win64 names 2010-06-28 16:59:15 -04:00
Eliot Horowitz
8eca8f6f38 starting some log abstraction cleaning 2010-06-28 16:51:37 -04:00
Dwight Merriman
c1ecb70ef3 cleaning db.vcxproj 2010-06-01 08:56:06 -04:00
Eliot Horowitz
375d5f7293 fix shared_ptr log 2010-05-24 17:24:32 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
Dwight Merriman
63b7b35c7c change log.h 2010-05-15 11:44:03 -04:00
Eliot Horowitz
a998cca647 messing around with syslog 2010-05-14 17:22:46 -04:00
Eliot Horowitz
c73d192855 in log() gen time at end 2010-05-14 17:08:03 -04:00
Eliot Horowitz
740cc1308e auto_ptr -> shared_ptr for Cursor objects 2010-05-07 17:25:57 -04:00
Dwight
8717179475 ramlog 2010-05-07 16:42:55 -04:00
Dwight
110911331f rs 2010-05-07 15:35:16 -04:00
Dwight Merriman
0c7e5438e0 get rid of macros in log.h 2010-04-24 14:03:14 -04:00
Mathias Stearn
0638bbfee2 replace pragmas push_macro and pop_macro SERVER-1042 2010-04-23 20:14:37 -04:00
Mathias Stearn
1d746cc4ca cleanup namespace pollution SERVER-1042 2010-04-23 14:26:26 -04: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
f7901fdc2c better errno reporting 2010-02-04 10:59:13 -05:00
Eliot Horowitz
4008f94cfc darwin compile MINOR 2010-01-28 14:58:23 -05:00
Eliot Horowitz
8f1e01b0e4 macro for errno so messages are consistent and have full debugging 2009-12-21 10:06:14 -05:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
Eliot Horowitz
52333b5e73 cute hack so log() works before startup is finished 2009-10-21 16:40:31 -04:00
metagoto
14cd7183e6 quick fix for global namespace pollution (mostly client) 2009-10-18 09:39:08 +08:00
Eliot Horowitz
d8235205f5 log rotation with USR1 signal SERVER-358 2009-10-16 12:46:06 -04:00
Eliot Horowitz
166c722630 make logpath use FILE/fopen instead of open - should work on windows SERVER-339 2009-10-16 10:56:15 -04:00