index
:
~slomo/libnice
master
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udp
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-30
initialize address to 0 in UDP test
Dafydd Harries
1
-1
/
+1
2007-01-29
tidy up headers/#includes
Dafydd Harries
3
-6
/
+25
2007-01-23
factor out common link flags in makefiles
Dafydd Harries
1
-3
/
+5
2007-01-23
UDP: fix comment and move to header file
Dafydd Harries
2
-4
/
+5
2007-01-23
install agent/udp header files
Dafydd Harries
1
-0
/
+2
2007-01-22
fix fake UDP send, including 0-cleanliness
Dafydd Harries
2
-7
/
+8
2007-01-22
remove debug print
Dafydd Harries
1
-1
/
+0
2007-01-20
udp/Makefile.am: reformat
Dafydd Harries
1
-2
/
+7
2007-01-20
switch udp/ to building shared instead of static library
Dafydd Harries
1
-5
/
+5
2007-01-20
fake UDP: add comment
Dafydd Harries
1
-0
/
+1
2007-01-20
fake UDP: correctly initialize socket struct address
Dafydd Harries
1
-1
/
+9
2007-01-20
give UDPSocket an address instead of just a port
Dafydd Harries
2
-5
/
+3
2007-01-20
fake UDP: use recv pipe fd as socket fd
Dafydd Harries
1
-0
/
+1
2007-01-20
give fake UDP sockets individual send/recv queues
Dafydd Harries
3
-45
/
+50
2007-01-20
UDP test: initialize buffer to 0s
Dafydd Harries
1
-0
/
+2
2007-01-20
fake UDP: use pipe for recv queue so socket can be select()ed
Dafydd Harries
1
-22
/
+28
2007-01-20
fake UDP: simplify Packet struct
Dafydd Harries
1
-6
/
+5
2007-01-13
add fake UDP socket implementation
Dafydd Harries
5
-2
/
+249
2007-01-13
add private data pointers to UDP structs
Dafydd Harries
1
-0
/
+2
2007-01-13
UDP echo server: print error when binding to port failed
Dafydd Harries
1
-1
/
+4
2007-01-11
add wrappers for UDP vtable functions
Dafydd Harries
4
-5
/
+76
2007-01-11
udp.c: remove udp_ prefix from private function names.
Dafydd Harries
1
-12
/
+12
2007-01-11
fix chmod of test-echo.sh and include it in EXTRA_DIST
Dafydd Harries
1
-1
/
+3
2007-01-11
add UDP echo test script
Dafydd Harries
2
-0
/
+12
2007-01-11
add typedefs for UDP structs
Dafydd Harries
4
-19
/
+23
2007-01-11
make udp_socket_manager_close static
Dafydd Harries
1
-1
/
+1
2007-01-11
add close() function to UDP socket manager vtable
Dafydd Harries
2
-4
/
+6
2007-01-11
remove udp_socket_manager_deinit declaration
Dafydd Harries
1
-3
/
+0
2007-01-11
udp: pass socket manager to socket init function
Dafydd Harries
4
-4
/
+8
2007-01-09
udp client: free socket before exiting
Dafydd Harries
1
-0
/
+1
2007-01-08
add first sketch of UDP abstraction code
Dafydd Harries
5
-0
/
+241