Commit graph

56 commits

Author SHA1 Message Date
orignal 3907b4101a include openssl through OPENSSL macro 2016-05-11 15:12:38 -04:00
orignal ca36a6fe41 update our IP after signture verification 2016-05-10 15:55:48 -04:00
orignal 3dbab68f17 don't send own RouterInfo twice 2016-03-18 22:53:03 -04:00
orignal 9d6d1825c7 pass flag to SSU header 2016-02-25 18:40:40 -05:00
orignal 1a4923cdce don't request relayTag if we are reachable 2016-02-25 15:57:58 -05:00
orignal 7726705b5c process request relay tag extended SSU option 2016-02-23 12:16:53 -05:00
orignal c053bebccd reduced numeber of error messages 2016-01-27 21:54:42 -05:00
hagen 05043f30dc * tune logs 2016-01-18 09:02:34 +00:00
orignal 595b2619fd fixed misalignment for timestamp 2016-01-09 19:24:52 -05:00
hagen facc5f8aa7 * sane log messages: SSUSession.cpp 2015-12-21 03:00:11 +00:00
orignal c36a810bcb ignore extended options for SessionCreated and SessionConfirmed 2015-12-18 11:52:44 -05:00
orignal 6096d572f3 handle RelayResponse 2015-12-09 22:17:43 -05:00
orignal da8a6a4c2b make sure to use ipv4 introducers only 2015-12-01 09:21:02 -05:00
orignal c5308e3f2f separate SSU sessions lists for V4 and V6 2015-11-30 15:53:07 -05:00
orignal 0a6d849435 pass shared_ptr to SendRelayIntro 2015-11-30 10:23:05 -05:00
orignal 302df75d83 skip extended options in SSU header 2015-11-16 13:27:27 -05:00
orignal 62cf83921b cumulative update from bitbucket 2015-11-03 09:15:49 -05:00
orignal 0c8fb376db some cleanup 2015-07-03 10:11:55 -04:00
orignal 206f094dd4 use shared_ptr for DeliverStatus 2015-06-24 10:45:58 -04:00
orignal 3a63f6775a pass I2NP message to transport session as shared_ptr 2015-06-17 10:47:26 -04:00
orignal 92bd29ebf1 delete trailing paddings of SSU packtes 2015-03-30 13:10:36 -04:00
orignal d226a4a0b7 store session with Alice with PeerTest 2015-03-26 16:10:52 -04:00
orignal c62659cdbc single buf for ProcessPeerTest 2015-03-26 15:05:52 -04:00
orignal 4831e9705c const buffer for ProcessPeerTest 2015-03-26 14:35:20 -04:00
orignal 6e9149afd4 fixed misalignment 2015-03-25 09:04:19 -04:00
orignal 647bb501d1 make sure packet size is multiple of 16 bytes 2015-03-18 13:30:38 -04:00
orignal 028e3a6c35 show total send/received bytes 2015-03-16 19:33:59 -04:00
orignal a72d7652af moved num sent/received bytes to TransportSession 2015-03-16 18:57:22 -04:00
orignal 57d4ccfdfd reduced memory usage 2015-03-12 11:43:36 -04:00
orignal 7949ffe41e fixed crash 2015-02-27 13:07:32 -05:00
orignal 30715c2512 firewall detection 2015-02-26 13:44:18 -05:00
orignal 51aea367c3 full implementation of peer test 2015-02-25 21:56:51 -05:00
orignal 34e31f3d78 PeerTest from Alice to Charlie 2015-02-25 16:39:48 -05:00
orignal e250628174 global peer tests 2015-02-25 15:26:06 -05:00
orignal eee968ce56 fixed incorrect instantiation in gcc 4.6 2015-02-24 22:17:46 -05:00
orignal e3190a4ca9 SSU data receive batching 2015-02-15 14:17:55 -05:00
orignal 923b64eb48 delete messages sent to disconnected session 2015-02-09 16:33:52 -05:00
orignal 23907e6cb1 don't look for session if a packet is from same endpoint as previous 2015-02-09 14:48:01 -05:00
orignal e5fdee272b clean obsolete SSU data 2015-02-08 08:50:05 -05:00
orignal a80e4ef0ea fixed memory leak 2015-02-07 17:58:29 -05:00
orignal ab0bd908ec fixed race condition 2015-02-07 15:25:06 -05:00
orignal 5730b15f01 fixed race condition 2015-02-06 20:53:48 -05:00
orignal 0518b08ca6 drop second incoming connection with same identity 2015-02-06 16:03:47 -05:00
orignal f846b87590 make sure DeliveryStatus and DatabseStore are sent first 2015-02-02 16:08:35 -05:00
orignal ea353ac3ba send batch of I2NP messages 2015-01-20 21:05:57 -05:00
orignal 98e930bd46 moved delayed queue to Peer 2015-01-13 22:19:13 -05:00
orignal d971dff593 introduced Peer 2015-01-12 22:53:35 -05:00
orignal a85cc6aa77 fixed race condition 2015-01-11 21:00:38 -05:00
Francisco Blas (klondike) Izquierdo Riera 84f7966a0b Fix even more alignment problems 2014-12-31 19:48:46 +01:00
Francisco Blas (klondike) Izquierdo Riera 700c53e60a Fix any remaning aliasing rules with propper memcpy wrappers 2014-12-30 15:37:24 +01:00