Age | Commit message (Expand) | Author |
2014-04-18 | Typo: s/shure/sure | Tor Lillqvist |
2014-04-14 | update_pch | Thomas Arnhold |
2014-04-14 | typo: independend -> independent | Thomas Arnhold |
2014-04-11 | Fix bounds | Stephan Bergmann |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-04-04 | Clean up unreferenced functions | Stephan Bergmann |
2014-04-04 | Remove dead test code | Stephan Bergmann |
2014-04-04 | Fix ASCII-only check | Stephan Bergmann |
2014-04-04 | Remove dead interlock code: | Stephan Bergmann |
2014-04-03 | C++11-only stdint.h SIZE_MAX -> std::numeric_limits | Stephan Bergmann |
2014-04-03 | Properly cover in #ifdef TIMETESTS | Stephan Bergmann |
2014-04-03 | Kill "Portal Demo HACK", whatever it is | Tor Lillqvist |
2014-04-03 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-04-03 | Use boost::noncopyable | Stephan Bergmann |
2014-04-02 | Handle missing SIZE_MAX | Tor Lillqvist |
2014-04-02 | coverity#1194930 Avoid TOCTOU between access and mkdir | Stephan Bergmann |
2014-04-02 | sal/osl/unx/security.c -> .cxx | Stephan Bergmann |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-04-01 | WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0 | Tor Lillqvist |
2014-04-01 | sal: add aligned memory allocation with malloc for OS X < 10.6 | Douglas Mencken |
2014-03-31 | Remove unused inline functions | Stephan Bergmann |
2014-03-31 | coverity#983373 Dereference before null check | Caolán McNamara |
2014-03-31 | Missing dependency | Stephan Bergmann |
2014-03-31 | Move invariant writes outside loop | Stephan Bergmann |
2014-03-30 | decorate tempfile name's to help identify leaks' author | Norbert Thiebaud |
2014-03-29 | typo: inteface -> interface | Thomas Arnhold |
2014-03-28 | coverity#705205 Missing break in switch | Caolán McNamara |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-25 | Remove the obsolete functionality originally underlying osl/diagnose.h | Stephan Bergmann |
2014-03-25 | Adapt to sal/log.hxx | Stephan Bergmann |
2014-03-24 | fdo#56284 : soffice fails to start unless ~/.config exists and is writable | Michaël Lefèvre |
2014-03-23 | WaE: unused variables | Tor Lillqvist |
2014-03-23 | sal: add boost for rt_digest tests | Tomaž Vajngerl |
2014-03-23 | sal: Add rtl_digest_SHA1 which shows wrong sha1 calculation | Tomaž Vajngerl |
2014-03-23 | sal: Rewrite digest tests to be simpler, enable them in check | Tomaž Vajngerl |
2014-03-19 | loplugin:passstringbyref | Stephan Bergmann |
2014-03-19 | coverity#984119 Uninitialized pointer field | Caolán McNamara |
2014-03-17 | sal,toolkit,unotools: prefer passing OUString by reference | Noel Grandin |
2014-03-11 | "overflow" is one word | Tor Lillqvist |
2014-03-10 | coverity#1079286 Uninitialized pointer field | Caolán McNamara |
2014-03-07 | coverity#705404: Argument cannot be negative | Norbert Thiebaud |
2014-03-07 | coverity#705824 Dereference before null check | Caolán McNamara |
2014-03-07 | coverity#982463 Dereference after null check | Caolán McNamara |
2014-03-06 | Bin unused macxp_OSXConvertCFEncodingToIANACharSetName() | Tor Lillqvist |
2014-03-06 | coverity#1190345 log failure to set CLOEXEC flag | Stephan Bergmann |
2014-03-06 | coverity#1190347 check rename(3) return value | Stephan Bergmann |
2014-03-05 | Bin unused global variable | Tor Lillqvist |
2014-03-05 | Use the AppleLanguages preference instead of AppleLocale on OS X and iOS | Tor Lillqvist |
2014-03-04 | coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtension | Stephan Bergmann |
2014-03-04 | Fix CppunitTest_sal_osl_profile | Stephan Bergmann |