summaryrefslogtreecommitdiff
path: root/sal/osl/unx/pipe.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-19pipe.c -> pipe.cxxStephan Bergmann1-612/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-1/+1
2014-06-17-Wstrict-prototypesStephan Bergmann1-1/+1
2014-06-12coverity#982462 Dereference after null checkCaolán McNamara1-7/+11
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-10/+0
2014-03-01fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz1-2/+10
2014-02-06coverity#705403 Argument cannot be negativeCaolán McNamara1-0/+5
2013-09-28General cleanup in sal module for all and unix.Arnaud Versini1-25/+0
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud1-1/+1
2012-07-03coverity: ensure the string is null-terminatedDavid Tardon1-3/+3
2012-01-23android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks1-3/+39
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-8/+8
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-3/+1
2011-05-16make this more robustDavid Tardon1-10/+27
2011-04-14Fixed some false positives 'dead assignments' seen in CLang++Julien Chaffraix1-3/+1
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-1/+1
2011-01-13sb139: #i116447# osl_receivePipe triggers OSL_TRACE for non-error EOFsb1-1/+1
2010-12-06Replace all occured, occurance etc.Takeshi Abe1-4/+4
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-0/+2
2010-10-13Remove redundant #include, #define & commentsJ. Graeme Lingard1-5/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-10INTEGRATION: CWS changefileheader (1.19.268); FILE MERGEDRüdiger Timm1-23/+18
2006-06-20INTEGRATION: CWS warnings01 (1.17.294); FILE MERGEDJens-Heiner Rechtien1-8/+3
2005-09-08INTEGRATION: CWS ooo19126 (1.17.298); FILE MERGEDRüdiger Timm1-47/+21
2003-07-01INTEGRATION: CWS vcl14 (1.16.14); FILE MERGEDVladimir Glazounov1-5/+5
2003-06-12INTEGRATION: CWS mh11rc (1.15.32); FILE MERGEDVladimir Glazounov1-2/+6
2003-04-15INTEGRATION: CWS dbgmacros1 (1.14.80); FILE MERGEDVladimir Glazounov1-4/+4
2002-07-11#83752# If security handle is given umask is used for pipe filesHennes Rohling1-3/+8
2002-02-18#i3058# Fixed 'struct sockaddr_un' length computations (use 'sizeof()' instead).Matthias Huetsch1-10/+10
2001-05-29#87522# some additional tiding upJörg Budischewski1-17/+15
2001-05-28#87522# duplicate free on memory block fixedJörg Budischewski1-3/+2
2001-04-27deprecated osl_copyPipe and osl_destroyPipe removedJörg Budischewski1-19/+2
2001-03-30#85528# Fixed 'osl_acceptPipe()' to set FD_CLOEXEC flag on accepted pipe.Matthias Huetsch1-14/+22
2001-03-19chg. pParamPipeImp -> pPipeKurt Zenker1-4/+4
2001-03-14pipe+socket now refcounted, add blocking read/write access, removed osl_getIO...Jörg Budischewski1-149/+166
2001-02-26#84329# #83978# #82940# #84066#mfe1-36/+77
2001-02-19#84066# : shutdown before closemfe1-8/+12
2001-01-22#82940# : return from accept on close under Linuxmfe1-5/+10
2001-01-19#82940# : return from accept on close under Linuxmfe1-4/+33
2000-10-31access modemfe1-2/+10
2000-09-18initial importJens-Heiner Rechtien1-0/+530