2806 Commits (7035ead9e774406c45ff7c286a3a71ff1e3b8e5f)
 

Author SHA1 Message Date
hagen 4d98a64000 * HTTPServer.{cpp,h}: extract html-rendering methods from class 8 years ago
hagen 0c8fdfca7d * HTTPServer.{cpp,h}: merge HandleWriteReply & Terminate : the same purpose 8 years ago
hagen fd928e8d12 * HTTPServer.h: not virtual: not inherited anywhere 8 years ago
hagen 2a1fe99a29 * HTTPServer.{cpp,h}: drop rest of streaming support 8 years ago
hagen 4fa4ba6301 * HTTPServer.cpp: move known jump services to std::map 8 years ago
hagen 48b3959cfb * HTTPServer.{cpp,h}: cleanup 8 years ago
hagen 9bbff744e9 * HTTPServer.{cpp,h}: chg HandleRequest() signature 8 years ago
hagen 19b0c266f9 * HTTPServer.{cpp,h}: * extract css-styles to separate block * split /?page= from /?cmd= requests * cleaner html-template 8 years ago
hagen fead940d10 * HTTPServer.{cpp,h}: * move query parsing code to one place * use /?cmd=X instead /?X * unified handler signatures 8 years ago
hagen 687e17ac52 * HTTPServer.{cpp,h}: throw away direct quering b32 addresses: use proxy 8 years ago
hagen b1c85dcb74 * HTTPServer.{cpp,h}: throw away request/reply/url, use new impl 8 years ago
hagen a15aad9f9c * unit-tests 8 years ago
hagen 06a1a8690d * add HTTP.{cpp,h} to build 8 years ago
hagen 42b9b6426a + new http req/res/url structs 8 years ago
hagen 332f0118a2 * rename namespace for http 8 years ago
hagen 6ed709d6e6 * HTTPServer.{cpp,h}: extract itoopie{Image,Favicon} from HTTPConnection (!) class 8 years ago
hagen 7a461c1684 * HTTPServer.{cpp,h}: move #include to one place 8 years ago
hagen 7cf171671d * HTTPConnection::reply : to_buffers() -> to_string() 8 years ago
weekendi2p ebee94fb11 removed 1 blank line.. 8 years ago
weekendi2p 61e8becd38 wrong file version 8 years ago
weekendi2p a78caa2976 added SetFamilyString(); GetFamilyString() and shows family in webiface 8 years ago
orignal c54f7c81c4 Merge pull request #480 from weekendi2p/openssl 8 years ago
weekendi2p 85840872ab family: volatile.crt 8 years ago
orignal d582c30f6e allow same port at different interfaces 8 years ago
orignal 4431d50635 limits.transittunnels 8 years ago
orignal e120e9a78e configurable transit tunnels limit 8 years ago
orignal b6e379d14e Merge pull request #475 from weekendi2p/openssl 8 years ago
weekendi2p 9a86034162 limits options 8 years ago
weekendi2p 8456c8b47b limits options 8 years ago
weekendi2p bb656ce44b added some limits options 8 years ago
orignal 3c2a3898e1 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 8 years ago
orignal c265bd6c4d delete pre-calculated tablle upon termination 8 years ago
orignal aff65083cc precomputation.elgamal 8 years ago
orignal aff8cd478c optional elgamal precomputation for x64 8 years ago
orignal bce2a63772 rollback some changes 8 years ago
hagen 3f9d2601b4 + HTTPConnection::SendError() 8 years ago
hagen 04bfd52fba * HTTPConnection::SendReply() : cleaner code 8 years ago
hagen 87dd890eb0 * HTTPConnection::reply : to_buffers() -> to_string() 8 years ago
hagen a5c0b48b57 * HandleDestinationRequestTimeout() : readable code 8 years ago
hagen 5d38693b4d * HTTPServer : fold namespace to two constants 8 years ago
hagen a4773d259d * use std::to_string() instead boost's function 8 years ago
orignal ef106f3232 fixed typo 8 years ago
orignal c0b0df34d2 clean montgomery context 8 years ago
orignal d15cc7cc47 changed tray icon back to ictoopie 8 years ago
orignal 6336d38a3e Removed downloads. Added Docimentation 8 years ago
orignal 6a9d2ba653 use precalculated table for DH 8 years ago
orignal 34a8d4a57d use precalculated table for ElGamal encryption 8 years ago
orignal ffc666eaaa g^x mod p using precalculated table 8 years ago
orignal c45aab7cef precalculate g^x mod p table 8 years ago
orignal 2ebb2d8f0e fixed race condition 8 years ago