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
Dwight
5deec92469
endian check capability
...
repl work in progress
cleanup
2008-09-04 10:33:56 -04:00
Dwight
8cac7e4dc4
advertise new dbs for replication; handle user asserts on repl
2008-09-03 16:43:00 -04:00
Dwight
776387ea1b
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
...
Conflicts:
db/repl.h
2008-08-11 15:16:54 -04:00
Dwight
236575ca95
minor cleanup pragmas
2008-08-11 14:53:08 -04:00
dwight
112b19a5d9
log cleanup
2008-08-02 17:02:41 -04:00
dwight
bc24777c11
replication fixes plus some log cleanup
2008-08-02 14:58:15 -04:00
Dwight
234844724c
checkpoitning work
2008-07-31 13:37:32 -04:00
Dwight
3363fe311c
collection options are retained when db is cloned;
...
those options now listed in system.namespaces;
more repl work
2008-07-28 13:51:39 -04:00
Dwight
e011494cbc
cloneDatabase()
2008-07-27 18:36:47 -04:00
Eliot Horowitz
50e8a1a3f5
added AGPL License Header to every file
...
take 2
2008-07-20 17:37:33 -04:00