summaryrefslogtreecommitdiff
path: root/socket/pseudossl.c
Commit message (Expand)AuthorAgeFilesLines
* socket: Return early from socket functions if the socket is closedPhilip Withnall2014-09-021-0/+9
* Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui2014-05-171-0/+22
* Check real received size for pseuddossl handshakeYouness Alaoui2014-05-171-4/+5
* Factor out the add_to_be_sent into a helper API for socketsYouness Alaoui2014-05-151-72/+4
* Add support for MS Office Communicator pseudossl compatibilityYouness Alaoui2014-05-151-11/+74
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-3/+27
* Allow tcp-bsd to act as reliable or non reliable transport and fix is_reliabl...Youness Alaoui2014-05-151-3/+5
* Add a socket type for socket layerYouness Alaoui2014-05-151-0/+1
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-311-5/+9
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-311-11/+12
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-28/+50
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-12/+22
* Don't pass the agent to the socket layerOlivier Crête2011-09-201-1/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-9/+4
* no declarations after code.. this way it will build on windowsYouness Alaoui2009-01-081-1/+1
* return an error if we couldn't negociate the ssl handshakeYouness Alaoui2008-12-101-0/+1
* free the to_be_sent queue if we get closed and the queue is not emptyYouness Alaoui2008-12-101-1/+13
* use g_slice_new0 instead of g_slice_newYouness Alaoui2008-12-101-1/+1
* Socket layer refactorising and adding of tcp-bsd, pseudossl, and moved the tc...Youness Alaoui2008-12-081-0/+222