summaryrefslogtreecommitdiff
path: root/sal/osl/w32/pipe.c
AgeCommit message (Expand)Author
2017-03-04Change sal/osl/w32/*.c -> *.cxxStephan Bergmann
2016-10-04clang-cl loplugin: salStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini
2012-02-18WaE: unused variable nPipesThomas Arnhold
2012-02-18WaE: unused variable EventThomas Arnhold
2011-01-24Kill Win9x codeTor Lillqvist
2010-12-06Replace all occured, occurance etc.Takeshi Abe
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-14sb118: #i23307# do not return osl_Pipe_E_None from osl_getLastPipeError(0)sb
2008-04-10INTEGRATION: CWS changefileheader (1.19.268); FILE MERGEDRüdiger Timm
2006-06-20INTEGRATION: CWS warnings01 (1.17.184); FILE MERGEDJens-Heiner Rechtien
2005-09-08INTEGRATION: CWS ooo19126 (1.17.188); FILE MERGEDRüdiger Timm
2004-02-03INTEGRATION: CWS sal05 (1.16.156); FILE MERGEDJens-Heiner Rechtien
2002-07-01#100853# Despite WidechartoMultiByte on Windows 98 does not copy a terminatin...Hennes Rohling
2002-06-24#98191 Added Unicode wrapped pipe emulation codeHennes Rohling
2001-12-05#95615# Use CreateMutexA instead of CreateMutexW on Win9x to synchronize pipe...Hennes Rohling
2001-11-23#94789# Make pipe creation atomicHennes Rohling
2001-11-23#94789# Fixed buggy pipe connection handling for NTHennes Rohling
2001-10-19#93464#replaced wrongly used calloc with rtl_allocateZeroMemoryTino Rachui
2001-09-20#87539# To support multiple pipe connections we must distinguish between acce...Hennes Rohling
2001-07-24#90151# Fixed osl_closePipe() non-NT case.Stephan Bergmann
2001-07-19#89936# fixed refcounting bug for win98Stephan Schäfer
2001-07-09#89386#fixed memory leak in osl_createPipe, two strings (name,path) were allo...Tino Rachui
2001-06-26#88225# merge pipe race fix from udk208.dic
2001-04-27deprecated destroyPipe and copyPipe removedJörg Budischewski
2001-03-14made socket and pipe refcounted, added blocking read write methods, added dir...Jörg Budischewski
2001-03-09#84782# fix race between `osl_createPipe' and `osl_acceptPipe'.dic
2000-09-29Code cleanup.Martin Maher
2000-09-18initial importJens-Heiner Rechtien