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
/
socks5.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-02
socket: Return early from socket functions if the socket is closed
Philip Withnall
1
-0
/
+9
2014-09-02
socket: Fix return values of socket_send_messages in socks5.c
Philip Withnall
1
-2
/
+1
2014-05-17
Add a nice_socket_can_send and nice_socket_set_writable_callback APIs
Youness Alaoui
1
-0
/
+21
2014-05-15
Factor out the add_to_be_sent into a helper API for sockets
Youness Alaoui
1
-68
/
+5
2014-05-15
Add a nice_socket_send_reliable API for internal use.
Youness Alaoui
1
-4
/
+30
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
1
-1
/
+3
2014-05-15
Add a socket type for socket layer
Youness Alaoui
1
-0
/
+1
2014-01-31
Remove the "length" parameter from NiceOutputMessage
Olivier CrĂȘte
1
-4
/
+5
2014-01-31
Remove the "to" parameter from NiceOutputMessage
Olivier CrĂȘte
1
-11
/
+12
2014-01-31
socket: Add vectored I/O support for sending on sockets
Philip Withnall
1
-27
/
+47
2014-01-31
socket: Add vectored I/O support for receiving on sockets
Philip Withnall
1
-29
/
+59
2014-01-31
socket: Add missing switch cases
Philip Withnall
1
-0
/
+1
2013-12-18
Fix strict aliasing of sockaddr structures
Philip Withnall
1
-8
/
+13
2013-12-18
Fix variable shadowing
Philip Withnall
1
-2
/
+2
2012-02-13
Return real origin when using a proxy (fixes detecting TURN sockets)
Youness Alaoui
1
-6
/
+9
2010-05-19
Check for username/password lenght of socks5 proxy to avoid a buffer overflow
Youness Alaoui
1
-0
/
+8
2009-11-13
do not call memcpy if there is no copying to be done.. avoid a warning with c...
Youness Alaoui
1
-2
/
+4
2008-12-17
remove useless agent in socks5 proxy, fix copyright and return FALSE in send,...
Youness Alaoui
1
-10
/
+7
2008-12-10
Add support for SOCKS5 proxy servers
Youness Alaoui
1
-0
/
+427