summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann2-41/+28
2014-11-26Adapt some logs and assertionsStephan Bergmann2-11/+14
2014-11-26Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann2-26/+10
2014-11-20osl_getVolumeInformation: only stat if necessaryStephan Bergmann1-66/+71
2014-11-20sal: fix build with clang and --enable-crashdumpMichael Stahl1-4/+4
2014-11-20At least old Mac OS X does not know AT_FDCWDStephan Bergmann1-2/+5
2014-11-20Let attemptChangeMetadata work on symlink itselfStephan Bergmann1-10/+16
2014-11-20fdo#83529: Only preserve metadata of moved, not copied filesStephan Bergmann1-30/+22
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann3-17/+32
2014-11-20Unused return valueStephan Bergmann2-4/+2
2014-11-20sal: fix --enable-crashdump build in new C++ world orderMichael Stahl1-4/+4
2014-11-19Blind fix for AndroidStephan Bergmann1-1/+1
2014-11-19system.h -> system.hxxStephan Bergmann23-30/+24
2014-11-19Remove obsolete osl_searchPath_implStephan Bergmann3-81/+55
2014-11-19Fold file_path_helper.h into file_path_helper.hxxStephan Bergmann5-237/+200
2014-11-19signal.c -> signal.cxxStephan Bergmann1-16/+16
2014-11-19HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORTStephan Bergmann1-10/+13
2014-11-19Revert "-Werror,-Wc++11-compat-deprecated-writable-strings"Stephan Bergmann1-1/+1
2014-11-19-Werror,-Wc++11-compat-deprecated-writable-stringsStephan Bergmann1-1/+1
2014-11-19ISO C++11 does not allow conversion from string literal to 'char *'Tor Lillqvist1-1/+1
2014-11-19Fold uunxapi.h into uunxapi.hxxStephan Bergmann5-77/+41
2014-11-19sockimpl.h -> sockimpl.hxxStephan Bergmann4-35/+27
2014-11-19secimpl.h -> secimpl.hxxStephan Bergmann4-18/+10
2014-11-19saltime.h -> saltime.hxxStephan Bergmann3-12/+4
2014-11-19readwrite_helper.h -> readwrite_helper.hxxStephan Bergmann5-24/+15
2014-11-19Fold procimpl.h into process.cxxStephan Bergmann2-44/+8
2014-11-19nlsupport.h -> nlsupport.hxxStephan Bergmann4-13/+5
2014-11-19file_url.h -> file_url.hxxStephan Bergmann10-20/+11
2014-11-19file_error_transl.h -> file_error_transl.hxxStephan Bergmann7-22/+13
2014-11-19interlck.c -> interlck.cxxStephan Bergmann1-0/+0
2014-11-19time.c -> time.cxxStephan Bergmann1-0/+0
2014-11-19system.c -> system.cxxStephan Bergmann1-0/+0
2014-11-19socket.c -> socket.cxxStephan Bergmann1-8/+8
2014-11-19readwrite_helper.c -> readwrite_helper.cxxStephan Bergmann1-2/+2
2014-11-19pipe.c -> pipe.cxxStephan Bergmann1-3/+3
2014-11-19nlsupport.c -> nlsupport.cxxStephan Bergmann1-2/+2
2014-11-19mutex.c -> mutex.cxxStephan Bergmann1-0/+0
2014-11-19memory.c -> memory.cxxStephan Bergmann1-0/+0
2014-11-19filepath.c -> filepath.cxxStephan Bergmann1-0/+0
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti1-1/+0
2014-11-17Build fix.Kohei Yoshida1-0/+1
2014-11-17Missing includeStephan Bergmann1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11improve SOLARIS guardRichard PALO1-1/+1
2014-11-11SOLARIS can use/should use posix_madvise under certain conditions.Richard PALO1-1/+1
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-10-31cid#982172 Silently ignore F_SETFD FD_CLOEXEC failuresStephan Bergmann1-2/+2
2014-10-31cid#982171 Warn about rename failure in error clean-up codeStephan Bergmann1-1/+8
2014-10-31Simplify by using OStringStephan Bergmann1-21/+7