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
dd88e13b95
English corrections.
2015-10-05 11:44:48 +00:00
jeff
2248d2ad82
get rid of compiler warnings, add logging
2015-09-30 09:18:30 -04:00
jeff
569bd45f10
remove unused import
2015-09-30 07:58:53 -04:00
jeff
39cd25bb44
initial sam udp forward
2015-09-29 13:31:04 -04:00
EinMByte
73725774dc
Minor bugfixes for windows.
2015-09-27 16:55:39 +02:00
EinMByte
36c77080b6
Fixes needed for windows build (issue #270 ).
2015-09-24 22:47:44 +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
c741382fc9
Added 404 page to the webui.
2015-09-18 11:52:09 +02:00
EinMByte
fbea1ea142
Remove obsolete includes and constants in HTTPServer
2015-09-17 17:18:36 +02:00
EinMByte
9890bf98e4
Add more information to webui.
2015-09-17 16:49:55 +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
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
at676
91c1643ffe
Support OpenBSD.
2015-09-05 01:32:50 -07:00
EinMByte
6dd36b8289
Fix more warnings ( #260 ).
2015-08-30 12:33:09 +02:00
EinMByte
48c66a1d08
Fix all unused parameter warnings (issue #260 )
2015-08-30 12:02:09 +02:00
EinMByte
ab3b100402
Fix #253 .
2015-08-26 22:17:10 +02:00
EinMByte
8ac9520dfd
Implement #243 , separate core/client (PCH support dropped for now)
2015-08-21 22:29:33 +02:00