summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* Let's use log tags starting with "sal" here in salTor Lillqvist2015-02-031-19/+19
* Let's use log tags starting with "sal" here in salTor Lillqvist2015-02-031-25/+25
* Improve loggingTor Lillqvist2015-02-031-75/+36
* Fix typoTor Lillqvist2015-02-031-1/+1
* Improve logging, change OSL_TRACE into SAL_WARN and SAL_INFOTor Lillqvist2015-02-031-27/+20
* Bin stupid macro that was used just onceTor Lillqvist2015-02-031-4/+1
* Bin code that has been commented out since initial importTor Lillqvist2015-02-031-14/+0
* warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann2015-02-021-4/+1
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-1/+1
* Clean up implementation of osl_getSymbol et alStephan Bergmann2015-01-281-35/+45
* sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl2015-01-262-0/+23
* loplugin:cstylecast (MACOSX)Stephan Bergmann2015-01-222-4/+4
* Avoid reinterpret_cast to same typeStephan Bergmann2015-01-212-3/+6
* loplugin:cstylecast (on Mac OS X, where pthread_t is a pointer type)Stephan Bergmann2015-01-211-1/+1
* Fix for Android gethostbyaddrStephan Bergmann2015-01-201-1/+4
* Some more loplugin:cstylecast: salStephan Bergmann2015-01-202-17/+17
* [API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann2015-01-083-145/+11
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-4/+0
* loplugin:cstylecast: salStephan Bergmann2015-01-072-49/+27
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-072-645/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-0/+1
* TyposJulien Nabet2014-12-201-1/+1
* fdo#39440 sal: reduce scope of local variablesMichael Weghorn2014-12-199-63/+46
* osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann2014-12-122-36/+31
* [API CHANGE] Remove osl_setCommandArgsStephan Bergmann2014-12-043-17/+4
* Still no need for osl_setCommandArgsStephan Bergmann2014-12-042-1/+2
* Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann2014-11-272-41/+28
* Adapt some logs and assertionsStephan Bergmann2014-11-252-11/+14
* Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann2014-11-252-26/+10
* Erm, setenv, not putenvStephan Bergmann2014-11-231-32/+15
* Silence false cid#1255391 TOCTOU warningStephan Bergmann2014-11-211-0/+4
* cid#1209049: Unchecked return valueStephan Bergmann2014-11-211-1/+9
* cid#1255386: Unchecked return valueStephan Bergmann2014-11-211-5/+7
* osl_getVolumeInformation: only stat if necessaryStephan Bergmann2014-11-201-66/+71
* sal: fix build with clang and --enable-crashdumpMichael Stahl2014-11-201-4/+4
* At least old Mac OS X does not know AT_FDCWDStephan Bergmann2014-11-201-2/+5
* Let attemptChangeMetadata work on symlink itselfStephan Bergmann2014-11-201-10/+16
* fdo#83529: Only preserve metadata of moved, not copied filesStephan Bergmann2014-11-201-30/+22
* Clean up Mac _imp_getProcessLocaleStephan Bergmann2014-11-203-17/+32
* Unused return valueStephan Bergmann2014-11-202-4/+2
* sal: fix --enable-crashdump build in new C++ world orderMichael Stahl2014-11-201-4/+4
* Blind fix for AndroidStephan Bergmann2014-11-191-1/+1
* system.h -> system.hxxStephan Bergmann2014-11-1923-30/+24
* Remove obsolete osl_searchPath_implStephan Bergmann2014-11-193-81/+55
* Fold file_path_helper.h into file_path_helper.hxxStephan Bergmann2014-11-195-237/+200
* signal.c -> signal.cxxStephan Bergmann2014-11-191-16/+16
* HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORTStephan Bergmann2014-11-191-10/+13
* Revert "-Werror,-Wc++11-compat-deprecated-writable-strings"Stephan Bergmann2014-11-191-1/+1
* -Werror,-Wc++11-compat-deprecated-writable-stringsStephan Bergmann2014-11-191-1/+1
* ISO C++11 does not allow conversion from string literal to 'char *'Tor Lillqvist2014-11-191-1/+1