Age | Commit message (Expand) | Author |
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 |
2022-01-10 | Use one define for the common NLS archs | Jan-Marek Glogowski |
2022-01-07 | Use CreateThread instead of _beginthreadex | Mike Kaganski |
2022-01-07 | loplugin:redundantcast | Stephan Bergmann |
2022-01-07 | Drop unused forward declaration | Mike Kaganski |
2022-01-06 | Simplify osl_getModuleURLFromAddress a bit | Mike Kaganski |
2022-01-05 | Simplify osl_getModuleURLFromAddress using GetModuleHandleExW | Mike Kaganski |
2021-12-30 | Add configure test for the backtrace implementation | Ismael Luceno |
2021-12-21 | Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailed | Mike Kaganski |
2021-12-14 | osl_replaceFile: fallback to osl_moveFile in more cases on Windows | Mike Kaganski |
2021-11-30 | loplugin:stringliteraldefine in various | Noel Grandin |
2021-11-26 | -FIIntrin.h in CC/CXX is no longer needed for my clang-cl build | Stephan Bergmann |