anonimal
5ae7e35e80
Remove GetCharArg(). Organize CLI options file.
...
GetCharArg() was either a hack to keep from segfaulting when using
this botched option parser or it was old forgotten code - or both.
GetCharArg() was not needed because from_string() has std::string
overloaded and every GetCharArg() made its way to from_string().
Note: when using from_string() with std::string, it must be caught!
2015-11-14 16:13:08 +00:00
anonimal
66db088761
Refactor URL parser.
2015-11-08 01:43:25 +00:00
anonimal
03ecb957a5
Improve HTTP/S header handling, reorganize HTTPS.
2015-10-15 05:19:19 +00:00
anonimal
dd88e13b95
English corrections.
2015-10-05 11:44:48 +00:00
EinMByte
68cf69fabc
Fix #272 .
2015-09-27 22:41:37 +02:00
EinMByte
73725774dc
Minor bugfixes for windows.
2015-09-27 16:55:39 +02:00
EinMByte
65252790e6
Fix #270 .
2015-09-27 13:43:02 +02:00
EinMByte
f04f556b75
Add basic inbound tunnel information to webui.
2015-09-18 21:37:21 +02:00
EinMByte
3ef89718a1
Added --install flag.
2015-09-18 14:19:06 +02:00
EinMByte
221e350228
Move MIME type detection to util/HTTP.cpp
2015-09-17 11:59:04 +02:00
EinMByte
17cd149e7f
Several improvements to HTTPServer.
2015-09-17 11:47:16 +02:00
EinMByte
1ec31125b0
Change WIN32 to _WIN32 in util.cpp.
2015-09-13 16:54:55 +02:00
EinMByte
d3cede7995
Fix operating system detection in util.cpp.
2015-09-12 14:19:12 +02:00
EinMByte
719bfbc89b
Added basic webui (layout from l-n-s).
2015-09-07 12:31:57 +02:00
EinMByte
e7350a3af4
Started rewrite of HTTPServer.
2015-09-06 20:34:50 +02:00
EinMByte
3d30b4bbbc
Add Response type to util::http.
2015-09-06 18:51:19 +02:00
EinMByte
e3b891de41
Add util::GetWebuiDataDir(), HTTP parsing utilities and tests.
2015-09-06 16:15:46 +02:00
EinMByte
6857dcb911
Make cmake copy webui files to the i2pd data folder.
2015-09-05 21:02:44 +02:00
at676
91c1643ffe
Support OpenBSD.
2015-09-05 01:32:50 -07:00
EinMByte
8ac9520dfd
Implement #243 , separate core/client (PCH support dropped for now)
2015-08-21 22:29:33 +02:00