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

149 Commits

Author SHA1 Message Date
Aaron
8476a12040 Cleaner 2009-02-09 17:00:13 -05:00
Dwight
a071a573c3 compile windows 2009-02-09 16:33:07 -05:00
Aaron
166716bb25 dbtop 2009-02-09 15:57:30 -05:00
Dwight
4d5f0e9a78 clean up exception classes 2009-02-06 16:21:49 -05:00
Eliot Horowitz
ef80bbf86c dos2unix 2009-02-06 15:09:16 -05:00
Eliot Horowitz
62cab8c320 get rid of warnings 2009-02-06 15:08:53 -05:00
Aaron
7fddf99109 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-06 14:49:30 -05:00
Aaron
4705faf92b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-06 14:47:45 -05:00
Aaron
f06e57b988 OSX compile 2009-02-06 14:47:38 -05:00
Dwight
0b210bfa0e check if closed properly, recstore 2009-02-06 14:33:26 -05:00
Aaron
3b05df2850 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-06 14:27:10 -05:00
Dwight
52eb04828c File class 2009-02-06 13:30:19 -05:00
Dwight
94f125e855 new pagewriter
File class
sleepmillis fixed
2009-02-06 13:29:57 -05:00
Aaron
3792032a1d Longer stacktraces (esp nice with --noOptimization scons flag) 2009-02-06 13:26:12 -05:00
Eliot Horowitz
6d48156c23 throw exception when socket fails 2009-02-03 16:48:12 -05:00
Eliot Horowitz
3aa74384ae grid/message -> util/message 2009-02-03 13:30:28 -05:00
Aaron
c684aab51f Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-02 09:54:23 -05:00
Aaron
8974979813 Clean up signal handling, fixing some potential hangs 2009-02-02 09:52:14 -05:00
Eliot Horowitz
9bcacf16c0 pragma pack changes for solaris
slight change this will break other platforms, will test
2009-02-01 22:21:32 -05:00
Eliot Horowitz
97aab58d4b Revert "UUID class"
This reverts commit e9fc9ce950.
2009-01-30 16:21:39 -05:00
Eliot Horowitz
6bb4abc017 Revert "better for linux"
This reverts commit c6acd530d4.
2009-01-30 16:21:30 -05:00
Eliot Horowitz
c6acd530d4 better for linux 2009-01-30 16:14:04 -05:00
Eliot Horowitz
e9fc9ce950 UUID class 2009-01-30 15:58:44 -05:00
Eliot Horowitz
c3d792be34 getHeader 2009-01-30 15:05:28 -05:00
Eliot Horowitz
bc0133da89 method for taking a string and computing string digest 2009-01-30 15:05:18 -05:00
Eliot Horowitz
df2b701b0f option to use main memory instead of memory mapped files
really only for testing
though i guess is kind of cool if you want to use the db purely for an in memory cache
scons --mm to build
2009-01-29 22:31:13 -05:00
Eliot Horowitz
c18f2e4927 clean up mmap includes 2009-01-29 22:21:33 -05:00
Dwight
dcf90d4def sort() for c++ client 2009-01-29 18:38:35 -05:00
Eliot Horowitz
9406c59f80 broke mmap into different .cpp files for different platforms 2009-01-29 17:22:59 -05:00
Dwight
3366714892 better error msgs
--sysinfo
2009-01-29 16:06:22 -05:00
unknown
b29806e4a1 comments 2009-01-26 21:15:08 -05:00
Aaron
a84942a485 Reset file pointer 2009-01-26 11:44:34 -05:00
Dwight
75189ad04a compile windows 2009-01-26 09:33:20 -05:00
Aaron
046e7f9acf Add HostByName test 2009-01-21 15:50:49 -05:00
Aaron
9a36738d0c Don't convert an ip to another ip; only convert a hostname to an ip 2009-01-21 15:32:58 -05:00
Eliot Horowitz
90d35cded7 Merge branch 'master' into temp_auth
Conflicts:

	db/security_commands.cpp
2009-01-21 10:26:37 -05:00
Aaron
da79a09df9 Don't print chars as ints 2009-01-20 17:21:47 -05:00
Eliot Horowitz
3e7985c5d6 changed verbose to logLevel and added log(int) 2009-01-20 14:30:59 -05:00
Eliot Horowitz
fbb8eb10ec using strings 2009-01-20 11:37:15 -05:00
unknown
c0961eb637 suppress a couple compiler warnings 2009-01-18 19:13:12 -05:00
Aaron
4dd2a1765f Remove out dated asserts; we may be reading an existing hashtable from a file, and the asserts are invalid in that case 2009-01-16 16:42:00 -05:00
Aaron
1524c3e44b Enhance BSONObj::validate() 2009-01-16 15:13:46 -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
Eliot Horowitz
938c2c07a8 some cleaning so that client doesn't have to link against java and pcre 2009-01-15 10:08:20 -05:00
Aaron
248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Aaron
efe3736b94 Handle preexisting file with different length 2009-01-12 10:22:58 -05:00
Eliot Horowitz
491559d8c5 map entire file by default 2009-01-11 20:23:58 -05:00
Dwight
4d456a1833 forgot 2009-01-08 09:37:18 -05:00