summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* CFErrorRef is apparently not always initialized by the calleeNorbert Thiebaud2013-08-021-2/+5
* No self-execing when HAVE_FEATURE_MACOSX_SANDBOX so no need to close fdsTor Lillqvist2013-08-021-7/+9
* Fix memory leak in osl_getSystemPathFromFileURL.Mark Wielaard2013-07-311-1/+2
* Be a bit more lax when resolving bookmarks when sandboxedTor Lillqvist2013-07-301-0/+14
* Avoid crash on OS X: guarded fd exceptionTor Lillqvist2013-07-291-1/+4
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-261-8/+4
* Fix file_path_helper FPH_LOCAL_DIR_ENTRY.Mark Wielaard2013-07-221-1/+1
* Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard2013-07-171-1/+3
* Uknown -> UnknownCaolán McNamara2013-07-111-1/+1
* Don't use mach_absolute_time(), it gives time since bootTor Lillqvist2013-07-061-17/+31
* janitorial / stylisticLionel Elie Mamane2013-07-051-2/+2
* API change: osl/time.h take const pointers where appropriateLionel Elie Mamane2013-07-052-8/+8
* API change: oslDateTime signed yearLionel Elie Mamane2013-07-051-4/+1
* sal: add ERROR_SHARING_VIOLATION to win32 error tableMichael Stahl2013-07-051-0/+1
* coverity#706154 : Destination buffer too smallNorbert Thiebaud2013-06-241-18/+52
* Fix warning: Value stored is never readTor Lillqvist2013-06-191-2/+2
* Add missing break statementsTor Lillqvist2013-06-191-0/+3
* Don't use deprecated API for OS X alias resolvingTor Lillqvist2013-06-161-31/+43
* Indent macxp_resolveAlias() consistentlyTor Lillqvist2013-06-161-39/+39
* mingw64: casting to pointer from narrower integer fixes in salFridrich Štrba2013-06-102-8/+8
* fdo#41226 Add error handling of recursed GetCaseCorrectPathNameEx()Isamu Mogi2013-06-061-1/+2
* Don't truncate pointers to 32-bit ints on win64Fridrich Štrba2013-06-041-1/+1
* WaE: variable ´res´ set but not usedTor Lillqvist2013-05-201-0/+1
* sal osl_getGlobalTimer: Don't confuse start and current time.Mark Wielaard2013-05-201-4/+2
* Also iOS has tm_gmtoffTor Lillqvist2013-05-201-1/+1
* iOS is based on Mach, tooTor Lillqvist2013-05-201-7/+7
* Thread-safe version of osl_getGlobalTimeNorbert Thiebaud2013-05-204-30/+83
* Fix syntax errorTor Lillqvist2013-05-141-1/+1
* Include PID and TID in SAL_DEBUG outputStephan Bergmann2013-05-141-53/+45
* Use clock_gettime instead of gettimeofday to have more precise timeArnaud Versini2013-05-131-3/+19
* fix typos (wich instead of which)Philipp Riemer2013-05-061-1/+1
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-1/+1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-50/+8
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-224-96/+16
* -Werror=unused-macros (MinGW, sal)Stephan Bergmann2013-04-177-21/+0
* Further clean-up related to removed library unloading featureStephan Bergmann2013-04-161-14/+11
* API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan2013-04-161-0/+28
* tune up debug level required for popping up dialogs from MSVCRTDMichael Stahl2013-04-151-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-153-3/+3
* sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl2013-04-101-6/+0
* Revert "If you can't load a shared library it should be a warning"Stephan Bergmann2013-04-101-1/+1
* fix up c code after move to c++Caolán McNamara2013-04-071-5/+7
* No need to setenv SAL_LOG in the code for iOSTor Lillqvist2013-04-051-3/+3
* If you can't load a shared library it should be a warningPeter Foley2013-03-311-1/+1
* -Werror=unused-macrosStephan Bergmann2013-03-271-0/+4
* WaE: macro is not used: STACKTYPETor Lillqvist2013-03-271-0/+2
* At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann2013-03-271-0/+4
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-4/+7
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-1/+1