Commit graph

48 commits

Author SHA1 Message Date
orignal 06c4aca490 always use shared_ptr for I2NPMessage 2015-11-24 13:09:12 -05:00
orignal 62cf83921b cumulative update from bitbucket 2015-11-03 09:15:49 -05:00
orignal 9c9401ce2f use shared_ptr for all incoming I2NP messages 2015-06-21 15:08:22 -04:00
orignal 3a63f6775a pass I2NP message to transport session as shared_ptr 2015-06-17 10:47:26 -04:00
orignal 2f9e510f4f check I2NP message size for saved fragments 2015-03-11 14:34:39 -04:00
orignal 1d7fd8ac96 reduce memory usage 2015-03-11 13:24:13 -04:00
orignal 08f5af68f0 reduce memory usage 2015-03-11 11:28:51 -04:00
orignal e3190a4ca9 SSU data receive batching 2015-02-15 14:17:55 -05:00
orignal e038467c89 unique_ptr for sent and incomplete messages 2015-02-14 22:24:10 -05:00
orignal 018daa8837 catch sendto exception 2015-02-14 17:23:15 -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 9b7820a09d clean obsolete SSU data 2015-02-08 09:15:13 -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 408a67f34f use unique_ptr for incomplete message 2015-02-05 12:13:37 -05:00
orignal 95dbc20350 log more disgnostics data 2015-02-02 20:15:49 -05:00
orignal f846b87590 make sure DeliveryStatus and DatabseStore are sent first 2015-02-02 16:08:35 -05:00
orignal 618abd6320 use unique_ptr for sent fragments 2015-01-30 20:30:39 -05:00
orignal 0b911a5caa use I2NPMessagesHandler for SSU 2015-01-29 22:35:57 -05:00
orignal 29d1aa0146 more fixes of misalignment 2015-01-01 23:00:33 -05:00
Francisco Blas (klondike) Izquierdo Riera 700c53e60a Fix any remaning aliasing rules with propper memcpy wrappers 2014-12-30 15:37:24 +01:00
Francisco Blas (klondike) Izquierdo Riera 1636187e26 Avoid aliasing problems by using special buf endian handling functions wrapping memcpy 2014-12-29 23:04:02 +01:00
orignal 95524c8db3 shared pointer for SSU 2014-11-24 12:26:11 -05:00
orignal 38b901484a check for SSU packet size 2014-11-03 10:15:01 -05:00
orignal d84a7ebc7e MTU for ipv6 2014-10-29 11:17:30 -04:00
orignal 1f69d1b890 different log levels 2014-10-28 17:55:58 -04:00
orignal 7b768ccb26 moved transports to 'transport' namespace 2014-10-21 12:25:53 -04:00
orignal 964e27bc15 don't handle same message twice 2014-09-29 20:08:26 -04:00
orignal 1441c1371b adjust MTU for incoming SSU sessions 2014-09-18 14:37:29 -04:00
orignal 37e4bc8e5b check MTU of remote router 2014-09-14 17:54:55 -04:00
orignal c0a70faab3 SSU packet size 2014-09-14 12:39:56 -04:00
orignal 42dd8dd72e fixed buffer overflow 2014-09-14 11:54:18 -04:00
orignal 5ea3e70c3a proper bitfields order 2014-09-12 12:20:17 -04:00
orignal 6dbf8d1457 don't save received IV 2014-07-21 22:13:57 -04:00
orignal d7bcaaa3f7 resend 2014-07-20 10:38:39 -04:00
orignal 541a49c359 fixed memory leak 2014-07-19 18:53:02 -04:00
orignal 05d869254d process extended data 2014-07-17 15:22:32 -04:00
orignal 275155998f handle individaul bitfields ack 2014-07-17 15:00:33 -04:00
orignal 2f601ce02f send ack per fragment. temporary disble check for duplicated through IV 2014-07-15 14:49:54 -04:00
orignal 05a96fd398 fixed memory leak 2014-07-15 08:03:45 -04:00
orignal 999abd517c save out-of-sequence fragments 2014-07-14 22:06:58 -04:00
orignal 226ef77927 fixed memory leak 2014-07-06 17:48:16 -04:00
orignal 99b818ad15 don't print duplicate acks 2014-06-12 21:01:04 -04:00
orignal fccb13cedd store sent messages until ack-ed 2014-06-12 11:14:22 -04:00
orignal 165a079928 moved sending acks to SSUData 2014-06-10 11:19:31 -04:00
orignal 7bb5054644 moved sending I2NP messages to SSUData 2014-06-10 10:39:29 -04:00
orignal 44bba19283 fixed memory leak 2014-05-04 18:57:26 -04:00
orignal 9ec671ba69 split SSU to SSU and SSUData 2014-04-22 11:39:26 -04:00