Commit Graph

116 Commits (62cf83921bb009c2a86c4862b5722304712de4b2)

Author SHA1 Message Date
orignal 62cf83921b cumulative update from bitbucket 9 years ago
orignal bf14b7da9a move FillI2NPMessageHeader into I2NPMessage 9 years ago
orignal 047c6a93a3 don't copy transit DatabaseStore 9 years ago
orignal be1a4548e6 pass const I2NP message to HandleTunnelDataMsg 9 years ago
orignal d8cd2afd12 different input anf output I2NP message for tunnel encryption 9 years ago
orignal 2cbd6e85c6 use shared_ptr for garlic messages 9 years ago
orignal 1fc50a59f5 different in and out buffers for tunnel encryption 9 years ago
orignal 4ed7e29896 use shared_ptr for I2NP messages through tunnels 9 years ago
orignal 98c91a01e3 use shared_ptr for outbound tunnel build messages 9 years ago
orignal d65257c7b0 pass I2NP as shared_ptr to netDB 9 years ago
orignal 4c91d08cea pass TunnelConfig as shared_ptr 9 years ago
orignal 42d49bde86 handle tunnels quantity params 9 years ago
orignal 3987d5e5a0 recreate tunnel after 9.5 minutes 9 years ago
orignal 27bd193708 re-create tunnel before expiration 9 years ago
orignal 321dd252ea fixed crash if no routers available 9 years ago
orignal 1a440e3a83 count non-replied tunnel build requests 9 years ago
orignal fd3dab35cc collect and save participation agreed/declined stats 9 years ago
orignal d51b87e80a reduced memory usage 9 years ago
orignal 6f9d8ed01b show tunlel creation success ratio 9 years ago
orignal a3c1c314d0 don't insert same transit tunnel twice 9 years ago
orignal b9e3931e80 use shared_ptr for inbound tunnels 9 years ago
orignal feffbc9330 fixed typo 9 years ago
orignal b3e08b2cf4 shared_ptr for tunnels 9 years ago
orignal 4b094b2156 handle tunnel build messages in tunnels thread 9 years ago
orignal 562cdc12d1 check message type of follow on message 9 years ago
orignal 8f562215b0 separate inbound and outbound pending tunnels 9 years ago
orignal 82103e6a39 process TunnelGateway message in tunnel thread 9 years ago
orignal 0c73aff0a2 I2NPMessagesHandler 9 years ago
orignal 2ab0ff8aea TransitTunnelParticipant 9 years ago
orignal ec980edf56 don't look for tunnel again if tunnelID is the same as for previous message 10 years ago
orignal 89dead79c4 common HandleTunnelData for own and transit tunnels 10 years ago
orignal 74c89ce06e proper cleanup of pending tunnels 10 years ago
orignal 42354ee5d5 removed useless mutex lock 10 years ago
orignal ebb5c53c3a use shared_ptr for TunnelPool 10 years ago
orignal 912146b1c9 shutdown and graceful shutdown through I2PControl 10 years ago
orignal 37a374000c elimimated cast to ClearText 10 years ago
orignal ecf709cbba fill clear text buffer of BuildRequestRecord 10 years ago
orignal 3c5e9ddd4e eliminated cast to ecnryptted build record 10 years ago
orignal 8a293f45fa eliminated cast to BuildResponse Record 10 years ago
Francisco Blas (klondike) Izquierdo Riera 84f7966a0b Fix even more alignment problems 10 years ago
Francisco Blas (klondike) Izquierdo Riera 1636187e26 Avoid aliasing problems by using special buf endian handling functions wrapping memcpy 10 years ago
orignal f357a5864c pass local destination by pointer 10 years ago
orignal c8e34052a7 some cleanup 10 years ago
orignal 3ca560b895 different tunnel length for IB and OB 10 years ago
orignal 8a357ac46c store shared pointer to RI in tunnel config 10 years ago
orignal 0f4e4a7944 return shared_ptr to RI 10 years ago
orignal 7b768ccb26 moved transports to 'transport' namespace 10 years ago
orignal a0f43d9772 resuse instance of local destination upon restart 10 years ago
orignal 2ab597be20 detach tunnles from poll 10 years ago
orignal f34680134a fixed race condition 10 years ago