summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2013-09-07Remove confusing casts between synonymsLionel Elie Mamane
2013-09-03dezimal -> decimalJesús Corrius
2013-09-03Don't compile all of the sal library as Objective-C++ on OS X after allTor Lillqvist
2013-08-30WaE: possible loss of dataTor Lillqvist
2013-08-26Use strncmp()Tor Lillqvist
2013-08-26Be careful not to access a string out of boundsTor Lillqvist
2013-08-25Fix "Save As" when sandboxed on OS XTor Lillqvist
2013-08-25TypoTor Lillqvist
2013-08-25More work on a sandboxed LibreOffice on OS XTor Lillqvist
2013-08-25Switch from OSL_TRACE to SAL_INFO()Tor Lillqvist
2013-08-25Do more syscalls using a security scope bookmark on OS X when sandboxedTor Lillqvist
2013-08-24A slash is a slash, a dot is a dotTor Lillqvist
2013-08-24Bin "temporary hack" code that has been commented-out since 2002Tor Lillqvist
2013-08-24Simplify osl_getSystemPathFromFileURL_Ex()Tor Lillqvist
2013-08-24Remove function that has been commented-out since 2000Tor Lillqvist
2013-08-24Cleanup some weird or inconsistent indentaion and bin some pointless commentsTor Lillqvist
2013-08-24Bin line of code commented out since 2009Tor Lillqvist
2013-08-23Bypass the alias resolving completely when sandboxedTor Lillqvist
2013-08-23Make our File>Recent Documents work better when sandboxedTor Lillqvist
2013-08-18Bypass the O_NONBLOCK resetting for now when sandboxed on OS XTor Lillqvist
2013-08-15Mark as constTakeshi Abe
2013-08-02CFErrorRef is apparently not always initialized by the calleeNorbert Thiebaud
2013-08-02No self-execing when HAVE_FEATURE_MACOSX_SANDBOX so no need to close fdsTor Lillqvist
2013-07-31Fix memory leak in osl_getSystemPathFromFileURL.Mark Wielaard
2013-07-30Be a bit more lax when resolving bookmarks when sandboxedTor Lillqvist
2013-07-29Avoid crash on OS X: guarded fd exceptionTor Lillqvist
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-22Fix file_path_helper FPH_LOCAL_DIR_ENTRY.Mark Wielaard
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard
2013-07-11Uknown -> UnknownCaolán McNamara
2013-07-06Don't use mach_absolute_time(), it gives time since bootTor Lillqvist
2013-07-05janitorial / stylisticLionel Elie Mamane
2013-07-05API change: osl/time.h take const pointers where appropriateLionel Elie Mamane
2013-07-05API change: oslDateTime signed yearLionel Elie Mamane
2013-07-05sal: add ERROR_SHARING_VIOLATION to win32 error tableMichael Stahl
2013-06-24coverity#706154 : Destination buffer too smallNorbert Thiebaud
2013-06-19Fix warning: Value stored is never readTor Lillqvist
2013-06-19Add missing break statementsTor Lillqvist
2013-06-16Don't use deprecated API for OS X alias resolvingTor Lillqvist
2013-06-16Indent macxp_resolveAlias() consistentlyTor Lillqvist
2013-06-10mingw64: casting to pointer from narrower integer fixes in salFridrich Štrba
2013-06-06fdo#41226 Add error handling of recursed GetCaseCorrectPathNameEx()Isamu Mogi
2013-06-04Don't truncate pointers to 32-bit ints on win64Fridrich Štrba
2013-05-20WaE: variable ´res´ set but not usedTor Lillqvist
2013-05-20sal osl_getGlobalTimer: Don't confuse start and current time.Mark Wielaard
2013-05-20Also iOS has tm_gmtoffTor Lillqvist
2013-05-20iOS is based on Mach, tooTor Lillqvist
2013-05-20Thread-safe version of osl_getGlobalTimeNorbert Thiebaud
2013-05-14Fix syntax errorTor Lillqvist
2013-05-14Include PID and TID in SAL_DEBUG outputStephan Bergmann