Simon Giesecke
|
e3c73d9881
|
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions
Solution: apply and check _lower_case naming style for private data members
|
2018-05-27 13:24:07 +02:00 |
|
sigiesec
|
41f459e1dc
|
Problem: formatting inconsistent
Solution: applied clang-format
|
2018-02-02 15:47:43 +01:00 |
|
Simon Giesecke
|
0897b3e07b
|
Problem: excessive memory allocations around blob_t (#2796)
* Problem: excessive memory allocations around blob_t
Solution: redefine blob_t as a custom type, and use reference/move
semantics where possible
|
2017-10-21 12:19:51 +01:00 |
|
Constantin Rack
|
022cf2aeaa
|
Problem: source code contains tabs
Solution: replace tabes with spaces
|
2016-09-17 08:44:00 +02:00 |
|
somdoron
|
55f0a5503e
|
problem: dgram is not enforcing two-part message
|
2016-05-16 12:18:36 +03:00 |
|
somdoron
|
eb80fa31ea
|
problem: dgram more out logic was incorrect
|
2016-05-16 12:07:07 +03:00 |
|
somdoron
|
47c0b6ec25
|
problem: dgram doesn't need to prefetch messages
|
2016-05-16 10:31:38 +03:00 |
|
somdoron
|
d791932635
|
problem: terminating conn doesn't make sense in disconnected protocol
|
2016-05-16 10:28:42 +03:00 |
|
Bitiquinho
|
8cd64b76e4
|
Adapt to new draft header. Rebase dgram socket on pair socket
|
2016-05-15 16:16:09 -03:00 |
|
Bitiquinho
|
977e700893
|
Fix Copyright range
|
2016-05-15 15:37:33 -03:00 |
|
Bitiquinho
|
365c8eda72
|
Add dgram_t class (based on stream socket and udp engine)
|
2016-05-15 15:35:35 -03:00 |
|