orignal
3b80de1747
Merge pull request #494 from PurpleI2P/openssl
...
2.7.0
9 years ago
orignal
90ea714e48
version 2.7.0
9 years ago
orignal
f9e4182624
temporary disable 'reload config' item
9 years ago
orignal
0291cc2ef4
Merge pull request #493 from PurpleI2P/openssl
...
recent changes
9 years ago
orignal
caf2e469a6
remove mascot
9 years ago
Jeff
45da2843ee
Merge pull request #492 from weekendi2p/openssl
...
fix jumpservices uri
9 years ago
weekendi2p
8353f928a1
fix jumpservices
9 years ago
orignal
448b25a8b2
receive I2CP messages
9 years ago
orignal
4c2d4009da
handle protocol byte
9 years ago
orignal
67f1e07508
I2CP added
9 years ago
orignal
c49fdf1233
initial commit for reload config command
9 years ago
orignal
7c835bae20
changed back to <openssl/
9 years ago
orignal
ae81cc2644
windows doesn't support graceful shutdown yet
9 years ago
orignal
3907b4101a
include openssl through OPENSSL macro
9 years ago
orignal
aa5ea0e3a1
support gcc 6
9 years ago
orignal
995bdb3f9e
Merge pull request #490 from majestrate/pr-fix-http-unit-tests-osx
...
add missing header to unbreak build
9 years ago
Jeff
8363b4fda7
add missing header
9 years ago
orignal
23979f4ce6
Merge pull request #489 from majestrate/pr-fix-http-unit-tests-osx
...
fix http unit test SIGBUS in os x
9 years ago
Jeff
28b5f39b84
fix http unit test SIGBUS in os x
9 years ago
orignal
aa215f2a5a
regular/homebrew build selection for Mac OS X
9 years ago
hagen
b03a6a5327
Merge branch 'new-webconsole' into openssl
...
+ new http/url classes
* extract most page/cmd handlers from HTTPConnection class
* general cleanup of HTTPServer.{cpp,h}
+ http basic auth for webconsole
+ gracefull/quick shutdown commands
- drop direct access for b32 addresses from webconsole: use proxy instead
9 years ago
orignal
ca36a6fe41
update our IP after signture verification
9 years ago
orignal
bd6285c8b1
Merge pull request #487 from majestrate/fix-mac-build
...
fix mac build
9 years ago
Jeff
00cfdc7d92
fix mac brew, use libressl and homebrew
9 years ago
orignal
5e2dc14dd5
get family string from local RouterInfo
9 years ago
orignal
c5f2890cbe
Merge pull request #484 from weekendi2p/openssl
...
Show family name in web interface
9 years ago
weekendi2p
36aaca997a
Merge pull request #1 from PurpleI2P/openssl
...
sync
9 years ago
orignal
e9f7c61113
Merge pull request #483 from majestrate/fix-issue-482
...
try fixing issue #482
9 years ago
Jeff Becker
2373b94d3e
try fixing issue #482
9 years ago
hagen
f131e31949
* HTTPServer.cpp: add request logging
9 years ago
hagen
8fd55a210a
* HTTPServer.cpp: add 'Shutdown' commands
9 years ago
hagen
678650beaf
* HTTPServer.{cpp,h}: basic auth
9 years ago
hagen
e09386be44
* add http.auth, http.user & http.pass options
9 years ago
hagen
75db2867dc
* HTTPServer.cpp: protect SAM pages if disabled
9 years ago
hagen
80e37df012
* HTTPServer.{cpp,h}: change page/cmd processing flow
9 years ago
hagen
1f404bb622
* HTTPServer.cpp: move html parts outside HTTPConnection class
9 years ago
hagen
54078087e5
* HTTPServer.cpp: move common code to function
9 years ago
hagen
23b8df1c36
* HTTPServer.cpp: move commands to separate page
9 years ago
hagen
65395516b0
* HTTPServer.cpp: drop separate function handlers for commands
9 years ago
hagen
849308e28d
* HTTPServer.cpp: drop boost::date_time dep
9 years ago
hagen
4d98a64000
* HTTPServer.{cpp,h}: extract html-rendering methods from class
9 years ago
hagen
0c8fdfca7d
* HTTPServer.{cpp,h}: merge HandleWriteReply & Terminate : the same purpose
9 years ago
hagen
fd928e8d12
* HTTPServer.h: not virtual: not inherited anywhere
9 years ago
hagen
2a1fe99a29
* HTTPServer.{cpp,h}: drop rest of streaming support
9 years ago
hagen
4fa4ba6301
* HTTPServer.cpp: move known jump services to std::map
9 years ago
hagen
48b3959cfb
* HTTPServer.{cpp,h}: cleanup
9 years ago
hagen
9bbff744e9
* HTTPServer.{cpp,h}: chg HandleRequest() signature
9 years ago
hagen
19b0c266f9
* HTTPServer.{cpp,h}: * extract css-styles to separate block * split /?page= from /?cmd= requests * cleaner html-template
9 years ago
hagen
fead940d10
* HTTPServer.{cpp,h}: * move query parsing code to one place * use /?cmd=X instead /?X * unified handler signatures
9 years ago
hagen
687e17ac52
* HTTPServer.{cpp,h}: throw away direct quering b32 addresses: use proxy
9 years ago