- 23 May, 2014 4 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 22 May, 2014 6 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
The new module Tool_cmdline replaces former Tool_common, Tool_main and all uses of Cmdliner in Tool_*.
-
- 20 May, 2014 3 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 16 May, 2014 1 commit
-
-
Stephane Glondu authored
Small changes in output: lines are now prefixed by "I", "W" or "E".
-
- 23 Apr, 2014 5 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
* big refactoring of Tool_credgen * --count now generates numeric ids: $T.hashcreds is always generated, $T.privcreds has always the same format
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 17 Apr, 2014 1 commit
-
-
Stephane Glondu authored
-
- 16 Apr, 2014 2 commits
-
-
Stephane Glondu authored
Both variants are declared as internal libs, and we now just have to tag each executable with the desired version.
-
Stephane Glondu authored
Add module Platform: single interface to functions that depend on the runtime. For now, the native (existing one), and a dummy one that constitutes a skeleton for the js one. All calls to Cryptokit, Z, Calendar (which depends on Unix) in the command-line tool now go through this module.
-
- 11 Apr, 2014 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 10 Apr, 2014 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
Side-effects: - more uniform handling of --help and --version, automatic generation of Unix manpages - slight change in syntax (see demo.sh) - sub-commands of "election" (Tool_election) are now direct commands, "election" itself disappears - in Tool_election, concatenate with --dir option (if any) instead of calling chdir
-
- 04 Apr, 2014 8 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
It matters behind a reverse-proxy.
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 03 Apr, 2014 6 commits
-
-
Stephane Glondu authored
Web_election.Make and SITE.import_election now return something that can be discarded without side-effects on the running server. Rationale: we want to be able to perform additional checks in the caller of SITE.import_election. This will be useful when online creation of elections is possible.
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
As a side-effect, they do no longer need to fit into memory. This fixes "TODO: streaming".
-
Stephane Glondu authored
-