Commit Graph

54 Commits

Author SHA1 Message Date
hagen
3817a0c2a1 Merge branch 'openssl' into new-cmdline 2016-01-26 08:03:18 +00:00
hagen
7b23d79dc2 * util.cpp : update Get*ConfigFile() : autodetect configs 2016-01-24 11:14:19 +00:00
orignal
03587d7035 changed data path back to AppData/Roaming 2016-01-22 10:56:25 -05:00
hagen
1bcc311738 - drop i2p::util::config namespace : not used anymore 2016-01-20 11:30:09 +00:00
hagen
2335d3879e * migrate to new settings 2016-01-20 11:29:54 +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
1d5194a138 * drop mapMultiArgs : it's not used anywhere 2016-01-18 09:03:06 +00:00
0niichan
ec958697e2 Update util.cpp
change i2pd home data path for Windows
2016-01-15 07:44:26 +07:00
orignal
3a35b84b03 fixed FreeBSD build 2015-12-28 10:52:02 -05:00
hagen
2dae5bccb2 * util.cpp : reorder defines 2015-12-28 10:54:00 +00:00
hagen
8e867ab0c0 * util.cpp : reorder defines 2015-12-28 10:54:00 +00:00
hagen
1b2c88fe38 * drop i2p::util::config::GetCharArg 2015-12-28 10:54:00 +00:00
hagen
a57905b6cd * merged branch 'sane-log-messages' 2015-12-24 00:46:32 +00:00
hagen
3badda95c1 * reseed now https only 2015-12-21 03:46:35 +00:00
hagen
1cb08fdecc * sane log messages: util.cpp 2015-12-21 03:00:11 +00:00
Mikhail Titov
edd9a18257 Cleanup some CMake msys specifics
* Exclude MSYS from -z relro
* WIN32_LEAN_AND_MEAN
2015-12-19 00:03:28 -06:00
orignal
50dda4263f fixed mingw build error 2015-11-20 11:42:38 -05:00
orignal
a8f2239495 backport GetMTU 2015-11-20 10:36:04 -05:00
orignal
d01a21a867 backport openbsd support 2015-11-20 09:55:34 -05:00
Edward Tjörnhammar
4109ab1590 Make tunnels.cfg configurable 2015-11-20 13:59:00 +01:00
Yuriy Grishin
f32399454c Whitespace to follow coding style convention 2015-03-15 10:07:39 -07:00
Yuriy Grishin
f2665262f7 Added MTU detection code for Windows 2015-03-15 08:51:07 -07: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
3f314d8355 merge chunked responses 2014-12-22 21:20:39 -05:00
orignal
b1b72d2d33 rolled back to HTTP 1.0 since chunked is not implemented 2014-12-22 16:10:32 -05:00
Kill Your TV
42075e74ad fetch with HTTP/1.1 2014-12-22 18:01:59 +00: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
7a976dd5f2 specify actual mtu in our RI for i2pv6 2014-10-31 18:27:51 -04:00
orignal
3b435f1e1d get local MTU for Linux 2014-10-31 14:34:08 -04:00
orignal
a314feff33 get local MTU for Linux 2014-10-31 14:17:52 -04:00
orignal
02c51b0980 use system folders if run as service 2014-10-17 09:55:41 -04:00
orignal
58fdae92c0 fixed gcc build for FreeBSD 2014-08-08 07:32:55 -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
user
b0adb6bd92 fix hosts.txt loading bug 2014-04-14 01:07: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
orignal
ff10dfa161 fixed build error 2014-04-06 15:38:21 -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
orignal
695f1949eb don't call mapArgs from GetDataDir because it's not initialized yet 2014-03-12 07:21:58 -04:00
chertov
dbd9c5c105 fix windows build, add windows GetDefaultDataDir, add files to project 2014-02-03 14:13:40 +04:00
orignal
ca1e1c4896 fixed compilation error and potentil memory corruption 2014-02-01 09:16:50 -05:00
Meeh
ef9801f704 Remove debug 2014-02-01 05:25:59 +01:00
Meeh
2fd31c6c8d Custom datadir + cleanup 2014-02-01 04:51:58 +01:00
Meeh
56f1f627ef use single dash to query options 2014-02-01 04:15:19 +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
849ab03e1c Cleanup and final comments 2014-01-31 07:43:56 +01:00