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

58 Commits

Author SHA1 Message Date
Aaron
c03a7186cf file allocator compile windows MINOR 2009-05-28 12:59:27 -04:00
Aaron
c5ffd65fb2 mongobridge close client ports on kill 2009-05-20 14:16:14 -04:00
Aaron
3b2ae5b7fb close mongobridge's listener socket when program killed 2009-05-20 14:07:10 -04:00
Aaron
333dbae272 adjust help formatting MINOR 2009-05-20 12:19:33 -04:00
Aaron
3aa95556bd better message when root missing MINOR 2009-05-20 12:15:41 -04:00
Aaron
11ae38a6ff use file allocator to allow writes in Tools MINOR 2009-05-20 12:15:26 -04:00
Aaron
85c396b10c Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-20 11:39:22 -04:00
Aaron
da7a9b3f71 make tools capable of running standalone, without a mongod instance 2009-05-20 11:39:12 -04:00
Aaron
6516e72042 add option to output to file 2009-05-20 11:28:55 -04:00
Aaron
6c0692a900 tool log 'connected' message to stderr 2009-05-18 14:45:37 -04:00
Aaron
774f8ec70c stub createDirectClient for tools MINOR 2009-05-14 13:19:13 -04:00
Aaron
691629143c adjust dependencies MINOR 2009-05-11 15:09:30 -04:00
Aaron
7d720f1f33 add 'bind_ip' option to bind listener only to requested local interface 2009-04-29 14:14:51 -04:00
Eliot Horowitz
8c52cd0903 export needs to use jsonString, not toString 2009-04-13 17:37:35 -04:00
Aaron
fd780da9b6 fix warnings 2009-04-03 15:59:13 -04:00
Mike Dirolf
4f5a8d52f4 whitespace 2009-04-03 10:48:26 -04:00
Aaron
b372835b91 bridge retry connect 2009-04-02 17:58:18 -04:00
Aaron
3bca999156 Add mongobridge 2009-04-02 15:10:52 -04:00
Aaron
5a276ef621 Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
Dwight
7165d7369e implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
Aaron
dc197ff71a Remap cursor id on forward 2009-03-10 15:06:47 -04:00
Aaron
7e2bb88e77 Cleaner 2009-03-10 10:18:40 -04:00
Aaron
db9a5968f2 sniffer enhancements: Parse additional message types, detect dropped packets, detect unexpected message encapsulation, option to forward captured messages, option to read from tcpdump file, etc 2009-03-09 18:33:56 -04:00
Eliot Horowitz
7bca09b9f9 fix gridfs - can't use BSONElement for strage like that
also did md5 while i was there
2009-02-18 11:26:30 -05:00
Eliot Horowitz
9c1bb93462 safety 2009-02-14 09:42:05 -05:00
Eliot Horowitz
e4e3997402 enough sniffing functionality to work with mongos - more to do 2009-02-13 17:42:27 -05:00
Aaron
ec5c8cf8e4 Remove compiler warning 2009-02-13 16:53:32 -05:00
Eliot Horowitz
343076f346 most of a mongo protocol sniffer 2009-02-13 16:18:57 -05:00
Mike Dirolf
fc618d7165 spelling 2009-02-11 13:52:51 -05:00
Mike Dirolf
d3b02bde34 whitespace 2009-02-11 13:52:28 -05:00
U-ELIOT-019992DFC\Administrator
853736071c include for windows 2009-02-10 10:48:41 -05:00
Dwight
147948c7b3 doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
Eliot Horowitz
992fc7d84c change file name 2009-02-09 11:24:21 -05:00
Eliot Horowitz
6f78b4ae5e remove the EOF check - too aggressive 2009-02-09 10:55:59 -05:00
Eliot Horowitz
eb4b70d16e npe equiv 2009-02-03 21:00:05 -05:00
Eliot Horowitz
8098043bb8 list enhancements and search and better help 2009-02-02 22:16:46 -05:00
Eliot Horowitz
288d83370d gridfs and some tools 2009-02-02 17:19:55 -05:00
Eliot Horowitz
7442bdf4e4 export to json/csv tool 2009-02-02 12:17:20 -05:00
Eliot Horowitz
ff7573c65a option for creating an index before or ater import 2009-02-02 09:28:43 -05:00
yellow
c4e874bed7 don't try to import files of size 0 2009-01-31 21:46:47 +00:00
yellow
51ae720798 slave ok for doing dumps 2009-01-31 21:39:45 +00:00
Dwight
dcf90d4def sort() for c++ client 2009-01-29 18:38:35 -05:00
Eliot Horowitz
fc4ce49781 put logging back 2009-01-29 13:53:19 -05:00
Eliot Horowitz
5e64eb609a fixes and timing 2009-01-29 13:51:42 -05:00
Eliot Horowitz
d4c82212f8 mongoimportjson 2009-01-29 13:01:45 -05:00
Eliot Horowitz
d02aa49e35 make run return and that is what the binary exits with 2009-01-29 11:56:44 -05:00
Eliot Horowitz
ba0da24261 made import use new Tool class 2009-01-27 21:37:56 -05:00
Eliot Horowitz
d71cb1d7d2 moving to unified Tool system 2009-01-27 15:16:09 -05:00
Aaron
261a467aa5 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00