summaryrefslogtreecommitdiff
path: root/udp
AgeCommit message (Expand)AuthorFilesLines
2007-01-30initialize address to 0 in UDP testDafydd Harries1-1/+1
2007-01-29tidy up headers/#includesDafydd Harries3-6/+25
2007-01-23factor out common link flags in makefilesDafydd Harries1-3/+5
2007-01-23UDP: fix comment and move to header fileDafydd Harries2-4/+5
2007-01-23install agent/udp header filesDafydd Harries1-0/+2
2007-01-22fix fake UDP send, including 0-cleanlinessDafydd Harries2-7/+8
2007-01-22remove debug printDafydd Harries1-1/+0
2007-01-20udp/Makefile.am: reformatDafydd Harries1-2/+7
2007-01-20switch udp/ to building shared instead of static libraryDafydd Harries1-5/+5
2007-01-20fake UDP: add commentDafydd Harries1-0/+1
2007-01-20fake UDP: correctly initialize socket struct addressDafydd Harries1-1/+9
2007-01-20give UDPSocket an address instead of just a portDafydd Harries2-5/+3
2007-01-20fake UDP: use recv pipe fd as socket fdDafydd Harries1-0/+1
2007-01-20give fake UDP sockets individual send/recv queuesDafydd Harries3-45/+50
2007-01-20UDP test: initialize buffer to 0sDafydd Harries1-0/+2
2007-01-20fake UDP: use pipe for recv queue so socket can be select()edDafydd Harries1-22/+28
2007-01-20fake UDP: simplify Packet structDafydd Harries1-6/+5
2007-01-13add fake UDP socket implementationDafydd Harries5-2/+249
2007-01-13add private data pointers to UDP structsDafydd Harries1-0/+2
2007-01-13UDP echo server: print error when binding to port failedDafydd Harries1-1/+4
2007-01-11add wrappers for UDP vtable functionsDafydd Harries4-5/+76
2007-01-11udp.c: remove udp_ prefix from private function names.Dafydd Harries1-12/+12
2007-01-11fix chmod of test-echo.sh and include it in EXTRA_DISTDafydd Harries1-1/+3
2007-01-11add UDP echo test scriptDafydd Harries2-0/+12
2007-01-11add typedefs for UDP structsDafydd Harries4-19/+23
2007-01-11make udp_socket_manager_close staticDafydd Harries1-1/+1
2007-01-11add close() function to UDP socket manager vtableDafydd Harries2-4/+6
2007-01-11remove udp_socket_manager_deinit declarationDafydd Harries1-3/+0
2007-01-11udp: pass socket manager to socket init functionDafydd Harries4-4/+8
2007-01-09udp client: free socket before exitingDafydd Harries1-0/+1
2007-01-08add first sketch of UDP abstraction codeDafydd Harries5-0/+241