| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-11070 When using libc++, things are never found in TR1, even in C++03 ... | Andrew Morrow | 2013-10-08 | 3 | -12/+27 |
* | Add MONGO_HASH_NAMESPACE macro for use in implementing std::hash<T>. | Andy Schwerin | 2013-09-09 | 1 | -0/+4 |
* | SERVER-10259 Do not return pointer into temporary string | Tad Marshall | 2013-07-19 | 1 | -1/+6 |
* | SERVER-10074 Fix compiler warning in rotatable_file_writer_test for win32. | Andy Schwerin | 2013-07-09 | 1 | -0/+5 |
* | SERVER-7080 Emulate backtrace_symbols() and backtrace_symbols_fd() on Solaris 10 | Tad Marshall | 2013-06-24 | 1 | -1/+81 |
* | SERVER-7080 Add code to emulate backtrace() | Tad Marshall | 2013-06-21 | 1 | -0/+42 |
* | SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ... | Tad Marshall | 2013-06-20 | 3 | -0/+137 |
* | SERVER-7404 Link to posix_fadvise at runtime for Solaris | Tad Marshall | 2013-06-19 | 3 | -0/+98 |
* | SERVER-9786 Link to strcasestr at runtime for Solaris | Tad Marshall | 2013-06-17 | 3 | -0/+136 |
* | SERVER-9410 Establish minimum as default for NTDDI_VERSION, not just _WIN32_W... | Andrew Morrow | 2013-06-04 | 1 | -0/+13 |
* | SERVER-9410 Permit use of Interlocked operations on Windows Server 2003 | Andrew Morrow | 2013-06-04 | 2 | -5/+5 |
* | SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc... | Andy Schwerin | 2013-06-03 | 3 | -1/+16 |
* | SERVER-9809 Introduce mongo-wide ProcessId type. | Andy Schwerin | 2013-06-03 | 4 | -2/+222 |
* | SERVER-9518 Include necessary header in hash_namespace.h | Spencer T Brody | 2013-05-14 | 1 | -0/+8 |
* | SERVER-8969 Support specifying minimum windows version to build | Andrew Morrow | 2013-04-08 | 2 | -3/+45 |
* | SERVER-8676 Macroize 'hash' namespace detection in platform, use for s2 | Andrew Morrow | 2013-03-15 | 1 | -0/+47 |
* | SERVER-8488 Re-enable support for Windows XP. | Andrew Morrow | 2013-02-26 | 1 | -8/+77 |
* | SERVER-8612 alternative select() implementation for Windows | Eric Milkie | 2013-02-15 | 1 | -4/+0 |
* | SERVER-8515 ensure Windows can run with > 63 open fd's | Eric Milkie | 2013-02-13 | 1 | -0/+5 |
* | SERVER-7610 Introduced relaxed reads on an atomic int and used it on the kill... | Alberto Lerner | 2012-11-19 | 3 | -0/+15 |
* | really fix Windows compile for PseudoRandom (thoroughly tested) | Eric Milkie | 2012-11-16 | 1 | -1/+1 |
* | fix Windows compile for rand_s | Eric Milkie | 2012-11-16 | 1 | -0/+1 |
* | use xorshift for PseudoRandom on all platforms | Eric Milkie | 2012-11-16 | 3 | -24/+77 |
* | fix random_test.exe on Windows | Eric Milkie | 2012-11-16 | 1 | -0/+2 |
* | TODO lint rules | Eliot Horowitz | 2012-11-13 | 1 | -1/+1 |
* | some Random tests and helpers | Eliot Horowitz | 2012-11-13 | 3 | -4/+45 |
* | PseudoRandom isn't seedable on windows | Eliot Horowitz | 2012-11-13 | 1 | -0/+2 |
* | include string.h in random.cpp for strerror | Eliot Horowitz | 2012-11-13 | 1 | -0/+1 |
* | solaris needs stdio.h | Eliot Horowitz | 2012-11-13 | 1 | -0/+1 |
* | make a SecureRandom class | Eliot Horowitz | 2012-11-12 | 3 | -0/+114 |
* | a simple unit test for seeded random | Eliot Horowitz | 2012-11-12 | 2 | -0/+33 |
* | Add support for C++11 in platform/unordered_{map|set}.h | Andrew Morrow | 2012-11-08 | 2 | -2/+28 |
* | Fix mongo/platform/cstdint.h for old compilers that we still support. | Andy Schwerin | 2012-10-23 | 1 | -2/+2 |
* | Fix windows build, reorder includes in random.h to follow our conventions. | Andy Schwerin | 2012-10-23 | 1 | -2/+2 |
* | Introduce mongo/platform/cstdint.h, to get stdint types into the mongo namesp... | Andy Schwerin | 2012-10-23 | 3 | -10/+54 |
* | fix a lot of copyright notices | Eliot Horowitz | 2012-10-15 | 2 | -0/+32 |
* | fix include order | Eliot Horowitz | 2012-10-15 | 1 | -1/+2 |
* | cross platform firstBitSet in prep for firstBitSet | Eliot Horowitz | 2012-10-14 | 2 | -0/+44 |
* | fix Windows compile | Tad Marshall | 2012-10-10 | 2 | -0/+5 |
* | simple Random class to consolidate all random number needs | Eliot Horowitz | 2012-10-10 | 3 | -0/+82 |
* | parseNumberFromString* functions | Andy Schwerin | 2012-09-25 | 1 | -0/+29 |
* | Order includes as per style guide | Tad Marshall | 2012-09-15 | 1 | -2/+2 |
* | Fix Windows compile | Tad Marshall | 2012-09-15 | 1 | -0/+2 |
* | Cross-compiler support for unordered_map and unordered_set. | Andy Schwerin | 2012-09-10 | 2 | -0/+88 |
* | fix linux warning | Eliot Horowitz | 2012-06-24 | 1 | -2/+2 |
* | added MONGO_PLATFORM_(32|64) to make it easier to change behavior at compile ... | Eliot Horowitz | 2012-06-24 | 3 | -0/+64 |
* | SERVER-5648 Replace old implementation of AtomicUInt64 with new one. | Andy Schwerin | 2012-06-06 | 1 | -75/+0 |
* | SERVER-5648 Make AtomicWord<T> types PODs. | Andy Schwerin | 2012-06-06 | 1 | -2/+4 |
* | SERVER-5648 Give AtomicWord::load and store full-barrier semantics. | Andy Schwerin | 2012-06-06 | 3 | -8/+59 |
* | SERVER-5648: Sugar methods fetchAndSubtract, addAndFetch, subtractAndFetch, f... | Andy Schwerin | 2012-06-06 | 2 | -1/+37 |