Sign in
chromium
/
external
/
github.com
/
natefinch
/
npipe
/
HEAD
272c815
add deprecation warning
by Nate Finch
· 11 years ago
master
333564e
Make Listen exclusive for a given named pipe.
by Han-Wen Nienhuys
· 12 years ago
831feff
Merge pull request #2 from fuzzac/master
by Nate Finch
· 12 years ago
cd1ecdb
Fix event handle leak.
by unknown
· 12 years ago
13e887d
fix import broken in merge
by Nate Finch
· 12 years ago
3557f92
Merge pull request #1 from aeckleder/upstream
by Nate Finch
· 12 years ago
87630a9
Changes suggested in code review.
by Andreas Eckleder
· 12 years ago
6f8f23f
Make Go RPC work through a duplex npipe.
by Andreas Eckleder
· 12 years ago
c61ef76
Update README.md
by Nate Finch
· 12 years ago
8a1a015
Update README.md
by Nate Finch
· 12 years ago
357d10f
Add tests for listening on ips and connection to ip addresses
by Nate Finch
· 12 years ago
86db523
Merge branch 'master' of https://github.com/natefinch/npipe
by Nate Finch
· 12 years ago
748b104
Implemented dialtimeout and updated the tests
by Nate Finch
· 12 years ago
490ee91
Update LICENSE.txt
by Nate Finch
· 12 years ago
60c4364
update readme
by Nate Finch
· 12 years ago
cc96d21
Merge branch 'master' of https://github.com/natefinch/npipe
by Nate Finch
· 12 years ago
024d682
implement timeouts for reading and writing from the PipeConn. More tests.
by Nate Finch
· 12 years ago
763b322
Update README.md
by Nate Finch
· 12 years ago
f1b4c5f
Update README.md
by Nate Finch
· 12 years ago
e23fa3c
Missed a comment
by Nate Finch
· 12 years ago
fb0c42e
Added a PipeError class, since CreatePipe and WaitPipe return different errors for bad paths. Also added a test for bad listen addresses, and an example for listen
by Nate Finch
· 12 years ago
0e8ca2f
Merge branch 'master' of https://github.com/natefinch/npipe
by Nate Finch
· 12 years ago
e2f8cbb
use Go's os.File instead of handling the syscall.handle myself in PipeConn. Also fix incorrect use of t.Error, using t.Fatal instead
by Nate Finch
· 12 years ago
1115a7f
Update README.md
by Nate Finch
· 12 years ago
f24791d
add example, move the code around a bit to make the important stuff at the top
by Nate Finch
· 12 years ago
3ae54e2
Added some tests, filled out comments, fixed a potential bug in Dial
by Nate Finch
· 12 years ago
b52a553
add WaitNamedPipe method to account for multiple clients at once
by Nate Finch
· 12 years ago
7dcb7ef
Initial commit... pipes working in simple test cases
by Nate Finch
· 12 years ago
37c0d27
Initial commit
by Nate Finch
· 12 years ago