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

822 Commits

Author SHA1 Message Date
Eliot Horowitz
fd974724b9 remove extern 2010-06-22 12:51:43 -04:00
Alberto Lerner
df33cf69bc Correct indentation 2010-06-22 09:08:36 -07:00
Alberto Lerner
a124e197a2 Linux changes timeout parameter 2010-06-22 09:05:32 -07:00
Eliot Horowitz
14344eeea3 yield based off of scanned and time
ElapsedTracker class for managing (horrible name)
finish SERVER-517
2010-06-22 06:37:49 -04:00
Eliot Horowitz
140d8a4254 fast tracking of rough time passage 2010-06-22 06:08:28 -04:00
Eliot Horowitz
21ad005a96 track elapsed time in Listener 2010-06-22 05:59:44 -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
a38bc950bd compile (windows) 2010-06-22 00:26:08 +02:00
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00
Eliot Horowitz
cb3a5f7f94 default lock_try to 0 ms 2010-06-19 12:45:52 -04:00
dwight
0654e8f6dd Merge branch 'master' of github.com:mongodb/mongo 2010-06-17 23:28:21 +01:00
Eliot Horowitz
b1ff7063bf pre 1.5.4 2010-06-17 14:52:03 -04:00
dwight
741837abfa prettier 2010-06-17 14:08:00 -04:00
dwight
e533008b5d vcxproj cleaning etc. 2010-06-17 10:21:04 -04:00
Eliot Horowitz
62b2965933 don't think this is needed 2010-06-17 06:52:17 -04:00
Eliot Horowitz
068efc1b23 BUMP 1.5.3 2010-06-17 06:49:29 -04:00
dwight
c78026c136 keep UNICODE on windows; look for js32r.lib etc. in scons on widnows 2010-06-14 12:40:39 -04:00
Justin Dearing
d85697d411 Improvements related to SERVER-1225.
If you specify --serviceUser without specifying a domain .\ is prepended to the name. Also fixed a typo in the logging.
2010-06-14 12:08:25 +08:00
Justin Dearing
b7b0a7aa2a Implemented SERVER-1225 --serviceName and --servicePassword for mongod startup.
Mongod can now configure itself to start as a service running as a user other than LocalSService.

In addition, I improved the messages and flow of service creation and removal.
2010-06-14 11:43:37 +08:00
Justin Dearing
721c6787a6 Implemented --reinstall.
The equivilant of mongod --uninstall followed by mongod --install.
2010-06-14 11:43:07 +08:00
Eliot Horowitz
1fe74d9d98 don't SIGTRAP when running tests 2010-06-12 23:28:23 -04:00
unknown
73b20d0b25 Improced service messages.
Better error message on remove if the service doesnt exist. Better error message on install if the service already exists.
2010-06-12 11:30:18 +08:00
Alberto Lerner
80ac07ebcd Fix warning 2010-06-11 16:09:23 -04:00
Eliot Horowitz
9671411932 i think this is needed because cout can be unsafe
Revert "Fix warning"

This reverts commit d4cc11852b.
2010-06-11 15:05:15 -04:00
Eliot Horowitz
d36aae49b1 better boost assert 2010-06-11 14:46:33 -04:00
Alberto Lerner
d4cc11852b Fix warning 2010-06-11 14:02:00 -04:00
Alberto Lerner
81496c2982 Histogram only needs simple integer math really 2010-06-08 10:23:15 -04:00
Alberto Lerner
164e6e9fb3 Build fix, take two (truly disambiguate pow) 2010-06-08 09:06:35 -04:00
Alberto Lerner
374fdf83e4 Build fix (disambiguate call to pow()) 2010-06-08 08:52:58 -04:00
Alberto Lerner
5b85eae44f Response times are better understood in exponential buckets 2010-06-08 08:20:44 -04:00
dwight
3ac7b05737 QueryOption_Exhaust 2010-06-06 22:19:06 -04:00
dwight
3f8da3805a towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
dwight
4bf152cd56 make a .vcxproj/.sln for the shell 2010-06-05 20:55:11 -04:00
Justin Dearing
efde5cf575 Clean remerge of SERVER-1189 Improves logging in util/ntservice.cpp
I just manually recomitted the changes.
2010-06-05 09:38:54 +08:00
Dwight
fe53cbdbfd rs 2010-06-04 14:23:41 -04:00
Richard Kreuter
e79e21e2e9 Add license headers for some files. 2010-06-04 10:27:35 -04:00
Mathias Stearn
4a7cedf9d6 fix build 2010-06-03 20:11:11 -04:00
Mathias Stearn
6a3199b14f Exit if can't bind to port SERVER-1141 2010-06-03 19:29:40 -04:00
Mathias Stearn
7adf138b31 fix exitCleanly prototype 2010-06-03 19:29:40 -04:00
Dwight Merriman
797b4f86a3 cleaning and compile vcxproj for text.cpp 2010-06-03 18:45:14 -04:00
Mathias Stearn
73b955c267 isValidUTF8 function 2010-06-03 15:54:20 -04:00
Mathias Stearn
e0d5317f6b Licence for util/text.h 2010-06-03 15:54:20 -04:00
Justin Dearing
30126d08c8 Fixed mongod hanging when issuing a "mongod --remove" with the service running.
If you attempted to remove the service while it was running, it would stop the service and hang in a while loop because a break statement was missing.

Conflicts:

	util/ntservice.cpp
2010-06-04 00:35:59 +08:00
Eliot Horowitz
32dcad0fea remove old boost warning since we use pthread for old boost versions now 2010-06-03 10:15:44 -04:00
Dwight
3598534982 mutexdebugger 2010-06-02 17:15:31 -04:00
Dwight
c0ee1ec9aa prettier 2010-06-02 16:57:06 -04:00
Dwight
2b732cf4da dont debug shared locks 2010-06-02 16:50:05 -04:00
Dwight
afd64fa94e mutexdeb 2010-06-02 16:43:05 -04:00
Dwight
2d307fdf81 mutexdebugger try 2010-06-02 16:38:28 -04:00
Dwight
c55b81010a handle recursive in mutexdebugger 2010-06-02 16:31:01 -04:00