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
1eff72d525
Cleanup GFM.
2015-11-08 01:57:16 +00:00
anonimal
66db088761
Refactor URL parser.
2015-11-08 01:43:25 +00:00
anonimal
1e7d4eb711
Add note about TLS and ticket #244 .
2015-10-15 06:55:43 +00:00
anonimal
03ecb957a5
Improve HTTP/S header handling, reorganize HTTPS.
2015-10-15 05:19:19 +00:00
EinMByte
45d27f8ddc
Merge pull request #281 from anonimal/master
...
Catch exception in SSUServer that would dump core.
2015-10-14 11:05:43 +02:00
anonimal
6ae5f20ec1
Catch exception in SSUServer that would dump core.
2015-10-13 20:26:32 +00:00
EinMByte
e4f19716dd
Merge pull request #278 from anonimal/master
...
Minor enhancements.
2015-10-05 16:40:02 +02:00
anonimal
dd88e13b95
English corrections.
2015-10-05 11:44:48 +00:00
anonimal
7c924e13d9
Add Arch Linux support to documentation.
2015-10-05 10:33:30 +00:00
anonimal
65b5a6773e
Add Netbeans-related to .gitignore
2015-10-05 10:24:22 +00:00
EinMByte
9da8f44761
Merge pull request #275 from majestrate/master
...
add datagram forwarding to sam
2015-09-30 22:03:01 +02: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
06a7612e2e
Merge remote-tracking branch 'purple/master'
2015-09-30 07:55:11 -04:00
jeff
39cd25bb44
initial sam udp forward
2015-09-29 13:31:04 -04:00
EinMByte
d05ad68aa4
Merge pull request #273 from EinMByte/master
...
Fix #272 and #274 .
2015-09-28 21:26:29 +02:00
EinMByte
4a69a0a831
Fix #274 (hack).
2015-09-28 09:46:29 +02:00
EinMByte
68cf69fabc
Fix #272 .
2015-09-27 22:41:37 +02:00
EinMByte
af66f335c9
Merge pull request #271 from EinMByte/master
...
Benchmarking, webui and windows build
2015-09-27 19:49:45 +02:00
EinMByte
b9e25f2c96
Remove orignal certificate.
2015-09-27 17:10:23 +02:00
EinMByte
73725774dc
Minor bugfixes for windows.
2015-09-27 16:55:39 +02:00
EinMByte
c9080f9f72
Changes to static build (related to #270 ).
2015-09-27 14:45:24 +02:00
EinMByte
65252790e6
Fix #270 .
2015-09-27 13:43:02 +02:00
EinMByte
36c77080b6
Fixes needed for windows build (issue #270 ).
2015-09-24 22:47:44 +02:00
EinMByte
99a4be498a
Properly escape backslash in CMakeLists (windows).
2015-09-21 17:25:26 +02:00
EinMByte
633f71c145
Display outbound tunnels in webui.
2015-09-21 15:58:36 +02:00
EinMByte
0c2830b9a5
Fix webui tunnel status column.
2015-09-18 23:12:08 +02:00
EinMByte
f04f556b75
Add basic inbound tunnel information to webui.
2015-09-18 21:37:21 +02:00
EinMByte
19557a0908
Update doc/ files to include --install.
2015-09-18 14:26:05 +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
dbade8b569
(Graceful) restart and reseed buttons in webui.
2015-09-17 23:18:31 +02:00
EinMByte
fbea1ea142
Remove obsolete includes and constants in HTTPServer
2015-09-17 17:18:36 +02:00
EinMByte
f05419845b
Move part of BUILD_NOTES.md to BUILDING.md
2015-09-17 16:59:39 +02:00
EinMByte
9890bf98e4
Add more information to webui.
2015-09-17 16:49:55 +02:00
EinMByte
7e066f7f69
webui: reauthenticate when token expires
2015-09-17 16:21:11 +02:00
EinMByte
30798f835e
Fixes to the webui CSS
2015-09-17 14:02:40 +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
0c376117b0
Simplify CSS for webui.
2015-09-12 14:43:30 +02:00
EinMByte
d3cede7995
Fix operating system detection in util.cpp.
2015-09-12 14:19:12 +02:00
EinMByte
98d8dd7224
Merge branch 'master' of https://github.com/PurpleI2P/i2pd
2015-09-11 18:58:40 +02:00
Mikal Villa
8ff01be841
Cleanup in README.md
2015-09-10 15:00:39 +08:00
Mikal Villa
01c11d5fa5
Sorted out the documentation
2015-09-10 02:09:56 +08:00
EinMByte
4d6d032115
Add more information to webui.
2015-09-07 13:41:48 +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