hagen
|
4d98a64000
|
* HTTPServer.{cpp,h}: extract html-rendering methods from class
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
0c8fdfca7d
|
* HTTPServer.{cpp,h}: merge HandleWriteReply & Terminate : the same purpose
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
fd928e8d12
|
* HTTPServer.h: not virtual: not inherited anywhere
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
2a1fe99a29
|
* HTTPServer.{cpp,h}: drop rest of streaming support
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
4fa4ba6301
|
* HTTPServer.cpp: move known jump services to std::map
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
48b3959cfb
|
* HTTPServer.{cpp,h}: cleanup
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
9bbff744e9
|
* HTTPServer.{cpp,h}: chg HandleRequest() signature
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
19b0c266f9
|
* HTTPServer.{cpp,h}: * extract css-styles to separate block * split /?page= from /?cmd= requests * cleaner html-template
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
fead940d10
|
* HTTPServer.{cpp,h}: * move query parsing code to one place * use /?cmd=X instead /?X * unified handler signatures
|
2016-04-27 00:39:24 +00:00 |
|
hagen
|
687e17ac52
|
* HTTPServer.{cpp,h}: throw away direct quering b32 addresses: use proxy
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
b1c85dcb74
|
* HTTPServer.{cpp,h}: throw away request/reply/url, use new impl
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
a15aad9f9c
|
* unit-tests
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
06a1a8690d
|
* add HTTP.{cpp,h} to build
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
42b9b6426a
|
+ new http req/res/url structs
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
332f0118a2
|
* rename namespace for http
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
6ed709d6e6
|
* HTTPServer.{cpp,h}: extract itoopie{Image,Favicon} from HTTPConnection (!) class
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
7a461c1684
|
* HTTPServer.{cpp,h}: move #include to one place
|
2016-04-27 00:39:12 +00:00 |
|
hagen
|
7cf171671d
|
* HTTPConnection::reply : to_buffers() -> to_string()
|
2016-04-27 00:39:12 +00:00 |
|
weekendi2p
|
ebee94fb11
|
removed 1 blank line..
|
2016-04-27 01:19:27 +02:00 |
|
weekendi2p
|
61e8becd38
|
wrong file version
|
2016-04-27 00:48:23 +02:00 |
|
weekendi2p
|
a78caa2976
|
added SetFamilyString(); GetFamilyString() and shows family in webiface
|
2016-04-27 00:31:33 +02:00 |
|
orignal
|
c54f7c81c4
|
Merge pull request #480 from weekendi2p/openssl
new family: volatile
|
2016-04-26 13:06:58 -04:00 |
|
weekendi2p
|
85840872ab
|
family: volatile.crt
|
2016-04-26 19:39:10 +02:00 |
|
orignal
|
d582c30f6e
|
allow same port at different interfaces
|
2016-04-24 17:32:24 -04:00 |
|
Jeff Becker
|
392f5f914a
|
Merge remote-tracking branch 'purple/openssl'
|
2016-04-23 08:38:34 -04:00 |
|
orignal
|
799d25925a
|
Merge pull request #478 from PurpleI2P/openssl
recent changes
|
2016-04-22 12:49:42 -04:00 |
|
orignal
|
4431d50635
|
limits.transittunnels
|
2016-04-20 15:02:11 -04:00 |
|
orignal
|
e120e9a78e
|
configurable transit tunnels limit
|
2016-04-20 14:53:50 -04:00 |
|
orignal
|
b6e379d14e
|
Merge pull request #475 from weekendi2p/openssl
added limits.transittunnels
|
2016-04-20 13:32:17 -04:00 |
|
weekendi2p
|
9a86034162
|
limits options
|
2016-04-20 19:24:50 +02:00 |
|
weekendi2p
|
8456c8b47b
|
limits options
|
2016-04-20 19:22:04 +02:00 |
|
weekendi2p
|
bb656ce44b
|
added some limits options
|
2016-04-20 19:12:14 +02:00 |
|
orignal
|
3c2a3898e1
|
Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl
|
2016-04-18 21:08:26 -04:00 |
|
orignal
|
c265bd6c4d
|
delete pre-calculated tablle upon termination
|
2016-04-18 21:07:45 -04:00 |
|
orignal
|
aff65083cc
|
precomputation.elgamal
|
2016-04-17 17:03:56 -04:00 |
|
orignal
|
aff8cd478c
|
optional elgamal precomputation for x64
|
2016-04-17 16:57:58 -04:00 |
|
orignal
|
bce2a63772
|
rollback some changes
|
2016-04-14 14:05:25 -04:00 |
|
hagen
|
3f9d2601b4
|
+ HTTPConnection::SendError()
|
2016-04-14 00:34:15 +00:00 |
|
hagen
|
04bfd52fba
|
* HTTPConnection::SendReply() : cleaner code
|
2016-04-14 00:34:14 +00:00 |
|
hagen
|
87dd890eb0
|
* HTTPConnection::reply : to_buffers() -> to_string()
|
2016-04-14 00:34:13 +00:00 |
|
hagen
|
a5c0b48b57
|
* HandleDestinationRequestTimeout() : readable code
|
2016-04-14 00:34:11 +00:00 |
|
hagen
|
5d38693b4d
|
* HTTPServer : fold namespace to two constants
|
2016-04-14 00:34:10 +00:00 |
|
hagen
|
a4773d259d
|
* use std::to_string() instead boost's function
|
2016-04-14 00:34:08 +00:00 |
|
orignal
|
f9b6b1bf76
|
Merge pull request #473 from PurpleI2P/openssl
precalculate elgamal
|
2016-04-13 15:10:55 -04:00 |
|
orignal
|
ef106f3232
|
fixed typo
|
2016-04-13 11:22:08 -04:00 |
|
orignal
|
c0b0df34d2
|
clean montgomery context
|
2016-04-12 19:07:11 -04:00 |
|
orignal
|
d15cc7cc47
|
changed tray icon back to ictoopie
|
2016-04-11 12:39:32 -04:00 |
|
orignal
|
6336d38a3e
|
Removed downloads. Added Docimentation
|
2016-04-11 12:04:15 -04:00 |
|
orignal
|
6a9d2ba653
|
use precalculated table for DH
|
2016-04-10 21:16:18 -04:00 |
|
orignal
|
34a8d4a57d
|
use precalculated table for ElGamal encryption
|
2016-04-10 17:06:02 -04:00 |
|