|
|
@3666
|
17 years |
vboxsync |
replace underscore symbols in Devices/
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2904
|
18 years |
vboxsync |
VMSetError without traling \n
|
|
|
@2477
|
18 years |
vboxsync |
export
|
|
|
@2475
|
18 years |
vboxsync |
Makefile.kmk -> Makefile.kup
|
|
|
@2052
|
18 years |
vboxsync |
Make named pipe destruction independent of driver destruction order.
|
|
|
@2051
|
18 years |
vboxsync |
Comment cleanup.
|
|
|
@1884
|
18 years |
vboxsync |
warning
|
|
|
@1803
|
18 years |
vboxsync |
Mark thread NamedPipe listen thread as waitable, so that waiting for …
|
|
|
@1778
|
18 years |
vboxsync |
Clean up listen thread properly.
|
|
|
@1777
|
18 years |
vboxsync |
correction
|
|
|
@1776
|
18 years |
vboxsync |
Shutdown fix
|
|
|
@1775
|
18 years |
vboxsync |
shutdown change
|
|
|
@1765
|
18 years |
vboxsync |
Doesn't work.
|
|
|
@1764
|
18 years |
vboxsync |
Detach named pipe driver.
|
|
|
@1761
|
18 years |
vboxsync |
removed todo
|
|
|
@1760
|
18 years |
vboxsync |
Updates
|
|
|
@1759
|
18 years |
vboxsync |
Removed assertion and break out of receive loop in case of errors.
|
|
|
@1758
|
18 years |
vboxsync |
Another attempt at proper shutdown.
|
|
|
@1756
|
18 years |
vboxsync |
Read fix.
|
|
|
@1755
|
18 years |
vboxsync |
updated logging
|
|
|
@1754
|
18 years |
vboxsync |
Oops
|
|
|
@1753
|
18 years |
vboxsync |
Added statistics
|
|
|
@1752
|
18 years |
vboxsync |
Shutdown fix
|
|
|
@1751
|
18 years |
vboxsync |
Logging update
|
|
|
@1750
|
18 years |
vboxsync |
Extra check for busy read
|
|
|
@1749
|
18 years |
vboxsync |
|
|
|
@1748
|
18 years |
vboxsync |
alignment
|
|
|
@1746
|
18 years |
vboxsync |
another attempt
|
|
|
@1745
|
18 years |
vboxsync |
another attempt
|
|
|
@1744
|
18 years |
vboxsync |
attempt to fix 64-bit-builds
|
|
|
@1741
|
18 years |
vboxsync |
Use a seperate thread for writing.
|
|
|
@1738
|
18 years |
vboxsync |
Clean up properly.
|
|
|
@1736
|
18 years |
vboxsync |
Property cleanup (and reexport serial device).
|
|
|
@1734
|
18 years |
vboxsync |
Skip write in case of an error.
|
|
|
@1732
|
18 years |
vboxsync |
Shutdown fixes.
|
|
|
@1723
|
18 years |
vboxsync |
Serial device:
- Renamed file & cleaned up
- Enabled GC & R0 IO port …
|
|
|
@1722
|
18 years |
vboxsync |
r=bird: excellent.
|
|
|
@1712
|
18 years |
vboxsync |
Cleaned up a bit.
|
|
|
@1680
|
18 years |
vboxsync |
eol-style
|
|
|
@1679
|
18 years |
vboxsync |
Cleaned it up.
|
|
|
@1678
|
18 years |
vboxsync |
Lost connection case.
|
|
|
@1677
|
18 years |
vboxsync |
Don't pass back VERR_BROKEN_PIPE to upper layers.
|
|
|
@1676
|
18 years |
vboxsync |
Removed shutdown detection
|
|
|
@1675
|
18 years |
vboxsync |
Disconnect client after detecting a broken pipe
|
|
|
@1674
|
18 years |
vboxsync |
Sleep a bit after detecting the client is still connected.
|
|
|
@1673
|
18 years |
vboxsync |
Update
|
|
|
@1671
|
18 years |
vboxsync |
Correction
|
|
|
@1670
|
18 years |
vboxsync |
Bugfix
|
|
|
@1669
|
18 years |
vboxsync |
Don't use auto-reset event semaphores.
|
|
|
@1668
|
18 years |
vboxsync |
Use overlapped option for ConnectNamedPipe too.
|
|
|
@1665
|
18 years |
vboxsync |
Compile fix
|
|
|
@1664
|
18 years |
vboxsync |
Another fix
|
|
|
@1663
|
18 years |
vboxsync |
Some shutdown fixes. (not well done)
|
|
|
@1662
|
18 years |
vboxsync |
Made writes blocking again.
|
|
|
@1661
|
18 years |
vboxsync |
More fixes
|
|
|
@1659
|
18 years |
vboxsync |
Argh
|
|
|
@1657
|
18 years |
vboxsync |
Test
|
|
|
@1656
|
18 years |
vboxsync |
Comment added
|
|
|
@1655
|
18 years |
vboxsync |
Discard write if nobody is listening.
|
|
|
@1654
|
18 years |
vboxsync |
Wait a bit when nobody has connected yet.
|
|
|
@1653
|
18 years |
vboxsync |
More overlapped changes
|
|
|
@1652
|
18 years |
vboxsync |
Try it with overlapped writes then.
|
|
|
@1651
|
18 years |
vboxsync |
create the named pipe only once
|
|
|
@1647
|
18 years |
vboxsync |
So far unsuccessful attempts to make Windows named pipes work properly …
|
|
|
@1646
|
18 years |
vboxsync |
Converted from active waiting to RTThreadWait.
|
|
|
@1534
|
18 years |
vboxsync |
fix typo
|
|
|
@1533
|
18 years |
vboxsync |
Fix logging and error code handling.
|
|
|
@1512
|
18 years |
vboxsync |
export to OSE
|
|
|
@1476
|
18 years |
vboxsync |
First go at a serial port device with I/O hooked to named pipe/local …
|
|
|
@1031
|
18 years |
vboxsync |
fixed warnings
|
|
|
@1019
|
18 years |
vboxsync |
Converted serial card to PCI device
|
|
|
@61
|
18 years |
vboxsync |
Sync with qemu -- fixed sizeof(divider).
|
|
|
@1
|
55 years |
vboxsync |
import
|