52 Commits (e80d09aa17466c47291120a33e90c66a3abb631b)

Author SHA1 Message Date
orignal 02de91f7f2 use unique_ptr for socket in I2PTunnelConnection 9 years ago
orignal 76ad7f24ee access list for server tunnels 9 years ago
orignal fee68cf333 read optional destination port form config 9 years ago
orignal 09f1966e5f pass destination port to client tunnel 9 years ago
orignal c66ba370d5 bind streaming destination to port for server tunnel 9 years ago
orignal 52f806ff94 use shared_ptr for ClientDestination 9 years ago
orignal d1d6797d3e store LeaseSet as shared_ptr 10 years ago
orignal e82507ca4e call TCPIPAccetor::Start from I2PClientTunnel::Start 10 years ago
Francisco Blas (klondike) Izquierdo Riera 56014962d4 Make I2PClientTunnel use TCPIPAcceptor 10 years ago
Francisco Blas (klondike) Izquierdo Riera df3e8ce937 Move Stream creation to its own handler for cleanliness, it will hand over to a tunnel connection when done 10 years ago
Francisco Blas (klondike) Izquierdo Riera dd42819a2f Create I2Pservice as a way to integrate service management, hide unnecessary handlers 10 years ago
Francisco Blas (klondike) Izquierdo Riera 634718d6b4 Detect null stream on I2PConnect 10 years ago
Francisco Blas (klondike) Izquierdo Riera b88b04515e Remove unnecessary RemoteLeaseSet 10 years ago
Francisco Blas (klondike) Izquierdo Riera ba9a0c0b2e Fix strange indentation. 10 years ago
Francisco Blas (klondike) Izquierdo Riera 1ae55e5872 Use the new asynchronous API on I2PClientTunnel and clean up after ourselves 10 years ago
Francisco Blas (klondike) Izquierdo Riera 6489230e68 Simplify and merge the identHash caching codepath on I2PClientTunnel 10 years ago
Francisco Blas (klondike) Izquierdo Riera c05f411ba0 Fix a memory leak in ClientConnection 10 years ago
Francisco Blas (klondike) Izquierdo Riera ccb68088a8 Allow for I2PTunnels without LocalDestination 10 years ago
orignal 4d640dac2a always use destination's thread to avoid race conditions 10 years ago
orignal da01ea997d wait from LeaseSet request comlete 10 years ago
orignal 3547a4042c request and handle LeaseSets through local destination only 10 years ago
orignal 047a371050 send base64 adress from outbound non-quiet BOB connections 10 years ago
orignal 76478ceaa2 send recived data after address from BOB inbound connection 10 years ago
orignal 4e54fbec08 delete stream from inside 10 years ago
orignal 97656e7349 shared pointer for I2PTunnelConnection 10 years ago
orignal 4bd8b44ab2 shared pointers for streams 10 years ago
orignal af997473b2 moved AddressBook to ClientContext 10 years ago
orignal b11877d002 create streams through ClientDestination 10 years ago
orignal 4d97b0e206 moved StreamingDestination inside ClientDestination 10 years ago
orignal 14f4bb8656 use local destination function through ClientContext 10 years ago
orignal 89e5b56a19 introduced ClientContext 10 years ago
orignal 18d6a2c70e create/delete stream per destination only 10 years ago
orignal ecb1fd720d use ECDSA P256 for client I2P tunnels 10 years ago
orignal ef78533f16 fixed typo 10 years ago
orignal 3a3137f06b check for non-expired leases 10 years ago
orignal a046af1806 don't use netDb subcriptions anymore 10 years ago
orignal 9b2e275c45 try closest floodfills sequentially 10 years ago
orignal eff0e13f31 remote LeaseSets per local destination 10 years ago
orignal 82814dcc26 delete closed I2P tunnel connection 10 years ago
orignal 482fc0e8b1 split Streaming to stream and destination 10 years ago
orignal d5701bbd0e use own pool for request of destination of new I2P client tunnel 10 years ago
orignal 07654212f8 parse address in AddressBook 10 years ago
orignal ef2932a234 some cleanup 10 years ago
orignal 53a2a3eb46 specify separate local destination for client I2PTunnels 10 years ago
orignal 05148a2579 request LeaseSet through destination's tunnels 10 years ago
orignal 9e759a59a9 maintain connections list for I2PTunnel 10 years ago
orignal 6c510fadf4 server I2PTunnel 10 years ago
orignal fbe6c22884 close client socket if I2P gets closed 10 years ago
orignal fcb45a778b try to find destination at every connect attempt 10 years ago
orignal 7002d263ab initial connect of I2PTunnel 10 years ago