Age | Commit message (Expand) | Author |
2023-03-25 | loplugin:stringadd in registry..sal | Noel Grandin |
2023-03-23 | rtl::Static to thread-safe-static | Noel Grandin |
2023-03-09 | tdf#143148 Use pragma once instead of include guards | Yousef_Rabia |
2023-02-28 | cid#1521506 silence Thread deadlock | Caolán McNamara |
2023-02-24 | Unify osl_{g,s}etThreadTextEncoding implementation across platforms | Mike Kaganski |
2023-02-24 | Simplify osl_getTextEncodingFromLocale on Windows | Mike Kaganski |
2023-02-16 | use std::condition_variable for oslCondition | Noel Grandin |
2023-02-14 | Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTime | Stephan Bergmann |
2023-01-27 | Remove support for 32-bit S390 | Stephan Bergmann |
2023-01-27 | Remove support for AIX | Stephan Bergmann |
2022-12-13 | Add Emscripten ifdef to bootstrap_getExecutableFile() | Tor Lillqvist |
2022-12-04 | osl : remove useless includes | Arnaud VERSINI |
2022-11-21 | sal/osl win32 : use non recursive mutexes in file and thread | Arnaud VERSINI |
2022-11-17 | Revert "TempFile: clear handle on close" | Stephan Bergmann |
2022-11-11 | Drop useless std::move of const object | Stephan Bergmann |
2022-11-08 | A better fix for C++23 P2266R1 | Stephan Bergmann |
2022-11-07 | file: Use calloc | Dr. David Alan Gilbert |
2022-11-07 | TempFile: clear handle on close | Dr. David Alan Gilbert |
2022-09-23 | tdf#151117: Process non-existent long paths correctly | Mike Kaganski |
2022-09-16 | OUString::matchIgnoreAsciiCase returns bool | Stephan Bergmann |
2022-09-13 | cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for now | Stephan Bergmann |
2022-09-13 | cid#1509232 silence Out-of-bounds access | Caolán McNamara |
2022-09-07 | Be careful with failed realloc | Stephan Bergmann |
2022-08-30 | Use some more C++ in sal/osl/w32 | Mike Kaganski |
2022-08-23 | cid#1509185 Logically dead code | Caolán McNamara |
2022-08-09 | crashreporting: frequent crash seen in PackedFile::flush | Caolán McNamara |
2022-07-20 | tdf#141421 xml export: default stacksize for threads on macOS is too small | Christian Lohmaier |
2022-07-02 | fix --enable-macosx-sandbox build | Noel Grandin |
2022-05-30 | Avoid uninitialized temp_file_handle | Stephan Bergmann |
2022-05-23 | Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name" | Noel Grandin |
2022-05-23 | rename osl_getSystemPathFromFileURL_Ex->getSystemPathFromFileURL_Ex | Noel Grandin |
2022-05-23 | no need to override 'operator new' in FileHandle_Impl | Noel Grandin |
2022-05-23 | rtl_String->OString in DirectoryItem_Impl | Noel Grandin |
2022-05-22 | [API CHANGE] call ftruncate instead of ftruncate_by_name | Noel Grandin |
2022-05-21 | rtl_String->OString in sal | Noel Grandin |
2022-05-17 | clang-tidy modernize-pass-by-value in sal | Noel Grandin |
2022-05-14 | pthread_mutex_t->std::mutex in lookupThreadId | Noel Grandin |
2022-04-15 | Introduce rtl::createUriCharClass | Stephan Bergmann |
2022-04-12 | tdf#143148 Use pragma once instead of include guards | Shady Mohamed |
2022-04-10 | osl signalshared : use std::mutex instead of oslMutex. | Arnaud Versini |
2022-04-09 | add a more complete o3tl::getToken | Noel Grandin |
2022-03-24 | -Werror,-Wunused-function | Stephan Bergmann |
2022-03-05 | Fix typos | Andrea Gelmini |
2022-03-04 | Remove useless comment on a commented line since always (sal/w32/file_dirvol) | Julien Nabet |
2022-03-04 | tdf#98705 Replace GetCaseCorrectPathName with GetLongPathNameW | Kunal Pawar |
2022-02-03 | Call SymInitialize only once | Mike Kaganski |
2022-01-19 | WASM setup as non-multiuser, desktop build | Jan-Marek Glogowski |
2022-01-19 | WASM more initial bits and pieces | Jan-Marek Glogowski |
2022-01-18 | Add HAVE_(UNIX_)DLAPI config header define | Jan-Marek Glogowski |
2022-01-11 | Fix ISO C++11 -Wwritable-strings | Jan-Marek Glogowski |