summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2013-09-02MacOSX 10.6 does not like id as a variable nameNorbert Thiebaud1-6/+6
2013-08-30WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist2-7/+7
2013-08-30WaE: possible loss of dataTor Lillqvist1-2/+2
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann1-1/+2
2013-08-26Use strncmp()Tor Lillqvist1-2/+1
2013-08-26Be careful not to access a string out of boundsTor Lillqvist1-1/+2
2013-08-25Fix "Save As" when sandboxed on OS XTor Lillqvist1-0/+27
2013-08-25TypoTor Lillqvist1-2/+2
2013-08-25More work on a sandboxed LibreOffice on OS XTor Lillqvist3-15/+50
2013-08-25Switch from OSL_TRACE to SAL_INFO()Tor Lillqvist1-52/+27
2013-08-25Do more syscalls using a security scope bookmark on OS X when sandboxedTor Lillqvist5-62/+144
2013-08-24A slash is a slash, a dot is a dotTor Lillqvist1-25/+21
2013-08-24Bin "temporary hack" code that has been commented-out since 2002Tor Lillqvist1-10/+0
2013-08-24Simplify osl_getSystemPathFromFileURL_Ex()Tor Lillqvist4-18/+11
2013-08-24Remove function that has been commented-out since 2000Tor Lillqvist1-33/+0
2013-08-24Cleanup some weird or inconsistent indentaion and bin some pointless commentsTor Lillqvist12-742/+400
2013-08-24Bin line of code commented out since 2009Tor Lillqvist1-1/+0
2013-08-23Bypass the alias resolving completely when sandboxedTor Lillqvist1-6/+7
2013-08-23Make our File>Recent Documents work better when sandboxedTor Lillqvist2-4/+49
2013-08-23fix hex escape sequenceCaolán McNamara1-48/+48
2013-08-22Various undefined behavior involving signed integersStephan Bergmann1-25/+26
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-4/+4
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2-2/+4
2013-08-20rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann2-13/+35
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini2-35/+13
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-2/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-0/+9
2013-08-18Bypass the O_NONBLOCK resetting for now when sandboxed on OS XTor Lillqvist1-1/+3
2013-08-15Mark as constTakeshi Abe2-9/+9
2013-08-08Add SDT probes for interning rtl_uStrings.Mark Wielaard2-0/+13
2013-08-03Add SDT probes for RTL_LOG_STRING_NEW/DELETE.Mark Wielaard4-4/+29
2013-08-02CFErrorRef is apparently not always initialized by the calleeNorbert Thiebaud1-2/+5
2013-08-02No self-execing when HAVE_FEATURE_MACOSX_SANDBOX so no need to close fdsTor Lillqvist1-7/+9
2013-08-01Mark as constTakeshi Abe1-3/+3
2013-07-31Fix memory leak in osl_getSystemPathFromFileURL.Mark Wielaard1-1/+2
2013-07-30Be a bit more lax when resolving bookmarks when sandboxedTor Lillqvist1-0/+14
2013-07-29Avoid crash on OS X: guarded fd exceptionTor Lillqvist1-1/+4
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-8/+4
2013-07-22Fix file_path_helper FPH_LOCAL_DIR_ENTRY.Mark Wielaard1-1/+1
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard3-9/+27
2013-07-11Uknown -> UnknownCaolán McNamara1-1/+1
2013-07-06Don't use mach_absolute_time(), it gives time since bootTor Lillqvist1-17/+31
2013-07-05janitorial / stylisticLionel Elie Mamane1-2/+2
2013-07-05API change: osl/time.h take const pointers where appropriateLionel Elie Mamane2-8/+8
2013-07-05API change: oslDateTime signed yearLionel Elie Mamane1-4/+1
2013-07-05sal: add ERROR_SHARING_VIOLATION to win32 error tableMichael Stahl1-0/+1
2013-07-01Mark as constTakeshi Abe1-6/+6
2013-06-27Translate German comments.Chris Hoppe1-5/+5
2013-06-25coverity #982634 and 5 other : Intentional fallthrough in casesNorbert Thiebaud1-0/+8
2013-06-25coverity : #984128 and 21 others : Uninitialized scalar fieldNorbert Thiebaud1-0/+72