Aliaksandr Valialkin
|
6723a2a0fc
|
fasthttputil: renamed files: pipe -> pipeconns
|
2016-02-05 16:41:32 +02:00 |
|
Aliaksandr Valialkin
|
8c32cc0674
|
Fixed golint warnings
|
2016-02-05 13:53:53 +02:00 |
|
Aliaksandr Valialkin
|
08aecdd0f4
|
fasthttputil: pre-allocate memory in newly created byteBuffer
|
2016-02-04 19:48:52 +02:00 |
|
Aliaksandr Valialkin
|
26f2cab187
|
fasthttputil: pipe errors cleanup
|
2016-02-04 19:42:42 +02:00 |
|
Aliaksandr Valialkin
|
55b89a9a6a
|
fasthttputil: properly release pipeChan
|
2016-02-04 18:56:58 +02:00 |
|
Aliaksandr Valialkin
|
a9dcd0efd0
|
fasthttputil: added pipe tests
|
2016-02-04 16:29:26 +02:00 |
|
Aliaksandr Valialkin
|
7e6d951c69
|
fasthttputil: export PipeConns
|
2016-02-04 16:00:58 +02:00 |
|
Aliaksandr Valialkin
|
61b0c5e95f
|
InmemoryListener: added timing tests
|
2016-02-04 15:24:15 +02:00 |
|
Aliaksandr Valialkin
|
c86cfcea15
|
InmemoryListener: fixed races in pipe implementation
|
2016-02-04 15:22:44 +02:00 |
|
Aliaksandr Valialkin
|
8f1c8f7bbe
|
InmemoryListener: re-use byteBuffer channels
|
2016-02-04 14:30:09 +02:00 |
|
Aliaksandr Valialkin
|
484b819453
|
InmemoryListener: free remaining byte buffers after closing
|
2016-02-03 19:27:12 +02:00 |
|
Aliaksandr Valialkin
|
271c9c34c3
|
InmemoryListener: close only write end of the connection
|
2016-02-03 19:10:24 +02:00 |
|
Aliaksandr Valialkin
|
a8d8ecce47
|
InmemoryListener: allow multiple Write() calls without Read() calls
|
2016-02-03 19:03:42 +02:00 |
|
Aliaksandr Valialkin
|
548a76235d
|
Removed accidentally copy-n-pasted misleading documentation line from InmemoryListener.Close. Thanks to @Annonomus-Penguin for catching this.
|
2016-01-17 01:01:35 +02:00 |
|
Aliaksandr Valialkin
|
bdd5902714
|
Issue #36: added InmemoryListener, which may be used for writing client<->server tests and fast in-process client<->server communication
|
2016-01-11 15:35:45 +02:00 |
|