Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
2db6037ab12f18bc83a87d9b79c00eba08b495a1
/
src
/
transport
/
udp-transport.cpp
2db6037
files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054.
by Jeff Thompson
· 11 years ago
[Renamed from ndn-cpp/transport/udp-transport.cpp]
4affbf5
code style: Don't use std:: inside .cpp files.
by Jeff Thompson
· 11 years ago
25b4e61
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
by Jeff Thompson
· 11 years ago
97223af
globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it.
by Jeff Thompson
· 11 years ago
10ad12a
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
d1427fb
Cody style: Replace init with initialize.
by Jeff Thompson
· 11 years ago
10e3438
Change Transport connect to use the new ConnectionInfo object.
by Jeff Thompson
· 11 years ago
a405697
In Transport, added getIsConnected
by Jeff Thompson
· 11 years ago
bf50a1a
Added Node class, and move most functionality from Face to Node. Make connect take a Node, not a Face.
by Jeff Thompson
· 11 years ago
a00f4eb
In the destructor, free the memory allocated for elementReader_.partialData.
by Jeff Thompson
· 11 years ago
432c8be
Added support for processEvents to Transport and Face. Removed tempReceive.
by Jeff Thompson
· 11 years ago
94ddc27
To avoid warnings on some compilers added extra parens to if ((error = func()))
by Jeff Thompson
· 11 years ago
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
[Renamed (98%) from ndn-cpp/transport/UdpTransport.cpp]
5796388
Added Transport close method
by Jeff Thompson
· 11 years ago
b9e3c8e
Major update to rename NDN class to Face
by Jeff Thompson
· 11 years ago
f0fea00
Code style: Rename BinaryXML to BinaryXml
by Jeff Thompson
· 11 years ago
60eaae3
In send, use const unsigned char *
by Jeff Thompson
· 11 years ago
bc53c52
Added UdpTransport
by Jeff Thompson
· 11 years ago