0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

116 Commits

Author SHA1 Message Date
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
Dwight
1f737827b0 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-07 13:31:23 -05:00
Dwight
db20305fa1 md5 2009-01-07 13:31:16 -05:00
Aaron
601be4dd4f recv full http request, implement simple rest post handling, refactor dbclient code 2009-01-07 10:08:12 -05:00
Dwight
6e9a533d67 more threadsafe 2009-01-06 18:57:01 -05:00
Dwight
1cc123561a try not to die in segv printouts with deadlocks and such 2009-01-06 18:25:38 -05:00
Dwight
babed98050 compile on windows 2009-01-02 10:39:59 -05:00
Eliot Horowitz
5c22ff7d85 parameter/method parsing 2008-12-31 14:58:42 -05:00
Dwight
e1a8364867 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-12-31 10:02:01 -05:00
Dwight
42a807d3ee minor logging prettiness 2008-12-31 10:01:55 -05:00
Eliot Horowitz
9dde507fa7 better url parsing 2008-12-30 21:58:36 -05:00
Eliot Horowitz
6993396fed implemented url 2008-12-30 21:48:42 -05:00
Dwight
a9bbd5681b nicer logging
--verbose
2008-12-29 11:47:20 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Aaron
24d149cd28 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2008-12-16 18:12:34 -05:00
Aaron
99bf277c18 g++ check return type, fix some warnings 2008-12-16 18:12:25 -05:00
Dwight
b63867ab3c cleanup how we use boost.
eliminate boost hpp's from this repository
see 10gen.com/wiki/pub.db.contrib.windows
2008-12-16 17:48:48 -05:00
Aaron
fc7da15c54 Add -Wsign-compare for g++, clean up a few warning messages 2008-12-12 14:19:49 -05:00
unknown
8e600e8f1b bug with the new NumericInt datatype fixed
keys were misordered in btree under certain condition.

bug could be manifested previously with:

  local.src.test.ed.db.stress.hunga()
  go(1,7109.450806359954)
2008-12-06 14:49:27 -05:00
Dwight
74f630aacc timing capabilities 2008-12-05 16:45:10 -05:00
Dwight
0fe5e50be0 web console work 2008-12-04 14:33:18 -05:00
Dwight
60b769a8cb replication fixes -- "first: true" support (local.dbinfo.*); clean up class name 2008-12-02 14:24:45 -05:00
unknown
5ca796e0dd a little more on web 2008-11-30 21:00:54 -05:00
unknown
dfb8f562ae web console beginnings 2008-11-29 20:01:58 -05:00
Dwight
ccd67f3bf3 beginnings of some numeric compare testing. 2008-11-21 12:08:11 -05:00
Dwight
580369978b class UnitTest was broken 2008-11-18 09:30:31 -05:00
Dwight
a4968427e2 bug fix with $natural
timeout on connects w/dbgrid faster
2008-11-03 20:42:59 -05:00
unknown
9bc872695d catch asserts and report error to client on a query
various dbgrid work incremental
background job class
2008-10-29 16:48:03 -05:00
Dwight
1875ee8151 more dbgrid work 2008-10-24 17:51:28 -04:00
Dwight
87d0ed26c4 allow an array for sort order 2008-10-14 14:02:43 -04:00
Dwight
362fc87a72 windows: compile in release mode
but doesn't work yet, fix boost lib
2008-09-23 10:56:33 -04:00
Dwight
a280883fee minilex off 2008-09-19 17:56:31 -04:00
Dwight
5f163f72b8 dbgrid.vcproj missing; more work on dbgrid 2008-09-11 09:15:34 -04:00
Dwight
90d0885116 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	db/makefile
2008-09-09 14:30:22 -04:00