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
/
socket
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
udp-turn: Don't dereference priv before check that it's valid
Olivier Crête
1
-2
/
+2
2014-09-23
socket: Fix a leak on the slow TURN packet handling path
Philip Withnall
1
-0
/
+1
2014-09-02
socket: Return early from socket functions if the socket is closed
Philip Withnall
7
-0
/
+78
2014-09-02
socket: Fix return values of socket_send_messages in socks5.c
Philip Withnall
1
-2
/
+1
2014-08-21
socket: Gracefully return from send() if the socket is closed
Philip Withnall
1
-0
/
+4
2014-08-14
socket: Remove dead code
Philip Withnall
1
-3
/
+0
2014-07-25
Revert "agent: Separate reliability from ice-tcp vs ice-udp"
Olivier Crête
4
-17
/
+6
2014-07-22
Fix timer for TURN CreatePermission.
Youness Alaoui
1
-25
/
+31
2014-07-12
tcp-passive: Relay the tcp writable callback up
Olivier Crête
1
-9
/
+5
2014-07-07
socket: Avoid g_main_context_ref(NULL) calls using the default context
Philip Withnall
2
-0
/
+8
2014-05-17
agent: Separate reliability from ice-tcp vs ice-udp
Olivier Crête
4
-6
/
+17
2014-05-17
Add a nice_socket_can_send and nice_socket_set_writable_callback APIs
Youness Alaoui
12
-7
/
+248
2014-05-17
Change argument names for tcp-bsd
Youness Alaoui
2
-3
/
+3
2014-05-17
Set local address of TCP-BSD socket
Jakub Adam
2
-9
/
+9
2014-05-17
nice_tcp_bsd_socket_new: rename addr -> remote_addr
Jakub Adam
2
-5
/
+5
2014-05-17
Move the rfc4571 handling for OC2007 into udp-turn
Youness Alaoui
2
-19
/
+95
2014-05-17
Wrap socket_send in udp-turn to avoid if/else on reliable everywhere
Youness Alaoui
1
-38
/
+48
2014-05-17
Check real received size for pseuddossl handshake
Youness Alaoui
1
-4
/
+5
2014-05-17
Store connections in tcp-passive to allow sending
Youness Alaoui
1
-1
/
+40
2014-05-17
Add tcp-passive and tcp-active socket layers with unit test
Youness Alaoui
6
-0
/
+578
2014-05-15
Add a nice_socket_recv convenience function similar to nice_socket_send
Youness Alaoui
2
-1
/
+21
2014-05-15
Refactor tcp-bsd to ease integration of tcp-act/tcp-passive
Youness Alaoui
2
-26
/
+42
2014-05-15
Factor out the add_to_be_sent into a helper API for sockets
Youness Alaoui
7
-334
/
+337
2014-05-15
Do not allow message_offset to become negative when queuing messages
Youness Alaoui
1
-1
/
+4
2014-05-15
Rename turn files and API to be UDP specific
Youness Alaoui
6
-78
/
+78
2014-05-15
Add support for MS-TURN in tcp-turn
Youness Alaoui
1
-4
/
+75
2014-05-15
Add support for MS Office Communicator pseudossl compatibility
Youness Alaoui
2
-12
/
+90
2014-05-15
Add a nice_socket_send_reliable API for internal use.
Youness Alaoui
9
-57
/
+304
2014-05-15
turn: In case of error, don't just pass through the data, return an error
Youness Alaoui
1
-9
/
+10
2014-05-15
Return number of sent messages in socket_send_messages when an error happens ...
Youness Alaoui
4
-0
/
+8
2014-05-15
Fix return value of send_messages in socks5
Youness Alaoui
1
-2
/
+2
2014-05-15
Allow tcp-bsd to act as reliable or non reliable transport and fix is_reliabl...
Youness Alaoui
7
-10
/
+25
2014-05-15
Add a socket type for socket layer
Youness Alaoui
8
-2
/
+24
2014-05-02
stunmessage: Revert another function to use sockaddr
Olivier Crête
1
-2
/
+2
2014-04-28
Fix udp-turn returning wrong message length in socket_recv_messages.
Youness Alaoui
1
-1
/
+1
2014-04-23
Return the correct originating IP on TURN
Youness Alaoui
1
-0
/
+2
2014-04-08
tcp-bsd: Don't clear error that hasn't been set
Olivier Crête
1
-3
/
+2
2014-04-04
Fix TCP TURN for Google compatibility. Message length was sent uninitialized
Youness Alaoui
1
-0
/
+1
2014-04-04
Small cleaning of tcp-bsd.c
Youness Alaoui
1
-19
/
+21
2014-03-31
Rename variables that shadow global definitions
Olivier Crête
1
-2
/
+2
2014-03-31
stun: Use struct sockaddr_storage * for any pointer that we write to
Olivier Crête
1
-11
/
+11
2014-03-31
Don't mix gsize vs size_t, seems like they're not always the same size
Olivier Crête
1
-4
/
+4
2014-03-30
tcp-turn: Don't access output message after freeing it
Olivier Crête
1
-2
/
+3
2014-03-30
turn: Don't overwrite source, destroy it first
Olivier Crête
1
-0
/
+4
2014-03-30
turn: Don't access list node after freeing it
Olivier Crête
1
-0
/
+5
2014-03-30
turn: Put timeouts on the specific main context
Olivier Crête
1
-21
/
+32
2014-03-27
turn: Don't try to process empty messages
Olivier Crête
1
-0
/
+3
2014-03-27
tcp-bsd: Use default main context if none specified
Olivier Crête
1
-0
/
+2
2014-03-27
turn-tcp: Don't corrupt messages
Olivier Crête
1
-21
/
+13
2014-01-31
Remove the "length" parameter from NiceOutputMessage
Olivier Crête
7
-55
/
+57
[next]