orignal
|
ac4c58bbe9
|
reload cerificate again after re-creation attempt
|
3 weeks ago |
orignal
|
23bac4a403
|
recreate certificate if invalid
|
3 weeks ago |
orignal
|
879d54fad4
|
replaced boost::date_time by functions from std
|
2 months ago |
orignal
|
217aa0c882
|
fixed #2038. don't add comma for missing param
|
8 months ago |
weko
|
710a35993d
|
change some log level to error back
|
2 years ago |
weko
|
354a04f0f6
|
Up level for some logs to critical
|
2 years ago |
orignal
|
36eddd48c3
|
move more handlers from I2PControl to I2PControlHandlers
|
2 years ago |
orignal
|
b4d73683d1
|
spilt to I2PControl and I2PControlHandlers
|
2 years ago |
R4SAS
|
6b4ffcff5a
|
cleanup code (spaces, tabs)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
orignal
|
843a968959
|
integer uptime
|
3 years ago |
R4SAS
|
edc0162163
|
clean line trailing spaces and tabs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
3 years ago |
R4SAS
|
94661f697b
|
[log] update log messages (closes #1693)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
3 years ago |
orignal
|
35ba16ff3b
|
fixed #1665. cast to int64_t
|
3 years ago |
R4SAS
|
c359c6e634
|
update config file example, add v6 status to windows daemon window, code cleanup
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
4 years ago |
orignal
|
4018cf9d76
|
SAM single and master sessions
|
4 years ago |
R4SAS
|
3100d4f902
|
move thread naming to util
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
4 years ago |
R4SAS
|
36473e3889
|
add naming to threads
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
4 years ago |
orignal
|
335f9394a5
|
drop gcc 4.7 support
|
4 years ago |
R4SAS
|
8bae4975fb
|
add copyright headers
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
5 years ago |
R4SAS
|
7a5146ea74
|
fix code syle(spaces->tabs, tabulations)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
5 years ago |
orignal
|
50450923df
|
don't add extra , to result string
|
5 years ago |
Rosen Penev
|
90f2b2d249
|
Fix compilation without deprecated OpenSSL APIs
|
6 years ago |
Jeff Becker
|
4643c92d33
|
Initial SAM cleanup
|
7 years ago |
l-n-s
|
2661db23f6
|
I2PControl: fix indentation
|
7 years ago |
l-n-s
|
12292afdec
|
I2PControl: s/remote_endpoint/peer
|
7 years ago |
l-n-s
|
21545ab7da
|
I2PControl: add new method ClientServicesInfo
|
7 years ago |
yangfl
|
50ba52756f
|
fix mixing tabs and spaces
|
7 years ago |
yangfl
|
46f62e1af9
|
remove trailing whitespaces
|
7 years ago |
Dmitry Marakasov
|
0f2d2156e6
|
Don't use deprecated boost::asio::ssl::context ctor
This was removed in boost 1.66, in prior versions the service
argument was not used
|
7 years ago |
NeverExist
|
0f0fb266c7
|
Fix deformed json result with an extra comma
{"id":1,"result":{"i2p.router.net.bw.in":48,"i2p.router.net.bw.out":48,},"jsonrpc":"2.0"}
You can see there is an extra comma behind the number 48.
|
7 years ago |
Jeff Becker
|
e238f7ed37
|
NetDb.h -> NetDb.hpp for case insensative file systems clashing with libc's netdb.h
|
8 years ago |
Jeff Becker
|
4cc3b7f9fb
|
restructure build to separate the 3 main components into 3 subdirectories
libi2pd for core libs
libi2pd_client for i2pd client libs
daemon for i2pd daemon libs
|
8 years ago |
orignal
|
0b46495afd
|
i2p.router.net.tunnels.successrate
|
8 years ago |
orignal
|
28cf450bfa
|
show status of shared local destination
|
8 years ago |
orignal
|
aa86593702
|
send correct response if JSON parse error
|
8 years ago |
orignal
|
faa368cc07
|
show if router is connected in i2p.router.status
|
8 years ago |
orignal
|
fde1c08945
|
change country code to A1
|
8 years ago |
orignal
|
417eb56a9b
|
rollback to 2.6.0
|
8 years ago |
Jeff Becker
|
f1eea6a0bf
|
fix i2pcontrol bugs
|
8 years ago |
Jeff Becker
|
84ca992e91
|
Revert "Unused parameter warnings removal"
This reverts commit 5350078543 .
|
8 years ago |
brain5lug
|
5350078543
|
Unused parameter warnings removal
|
8 years ago |
brain5lug
|
b8ec63cf8c
|
copy ellimination for ranges #part1
|
8 years ago |
orignal
|
725f939f35
|
fixed VS build error
|
8 years ago |
hagen
|
2d252e6459
|
* HTTP.cpp : rename method
|
8 years ago |
orignal
|
756e86662b
|
fixed android build
|
9 years ago |
orignal
|
a5be4c9d0e
|
moved std::to_string to util.h from android
|
9 years ago |
anon5
|
58b058ab3a
|
.apk builds. untested
|
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 |