index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
clientOnly.cpp
Age
Commit message (
Expand
)
Author
2011-08-21
extraneous include breaking buildbot
Eliot Horowitz
2011-05-11
fix multi-shard writeback contention
Eliot Horowitz
2011-04-05
fix linking of exitCleanly
Eliot Horowitz
2011-02-12
compile
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-08-31
optionally have dbexit try to get a dblock
Eliot Horowitz
2010-08-03
compile old gcc
Eliot Horowitz
2010-04-27
stdafx.h -> pch.h part 2
Eliot Horowitz
2010-03-31
do'nt require boost options in mongoclient SERVER-855
Eliot Horowitz
2010-03-18
move --fork --logpath --logappend into cmdline so it works for mongos SHARDIN...
Eliot Horowitz
2010-03-12
move CmdLine cmdLine into its own file in prep for other command line work
Eliot Horowitz
2010-02-17
move dummy createDirectClient
Eliot Horowitz
2009-12-29
Merge branch 'master' of git@github.com:mongodb/mongo
dwight
2009-12-29
remove dbinfo.h/cpp
dwight
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-22
compile windows / vcproj
Dwight
2009-12-03
make quiet suppress connection warnings SERVER-455
Eliot Horowitz
2009-12-03
fix client compile
Eliot Horowitz
2009-10-27
all client files now marked as Apache 2.0. SERVER-329.
Mathias Stearn
2009-09-10
don't allow db.eval on sharded collections SHARDING-27
Eliot Horowitz
2009-08-05
inShutdown() method so spider monkey can shutdown cleanly
Eliot Horowitz
2009-08-05
clean up dbexit with an ExitCode enum SERVER-183
Eliot Horowitz
2009-06-05
make lognoquiet and make --quit not print connect/disconnect
Eliot Horowitz
2009-01-25
dbexit needs to use real exit
Eliot Horowitz
2009-01-15
Replaced our #defined cout with mongo::out()
Aaron
2009-01-15
Indent all lines within namespaces one level
Aaron
2009-01-15
some cleaning so that client doesn't have to link against java and pcre
Eliot Horowitz