summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2014-01-13Handle osl_createThread failureStephan Bergmann
2014-01-10Use boolStephan Bergmann
2013-12-21Print file and not pointer value in SAL_INFOTor Lillqvist
2013-12-20typo fixesAndras Timar
2013-12-19Fix crash on AndroidTor Lillqvist
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-26No need for additional << overload hereStephan Bergmann
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-10Adapt to C90Stephan Bergmann
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl
2013-10-10Remove support for undocumented SOLAR_USER_RTL_TEXTENCODING env varStephan Bergmann
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl
2013-10-09Use SAL_WARN_IF() instead of assert() so that our Python unit tests don't failTor Lillqvist
2013-10-09Use assertions to ensure proper use of the osl command line arg APITor Lillqvist
2013-10-01sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPUMichael Stahl
2013-09-30API CHANGE: Remove osl_getEthernetAddress and osl/util.h .Arnaud Versini
2013-09-28General cleanup in sal module for all and unix.Arnaud Versini
2013-09-26malloc returns void*; must be cast to real ptr typeDavid Tardon
2013-09-17Revert "fix-linkoo.diff: Fix linkoo to work again."Matúš Kukan
2013-09-11CID#707531 silence coverityCaolán McNamara
2013-09-11typo fix: wether -> whetherAndras Timar
2013-09-07Remove confusing casts between synonymsLionel Elie Mamane
2013-09-03Don't compile all of the sal library as Objective-C++ on OS X after allTor 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-22Fix file_path_helper FPH_LOCAL_DIR_ENTRY.Mark Wielaard