index
:
bitmask_client.git
debian/experimental
develop
feature/async-api
feature/js-ui
master
release-0.2.0
release-0.5.4
release-0.6.1
release/0.7.x
release/0.8.x
release/v0.2.0
[bitmask_client]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
leap
/
bitmask
/
backend
Age
Commit message (
Expand
)
Author
2015-03-09
Merge branch 'release/0.8.x' into develop
Ivan Alejandro
2015-02-23
Use unix sockets for the fallback, and set permissions
Kali Kaneko
2015-02-20
Fall back to plain ZMQ if Curve is not available.
Ivan Alejandro
2015-02-18
Do the soledad sync the twisted way
Ruben Pollan
2015-02-13
enable --offline mode for email again
Kali Kaneko
2015-02-11
remove use of threading.Condition
Kali Kaneko
2015-02-11
fix mail imports for new mail api (0.4.0)
Kali Kaneko
2015-02-11
Use the new keymanager async API
Ruben Pollan
2015-01-05
Revert "Fix soledad imports (#5989)."
0.8.0rc2
Ivan Alejandro
2014-12-29
Create the certificates if they don't exist.
Ivan Alejandro
2014-12-19
Allow frontend and backend to be run separately.
Ivan Alejandro
2014-12-18
Quit Bitmask if there is no polkit agent running.
Ivan Alejandro
2014-09-16
New keymanager API
Ruben Pollan
2014-09-03
Don't defer action to thread here.
Ivan Alejandro
2014-08-18
make the login not wait for eip it cannot-start-eip
Kali Kaneko
2014-08-18
Fix soledad imports (#5989).
drebs
2014-08-06
fix uncatched error with missing polkit. Closes: #5955
kali
2014-08-01
Add cancel button for EIP connection.
kali
2014-07-24
Add frontend alive check to the backend.
Ivan Alejandro
2014-07-24
Merge remote-tracking branch 'refs/remotes/ivan/feature/add-backend-alive-che...
Tomás Touceda
2014-07-23
Restrict access to the zmq certificates folder.
Ivan Alejandro
2014-07-21
Add heartbeat to check if backend is alive.
Ivan Alejandro
2014-07-16
Increase timeout and retries.
Ivan Alejandro
2014-07-16
Code style fixes.
Ivan Alejandro
2014-07-15
Replace QThread with threading.Thread.
Ivan Alejandro
2014-07-15
Use polling to prevent communication issues.
Ivan Alejandro
2014-07-15
Support EIP in OSX
Tomás Touceda
2014-07-14
Use custom `mkdir` to create the tree if needed.
Ivan Alejandro
2014-07-14
Use specific settings for backend.
Ivan Alejandro
2014-07-14
Comment out overly verbose logs for communication.
Ivan Alejandro
2014-07-14
Add file docstrings.
Ivan Alejandro
2014-07-14
Ask the backend for the country code.
Ivan Alejandro
2014-07-14
Move the backend starter to its own file.
Ivan Alejandro
2014-07-14
Add missing error/passed keys.
Ivan Alejandro
2014-07-14
Lowercase signals names.
Ivan Alejandro
2014-07-14
Use new frontend/backend structure in LEAP implementation.
Ivan Alejandro
2014-07-14
Add license headers.
Ivan Alejandro
2014-07-14
Add API/SIGNALs definition.
Ivan Alejandro
2014-07-14
Add base communication framework.
Ivan Alejandro
2014-06-25
Use a dict instead of an object to ease serialization.
Ivan Alejandro
2014-06-18
Move backend's components to its own file.
Ivan Alejandro
2014-06-18
Move Signaler to its own file.
Ivan Alejandro
2014-06-18
Move backend to its own namespace.
Ivan Alejandro