Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-09 | Debian capitalization | kwadronaut | |
Solves https://www.transifex.com/otf/bitmask/translate/#es/$/31977728 | |||
2015-11-06 | [docs] add info for translators | Kali Kaneko | |
2015-11-04 | [docs] update manpages | Kali Kaneko | |
2015-10-23 | [i18n] add an extra env variable to change lang | Ivan Alejandro | |
In some cases setting just `LANG` doesn't change the language, in those cases, setting `LC_ALL` does the trick. | |||
2015-09-01 | [style] Fix spelling errors in bitmask-root manpage | micah | |
2015-08-04 | [style] add pre-commit hook to run flake8 | Kali Kaneko | |
2015-08-04 | [docs] add post commit hook to autopep8 all the things | Kali Kaneko | |
2015-07-20 | [docs] remove lemur from README and dev workflow | KwadroNaut | |
lemur/buildbot is intentionally off | |||
2015-07-03 | [docs] some tips to help QA of release candidates | Kali Kaneko | |
some general notes about the QA process | |||
2015-03-09 | [docs] Add git commit template and instructions | Kali Kaneko | |
Hopefully this will make our git log more informative. - Releases: 0.9.0 | |||
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-07-10 | bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵ | elijah | |
to use the VPN nameserver. | |||
2014-06-05 | update manpages | Kali Kaneko | |
2014-06-05 | add bitmask-root notes to checklist | Kali Kaneko | |
2014-05-20 | remove reference to openresolv conflict from manpage | Kali Kaneko | |
2014-05-20 | update bitmask manpage date and version | Kali Kaneko | |
2014-05-20 | manpage source for bitmask-root | Kali Kaneko | |
2014-05-20 | update manpage | Kali Kaneko | |
2014-03-12 | Add dependency needed by the latest PyOpenSSL. | Ivan Alejandro | |
2014-01-11 | offline mode | Kali Kaneko | |
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care. | |||
2013-11-11 | Make all by default. | Ivan Alejandro | |
2013-11-04 | Add document with good practices for encoding. | Ivan Alejandro | |
2013-10-22 | add prompt indication for the virtualenv | Kali Kaneko | |
2013-10-22 | Fixes to environment.rst. Closes: #4185 | Kali Kaneko | |
2013-10-22 | add include to testing howto too | Kali Kaneko | |
2013-10-22 | Update apt-get dependencies | Kali Kaneko | |
* Also, tweak different sections to be consistent with the new quickstart. * Squashed contributions by Jeremy (@bneg) * add note about authors.rst | |||
2013-10-17 | Update docs for internationalization. | Ivan Alejandro | |
2013-09-25 | Merge remote-tracking branch 'kali/doc/fix-repo-yet-another-time' into develop | Ivan Alejandro | |
2013-09-25 | Merge remote-tracking branch 'kali/feature/bug-report-template' into develop | Ivan Alejandro | |
2013-09-25 | fix repo in installing doc | Kali Kaneko | |
2013-09-25 | fix branching model picture | Kali Kaneko | |
2013-09-25 | mock clibs in sphinx build | Kali Kaneko | |
Following the docs here: http://read-the-docs.readthedocs.org/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules | |||
2013-09-25 | Merge remote-tracking branch 'kali/feature/bug-report-template' into develop | Ivan Alejandro | |
2013-09-24 | improve bug reporting section | Kali Kaneko | |
2013-09-23 | Improve release checklist and build_bundle script. | Ivan Alejandro | |
2013-09-20 | fix paths | Kali Kaneko | |
2013-09-18 | update obsolete qt4 dep | Kali Kaneko | |
2013-09-16 | Merge remote-tracking branch 'kali/feature/update-metadata' into develop | Ivan Alejandro | |
2013-09-16 | update metadata in setup.py | Kali Kaneko | |
2013-09-12 | Merge remote-tracking branch 'kali/feature/update-repo-in-docs' into develop | Ivan Alejandro | |
2013-09-12 | update to new git repo name | Kali Kaneko | |
2013-09-12 | Update instructions to improve release process. | Ivan Alejandro | |
This allows us to have master and develop in sync after the release. Also get a correct and clean version report. I've included the `-m` switch in the `git tag` command so we avoid to open an editor and let us closer to make a script to automate this. | |||
2013-09-12 | Merge remote-tracking branch 'kali/checklist-style' into develop | Ivan Alejandro | |
2013-09-12 | Merge remote-tracking branch 'kali/feature/add-version-flag' into develop | Ivan Alejandro | |
2013-09-12 | add checkboxes | Kali Kaneko | |
2013-09-12 | add --version flag | Kali Kaneko | |
2013-09-12 | Change the order of the actions in the release. | Ivan Alejandro | |
With this change we are following more accurately: http://nvie.com/posts/a-successful-git-branching-model/ Also, we achieve a clean version in master. If we do the tag before the merge in master, then we would have an extra commit after the tagging, which causes version to be X.Y.Z-1-blah. | |||
2013-09-09 | Update release doc, remove exec bits. Closes #3617 | Ivan Alejandro | |
2013-09-07 | fix repo name in yet another place | Kali Kaneko | |
2013-09-05 | Update docs for testers and bootstrap script. | Ivan Alejandro | |