summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/pluggableTransports
AgeCommit message (Expand)Author
2025-04-11rename log prefix from 'obfs4-client' to 'obfsvpn-client'cyBerta
2025-04-11obfsvpn client: use constant for running statecyBerta
2025-04-11improve state handling of obfsvpn; try to restart obfsvpn in on different pro...cyBerta
2025-02-28extend hopping pt configuarbility. Allow to set min- and maxHopPort, hopJitte...cyBerta
2025-02-28add quic pluggable transport supportcyBerta
2025-02-13fix kcp performance by fixing default kcp values and extending model class to...cyBerta
2024-08-18improve pairity between registering and unregistering the obfsvpn event loggercyBerta
2024-06-26fix missing start() call for the obfsvpn client thread, implement EventLogger...cyBerta
2024-06-17update obfsvpn to version 1.0.0, this is a breaking API change. Obfsvpn requi...cyBerta
2024-01-17replace deprectated Observer and Observables by PropertyChangeListener and Pr...cyBerta
2023-04-13Assume port hopping only in case of a missing endpoints json for obfs4-hop. T...cyBerta
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2022-11-21fix bitmaskcore builds on macOS, rename Shapeshifter to ShapeshifterClient as...cyberta
2022-07-19better naming for network error handling flag in ObfsVpnClientcyBerta
2022-07-19implement error handling for socks port bindingcyBerta
2022-07-19make member variable finalcyBerta
2022-07-19define logging interface for obfsvpncyBerta
2022-07-19allow to pin a custom obfs4 bridge during compile timecyBerta
2022-07-19handle multi-threaded access to obfsvpn client state flags correctlycyBerta
2022-07-19update ObfsvpnClient to latest obfsvpn api: handle bubbled up errorscyBerta
2022-07-19ensure socks proxy has started before openvpn tries to use itcyBerta
2022-07-19obfuscate vpn traffic using either shapeshfiter or obfsvpncyBerta
2022-07-19implement ObfsVpnClient, wrapping go jni bindingscyBerta
2022-05-08update min l110n, (c) datekwadronaut
2022-02-04remove (shapeshifter) Dispatcher and Binary-Installer class, they're deprecte...cyBerta
2021-10-16update shapeshifter jni bindingscyBerta
2021-09-30workaround for jni issue againcyBerta
2021-08-04update import path for shapeshifter libcyberta
2020-03-17switch to AndroidXcyBerta
2019-11-19implement reconnect mechanism for shapeshifter that gets triggered before a n...cyBerta
2019-10-27implement java shapeshifter logging interface, replaces blocking method call ...cyBerta
2019-10-25handle errors during the initiation of a pt connection separatelycyBerta
2019-10-19fix error handling in Shapeshifter classcyBerta
2019-10-06write shapeshifter errors into Log fragmentcyBerta
2019-08-02rename DispatcherOptions to Obfs4OptionscyBerta
2019-08-02add Shapeshifter class managing shapeshifter go librarycyBerta
2019-08-02* refactor vpn profile generationcyBerta
2019-08-02define local port to run shapeshifter-dispatcher on startup, fix pid lookup, ...cyBerta
2019-08-02squashed commit for Pluggable TransportscyBerta