summaryrefslogtreecommitdiff
path: root/util/file.h
Commit message (Expand)AuthorAgeFilesLines
* use fadvise for preallocdwight2011-02-041-0/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-110/+110
* fix sharing violation on windowsMathias Stearn2010-12-221-1/+1
* Use pwrite and pread rather than lseekMathias Stearn2010-12-221-4/+2
* show error desc on file open failuredwight2010-12-221-1/+1
* clearer error msgdwight2010-12-221-1/+1
* osx compileMathias Stearn2010-12-221-2/+1
* Revert "Revert "better errmsg""dwight2010-12-151-1/+2
* Revert "better errmsg"dwight2010-12-151-2/+1
* better errmsgdwight2010-12-151-1/+2
* durdwight2010-11-261-1/+2
* copyonwrite test methodsDwight2010-09-141-1/+1
* keep UNICODE on windows; look for js32r.lib etc. in scons on widnowsdwight2010-06-141-3/+4
* don't use NOATIME with read only SERVER-1100Eliot Horowitz2010-05-071-1/+3
* get rid of macros in log.hDwight Merriman2010-04-241-2/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* when loading js files, only get read accessEliot Horowitz2009-12-231-4/+4
* macro for errno so messages are consistent and have full debuggingEliot Horowitz2009-12-211-2/+2
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* make easier to compile things on windows MINOREliot Horowitz2009-09-161-1/+1
* 64-bit windows build just about workingEliot Horowitz2009-07-271-0/+2
* solaris fixEliot Horowitz2009-04-021-0/+4
* dos2unixEliot Horowitz2009-02-061-128/+128
* get rid of warningsEliot Horowitz2009-02-061-2/+0
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pAaron2009-02-061-0/+2
|\
| * check if closed properly, recstoreDwight2009-02-061-0/+2
* | OSX compileAaron2009-02-061-0/+8
|/
* File classDwight2009-02-061-0/+139