├── .gitignore ├── DESIGN ├── README ├── README.doxy ├── TODO ├── WEB_USE ├── application.pro ├── check_and_push.sh ├── conf ├── dissent.supp ├── example.conf └── local │ ├── clients.conf │ ├── private │ ├── 3_J9a6Dp0rCq8gIoEcl7s9JYqAo= │ ├── 4KtZLKsWmpO1PrICAD51XO1VTis= │ ├── 7rgM9F_q6LuyeD5tCg6nBFqKzBQ= │ ├── 8z-n_dnlplhpWMVcEOEq41fNjIQ= │ ├── 9cLwIW23_RAtmxbzAsA6Rd6_3ME= │ ├── EBc9gPHXNmIMVSV-UxJsI7pxN7A= │ ├── GnvrGbO7XzyZDJ_GaOFIausVe_A= │ ├── Ic2_QVVD6k07C4J1R46ybgaUJQE= │ ├── M0A3cxW6DUSLLPGLahH2uyn1ixw= │ ├── MkdwX4SRNle1rvfCLo7Yre_GFzo= │ ├── QUTDkL8mYss2gBw-E2fx1GGAh2w= │ ├── Xu5ZE_G-oEQk4LPrapHQYOcI4fY= │ ├── ZvY7VXi5CAFcBj-pSImfWLoVOrI= │ ├── _-Xsd3KBB1V94bC7YTzXqGStaY8= │ ├── dA9p4Cm9G_gN5fDTi4SjP2st3yo= │ ├── eFS7LNPlDOsFXq0EWJbG2hmwwQw= │ ├── gQ0GoHeeLDlYJfd-cZZxOGyW5jg= │ ├── gqY1gLrH6XP3Sf-FERICFA_Yy9E= │ ├── h6bihpPQMHd8AOP8mTmTiQgeKP8= │ ├── h8m9jFrEqu4bOcUBxYilGQMsYXE= │ ├── ngsAR8B-NQdtCTF2saPU-Pg_IVQ= │ ├── rYCE6AAhnhF36R_pFgzF4gO0cIk= │ └── y-TthiduatPNAbascesDLfjw8j0= │ ├── public │ ├── 3_J9a6Dp0rCq8gIoEcl7s9JYqAo=.pub │ ├── 4KtZLKsWmpO1PrICAD51XO1VTis=.pub │ ├── 7rgM9F_q6LuyeD5tCg6nBFqKzBQ=.pub │ ├── 8z-n_dnlplhpWMVcEOEq41fNjIQ=.pub │ ├── 9cLwIW23_RAtmxbzAsA6Rd6_3ME=.pub │ ├── EBc9gPHXNmIMVSV-UxJsI7pxN7A=.pub │ ├── GnvrGbO7XzyZDJ_GaOFIausVe_A=.pub │ ├── Ic2_QVVD6k07C4J1R46ybgaUJQE=.pub │ ├── M0A3cxW6DUSLLPGLahH2uyn1ixw=.pub │ ├── MkdwX4SRNle1rvfCLo7Yre_GFzo=.pub │ ├── QUTDkL8mYss2gBw-E2fx1GGAh2w=.pub │ ├── Xu5ZE_G-oEQk4LPrapHQYOcI4fY=.pub │ ├── ZvY7VXi5CAFcBj-pSImfWLoVOrI=.pub │ ├── _-Xsd3KBB1V94bC7YTzXqGStaY8=.pub │ ├── dA9p4Cm9G_gN5fDTi4SjP2st3yo=.pub │ ├── eFS7LNPlDOsFXq0EWJbG2hmwwQw=.pub │ ├── gQ0GoHeeLDlYJfd-cZZxOGyW5jg=.pub │ ├── gqY1gLrH6XP3Sf-FERICFA_Yy9E=.pub │ ├── h6bihpPQMHd8AOP8mTmTiQgeKP8=.pub │ ├── h8m9jFrEqu4bOcUBxYilGQMsYXE=.pub │ ├── ngsAR8B-NQdtCTF2saPU-Pg_IVQ=.pub │ ├── rYCE6AAhnhF36R_pFgzF4gO0cIk=.pub │ └── y-TthiduatPNAbascesDLfjw8j0=.pub │ ├── run_all.sh │ ├── server0.conf │ ├── server1.conf │ └── server2.conf ├── dissent.doxy ├── dissent.pro ├── doc └── use-cases.md ├── entry_tunnel.pro ├── exit_tunnel.pro ├── ext ├── googletest │ ├── LICENSE │ ├── include │ │ └── gtest │ │ │ ├── gtest-death-test.h │ │ │ ├── gtest-message.h │ │ │ ├── gtest-param-test.h │ │ │ ├── gtest-printers.h │ │ │ ├── gtest-spi.h │ │ │ ├── gtest-test-part.h │ │ │ ├── gtest-typed-test.h │ │ │ ├── gtest.h │ │ │ ├── gtest_pred_impl.h │ │ │ ├── gtest_prod.h │ │ │ └── internal │ │ │ ├── gtest-death-test-internal.h │ │ │ ├── gtest-filepath.h │ │ │ ├── gtest-internal.h │ │ │ ├── gtest-linked_ptr.h │ │ │ ├── gtest-param-util-generated.h │ │ │ ├── gtest-param-util.h │ │ │ ├── gtest-port.h │ │ │ ├── gtest-string.h │ │ │ ├── gtest-tuple.h │ │ │ └── gtest-type-util.h │ └── src │ │ ├── gtest-all.cc │ │ ├── gtest-death-test.cc │ │ ├── gtest-filepath.cc │ │ ├── gtest-internal-inl.h │ │ ├── gtest-port.cc │ │ ├── gtest-printers.cc │ │ ├── gtest-test-part.cc │ │ ├── gtest-typed-test.cc │ │ ├── gtest.cc │ │ └── gtest_main.cc ├── qhttpserver │ ├── .gitignore │ ├── LICENSE │ ├── README.md │ ├── TODO │ ├── docs │ │ └── Doxyfile │ ├── examples │ │ ├── bodydata │ │ │ ├── bodydata.cpp │ │ │ ├── bodydata.h │ │ │ └── bodydata.pro │ │ ├── examples.pro │ │ ├── greeting │ │ │ ├── greeting.cpp │ │ │ ├── greeting.h │ │ │ └── greeting.pro │ │ └── helloworld │ │ │ ├── helloworld.cpp │ │ │ ├── helloworld.h │ │ │ └── helloworld.pro │ ├── http-parser │ │ ├── AUTHORS │ │ ├── CONTRIBUTIONS │ │ ├── LICENSE-MIT │ │ ├── README.md │ │ ├── http_parser.c │ │ ├── http_parser.gyp │ │ ├── http_parser.h │ │ ├── test.c │ │ └── url_parser.c │ ├── qhttpserver.pri │ ├── qhttpserver.pro │ ├── src │ │ ├── qhttpconnection.cpp │ │ ├── qhttpconnection.h │ │ ├── qhttprequest.cpp │ │ ├── qhttprequest.h │ │ ├── qhttpresponse.cpp │ │ ├── qhttpresponse.h │ │ ├── qhttpserver.cpp │ │ ├── qhttpserver.h │ │ └── src.pro │ └── tests │ │ ├── test.cpp │ │ └── tests.pro ├── qt-json │ ├── AUTHORS │ ├── LICENSE │ ├── README │ ├── json.cpp │ └── json.h └── qxt │ ├── QxtCommandOptions │ ├── qxtcommandoptions.cpp │ ├── qxtcommandoptions.h │ └── qxtglobal.h ├── keygen.pro ├── src ├── Anonymity │ ├── BaseDCNetRound.cpp │ ├── BaseDCNetRound.hpp │ ├── CSDCNetRound.cpp │ ├── CSDCNetRound.hpp │ ├── Log.cpp │ ├── Log.hpp │ ├── NeffKeyShuffleRound.hpp │ ├── NeffShuffleRound.cpp │ ├── NeffShuffleRound.hpp │ ├── NullRound.cpp │ ├── NullRound.hpp │ ├── Round.cpp │ ├── Round.hpp │ ├── RoundFactory.cpp │ ├── RoundFactory.hpp │ └── RoundStateMachine.hpp ├── Applications │ ├── Application.cpp │ ├── CommandLine.cpp │ ├── CommandLine.hpp │ ├── ConsoleSink.cpp │ ├── ConsoleSink.hpp │ ├── FileSink.cpp │ ├── FileSink.hpp │ ├── Keygen.cpp │ ├── Node.hpp │ ├── Settings.cpp │ └── Settings.hpp ├── ClientServer │ ├── ClientConnectionAcquirer.cpp │ ├── ClientConnectionAcquirer.hpp │ ├── Overlay.cpp │ ├── Overlay.hpp │ ├── ServerConnectionAcquirer.cpp │ └── ServerConnectionAcquirer.hpp ├── Connections │ ├── Connection.cpp │ ├── Connection.hpp │ ├── ConnectionAcquirer.hpp │ ├── ConnectionManager.cpp │ ├── ConnectionManager.hpp │ ├── ConnectionTable.cpp │ ├── ConnectionTable.hpp │ ├── ForwardingSender.hpp │ ├── IForwarder.hpp │ ├── IOverlaySender.hpp │ ├── Id.cpp │ ├── Id.hpp │ └── NullConnection.hpp ├── Crypto │ ├── AbstractGroup │ │ ├── AbstractGroup.cpp │ │ ├── AbstractGroup.hpp │ │ ├── CppECElementData.hpp │ │ ├── CppECGroup.cpp │ │ ├── CppECGroup.hpp │ │ ├── ECParams.cpp │ │ ├── ECParams.hpp │ │ ├── Element.hpp │ │ ├── ElementData.hpp │ │ ├── IntegerElementData.hpp │ │ ├── IntegerGroup.cpp │ │ └── IntegerGroup.hpp │ ├── AsymmetricKey.cpp │ ├── AsymmetricKey.hpp │ ├── BlogDrop │ │ ├── BlogDropAuthor.cpp │ │ ├── BlogDropAuthor.hpp │ │ ├── BlogDropClient.cpp │ │ ├── BlogDropClient.hpp │ │ ├── BlogDropServer.cpp │ │ ├── BlogDropServer.hpp │ │ ├── BlogDropUtils.cpp │ │ ├── BlogDropUtils.hpp │ │ ├── ChangingGenClientCiphertext.cpp │ │ ├── ChangingGenClientCiphertext.hpp │ │ ├── ChangingGenServerCiphertext.cpp │ │ ├── ChangingGenServerCiphertext.hpp │ │ ├── CiphertextFactory.cpp │ │ ├── CiphertextFactory.hpp │ │ ├── ClientCiphertext.cpp │ │ ├── ClientCiphertext.hpp │ │ ├── ElGamalClientCiphertext.cpp │ │ ├── ElGamalClientCiphertext.hpp │ │ ├── ElGamalServerCiphertext.cpp │ │ ├── ElGamalServerCiphertext.hpp │ │ ├── HashingGenClientCiphertext.cpp │ │ ├── HashingGenClientCiphertext.hpp │ │ ├── HashingGenServerCiphertext.cpp │ │ ├── HashingGenServerCiphertext.hpp │ │ ├── Parameters.cpp │ │ ├── Parameters.hpp │ │ ├── Plaintext.cpp │ │ ├── Plaintext.hpp │ │ ├── PrivateKey.cpp │ │ ├── PrivateKey.hpp │ │ ├── PublicKey.cpp │ │ ├── PublicKey.hpp │ │ ├── PublicKeySet.cpp │ │ ├── PublicKeySet.hpp │ │ ├── ServerCiphertext.cpp │ │ └── ServerCiphertext.hpp │ ├── CryptoPP │ │ ├── CryptoRandomImpl.cpp │ │ ├── DiffieHellmanImpl.cpp │ │ ├── DsaPrivateKeyImpl.cpp │ │ ├── DsaPublicKeyImpl.cpp │ │ ├── DsaPublicKeyImpl.hpp │ │ ├── HashImpl.cpp │ │ ├── Helper.hpp │ │ ├── IntegerImpl.cpp │ │ ├── RsaPrivateKeyImpl.cpp │ │ ├── RsaPublicKeyImpl.cpp │ │ └── RsaPublicKeyImpl.hpp │ ├── CryptoRandom.hpp │ ├── DiffieHellman.cpp │ ├── DiffieHellman.hpp │ ├── DsaPrivateKey.cpp │ ├── DsaPrivateKey.hpp │ ├── DsaPublicKey.cpp │ ├── DsaPublicKey.hpp │ ├── Hash.hpp │ ├── Integer.hpp │ ├── KeyShare.cpp │ ├── KeyShare.hpp │ ├── LRSPrivateKey.cpp │ ├── LRSPrivateKey.hpp │ ├── LRSPublicKey.cpp │ ├── LRSPublicKey.hpp │ ├── LRSSignature.hpp │ ├── NOTES │ ├── NeffShuffle.cpp │ ├── NeffShuffle.hpp │ ├── OnionEncryptor.cpp │ ├── OnionEncryptor.hpp │ ├── RsaPrivateKey.cpp │ ├── RsaPrivateKey.hpp │ ├── RsaPublicKey.hpp │ ├── Serialization.hpp │ ├── ThreadedOnionEncryptor.cpp │ ├── ThreadedOnionEncryptor.hpp │ └── Utils.hpp ├── Dissent.hpp ├── Identity │ ├── PrivateIdentity.hpp │ ├── PublicIdentity.hpp │ ├── Roster.cpp │ └── Roster.hpp ├── Messaging │ ├── BufferSink.hpp │ ├── DummySink.hpp │ ├── Filter.hpp │ ├── FilterObject.hpp │ ├── GetDataCallback.hpp │ ├── ISender.hpp │ ├── ISink.hpp │ ├── ISinkObject.hpp │ ├── Message.hpp │ ├── Request.hpp │ ├── RequestHandler.hpp │ ├── RequestResponder.hpp │ ├── Response.hpp │ ├── ResponseHandler.hpp │ ├── RpcHandler.cpp │ ├── RpcHandler.hpp │ ├── SignalSink.cpp │ ├── SignalSink.hpp │ ├── SinkMultiplexer.hpp │ ├── Source.hpp │ ├── SourceObject.hpp │ ├── State.hpp │ ├── StateData.hpp │ └── StateMachine.hpp ├── Session │ ├── ClientRegister.hpp │ ├── ClientSession.cpp │ ├── ClientSession.hpp │ ├── ClientStates.hpp │ ├── SerializeList.hpp │ ├── ServerAgree.hpp │ ├── ServerEnlist.hpp │ ├── ServerEnlisted.hpp │ ├── ServerInit.hpp │ ├── ServerList.hpp │ ├── ServerQueued.hpp │ ├── ServerSession.cpp │ ├── ServerSession.hpp │ ├── ServerStart.hpp │ ├── ServerStates.hpp │ ├── ServerStop.hpp │ ├── ServerVerifyList.hpp │ ├── Session.cpp │ ├── Session.hpp │ ├── SessionData.hpp │ ├── SessionMessage.hpp │ ├── SessionSharedState.cpp │ ├── SessionSharedState.hpp │ └── SessionState.hpp ├── Tests │ ├── AbstractGroupHelpers.hpp │ ├── AddressTest.cpp │ ├── Base64.cpp │ ├── BlogDropProof.cpp │ ├── BlogDropTest.cpp │ ├── BlogDropUtilsTest.cpp │ ├── ConnectionTest.cpp │ ├── Crypto.cpp │ ├── DissentTest.hpp │ ├── DsaCryptoTest.cpp │ ├── EdgeTest.cpp │ ├── HashTest.cpp │ ├── IdTest.cpp │ ├── IntegerTest.cpp │ ├── KeyShareTest.cpp │ ├── MainTest.cpp │ ├── Mock.hpp │ ├── MockEdgeHandler.hpp │ ├── MockSender.hpp │ ├── MockSource.hpp │ ├── OnionTest.cpp │ ├── OverlayTest.cpp │ ├── OverlayTest.hpp │ ├── RandomTest.cpp │ ├── RoundTest.cpp │ ├── RpcTest.cpp │ ├── RpcTest.hpp │ ├── SerializationTest.cpp │ ├── SessionTest.cpp │ ├── SessionTest.hpp │ ├── SettingsTest.cpp │ ├── TimeTest.cpp │ └── TripleTest.cpp ├── Transports │ ├── Address.cpp │ ├── Address.hpp │ ├── AddressFactory.cpp │ ├── AddressFactory.hpp │ ├── BufferAddress.cpp │ ├── BufferAddress.hpp │ ├── BufferEdge.cpp │ ├── BufferEdge.hpp │ ├── BufferEdgeListener.cpp │ ├── BufferEdgeListener.hpp │ ├── Edge.cpp │ ├── Edge.hpp │ ├── EdgeFactory.cpp │ ├── EdgeFactory.hpp │ ├── EdgeListener.cpp │ ├── EdgeListener.hpp │ ├── EdgeListenerFactory.cpp │ ├── EdgeListenerFactory.hpp │ ├── NullEdge.hpp │ ├── TcpAddress.cpp │ ├── TcpAddress.hpp │ ├── TcpEdge.cpp │ ├── TcpEdge.hpp │ ├── TcpEdgeListener.cpp │ └── TcpEdgeListener.hpp ├── Tunnel │ ├── EntryTunnel.cpp │ ├── EntryTunnel.hpp │ ├── ExitTunnel.cpp │ ├── ExitTunnel.hpp │ ├── SessionEntryTunnel.cpp │ ├── SessionEntryTunnel.hpp │ ├── SessionExitTunnel.cpp │ ├── SessionExitTunnel.hpp │ ├── SocksConnection.cpp │ ├── SocksConnection.hpp │ ├── SocksTable.cpp │ ├── SocksTable.hpp │ ├── SoloEntryTunnel.cpp │ ├── SoloExitTunnel.cpp │ └── TunnelPacket.hpp ├── Utils │ ├── Callback.hpp │ ├── Logging.cpp │ ├── Logging.hpp │ ├── QRunTimeError.hpp │ ├── Random.cpp │ ├── Random.hpp │ ├── Serialization.hpp │ ├── SignalCounter.hpp │ ├── Sleeper.cpp │ ├── Sleeper.hpp │ ├── StartStop.cpp │ ├── StartStop.hpp │ ├── StartStopSlots.hpp │ ├── Time.cpp │ ├── Time.hpp │ ├── Timer.cpp │ ├── Timer.hpp │ ├── TimerCallback.hpp │ ├── TimerEvent.cpp │ ├── TimerEvent.hpp │ ├── Triggerable.hpp │ ├── Triple.hpp │ ├── Utils.cpp │ └── Utils.hpp └── Web │ ├── BuddiesService.cpp │ ├── BuddiesService.hpp │ ├── Content │ ├── index.html │ └── jquery.js │ ├── EchoService.hpp │ ├── GetDirectoryService.cpp │ ├── GetDirectoryService.hpp │ ├── GetFileService.cpp │ ├── GetFileService.hpp │ ├── GetMessagesService.cpp │ ├── GetMessagesService.hpp │ ├── MessageWebService.hpp │ ├── SendMessageService.cpp │ ├── SendMessageService.hpp │ ├── SessionService.cpp │ ├── SessionService.hpp │ ├── WebServer.cpp │ ├── WebServer.hpp │ ├── WebService.cpp │ └── WebService.hpp ├── test.pro ├── utils ├── buddies.py ├── deterlab.ns ├── deterlab_controller.sh ├── dissent_ready.py ├── log_performance_parser.py ├── planetlab │ ├── Remoter.py │ ├── add_all_nodes.py │ ├── cronolog │ ├── helper.sh │ ├── list_nodes.py │ ├── local.config │ ├── planetlab.config │ ├── renew_slice.py │ └── start.sh ├── test_services.py └── webclient_send.py └── webpath /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/.gitignore -------------------------------------------------------------------------------- /DESIGN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/DESIGN -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/README -------------------------------------------------------------------------------- /README.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/README.doxy -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/TODO -------------------------------------------------------------------------------- /WEB_USE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/WEB_USE -------------------------------------------------------------------------------- /application.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/application.pro -------------------------------------------------------------------------------- /check_and_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/check_and_push.sh -------------------------------------------------------------------------------- /conf/dissent.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/dissent.supp -------------------------------------------------------------------------------- /conf/example.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/example.conf -------------------------------------------------------------------------------- /conf/local/clients.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/clients.conf -------------------------------------------------------------------------------- /conf/local/private/3_J9a6Dp0rCq8gIoEcl7s9JYqAo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/3_J9a6Dp0rCq8gIoEcl7s9JYqAo= -------------------------------------------------------------------------------- /conf/local/private/4KtZLKsWmpO1PrICAD51XO1VTis=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/4KtZLKsWmpO1PrICAD51XO1VTis= -------------------------------------------------------------------------------- /conf/local/private/7rgM9F_q6LuyeD5tCg6nBFqKzBQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/7rgM9F_q6LuyeD5tCg6nBFqKzBQ= -------------------------------------------------------------------------------- /conf/local/private/8z-n_dnlplhpWMVcEOEq41fNjIQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/8z-n_dnlplhpWMVcEOEq41fNjIQ= -------------------------------------------------------------------------------- /conf/local/private/9cLwIW23_RAtmxbzAsA6Rd6_3ME=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/9cLwIW23_RAtmxbzAsA6Rd6_3ME= -------------------------------------------------------------------------------- /conf/local/private/EBc9gPHXNmIMVSV-UxJsI7pxN7A=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/EBc9gPHXNmIMVSV-UxJsI7pxN7A= -------------------------------------------------------------------------------- /conf/local/private/GnvrGbO7XzyZDJ_GaOFIausVe_A=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/GnvrGbO7XzyZDJ_GaOFIausVe_A= -------------------------------------------------------------------------------- /conf/local/private/Ic2_QVVD6k07C4J1R46ybgaUJQE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/Ic2_QVVD6k07C4J1R46ybgaUJQE= -------------------------------------------------------------------------------- /conf/local/private/M0A3cxW6DUSLLPGLahH2uyn1ixw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/M0A3cxW6DUSLLPGLahH2uyn1ixw= -------------------------------------------------------------------------------- /conf/local/private/MkdwX4SRNle1rvfCLo7Yre_GFzo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/MkdwX4SRNle1rvfCLo7Yre_GFzo= -------------------------------------------------------------------------------- /conf/local/private/QUTDkL8mYss2gBw-E2fx1GGAh2w=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/QUTDkL8mYss2gBw-E2fx1GGAh2w= -------------------------------------------------------------------------------- /conf/local/private/Xu5ZE_G-oEQk4LPrapHQYOcI4fY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/Xu5ZE_G-oEQk4LPrapHQYOcI4fY= -------------------------------------------------------------------------------- /conf/local/private/ZvY7VXi5CAFcBj-pSImfWLoVOrI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/ZvY7VXi5CAFcBj-pSImfWLoVOrI= -------------------------------------------------------------------------------- /conf/local/private/_-Xsd3KBB1V94bC7YTzXqGStaY8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/_-Xsd3KBB1V94bC7YTzXqGStaY8= -------------------------------------------------------------------------------- /conf/local/private/dA9p4Cm9G_gN5fDTi4SjP2st3yo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/dA9p4Cm9G_gN5fDTi4SjP2st3yo= -------------------------------------------------------------------------------- /conf/local/private/eFS7LNPlDOsFXq0EWJbG2hmwwQw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/eFS7LNPlDOsFXq0EWJbG2hmwwQw= -------------------------------------------------------------------------------- /conf/local/private/gQ0GoHeeLDlYJfd-cZZxOGyW5jg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/gQ0GoHeeLDlYJfd-cZZxOGyW5jg= -------------------------------------------------------------------------------- /conf/local/private/gqY1gLrH6XP3Sf-FERICFA_Yy9E=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/gqY1gLrH6XP3Sf-FERICFA_Yy9E= -------------------------------------------------------------------------------- /conf/local/private/h6bihpPQMHd8AOP8mTmTiQgeKP8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/h6bihpPQMHd8AOP8mTmTiQgeKP8= -------------------------------------------------------------------------------- /conf/local/private/h8m9jFrEqu4bOcUBxYilGQMsYXE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/h8m9jFrEqu4bOcUBxYilGQMsYXE= -------------------------------------------------------------------------------- /conf/local/private/ngsAR8B-NQdtCTF2saPU-Pg_IVQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/ngsAR8B-NQdtCTF2saPU-Pg_IVQ= -------------------------------------------------------------------------------- /conf/local/private/rYCE6AAhnhF36R_pFgzF4gO0cIk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/rYCE6AAhnhF36R_pFgzF4gO0cIk= -------------------------------------------------------------------------------- /conf/local/private/y-TthiduatPNAbascesDLfjw8j0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/private/y-TthiduatPNAbascesDLfjw8j0= -------------------------------------------------------------------------------- /conf/local/public/3_J9a6Dp0rCq8gIoEcl7s9JYqAo=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/3_J9a6Dp0rCq8gIoEcl7s9JYqAo=.pub -------------------------------------------------------------------------------- /conf/local/public/4KtZLKsWmpO1PrICAD51XO1VTis=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/4KtZLKsWmpO1PrICAD51XO1VTis=.pub -------------------------------------------------------------------------------- /conf/local/public/7rgM9F_q6LuyeD5tCg6nBFqKzBQ=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/7rgM9F_q6LuyeD5tCg6nBFqKzBQ=.pub -------------------------------------------------------------------------------- /conf/local/public/8z-n_dnlplhpWMVcEOEq41fNjIQ=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/8z-n_dnlplhpWMVcEOEq41fNjIQ=.pub -------------------------------------------------------------------------------- /conf/local/public/9cLwIW23_RAtmxbzAsA6Rd6_3ME=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/9cLwIW23_RAtmxbzAsA6Rd6_3ME=.pub -------------------------------------------------------------------------------- /conf/local/public/EBc9gPHXNmIMVSV-UxJsI7pxN7A=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/EBc9gPHXNmIMVSV-UxJsI7pxN7A=.pub -------------------------------------------------------------------------------- /conf/local/public/GnvrGbO7XzyZDJ_GaOFIausVe_A=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/GnvrGbO7XzyZDJ_GaOFIausVe_A=.pub -------------------------------------------------------------------------------- /conf/local/public/Ic2_QVVD6k07C4J1R46ybgaUJQE=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/Ic2_QVVD6k07C4J1R46ybgaUJQE=.pub -------------------------------------------------------------------------------- /conf/local/public/M0A3cxW6DUSLLPGLahH2uyn1ixw=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/M0A3cxW6DUSLLPGLahH2uyn1ixw=.pub -------------------------------------------------------------------------------- /conf/local/public/MkdwX4SRNle1rvfCLo7Yre_GFzo=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/MkdwX4SRNle1rvfCLo7Yre_GFzo=.pub -------------------------------------------------------------------------------- /conf/local/public/QUTDkL8mYss2gBw-E2fx1GGAh2w=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/QUTDkL8mYss2gBw-E2fx1GGAh2w=.pub -------------------------------------------------------------------------------- /conf/local/public/Xu5ZE_G-oEQk4LPrapHQYOcI4fY=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/Xu5ZE_G-oEQk4LPrapHQYOcI4fY=.pub -------------------------------------------------------------------------------- /conf/local/public/ZvY7VXi5CAFcBj-pSImfWLoVOrI=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/ZvY7VXi5CAFcBj-pSImfWLoVOrI=.pub -------------------------------------------------------------------------------- /conf/local/public/_-Xsd3KBB1V94bC7YTzXqGStaY8=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/_-Xsd3KBB1V94bC7YTzXqGStaY8=.pub -------------------------------------------------------------------------------- /conf/local/public/dA9p4Cm9G_gN5fDTi4SjP2st3yo=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/dA9p4Cm9G_gN5fDTi4SjP2st3yo=.pub -------------------------------------------------------------------------------- /conf/local/public/eFS7LNPlDOsFXq0EWJbG2hmwwQw=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/eFS7LNPlDOsFXq0EWJbG2hmwwQw=.pub -------------------------------------------------------------------------------- /conf/local/public/gQ0GoHeeLDlYJfd-cZZxOGyW5jg=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/gQ0GoHeeLDlYJfd-cZZxOGyW5jg=.pub -------------------------------------------------------------------------------- /conf/local/public/gqY1gLrH6XP3Sf-FERICFA_Yy9E=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/gqY1gLrH6XP3Sf-FERICFA_Yy9E=.pub -------------------------------------------------------------------------------- /conf/local/public/h6bihpPQMHd8AOP8mTmTiQgeKP8=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/h6bihpPQMHd8AOP8mTmTiQgeKP8=.pub -------------------------------------------------------------------------------- /conf/local/public/h8m9jFrEqu4bOcUBxYilGQMsYXE=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/h8m9jFrEqu4bOcUBxYilGQMsYXE=.pub -------------------------------------------------------------------------------- /conf/local/public/ngsAR8B-NQdtCTF2saPU-Pg_IVQ=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/ngsAR8B-NQdtCTF2saPU-Pg_IVQ=.pub -------------------------------------------------------------------------------- /conf/local/public/rYCE6AAhnhF36R_pFgzF4gO0cIk=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/rYCE6AAhnhF36R_pFgzF4gO0cIk=.pub -------------------------------------------------------------------------------- /conf/local/public/y-TthiduatPNAbascesDLfjw8j0=.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/public/y-TthiduatPNAbascesDLfjw8j0=.pub -------------------------------------------------------------------------------- /conf/local/run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/run_all.sh -------------------------------------------------------------------------------- /conf/local/server0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/server0.conf -------------------------------------------------------------------------------- /conf/local/server1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/server1.conf -------------------------------------------------------------------------------- /conf/local/server2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/conf/local/server2.conf -------------------------------------------------------------------------------- /dissent.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/dissent.doxy -------------------------------------------------------------------------------- /dissent.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/dissent.pro -------------------------------------------------------------------------------- /doc/use-cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/doc/use-cases.md -------------------------------------------------------------------------------- /entry_tunnel.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/entry_tunnel.pro -------------------------------------------------------------------------------- /exit_tunnel.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/exit_tunnel.pro -------------------------------------------------------------------------------- /ext/googletest/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/LICENSE -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest-death-test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest-death-test.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest-message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest-message.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest-param-test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest-param-test.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest-printers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest-printers.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest-spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest-spi.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest-test-part.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest-test-part.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest-typed-test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest-typed-test.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest_pred_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest_pred_impl.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/gtest_prod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/gtest_prod.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-death-test-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-death-test-internal.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-filepath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-filepath.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-internal.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-linked_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-linked_ptr.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-param-util-generated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-param-util-generated.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-param-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-param-util.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-port.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-string.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-tuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-tuple.h -------------------------------------------------------------------------------- /ext/googletest/include/gtest/internal/gtest-type-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/include/gtest/internal/gtest-type-util.h -------------------------------------------------------------------------------- /ext/googletest/src/gtest-all.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-all.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest-death-test.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-death-test.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest-filepath.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-filepath.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest-internal-inl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-internal-inl.h -------------------------------------------------------------------------------- /ext/googletest/src/gtest-port.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-port.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest-printers.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-printers.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest-test-part.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-test-part.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest-typed-test.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest-typed-test.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest.cc -------------------------------------------------------------------------------- /ext/googletest/src/gtest_main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/googletest/src/gtest_main.cc -------------------------------------------------------------------------------- /ext/qhttpserver/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/.gitignore -------------------------------------------------------------------------------- /ext/qhttpserver/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/LICENSE -------------------------------------------------------------------------------- /ext/qhttpserver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/README.md -------------------------------------------------------------------------------- /ext/qhttpserver/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/TODO -------------------------------------------------------------------------------- /ext/qhttpserver/docs/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/docs/Doxyfile -------------------------------------------------------------------------------- /ext/qhttpserver/examples/bodydata/bodydata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/bodydata/bodydata.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/examples/bodydata/bodydata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/bodydata/bodydata.h -------------------------------------------------------------------------------- /ext/qhttpserver/examples/bodydata/bodydata.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/bodydata/bodydata.pro -------------------------------------------------------------------------------- /ext/qhttpserver/examples/examples.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS += \ 3 | helloworld\ 4 | greeting\ 5 | bodydata\ 6 | -------------------------------------------------------------------------------- /ext/qhttpserver/examples/greeting/greeting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/greeting/greeting.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/examples/greeting/greeting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/greeting/greeting.h -------------------------------------------------------------------------------- /ext/qhttpserver/examples/greeting/greeting.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/greeting/greeting.pro -------------------------------------------------------------------------------- /ext/qhttpserver/examples/helloworld/helloworld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/helloworld/helloworld.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/examples/helloworld/helloworld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/helloworld/helloworld.h -------------------------------------------------------------------------------- /ext/qhttpserver/examples/helloworld/helloworld.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/examples/helloworld/helloworld.pro -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/AUTHORS -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/CONTRIBUTIONS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/CONTRIBUTIONS -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/LICENSE-MIT -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/README.md -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/http_parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/http_parser.c -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/http_parser.gyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/http_parser.gyp -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/http_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/http_parser.h -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/test.c -------------------------------------------------------------------------------- /ext/qhttpserver/http-parser/url_parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/http-parser/url_parser.c -------------------------------------------------------------------------------- /ext/qhttpserver/qhttpserver.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/qhttpserver.pri -------------------------------------------------------------------------------- /ext/qhttpserver/qhttpserver.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/qhttpserver.pro -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttpconnection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttpconnection.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttpconnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttpconnection.h -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttprequest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttprequest.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttprequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttprequest.h -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttpresponse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttpresponse.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttpresponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttpresponse.h -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttpserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttpserver.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/src/qhttpserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/qhttpserver.h -------------------------------------------------------------------------------- /ext/qhttpserver/src/src.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/src/src.pro -------------------------------------------------------------------------------- /ext/qhttpserver/tests/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/tests/test.cpp -------------------------------------------------------------------------------- /ext/qhttpserver/tests/tests.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qhttpserver/tests/tests.pro -------------------------------------------------------------------------------- /ext/qt-json/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qt-json/AUTHORS -------------------------------------------------------------------------------- /ext/qt-json/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qt-json/LICENSE -------------------------------------------------------------------------------- /ext/qt-json/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qt-json/README -------------------------------------------------------------------------------- /ext/qt-json/json.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qt-json/json.cpp -------------------------------------------------------------------------------- /ext/qt-json/json.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qt-json/json.h -------------------------------------------------------------------------------- /ext/qxt/QxtCommandOptions: -------------------------------------------------------------------------------- 1 | #include "qxtcommandoptions.h" 2 | -------------------------------------------------------------------------------- /ext/qxt/qxtcommandoptions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qxt/qxtcommandoptions.cpp -------------------------------------------------------------------------------- /ext/qxt/qxtcommandoptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qxt/qxtcommandoptions.h -------------------------------------------------------------------------------- /ext/qxt/qxtglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/ext/qxt/qxtglobal.h -------------------------------------------------------------------------------- /keygen.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/keygen.pro -------------------------------------------------------------------------------- /src/Anonymity/BaseDCNetRound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/BaseDCNetRound.cpp -------------------------------------------------------------------------------- /src/Anonymity/BaseDCNetRound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/BaseDCNetRound.hpp -------------------------------------------------------------------------------- /src/Anonymity/CSDCNetRound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/CSDCNetRound.cpp -------------------------------------------------------------------------------- /src/Anonymity/CSDCNetRound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/CSDCNetRound.hpp -------------------------------------------------------------------------------- /src/Anonymity/Log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/Log.cpp -------------------------------------------------------------------------------- /src/Anonymity/Log.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/Log.hpp -------------------------------------------------------------------------------- /src/Anonymity/NeffKeyShuffleRound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/NeffKeyShuffleRound.hpp -------------------------------------------------------------------------------- /src/Anonymity/NeffShuffleRound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/NeffShuffleRound.cpp -------------------------------------------------------------------------------- /src/Anonymity/NeffShuffleRound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/NeffShuffleRound.hpp -------------------------------------------------------------------------------- /src/Anonymity/NullRound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/NullRound.cpp -------------------------------------------------------------------------------- /src/Anonymity/NullRound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/NullRound.hpp -------------------------------------------------------------------------------- /src/Anonymity/Round.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/Round.cpp -------------------------------------------------------------------------------- /src/Anonymity/Round.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/Round.hpp -------------------------------------------------------------------------------- /src/Anonymity/RoundFactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/RoundFactory.cpp -------------------------------------------------------------------------------- /src/Anonymity/RoundFactory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/RoundFactory.hpp -------------------------------------------------------------------------------- /src/Anonymity/RoundStateMachine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Anonymity/RoundStateMachine.hpp -------------------------------------------------------------------------------- /src/Applications/Application.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/Application.cpp -------------------------------------------------------------------------------- /src/Applications/CommandLine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/CommandLine.cpp -------------------------------------------------------------------------------- /src/Applications/CommandLine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/CommandLine.hpp -------------------------------------------------------------------------------- /src/Applications/ConsoleSink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/ConsoleSink.cpp -------------------------------------------------------------------------------- /src/Applications/ConsoleSink.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/ConsoleSink.hpp -------------------------------------------------------------------------------- /src/Applications/FileSink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/FileSink.cpp -------------------------------------------------------------------------------- /src/Applications/FileSink.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/FileSink.hpp -------------------------------------------------------------------------------- /src/Applications/Keygen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/Keygen.cpp -------------------------------------------------------------------------------- /src/Applications/Node.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/Node.hpp -------------------------------------------------------------------------------- /src/Applications/Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/Settings.cpp -------------------------------------------------------------------------------- /src/Applications/Settings.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Applications/Settings.hpp -------------------------------------------------------------------------------- /src/ClientServer/ClientConnectionAcquirer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/ClientServer/ClientConnectionAcquirer.cpp -------------------------------------------------------------------------------- /src/ClientServer/ClientConnectionAcquirer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/ClientServer/ClientConnectionAcquirer.hpp -------------------------------------------------------------------------------- /src/ClientServer/Overlay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/ClientServer/Overlay.cpp -------------------------------------------------------------------------------- /src/ClientServer/Overlay.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/ClientServer/Overlay.hpp -------------------------------------------------------------------------------- /src/ClientServer/ServerConnectionAcquirer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/ClientServer/ServerConnectionAcquirer.cpp -------------------------------------------------------------------------------- /src/ClientServer/ServerConnectionAcquirer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/ClientServer/ServerConnectionAcquirer.hpp -------------------------------------------------------------------------------- /src/Connections/Connection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/Connection.cpp -------------------------------------------------------------------------------- /src/Connections/Connection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/Connection.hpp -------------------------------------------------------------------------------- /src/Connections/ConnectionAcquirer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/ConnectionAcquirer.hpp -------------------------------------------------------------------------------- /src/Connections/ConnectionManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/ConnectionManager.cpp -------------------------------------------------------------------------------- /src/Connections/ConnectionManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/ConnectionManager.hpp -------------------------------------------------------------------------------- /src/Connections/ConnectionTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/ConnectionTable.cpp -------------------------------------------------------------------------------- /src/Connections/ConnectionTable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/ConnectionTable.hpp -------------------------------------------------------------------------------- /src/Connections/ForwardingSender.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/ForwardingSender.hpp -------------------------------------------------------------------------------- /src/Connections/IForwarder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/IForwarder.hpp -------------------------------------------------------------------------------- /src/Connections/IOverlaySender.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/IOverlaySender.hpp -------------------------------------------------------------------------------- /src/Connections/Id.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/Id.cpp -------------------------------------------------------------------------------- /src/Connections/Id.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/Id.hpp -------------------------------------------------------------------------------- /src/Connections/NullConnection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Connections/NullConnection.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/AbstractGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/AbstractGroup.cpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/AbstractGroup.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/AbstractGroup.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/CppECElementData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/CppECElementData.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/CppECGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/CppECGroup.cpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/CppECGroup.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/CppECGroup.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/ECParams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/ECParams.cpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/ECParams.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/ECParams.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/Element.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/Element.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/ElementData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/ElementData.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/IntegerElementData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/IntegerElementData.hpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/IntegerGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/IntegerGroup.cpp -------------------------------------------------------------------------------- /src/Crypto/AbstractGroup/IntegerGroup.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AbstractGroup/IntegerGroup.hpp -------------------------------------------------------------------------------- /src/Crypto/AsymmetricKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AsymmetricKey.cpp -------------------------------------------------------------------------------- /src/Crypto/AsymmetricKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/AsymmetricKey.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropAuthor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropAuthor.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropAuthor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropAuthor.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropClient.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropClient.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropClient.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropServer.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropServer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropServer.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropUtils.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/BlogDropUtils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/BlogDropUtils.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ChangingGenClientCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ChangingGenClientCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ChangingGenClientCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ChangingGenClientCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ChangingGenServerCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ChangingGenServerCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ChangingGenServerCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ChangingGenServerCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/CiphertextFactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/CiphertextFactory.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/CiphertextFactory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/CiphertextFactory.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ClientCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ClientCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ClientCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ClientCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ElGamalClientCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ElGamalClientCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ElGamalClientCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ElGamalClientCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ElGamalServerCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ElGamalServerCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ElGamalServerCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ElGamalServerCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/HashingGenClientCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/HashingGenClientCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/HashingGenClientCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/HashingGenClientCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/HashingGenServerCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/HashingGenServerCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/HashingGenServerCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/HashingGenServerCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/Parameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/Parameters.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/Parameters.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/Parameters.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/Plaintext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/Plaintext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/Plaintext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/Plaintext.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/PrivateKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/PrivateKey.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/PrivateKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/PrivateKey.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/PublicKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/PublicKey.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/PublicKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/PublicKey.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/PublicKeySet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/PublicKeySet.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/PublicKeySet.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/PublicKeySet.hpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ServerCiphertext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ServerCiphertext.cpp -------------------------------------------------------------------------------- /src/Crypto/BlogDrop/ServerCiphertext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/BlogDrop/ServerCiphertext.hpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/CryptoRandomImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/CryptoRandomImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/DiffieHellmanImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/DiffieHellmanImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/DsaPrivateKeyImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/DsaPrivateKeyImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/DsaPublicKeyImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/DsaPublicKeyImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/DsaPublicKeyImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/DsaPublicKeyImpl.hpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/HashImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/HashImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/Helper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/Helper.hpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/IntegerImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/IntegerImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/RsaPrivateKeyImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/RsaPrivateKeyImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/RsaPublicKeyImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/RsaPublicKeyImpl.cpp -------------------------------------------------------------------------------- /src/Crypto/CryptoPP/RsaPublicKeyImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoPP/RsaPublicKeyImpl.hpp -------------------------------------------------------------------------------- /src/Crypto/CryptoRandom.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/CryptoRandom.hpp -------------------------------------------------------------------------------- /src/Crypto/DiffieHellman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/DiffieHellman.cpp -------------------------------------------------------------------------------- /src/Crypto/DiffieHellman.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/DiffieHellman.hpp -------------------------------------------------------------------------------- /src/Crypto/DsaPrivateKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/DsaPrivateKey.cpp -------------------------------------------------------------------------------- /src/Crypto/DsaPrivateKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/DsaPrivateKey.hpp -------------------------------------------------------------------------------- /src/Crypto/DsaPublicKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/DsaPublicKey.cpp -------------------------------------------------------------------------------- /src/Crypto/DsaPublicKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/DsaPublicKey.hpp -------------------------------------------------------------------------------- /src/Crypto/Hash.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/Hash.hpp -------------------------------------------------------------------------------- /src/Crypto/Integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/Integer.hpp -------------------------------------------------------------------------------- /src/Crypto/KeyShare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/KeyShare.cpp -------------------------------------------------------------------------------- /src/Crypto/KeyShare.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/KeyShare.hpp -------------------------------------------------------------------------------- /src/Crypto/LRSPrivateKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/LRSPrivateKey.cpp -------------------------------------------------------------------------------- /src/Crypto/LRSPrivateKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/LRSPrivateKey.hpp -------------------------------------------------------------------------------- /src/Crypto/LRSPublicKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/LRSPublicKey.cpp -------------------------------------------------------------------------------- /src/Crypto/LRSPublicKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/LRSPublicKey.hpp -------------------------------------------------------------------------------- /src/Crypto/LRSSignature.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/LRSSignature.hpp -------------------------------------------------------------------------------- /src/Crypto/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/NOTES -------------------------------------------------------------------------------- /src/Crypto/NeffShuffle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/NeffShuffle.cpp -------------------------------------------------------------------------------- /src/Crypto/NeffShuffle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/NeffShuffle.hpp -------------------------------------------------------------------------------- /src/Crypto/OnionEncryptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/OnionEncryptor.cpp -------------------------------------------------------------------------------- /src/Crypto/OnionEncryptor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/OnionEncryptor.hpp -------------------------------------------------------------------------------- /src/Crypto/RsaPrivateKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/RsaPrivateKey.cpp -------------------------------------------------------------------------------- /src/Crypto/RsaPrivateKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/RsaPrivateKey.hpp -------------------------------------------------------------------------------- /src/Crypto/RsaPublicKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/RsaPublicKey.hpp -------------------------------------------------------------------------------- /src/Crypto/Serialization.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/Serialization.hpp -------------------------------------------------------------------------------- /src/Crypto/ThreadedOnionEncryptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/ThreadedOnionEncryptor.cpp -------------------------------------------------------------------------------- /src/Crypto/ThreadedOnionEncryptor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/ThreadedOnionEncryptor.hpp -------------------------------------------------------------------------------- /src/Crypto/Utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Crypto/Utils.hpp -------------------------------------------------------------------------------- /src/Dissent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Dissent.hpp -------------------------------------------------------------------------------- /src/Identity/PrivateIdentity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Identity/PrivateIdentity.hpp -------------------------------------------------------------------------------- /src/Identity/PublicIdentity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Identity/PublicIdentity.hpp -------------------------------------------------------------------------------- /src/Identity/Roster.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Identity/Roster.cpp -------------------------------------------------------------------------------- /src/Identity/Roster.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Identity/Roster.hpp -------------------------------------------------------------------------------- /src/Messaging/BufferSink.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/BufferSink.hpp -------------------------------------------------------------------------------- /src/Messaging/DummySink.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/DummySink.hpp -------------------------------------------------------------------------------- /src/Messaging/Filter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/Filter.hpp -------------------------------------------------------------------------------- /src/Messaging/FilterObject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/FilterObject.hpp -------------------------------------------------------------------------------- /src/Messaging/GetDataCallback.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/GetDataCallback.hpp -------------------------------------------------------------------------------- /src/Messaging/ISender.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/ISender.hpp -------------------------------------------------------------------------------- /src/Messaging/ISink.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/ISink.hpp -------------------------------------------------------------------------------- /src/Messaging/ISinkObject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/ISinkObject.hpp -------------------------------------------------------------------------------- /src/Messaging/Message.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/Message.hpp -------------------------------------------------------------------------------- /src/Messaging/Request.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/Request.hpp -------------------------------------------------------------------------------- /src/Messaging/RequestHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/RequestHandler.hpp -------------------------------------------------------------------------------- /src/Messaging/RequestResponder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/RequestResponder.hpp -------------------------------------------------------------------------------- /src/Messaging/Response.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/Response.hpp -------------------------------------------------------------------------------- /src/Messaging/ResponseHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/ResponseHandler.hpp -------------------------------------------------------------------------------- /src/Messaging/RpcHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/RpcHandler.cpp -------------------------------------------------------------------------------- /src/Messaging/RpcHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/RpcHandler.hpp -------------------------------------------------------------------------------- /src/Messaging/SignalSink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/SignalSink.cpp -------------------------------------------------------------------------------- /src/Messaging/SignalSink.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/SignalSink.hpp -------------------------------------------------------------------------------- /src/Messaging/SinkMultiplexer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/SinkMultiplexer.hpp -------------------------------------------------------------------------------- /src/Messaging/Source.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/Source.hpp -------------------------------------------------------------------------------- /src/Messaging/SourceObject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/SourceObject.hpp -------------------------------------------------------------------------------- /src/Messaging/State.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/State.hpp -------------------------------------------------------------------------------- /src/Messaging/StateData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/StateData.hpp -------------------------------------------------------------------------------- /src/Messaging/StateMachine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Messaging/StateMachine.hpp -------------------------------------------------------------------------------- /src/Session/ClientRegister.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ClientRegister.hpp -------------------------------------------------------------------------------- /src/Session/ClientSession.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ClientSession.cpp -------------------------------------------------------------------------------- /src/Session/ClientSession.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ClientSession.hpp -------------------------------------------------------------------------------- /src/Session/ClientStates.hpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Session/SerializeList.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/SerializeList.hpp -------------------------------------------------------------------------------- /src/Session/ServerAgree.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerAgree.hpp -------------------------------------------------------------------------------- /src/Session/ServerEnlist.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerEnlist.hpp -------------------------------------------------------------------------------- /src/Session/ServerEnlisted.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerEnlisted.hpp -------------------------------------------------------------------------------- /src/Session/ServerInit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerInit.hpp -------------------------------------------------------------------------------- /src/Session/ServerList.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerList.hpp -------------------------------------------------------------------------------- /src/Session/ServerQueued.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerQueued.hpp -------------------------------------------------------------------------------- /src/Session/ServerSession.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerSession.cpp -------------------------------------------------------------------------------- /src/Session/ServerSession.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerSession.hpp -------------------------------------------------------------------------------- /src/Session/ServerStart.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerStart.hpp -------------------------------------------------------------------------------- /src/Session/ServerStates.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerStates.hpp -------------------------------------------------------------------------------- /src/Session/ServerStop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerStop.hpp -------------------------------------------------------------------------------- /src/Session/ServerVerifyList.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/ServerVerifyList.hpp -------------------------------------------------------------------------------- /src/Session/Session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/Session.cpp -------------------------------------------------------------------------------- /src/Session/Session.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/Session.hpp -------------------------------------------------------------------------------- /src/Session/SessionData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/SessionData.hpp -------------------------------------------------------------------------------- /src/Session/SessionMessage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/SessionMessage.hpp -------------------------------------------------------------------------------- /src/Session/SessionSharedState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/SessionSharedState.cpp -------------------------------------------------------------------------------- /src/Session/SessionSharedState.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/SessionSharedState.hpp -------------------------------------------------------------------------------- /src/Session/SessionState.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Session/SessionState.hpp -------------------------------------------------------------------------------- /src/Tests/AbstractGroupHelpers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/AbstractGroupHelpers.hpp -------------------------------------------------------------------------------- /src/Tests/AddressTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/AddressTest.cpp -------------------------------------------------------------------------------- /src/Tests/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/Base64.cpp -------------------------------------------------------------------------------- /src/Tests/BlogDropProof.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/BlogDropProof.cpp -------------------------------------------------------------------------------- /src/Tests/BlogDropTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/BlogDropTest.cpp -------------------------------------------------------------------------------- /src/Tests/BlogDropUtilsTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/BlogDropUtilsTest.cpp -------------------------------------------------------------------------------- /src/Tests/ConnectionTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/ConnectionTest.cpp -------------------------------------------------------------------------------- /src/Tests/Crypto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/Crypto.cpp -------------------------------------------------------------------------------- /src/Tests/DissentTest.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/DissentTest.hpp -------------------------------------------------------------------------------- /src/Tests/DsaCryptoTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/DsaCryptoTest.cpp -------------------------------------------------------------------------------- /src/Tests/EdgeTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/EdgeTest.cpp -------------------------------------------------------------------------------- /src/Tests/HashTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/HashTest.cpp -------------------------------------------------------------------------------- /src/Tests/IdTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/IdTest.cpp -------------------------------------------------------------------------------- /src/Tests/IntegerTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/IntegerTest.cpp -------------------------------------------------------------------------------- /src/Tests/KeyShareTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/KeyShareTest.cpp -------------------------------------------------------------------------------- /src/Tests/MainTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/MainTest.cpp -------------------------------------------------------------------------------- /src/Tests/Mock.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/Mock.hpp -------------------------------------------------------------------------------- /src/Tests/MockEdgeHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/MockEdgeHandler.hpp -------------------------------------------------------------------------------- /src/Tests/MockSender.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/MockSender.hpp -------------------------------------------------------------------------------- /src/Tests/MockSource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/MockSource.hpp -------------------------------------------------------------------------------- /src/Tests/OnionTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/OnionTest.cpp -------------------------------------------------------------------------------- /src/Tests/OverlayTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/OverlayTest.cpp -------------------------------------------------------------------------------- /src/Tests/OverlayTest.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/OverlayTest.hpp -------------------------------------------------------------------------------- /src/Tests/RandomTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/RandomTest.cpp -------------------------------------------------------------------------------- /src/Tests/RoundTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/RoundTest.cpp -------------------------------------------------------------------------------- /src/Tests/RpcTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/RpcTest.cpp -------------------------------------------------------------------------------- /src/Tests/RpcTest.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/RpcTest.hpp -------------------------------------------------------------------------------- /src/Tests/SerializationTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/SerializationTest.cpp -------------------------------------------------------------------------------- /src/Tests/SessionTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/SessionTest.cpp -------------------------------------------------------------------------------- /src/Tests/SessionTest.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/SessionTest.hpp -------------------------------------------------------------------------------- /src/Tests/SettingsTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/SettingsTest.cpp -------------------------------------------------------------------------------- /src/Tests/TimeTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/TimeTest.cpp -------------------------------------------------------------------------------- /src/Tests/TripleTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tests/TripleTest.cpp -------------------------------------------------------------------------------- /src/Transports/Address.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/Address.cpp -------------------------------------------------------------------------------- /src/Transports/Address.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/Address.hpp -------------------------------------------------------------------------------- /src/Transports/AddressFactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/AddressFactory.cpp -------------------------------------------------------------------------------- /src/Transports/AddressFactory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/AddressFactory.hpp -------------------------------------------------------------------------------- /src/Transports/BufferAddress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/BufferAddress.cpp -------------------------------------------------------------------------------- /src/Transports/BufferAddress.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/BufferAddress.hpp -------------------------------------------------------------------------------- /src/Transports/BufferEdge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/BufferEdge.cpp -------------------------------------------------------------------------------- /src/Transports/BufferEdge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/BufferEdge.hpp -------------------------------------------------------------------------------- /src/Transports/BufferEdgeListener.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/BufferEdgeListener.cpp -------------------------------------------------------------------------------- /src/Transports/BufferEdgeListener.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/BufferEdgeListener.hpp -------------------------------------------------------------------------------- /src/Transports/Edge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/Edge.cpp -------------------------------------------------------------------------------- /src/Transports/Edge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/Edge.hpp -------------------------------------------------------------------------------- /src/Transports/EdgeFactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/EdgeFactory.cpp -------------------------------------------------------------------------------- /src/Transports/EdgeFactory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/EdgeFactory.hpp -------------------------------------------------------------------------------- /src/Transports/EdgeListener.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/EdgeListener.cpp -------------------------------------------------------------------------------- /src/Transports/EdgeListener.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/EdgeListener.hpp -------------------------------------------------------------------------------- /src/Transports/EdgeListenerFactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/EdgeListenerFactory.cpp -------------------------------------------------------------------------------- /src/Transports/EdgeListenerFactory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/EdgeListenerFactory.hpp -------------------------------------------------------------------------------- /src/Transports/NullEdge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/NullEdge.hpp -------------------------------------------------------------------------------- /src/Transports/TcpAddress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/TcpAddress.cpp -------------------------------------------------------------------------------- /src/Transports/TcpAddress.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/TcpAddress.hpp -------------------------------------------------------------------------------- /src/Transports/TcpEdge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/TcpEdge.cpp -------------------------------------------------------------------------------- /src/Transports/TcpEdge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/TcpEdge.hpp -------------------------------------------------------------------------------- /src/Transports/TcpEdgeListener.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/TcpEdgeListener.cpp -------------------------------------------------------------------------------- /src/Transports/TcpEdgeListener.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Transports/TcpEdgeListener.hpp -------------------------------------------------------------------------------- /src/Tunnel/EntryTunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/EntryTunnel.cpp -------------------------------------------------------------------------------- /src/Tunnel/EntryTunnel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/EntryTunnel.hpp -------------------------------------------------------------------------------- /src/Tunnel/ExitTunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/ExitTunnel.cpp -------------------------------------------------------------------------------- /src/Tunnel/ExitTunnel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/ExitTunnel.hpp -------------------------------------------------------------------------------- /src/Tunnel/SessionEntryTunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SessionEntryTunnel.cpp -------------------------------------------------------------------------------- /src/Tunnel/SessionEntryTunnel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SessionEntryTunnel.hpp -------------------------------------------------------------------------------- /src/Tunnel/SessionExitTunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SessionExitTunnel.cpp -------------------------------------------------------------------------------- /src/Tunnel/SessionExitTunnel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SessionExitTunnel.hpp -------------------------------------------------------------------------------- /src/Tunnel/SocksConnection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SocksConnection.cpp -------------------------------------------------------------------------------- /src/Tunnel/SocksConnection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SocksConnection.hpp -------------------------------------------------------------------------------- /src/Tunnel/SocksTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SocksTable.cpp -------------------------------------------------------------------------------- /src/Tunnel/SocksTable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SocksTable.hpp -------------------------------------------------------------------------------- /src/Tunnel/SoloEntryTunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SoloEntryTunnel.cpp -------------------------------------------------------------------------------- /src/Tunnel/SoloExitTunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/SoloExitTunnel.cpp -------------------------------------------------------------------------------- /src/Tunnel/TunnelPacket.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Tunnel/TunnelPacket.hpp -------------------------------------------------------------------------------- /src/Utils/Callback.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Callback.hpp -------------------------------------------------------------------------------- /src/Utils/Logging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Logging.cpp -------------------------------------------------------------------------------- /src/Utils/Logging.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Logging.hpp -------------------------------------------------------------------------------- /src/Utils/QRunTimeError.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/QRunTimeError.hpp -------------------------------------------------------------------------------- /src/Utils/Random.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Random.cpp -------------------------------------------------------------------------------- /src/Utils/Random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Random.hpp -------------------------------------------------------------------------------- /src/Utils/Serialization.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Serialization.hpp -------------------------------------------------------------------------------- /src/Utils/SignalCounter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/SignalCounter.hpp -------------------------------------------------------------------------------- /src/Utils/Sleeper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Sleeper.cpp -------------------------------------------------------------------------------- /src/Utils/Sleeper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Sleeper.hpp -------------------------------------------------------------------------------- /src/Utils/StartStop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/StartStop.cpp -------------------------------------------------------------------------------- /src/Utils/StartStop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/StartStop.hpp -------------------------------------------------------------------------------- /src/Utils/StartStopSlots.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/StartStopSlots.hpp -------------------------------------------------------------------------------- /src/Utils/Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Time.cpp -------------------------------------------------------------------------------- /src/Utils/Time.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Time.hpp -------------------------------------------------------------------------------- /src/Utils/Timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Timer.cpp -------------------------------------------------------------------------------- /src/Utils/Timer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Timer.hpp -------------------------------------------------------------------------------- /src/Utils/TimerCallback.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/TimerCallback.hpp -------------------------------------------------------------------------------- /src/Utils/TimerEvent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/TimerEvent.cpp -------------------------------------------------------------------------------- /src/Utils/TimerEvent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/TimerEvent.hpp -------------------------------------------------------------------------------- /src/Utils/Triggerable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Triggerable.hpp -------------------------------------------------------------------------------- /src/Utils/Triple.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Triple.hpp -------------------------------------------------------------------------------- /src/Utils/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Utils.cpp -------------------------------------------------------------------------------- /src/Utils/Utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Utils/Utils.hpp -------------------------------------------------------------------------------- /src/Web/BuddiesService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/BuddiesService.cpp -------------------------------------------------------------------------------- /src/Web/BuddiesService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/BuddiesService.hpp -------------------------------------------------------------------------------- /src/Web/Content/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/Content/index.html -------------------------------------------------------------------------------- /src/Web/Content/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/Content/jquery.js -------------------------------------------------------------------------------- /src/Web/EchoService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/EchoService.hpp -------------------------------------------------------------------------------- /src/Web/GetDirectoryService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/GetDirectoryService.cpp -------------------------------------------------------------------------------- /src/Web/GetDirectoryService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/GetDirectoryService.hpp -------------------------------------------------------------------------------- /src/Web/GetFileService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/GetFileService.cpp -------------------------------------------------------------------------------- /src/Web/GetFileService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/GetFileService.hpp -------------------------------------------------------------------------------- /src/Web/GetMessagesService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/GetMessagesService.cpp -------------------------------------------------------------------------------- /src/Web/GetMessagesService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/GetMessagesService.hpp -------------------------------------------------------------------------------- /src/Web/MessageWebService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/MessageWebService.hpp -------------------------------------------------------------------------------- /src/Web/SendMessageService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/SendMessageService.cpp -------------------------------------------------------------------------------- /src/Web/SendMessageService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/SendMessageService.hpp -------------------------------------------------------------------------------- /src/Web/SessionService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/SessionService.cpp -------------------------------------------------------------------------------- /src/Web/SessionService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/SessionService.hpp -------------------------------------------------------------------------------- /src/Web/WebServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/WebServer.cpp -------------------------------------------------------------------------------- /src/Web/WebServer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/WebServer.hpp -------------------------------------------------------------------------------- /src/Web/WebService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/WebService.cpp -------------------------------------------------------------------------------- /src/Web/WebService.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/src/Web/WebService.hpp -------------------------------------------------------------------------------- /test.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/test.pro -------------------------------------------------------------------------------- /utils/buddies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/buddies.py -------------------------------------------------------------------------------- /utils/deterlab.ns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/deterlab.ns -------------------------------------------------------------------------------- /utils/deterlab_controller.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/deterlab_controller.sh -------------------------------------------------------------------------------- /utils/dissent_ready.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/dissent_ready.py -------------------------------------------------------------------------------- /utils/log_performance_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/log_performance_parser.py -------------------------------------------------------------------------------- /utils/planetlab/Remoter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/Remoter.py -------------------------------------------------------------------------------- /utils/planetlab/add_all_nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/add_all_nodes.py -------------------------------------------------------------------------------- /utils/planetlab/cronolog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/cronolog -------------------------------------------------------------------------------- /utils/planetlab/helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/helper.sh -------------------------------------------------------------------------------- /utils/planetlab/list_nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/list_nodes.py -------------------------------------------------------------------------------- /utils/planetlab/local.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/local.config -------------------------------------------------------------------------------- /utils/planetlab/planetlab.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/planetlab.config -------------------------------------------------------------------------------- /utils/planetlab/renew_slice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/renew_slice.py -------------------------------------------------------------------------------- /utils/planetlab/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/planetlab/start.sh -------------------------------------------------------------------------------- /utils/test_services.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/test_services.py -------------------------------------------------------------------------------- /utils/webclient_send.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedis/Dissent/HEAD/utils/webclient_send.py -------------------------------------------------------------------------------- /webpath: -------------------------------------------------------------------------------- 1 | src/Web/Content/ --------------------------------------------------------------------------------