summaryrefslogtreecommitdiff
path: root/sal/osl/w32/pipe.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-24Kill Win9x codeTor Lillqvist1-222/+110
2010-12-06Replace all occured, occurance etc.feature/currency-64bitTakeshi Abe1-4/+4
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-0/+2
2010-02-25sb118: merged in DEV300_m72sb1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2010-01-14sb118: #i23307# do not return osl_Pipe_E_None from osl_getLastPipeError(0)sb1-1/+1
2008-04-10INTEGRATION: CWS changefileheader (1.19.268); FILE MERGEDRüdiger Timm1-24/+19
2006-06-20INTEGRATION: CWS warnings01 (1.17.184); FILE MERGEDJens-Heiner Rechtien1-6/+6
2005-09-08INTEGRATION: CWS ooo19126 (1.17.188); FILE MERGEDRüdiger Timm1-47/+21
2004-02-03INTEGRATION: CWS sal05 (1.16.156); FILE MERGEDJens-Heiner Rechtien1-3/+3
2002-07-01#100853# Despite WidechartoMultiByte on Windows 98 does not copy a terminatin...Hennes Rohling1-5/+5
2002-06-24#98191 Added Unicode wrapped pipe emulation codeHennes Rohling1-509/+60
2001-12-05#95615# Use CreateMutexA instead of CreateMutexW on Win9x to synchronize pipe...Hennes Rohling1-3/+16
2001-11-23#94789# Make pipe creation atomicHennes Rohling1-43/+63
2001-11-23#94789# Fixed buggy pipe connection handling for NTHennes Rohling1-37/+60
2001-10-19#93464#replaced wrongly used calloc with rtl_allocateZeroMemoryTino Rachui1-3/+4
2001-09-20#87539# To support multiple pipe connections we must distinguish between acce...Hennes Rohling1-16/+36
2001-07-24#90151# Fixed osl_closePipe() non-NT case.Stephan Bergmann1-8/+9
2001-07-19#89936# fixed refcounting bug for win98Stephan Schäfer1-2/+4
2001-07-09#89386#fixed memory leak in osl_createPipe, two strings (name,path) were allo...Tino Rachui1-3/+19
2001-06-26#88225# merge pipe race fix from udk208.dic1-16/+23
2001-04-27deprecated destroyPipe and copyPipe removedJörg Budischewski1-20/+3
2001-03-14made socket and pipe refcounted, added blocking read write methods, added dir...Jörg Budischewski1-256/+290
2001-03-09#84782# fix race between `osl_createPipe' and `osl_acceptPipe'.dic1-2/+5
2000-09-29Code cleanup.Martin Maher1-69/+2
2000-09-18initial importJens-Heiner Rechtien1-0/+1063