Commit Graph

39 Commits

Author SHA1 Message Date
orignal
a8a4ef82cd fixed android build 2016-10-26 16:19:32 -04:00
hagen
143aaa2d28 * util.h : drop i2p::util::lexical_cast(), not used anymore (#314) 2016-10-26 00:24:16 +00:00
hagen
b1aeae6772 * util.{cpp,h} : kill with fire i2p::util::http (#314, closes #432) 2016-07-27 13:10:29 +00:00
hagen
26be0c7c82 * move i2p::util::config::GetHost to RouterContext.cpp 2016-07-19 00:59:11 +00:00
Jeff Becker
3ad196c4c7
fix meshnet mode:
* don't default to ipv4 when creating router.info
* add i2p::util::config::GetHost for getting host to use from config
* proper check for no transports in Transports.cpp on startup
2016-07-14 09:23:33 -04:00
Jeff Becker
f88f68f248
Add bind to network interface option 2016-06-29 11:06:51 -04:00
orignal
a5be4c9d0e moved std::to_string to util.h from android 2016-06-14 11:55:44 -04:00
Jeff Becker
2373b94d3e
try fixing issue #482 2016-04-27 12:08:08 -04:00
hagen
55315fca80 Merge branch 'openssl' into new-fs
Conflicts:
	AddressBook.cpp
	NetDb.cpp
	filelist.mk
2016-02-20 00:59:48 +00:00
orignal
c5b6da7201 case-insensitive http responses 2016-02-19 10:04:52 -05:00
orignal
3053a9b6a0 enable i2p gzip compression 2016-02-18 20:35:14 -05:00
orignal
9a6d478eb1 handle compressed addressbook 2016-02-18 13:19:31 -05:00
hagen
4b84656133 * i2p::fs migration: drop unused code from util.* (#314) 2016-02-11 13:05:00 +00:00
hagen
1bcc311738 - drop i2p::util::config namespace : not used anymore 2016-01-20 11:30:09 +00:00
hagen
7565843fbe * move ReadConfigFile() : i2p::filesystem -> i2p::config * don't export i2p::config::mapArgs outside namespace 2016-01-18 09:05:03 +00:00
hagen
45d68d89a9 * clean outdated declaration 2016-01-18 09:03:35 +00:00
hagen
1d5194a138 * drop mapMultiArgs : it's not used anywhere 2016-01-18 09:03:06 +00:00
hagen
3badda95c1 * reseed now https only 2015-12-21 03:46:35 +00:00
Edward Tjörnhammar
4109ab1590 Make tunnels.cfg configurable 2015-11-20 13:59:00 +01:00
orignal
0d468a8f48 extract https content 2015-02-20 12:21:33 -05:00
Francisco Blas (klondike) Izquierdo Riera
1bbaa5ba22 URLdecode the base64 part of the key 2015-02-07 18:34:25 +01:00
orignal
afd69e4afd send if-none-match 2014-12-24 09:45:25 -05:00
orignal
3f314d8355 merge chunked responses 2014-12-22 21:20:39 -05:00
orignal
e1d445ab50 parse HTTP header fields 2014-12-22 16:45:50 -05:00
orignal
0a9eca9f94 load certificates and verify signatures 2014-12-13 18:35:53 -05:00
orignal
2988395b81 specify application name 2014-11-17 15:28:52 -05:00
orignal
a314feff33 get local MTU for Linux 2014-10-31 14:17:52 -04:00
chertov
0c36925b87 load host.txt via HTTPProxy 2014-04-18 02:54:15 +04:00
chertov
7defa34d88 remove static from i2p::util::url 2014-04-18 00:22:54 +04:00
orignal
13a88c4e92 fixed build error 2014-04-06 16:42:29 -04:00
chertov
5913032503 add user/password in url parser 2014-04-07 00:18:55 +04:00
chertov
006ca11af4 Initial download of hosts.txt for AddressBook 2014-04-06 23:22:33 +04:00
orignal
94a23be9d9 adress book added 2014-03-13 14:22:32 -04:00
Meeh
f639f971b2 Should fix compilation error on some systems 2014-02-01 14:28:30 +01:00
Meeh
2fd31c6c8d Custom datadir + cleanup 2014-02-01 04:51:58 +01:00
Meeh
d95b4befaa Adding support for config file
Example:
-port=17070
--port=17070

cat /home/$USER/.i2pd/i2p.conf
port=17070
2014-02-01 04:09:55 +01:00
Meeh
86355cfe09 Adding reseed support. v1, only http so far. 2014-01-31 07:22:11 +01:00
Meeh
633c9becd9 Adding more to the option parser.
Adding instruction on how to test it.
2014-01-31 01:39:16 +01:00
Meeh
3b3f5d0188 Missing files 2014-01-30 04:28:07 +01:00