index
:
delta/libnice.git
add-ci
latest-release
lock-addr-cache-in-udp-sink
master
msvc-build
passive-close-child
test-build-pages
wip/accept-turn-in-verify-remote-cand
wip/phab/T3557-non-unique-pair-foundations
gitlab.freedesktop.org: libnice/libnice.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udp
Commit message (
Expand
)
Author
Age
Files
Lines
*
use ERROR_CFLAGS in subdirectories
Dafydd Harries
2007-02-13
1
-1
/
+4
*
remove unused typedef of NiceUDPRecvFunc
Dafydd Harries
2007-02-12
1
-3
/
+0
*
mark more parameters as const char *
Dafydd Harries
2007-02-12
2
-2
/
+2
*
fix check of socket() return value
Dafydd Harries
2007-02-12
1
-1
/
+1
*
include udp-fake.h in udp-fake.c
Dafydd Harries
2007-02-12
1
-1
/
+1
*
udp/: add unused qualifier to various parameters
Dafydd Harries
2007-02-12
2
-3
/
+11
*
add const qualifier to various things
Dafydd Harries
2007-02-10
4
-5
/
+5
*
empty send queue on fake sockets when they're destroyed
Dafydd Harries
2007-02-05
1
-0
/
+10
*
tidy up udp-echo-server
Dafydd Harries
2007-02-05
1
-7
/
+13
*
add extra test for BSD sockets
Dafydd Harries
2007-02-05
2
-2
/
+48
*
make UDP code use NiceAddress instead of sockaddr_in
Dafydd Harries
2007-02-05
9
-87
/
+110
*
include common.mk in each Makefile.am
Dafydd Harries
2007-02-05
1
-0
/
+2
*
remove unused select stuff from udp/
Dafydd Harries
2007-02-04
3
-9
/
+0
*
add G_GNUC_WARN_UNUSED_RESULT to various functions
Dafydd Harries
2007-02-02
2
-1
/
+5
*
move udp/test.c -> udp/test-fake.c
Dafydd Harries
2007-02-02
2
-3
/
+3
*
make pkginclude_HEADERS declarations complete
Dafydd Harries
2007-02-02
1
-1
/
+1
*
add "nice" prefix to UDP code
Dafydd Harries
2007-02-01
9
-80
/
+80
*
rename udp_socket_manager_bsd_init -> udp_bsd_socket_manager_init for consist...
Dafydd Harries
2007-02-01
4
-4
/
+4
*
add more spaces to header files
Dafydd Harries
2007-02-01
2
-0
/
+5
*
name the BSD socket implementation of UDP sockets as such; tidy up header files
Dafydd Harries
2007-02-01
7
-35
/
+25
*
initialize address to 0 in UDP test
Dafydd Harries
2007-01-30
1
-1
/
+1
*
tidy up headers/#includes
Dafydd Harries
2007-01-29
3
-6
/
+25
*
factor out common link flags in makefiles
Dafydd Harries
2007-01-23
1
-3
/
+5
*
UDP: fix comment and move to header file
Dafydd Harries
2007-01-23
2
-4
/
+5
*
install agent/udp header files
Dafydd Harries
2007-01-23
1
-0
/
+2
*
fix fake UDP send, including 0-cleanliness
Dafydd Harries
2007-01-22
2
-7
/
+8
*
remove debug print
Dafydd Harries
2007-01-22
1
-1
/
+0
*
udp/Makefile.am: reformat
Dafydd Harries
2007-01-20
1
-2
/
+7
*
switch udp/ to building shared instead of static library
Dafydd Harries
2007-01-20
1
-5
/
+5
*
fake UDP: add comment
Dafydd Harries
2007-01-20
1
-0
/
+1
*
fake UDP: correctly initialize socket struct address
Dafydd Harries
2007-01-20
1
-1
/
+9
*
give UDPSocket an address instead of just a port
Dafydd Harries
2007-01-20
2
-5
/
+3
*
fake UDP: use recv pipe fd as socket fd
Dafydd Harries
2007-01-20
1
-0
/
+1
*
give fake UDP sockets individual send/recv queues
Dafydd Harries
2007-01-20
3
-45
/
+50
*
UDP test: initialize buffer to 0s
Dafydd Harries
2007-01-20
1
-0
/
+2
*
fake UDP: use pipe for recv queue so socket can be select()ed
Dafydd Harries
2007-01-20
1
-22
/
+28
*
fake UDP: simplify Packet struct
Dafydd Harries
2007-01-20
1
-6
/
+5
*
add fake UDP socket implementation
Dafydd Harries
2007-01-13
5
-2
/
+249
*
add private data pointers to UDP structs
Dafydd Harries
2007-01-13
1
-0
/
+2
*
UDP echo server: print error when binding to port failed
Dafydd Harries
2007-01-13
1
-1
/
+4
*
add wrappers for UDP vtable functions
Dafydd Harries
2007-01-11
4
-5
/
+76
*
udp.c: remove udp_ prefix from private function names.
Dafydd Harries
2007-01-11
1
-12
/
+12
*
fix chmod of test-echo.sh and include it in EXTRA_DIST
Dafydd Harries
2007-01-11
1
-1
/
+3
*
add UDP echo test script
Dafydd Harries
2007-01-11
2
-0
/
+12
*
add typedefs for UDP structs
Dafydd Harries
2007-01-11
4
-19
/
+23
*
make udp_socket_manager_close static
Dafydd Harries
2007-01-11
1
-1
/
+1
*
add close() function to UDP socket manager vtable
Dafydd Harries
2007-01-11
2
-4
/
+6
*
remove udp_socket_manager_deinit declaration
Dafydd Harries
2007-01-11
1
-3
/
+0
*
udp: pass socket manager to socket init function
Dafydd Harries
2007-01-11
4
-4
/
+8
*
udp client: free socket before exiting
Dafydd Harries
2007-01-09
1
-0
/
+1
[next]