You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/service
Michael 0b4d787042
More work on router docker image
- Multi-stage docker build (final image only 15MB!)
- Build in release mode
    - Fix bug with release mode
    - Fix compiler being dumb AF
    - Disable FORTIFY for now
- Enable LTO when making a staticly linked release
- Fix some gcc specific warnings
- Refactor cmake stuff into multiple files
5 years ago
..
address.cpp use std::set 5 years ago
address.hpp use std::set 5 years ago
async_key_exchange.cpp Remove AsyncKeyExchange, HiddenServiceAddressLookup and OutboundContext to their own components 5 years ago
async_key_exchange.hpp Tidy up more parts of the service/ directory 5 years ago
config.cpp Tidy up more parts of the service/ directory 5 years ago
config.hpp Move service* to llarp/ 6 years ago
context.cpp Tidy up more parts of the service/ directory 5 years ago
context.hpp Tidy up more parts of the service/ directory 5 years ago
endpoint.cpp More work on router docker image 5 years ago
endpoint.hpp More work on router docker image 5 years ago
handler.cpp Add .cpp files for all .hpp files 6 years ago
handler.hpp Tidy up more parts of the service/ directory 5 years ago
hidden_service_address_lookup.cpp Remove usage of raw new from service classes 5 years ago
hidden_service_address_lookup.hpp Tidy up more parts of the service/ directory 5 years ago
identity.cpp Fixup casing (#543) 5 years ago
identity.hpp Fixup casing (#543) 5 years ago
info.cpp Tidy up more parts of the service/ directory 5 years ago
info.hpp Add cmake module to target a library as 'system', and fix a few warnings 5 years ago
intro.cpp Fixup casing (#543) 5 years ago
intro.hpp Fixup casing (#543) 5 years ago
intro_set.cpp Fix introset tests 5 years ago
intro_set.hpp Fix introset tests 5 years ago
lookup.cpp Remove usage of raw new from service classes 5 years ago
lookup.hpp Add cmake module to target a library as 'system', and fix a few warnings 5 years ago
outbound_context.cpp More work on router docker image 5 years ago
outbound_context.hpp Tidy up more parts of the service/ directory 5 years ago
pendingbuffer.cpp Move SendContext to its own component 5 years ago
pendingbuffer.hpp Move SendContext to its own component 5 years ago
protocol.cpp Tidy up more parts of the service/ directory 5 years ago
protocol.hpp Tidy up more parts of the service/ directory 5 years ago
sendcontext.cpp Tidy up more parts of the service/ directory 5 years ago
sendcontext.hpp Add cmake module to target a library as 'system', and fix a few warnings 5 years ago
session.cpp Fix shadowing warnings 5 years ago
session.hpp Tidy up more parts of the service/ directory 5 years ago
tag.cpp Remove data() conversions from llarp::AlignedBuffer 5 years ago
tag.hpp Tidy up more parts of the service/ directory 5 years ago
tag_lookup_job.cpp Remove usage of raw new from service classes 5 years ago
tag_lookup_job.hpp Tidy up more parts of the service/ directory 5 years ago
vanity.cpp Add .cpp files for all .hpp files 6 years ago
vanity.hpp Tidy up more parts of the service/ directory 5 years ago