summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann2013-08-271-1/+2
* Use strncmp()Tor Lillqvist2013-08-261-2/+1
* Be careful not to access a string out of boundsTor Lillqvist2013-08-261-1/+2
* Fix "Save As" when sandboxed on OS XTor Lillqvist2013-08-251-0/+27
* TypoTor Lillqvist2013-08-251-2/+2
* More work on a sandboxed LibreOffice on OS XTor Lillqvist2013-08-253-15/+50
* Switch from OSL_TRACE to SAL_INFO()Tor Lillqvist2013-08-251-52/+27
* Do more syscalls using a security scope bookmark on OS X when sandboxedTor Lillqvist2013-08-255-62/+144
* A slash is a slash, a dot is a dotTor Lillqvist2013-08-241-25/+21
* Bin "temporary hack" code that has been commented-out since 2002Tor Lillqvist2013-08-241-10/+0
* Simplify osl_getSystemPathFromFileURL_Ex()Tor Lillqvist2013-08-244-18/+11
* Remove function that has been commented-out since 2000Tor Lillqvist2013-08-241-33/+0
* Cleanup some weird or inconsistent indentaion and bin some pointless commentsTor Lillqvist2013-08-2412-742/+400
* Bin line of code commented out since 2009Tor Lillqvist2013-08-241-1/+0
* Bypass the alias resolving completely when sandboxedTor Lillqvist2013-08-231-6/+7
* Make our File>Recent Documents work better when sandboxedTor Lillqvist2013-08-232-4/+49
* fix hex escape sequenceCaolán McNamara2013-08-231-48/+48
* Various undefined behavior involving signed integersStephan Bergmann2013-08-221-25/+26
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-4/+4
* osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2013-08-212-2/+4
* rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann2013-08-202-13/+35
* Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini2013-08-192-35/+13
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-2/+2
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-181-0/+9
* Bypass the O_NONBLOCK resetting for now when sandboxed on OS XTor Lillqvist2013-08-181-1/+3
* Mark as constTakeshi Abe2013-08-152-9/+9
* Add SDT probes for interning rtl_uStrings.Mark Wielaard2013-08-082-0/+13
* Add SDT probes for RTL_LOG_STRING_NEW/DELETE.Mark Wielaard2013-08-034-4/+29
* 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
* Mark as constTakeshi Abe2013-08-011-3/+3
* 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-173-9/+27
* 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
* Mark as constTakeshi Abe2013-07-011-6/+6
* Translate German comments.Chris Hoppe2013-06-271-5/+5
* coverity #982634 and 5 other : Intentional fallthrough in casesNorbert Thiebaud2013-06-251-0/+8
* coverity : #984128 and 21 others : Uninitialized scalar fieldNorbert Thiebaud2013-06-251-0/+72
* coverity#706154 : Destination buffer too smallNorbert Thiebaud2013-06-241-18/+52
* Fix warning: Value stored is never readTor Lillqvist2013-06-191-2/+2
* Fix warning: Value stored to 'eEncoding' is never readTor Lillqvist2013-06-191-1/+0