hagen
f62d25fa5f
* Config.cpp : fix wrong group for options & code style
9 years ago
orignal
025eec1782
I2CP configuration
9 years ago
orignal
846ff46b2e
fixed build error
9 years ago
hagen
f9718bccb9
* update debian changelog ( closes #502 )
9 years ago
hagen
f66f4ffee6
* add generic changelog ( #502 )
9 years ago
hagen
a47417ff49
* I2PService.cpp: tune logs
9 years ago
hagen
c9836cf0f7
* fix doxygen warnings
9 years ago
hagen
289b679e3c
* add doxygen support
9 years ago
hagen
23e019ec83
* debian/i2pd.openrc (working version)
9 years ago
orignal
eeffcea69e
CreateSessionMessage
9 years ago
orignal
ae10793d0f
SendMessageMessage
9 years ago
orignal
a062bca431
CreateLeaseSetMessage
9 years ago
orignal
6a453bcc8a
check for null pointer
9 years ago
orignal
5a2c4919c6
close previous file first upon repon
9 years ago
orignal
09a80ed654
RequestVariableLeaseSetMessage
9 years ago
Jeff Becker
72e954b78f
Merge remote-tracking branch 'purple/openssl'
9 years ago
Jeff Becker
a1c27aed6a
Merge remote-tracking branch 'purple/master'
9 years ago
Jeff Becker
0b3a719a95
Merge branch 'master' of github.com:majestrate/i2pd
...
Fixed Conflicts:
SAM.cpp
9 years ago
orignal
6c9b4a8c5d
moved LeaseSet creating away from LeaseSetDestination
9 years ago
hagen
d9babda1b8
+ debian/i2pd.openrc (experimental)
9 years ago
hagen
ea8e1be294
* update default init-script : make --port optional
9 years ago
hagen
44eccd85fd
* HTTPServer.cpp :
...
* autorefresh for status page
* autoreturn to commands list
9 years ago
hagen
a62720b9d8
Merge branch 'new-proxy' into openssl
9 years ago
orignal
1a9422c3f9
send SetDateMessage
9 years ago
orignal
5e52b3609c
Merge pull request #503 from PurpleI2P/openssl
...
recent changes
9 years ago
orignal
8622385e88
I2CPDestination added
9 years ago
hagen
d0ffaab339
* HTTPProxy:
...
* use new http classes instead homemade parser
* proper error handling for "address not found", "addresshelper" and "not .i2p domain" cases
* use std::vector instead uint8_t[] for buffers
* general code cleanup
9 years ago
hagen
347157b999
* HTTPProxy.cpp : direct use of parsed url parts in CreateHTTPRequest()
9 years ago
hagen
a9f3235fd3
* HTTPProxy.cpp : unwrap HandleStreamRequestComplete()
9 years ago
hagen
4098a5c08e
* HTTPProxy.cpp : rename variable
9 years ago
hagen
dba7a2ee4f
* HTTPProxy.cpp : HandleJumpServices() -> ExtractAddressHelper()
9 years ago
hagen
a5f49550b3
* HTTPProxy.cpp : unwrap AsyncSockRead()
9 years ago
hagen
5c9a69e0e8
* drop boost_regex from build deps
9 years ago
hagen
2bf32fb3fa
* HTTPProxy.cpp : kill ExtractRequest(), drop boost::regex
9 years ago
hagen
0de1e2c6fc
* HTTPProxy.cpp : extract IsI2PAddress() from class and generalize
9 years ago
hagen
61868d97c4
* HTTPProxy.cpp : migrate HTTPRequestFailed(), RedirectToJumpService() to new http classes
9 years ago
hagen
c994c11d8c
* HTTPProxy.{cpp,h} : rename classes, drop typedef
9 years ago
orignal
5ad10955be
use m_Response field for HTTP proxy response
9 years ago
orignal
95f100f378
HTTP error message cleanup
9 years ago
orignal
3d6c93cd6b
moved transient encryption keys to LeaseSetDestination
9 years ago
orignal
fc25da37c5
removed GetPrivateKeys from LocalDestination
9 years ago
hagen
896bb2187e
* HTTPProxy.cpp : HTTPRequestFailed() now responds with error message
9 years ago
hagen
99398bf0da
* HTTPProxy.{cpp,h} : move & sort headers
9 years ago
hagen
827a54435d
* Tunnel.cpp : tune log messages
9 years ago
hagen
3c9459e489
* fix mistype in log message
9 years ago
hagen
9291f5c9c6
* I2PControl.cpp :
...
* unwrap big else {} block
* smaller try {} block, only for json parsing & request handling
* respond with valid error message on exception
9 years ago
hagen
0ab5f993c7
* I2PControl.cpp :
...
* use new http classes for parsing request
* implement correct reading rest of json data if HTTP/Content-length is used
* general cleanup
9 years ago
hagen
4f8db487e7
* I2PControl.{cpp,h} : add BuildErrorResponse()
9 years ago
hagen
0e1765e045
* I2PControl.cpp : SendResponse() third arg now std::string &
9 years ago
hagen
ebc411bbbd
* I2PControl.cpp :
...
* use new http classes for building HTTP response
* drop boost::lexical_cast & boost::local_time deps
9 years ago