Francisco Blas (klondike) Izquierdo Riera
|
c1a29b08ac
|
Remove ClientContext.h dependency
|
2015-01-07 21:58:58 +01:00 |
|
orignal
|
75f6cc4319
|
Merge pull request #143 from klondi/i2pservice
I2pservice
|
2015-01-07 15:20:18 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
bcbe207515
|
Make HTTPProxy use SIGNING_KEY_TYPE_DSA_SHA1
|
2015-01-07 21:15:04 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
29039fd039
|
Merge with upstream
|
2015-01-07 20:47:47 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
90005c8237
|
Migrate to I2Pservice
|
2015-01-07 20:44:24 +01:00 |
|
orignal
|
cdc0aa658a
|
I2PControl added
|
2015-01-07 13:26:44 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
dd42819a2f
|
Create I2Pservice as a way to integrate service management, hide unnecessary handlers
|
2015-01-07 19:09:59 +01:00 |
|
orignal
|
88560d06a1
|
Merge pull request #141 from klondi/httpproxy
Force Connection: Close and allow http/1.1
|
2015-01-06 20:42:41 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
cb8a465605
|
Force Connection: Close and allow http/1.1
|
2015-01-07 02:40:57 +01:00 |
|
orignal
|
fe13a85c0f
|
read all available data from closed stream
|
2015-01-06 19:05:48 -05:00 |
|
orignal
|
89b6be91a3
|
Merge pull request #140 from klondi/httpproxy
Httpproxy
|
2015-01-06 19:00:41 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
6aca908462
|
Initial HTTPProxy support by simply transferring control to a tunnel
|
2015-01-07 00:15:54 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
634718d6b4
|
Detect null stream on I2PConnect
|
2015-01-07 00:15:54 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
2fca028161
|
Remove unnecessary header
|
2015-01-07 00:15:54 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
5e8d28abba
|
Reorder SOCKS headers for cleanness
|
2015-01-07 00:15:54 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
bc78460f63
|
Enter state BEFORE reading data to avoid race conditions
|
2015-01-07 00:15:54 +01:00 |
|
orignal
|
e228ba963d
|
Merge pull request #139 from iShift/patch-1
fix deps for ubuntu/debian
|
2015-01-06 16:00:47 -05:00 |
|
iShift
|
63927fc1fa
|
fix deps for ubuntu/debian
fix https://github.com/PrivacySolutions/i2pd/issues/137
|
2015-01-06 23:52:13 +03:00 |
|
orignal
|
cbcfe50eb5
|
Merge pull request #138 from klondi/master
Reintroduce Request verification, allow for extra data after connect request.
|
2015-01-06 12:51:25 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
7da95bd28a
|
Introduce missing call to request verification, so unknown address types and commands are handled properly, allow for extra socket data after the request for fast request sending, it will just be forwarded on I2PConnect
|
2015-01-06 18:49:00 +01:00 |
|
orignal
|
5444889715
|
Update version.h
Version updated
|
2015-01-06 07:52:36 -05:00 |
|
orignal
|
3e13a1feed
|
long ElGamal private key
|
2015-01-05 19:32:46 -05:00 |
|
orignal
|
7e4c416bc1
|
Merge pull request #136 from klondi/master
Improve SOCKS, handle .b32.i2p conversions into address book
|
2015-01-05 15:09:16 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
882b559d3a
|
Reduce the parsing to a single state machine, automatic removal of objects and destruction of sockets/streams
|
2015-01-05 20:17:07 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
610fd2ac67
|
Reduce memory usage a bit
|
2015-01-05 20:17:07 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
f383ebb718
|
Return adequate SOCKS replies
|
2015-01-05 20:17:07 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
cb94d43092
|
Use the address book for conversion into .b32.i2p
|
2015-01-05 20:17:07 +01:00 |
|
orignal
|
8812a45607
|
DatabaseLookup for RouterInfo
|
2015-01-04 17:25:16 -05:00 |
|
orignal
|
37a374000c
|
elimimated cast to ClearText
|
2015-01-04 09:33:19 -05:00 |
|
orignal
|
ac17f116be
|
Merge pull request #134 from klondi/httpproxy
More SOCKS Proxy cleanups
|
2015-01-03 23:14:38 -05:00 |
|
orignal
|
ecf709cbba
|
fill clear text buffer of BuildRequestRecord
|
2015-01-03 23:13:07 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
225aa7fa6a
|
Merge SOCKS4a and SOCKS5 request parsers, add stub support for SOCKS4 and IPv4 and IPv6 addresses on SOCKS5
|
2015-01-04 04:47:03 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
46b16237b6
|
Use enums instead of magic numbers on SOCKS
|
2015-01-04 04:47:03 +01:00 |
|
Mikal Villa
|
7a387b9a9f
|
Updating UPnP code for windows. (untested)
|
2015-01-04 00:06:43 +01:00 |
|
orignal
|
3c5e9ddd4e
|
eliminated cast to ecnryptted build record
|
2015-01-03 16:31:44 -05:00 |
|
orignal
|
02851d7587
|
Merge branch 'master' of https://github.com/PrivacySolutions/i2pd
|
2015-01-03 16:30:07 -05:00 |
|
orignal
|
1b3652e135
|
Merge pull request #133 from klondi/httpproxy
SOCKS5 support
|
2015-01-03 16:29:41 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
17ccaab792
|
Clean up SOCKS a bit
|
2015-01-03 22:18:05 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
c9576dcdbe
|
Add Initial SOCKS5 support
|
2015-01-03 22:10:03 +01:00 |
|
Mikal Villa
|
7acdc0a606
|
Libminiupnpc library support (v1.5 and v1.6), dynamic runtime linking.
|
2015-01-03 21:38:48 +01:00 |
|
Mikal Villa
|
f552f24e6e
|
Following BSD standards
|
2015-01-03 21:35:30 +01:00 |
|
Mikal Villa
|
79d13eb6cb
|
Fix Mac OSX build error.
|
2015-01-03 21:33:27 +01:00 |
|
orignal
|
41974b8c75
|
fixed race condition
|
2015-01-03 15:20:11 -05:00 |
|
orignal
|
729cc4330e
|
Merge pull request #132 from klondi/httpproxy
SOCKSProxy
|
2015-01-03 10:30:29 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
27d510d1b7
|
Handle port correctly
|
2015-01-03 16:16:27 +01:00 |
|
orignal
|
8a293f45fa
|
eliminated cast to BuildResponse Record
|
2015-01-03 09:47:24 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
44bc09b007
|
Rewrite SOCKS proxy parsing to allow for SOCKS5, also fix any remaining logs
|
2015-01-03 15:40:01 +01:00 |
|
orignal
|
b58d58ef29
|
Merge pull request #131 from klondi/httpproxy
Get SOCKS proxy back in working state
|
2015-01-03 08:03:28 -05:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
ba12331a11
|
Rewrite SOCKS proxy so it uses I2PTunnelConnection and I2PTunnel
|
2015-01-03 06:44:21 +01:00 |
|
Francisco Blas (klondike) Izquierdo Riera
|
b88b04515e
|
Remove unnecessary RemoteLeaseSet
|
2015-01-03 06:44:21 +01:00 |
|