Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-14 | Added basic socks5 proxy support to TCP client. | irungentoo | |
2014-08-09 | Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions | pyruvate | |
2014-07-02 | Fixed const related warnings. | irungentoo | |
2014-05-15 | Exposed and tested disconnect notification TCP packets. | irungentoo | |
2014-05-14 | Added OOB packets to the TCP client and server. | irungentoo | |
2014-05-14 | Really fixed TCP_test. | irungentoo | |
2014-05-13 | Fixed TCP_test. | irungentoo | |
TCP_test now tests set_tcp_connection_number. | |||
2014-04-21 | Crypto related cleanups. | irungentoo | |
Moved Bunch of functions from net_crypto to crypto_core. decrypt_data_fast and decrypt_data_symmetric were the same thing therefore, removed decrypt_data_fast. Replaced all the crypto_secretbox_* defines with the equivalent crypto_box_* one. New define: crypto_box_KEYBYTES that is equal to crypto_box_BEFORENMBYTES. | |||
2014-04-14 | Added function to TCP client and some tests. | irungentoo | |
2014-04-12 | Pings and onion packets implemented in TCP_Client.c | irungentoo | |
Astyled one test and added a couple lines to another. | |||
2014-04-06 | Added TCP_client. | irungentoo | |
Some work done on the TCP part. | |||
2014-03-31 | tox_group_get_names now returns a list of name lengths along with the list ↵ | irungentoo | |
of names. TCP test now also tests pings. | |||
2014-03-29 | TCP server now has onion functionality. | irungentoo | |
All the IP/Port related structs now have __attribute__ ((__packed__)) | |||
2014-03-28 | TCP server almost ready. | irungentoo | |
2014-03-26 | TCP server testing in progress. | irungentoo | |
2014-03-14 | A bit of work done on the TCP relay server. | irungentoo | |