summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing break statementsTor Lillqvist2013-06-191-0/+3
* Delete unused sal testsDavid Ostrovsky2013-06-1912-10038/+0
* Don't use deprecated API for OS X alias resolvingTor Lillqvist2013-06-161-31/+43
* Indent macxp_resolveAlias() consistentlyTor Lillqvist2013-06-161-39/+39
* Introduce O[U]String::toUInt32Stephan Bergmann2013-06-133-27/+55
* mingw64: casting to pointer from narrower integer fixes in salFridrich Štrba2013-06-104-10/+10
* 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
* rewrite OUString test to not trigger literalalternative plugin warningsLuboš Luňák2013-05-311-8/+10
* 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
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-153-8/+8
* Fix syntax errorTor Lillqvist2013-05-141-1/+1
* Include PID and TID in SAL_DEBUG outputStephan Bergmann2013-05-141-53/+45
* clock_gettime requires -lrt at least on Fedora 18Stephan Bergmann2013-05-131-0/+1
* Use clock_gettime instead of gettimeofday to have more precise timeArnaud Versini2013-05-131-3/+19
* soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl2013-05-101-1/+2