Commit Graph

93 Commits (62cf83921bb009c2a86c4862b5722304712de4b2)

Author SHA1 Message Date
orignal 62cf83921b cumulative update from bitbucket 9 years ago
orignal e03f1597a0 don't send DatabaseStore until time sync complete 9 years ago
orignal 0c8fb376db some cleanup 9 years ago
orignal 9c9401ce2f use shared_ptr for all incoming I2NP messages 9 years ago
orignal 3a63f6775a pass I2NP message to transport session as shared_ptr 9 years ago
orignal b48682012d verify adler checksum 9 years ago
orignal 028e3a6c35 show total send/received bytes 9 years ago
orignal a72d7652af moved num sent/received bytes to TransportSession 9 years ago
orignal ad649aba48 reduce memory usage 9 years ago
orignal 57d4ccfdfd reduced memory usage 9 years ago
orignal 10b733d215 don't throw exception 9 years ago
orignal 3263f6fefc ban abusing ipv6 addresses 9 years ago
orignal 52f9d5f0aa ban abusing IPs 9 years ago
orignal 6783b22ad0 terminate non-responding NTCP sessions by timeout 9 years ago
orignal 923b64eb48 delete messages sent to disconnected session 9 years ago
orignal 7dd159add2 use 'available' method 9 years ago
orignal 1ad04bf8bf read more data from socket if available 9 years ago
orignal 5730b15f01 fixed race condition 9 years ago
orignal 8305fd5f82 check if connection to peer exists already 9 years ago
orignal 8e75d8c39a check accepted socket for error 9 years ago
orignal 6beb527058 teminate non-connected NTCP session 9 years ago
orignal 763547f465 fixed corrupted NTCP messages 9 years ago
orignal 0c73aff0a2 I2NPMessagesHandler 9 years ago
orignal 276d5097c1 fixed 'bad descriptor' exception 10 years ago
orignal e7f849184c some cleanup 10 years ago
orignal c61cd350ee send multiple messages though single write call 10 years ago
orignal ea353ac3ba send batch of I2NP messages 10 years ago
orignal f36229bd95 make sure DatabaseStore message is first 10 years ago
orignal 98e930bd46 moved delayed queue to Peer 10 years ago
orignal d971dff593 introduced Peer 10 years ago
orignal ff856d2f20 fixed race condition 10 years ago
orignal a85cc6aa77 fixed race condition 10 years ago
orignal 6683a9cf76 moved NTCP to separate thread 10 years ago
Francisco Blas (klondike) Izquierdo Riera 700c53e60a Fix any remaning aliasing rules with propper memcpy wrappers 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 5221e09b67 use VerifyDigest for verification 10 years ago
orignal 6153d799bc use shared pointer for NTCPSession 10 years ago
orignal 0ccb66476e moved NTCP client code to Transports 10 years ago
orignal 6c13ad78a5 eliminated NTCPServerConnection 10 years ago
orignal de14f8dcd7 handle Phase3 in two steps 10 years ago
orignal 1e81652a62 send Phase3 with proper identity 10 years ago
orignal f7ce86e0c4 pass tsA to SendPhase4 10 years ago
orignal 9eb5982ea3 use generic receive buffer for phase 4 10 years ago
orignal e0635548e9 handle EcDSA signatures 10 years ago
orignal 1c3f70056a use shared pointer of RI for transports 10 years ago
orignal faf1fe7a7c aligned AES keys 10 years ago
orignal a8acb8ebb4 fixed double deletion 10 years ago
orignal a3fd338fab pass our address as boost's address 10 years ago
orignal 7f93c680fd added missing line 10 years ago
orignal 659edf2590 common code for signing and verifing exchanged data 10 years ago