Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
81b7a183
Commit
81b7a183
authored
Mar 25, 2014
by
Stephane Glondu
Browse files
Rename Util into Common
parent
fcdd3ddb
Changes
18
Hide whitespace changes
Inline
Side-by-side
src/bin/credgen.ml
View file @
81b7a183
...
...
@@ -20,7 +20,7 @@
(**************************************************************************)
open
Signatures
open
Util
open
Common
let
remove_dashes
x
=
let
n
=
String
.
length
x
in
...
...
src/bin/election_tool.ml
View file @
81b7a183
...
...
@@ -20,7 +20,7 @@
(**************************************************************************)
open
Signatures
open
Util
open
Common
open
Serializable_t
(* Helpers *)
...
...
src/bin/mkelection.ml
View file @
81b7a183
...
...
@@ -19,7 +19,7 @@
(* <http://www.gnu.org/licenses/>. *)
(**************************************************************************)
open
Util
open
Common
open
Serializable_t
open
Signatures
...
...
src/bin/tkeygen.ml
View file @
81b7a183
...
...
@@ -19,7 +19,7 @@
(* <http://www.gnu.org/licenses/>. *)
(**************************************************************************)
open
Util
open
Common
open
Serializable_t
open
Signatures
...
...
src/lib/
util
.ml
→
src/lib/
common
.ml
View file @
81b7a183
File moved
src/lib/
util
.mli
→
src/lib/
common
.mli
View file @
81b7a183
File moved
src/lib/election.ml
View file @
81b7a183
...
...
@@ -19,7 +19,7 @@
(* <http://www.gnu.org/licenses/>. *)
(**************************************************************************)
open
Util
open
Common
open
Serializable_t
open
Signatures
...
...
src/lib/group_field.ml
View file @
81b7a183
...
...
@@ -19,7 +19,7 @@
(* <http://www.gnu.org/licenses/>. *)
(**************************************************************************)
open
Util
open
Common
open
Serializable_j
(** Helper functions *)
...
...
src/lib/lib.mllib
View file @
81b7a183
Util
Common
Serializable_builtin_j
Serializable_t
Serializable_j
...
...
src/web/auth_password.ml
View file @
81b7a183
...
...
@@ -20,7 +20,7 @@
(**************************************************************************)
open
Lwt
open
Util
open
Common
open
Web_signatures
open
Web_common
...
...
src/web/server.mllib
View file @
81b7a183
Util
Common
Serializable_builtin_j
Serializable_j
Web_serializable_j
...
...
src/web/web_auth.ml
View file @
81b7a183
...
...
@@ -20,7 +20,7 @@
(**************************************************************************)
open
Lwt
open
Util
open
Common
open
Serializable_t
open
Signatures
open
Web_serializable_t
...
...
src/web/web_common.ml
View file @
81b7a183
...
...
@@ -21,7 +21,7 @@
open
Signatures
open
Lwt
open
Util
open
Common
open
Serializable_builtin_t
open
Serializable_t
open
Web_serializable_t
...
...
src/web/web_election.ml
View file @
81b7a183
...
...
@@ -22,7 +22,7 @@
open
Signatures
open
Web_signatures
open
Lwt
open
Util
open
Common
open
Serializable_builtin_t
open
Serializable_t
open
Web_serializable_t
...
...
src/web/web_main.ml
View file @
81b7a183
...
...
@@ -20,7 +20,7 @@
(**************************************************************************)
open
Signatures
open
Util
open
Common
open
Serializable_t
open
Web_serializable_j
open
Lwt
...
...
src/web/web_signatures.mli
View file @
81b7a183
...
...
@@ -21,6 +21,7 @@
open
Serializable_builtin_t
open
Serializable_t
open
Common
open
Web_serializable_t
open
Signatures
...
...
@@ -202,7 +203,7 @@ module type WEB_BALLOT_BOX = sig
val
cast
:
string
->
string
*
datetime
->
string
Lwt
.
t
val
inject_cred
:
string
->
unit
Lwt
.
t
val
extract_creds
:
unit
->
Util
.
SSet
.
t
Lwt
.
t
val
extract_creds
:
unit
->
SSet
.
t
Lwt
.
t
val
update_cred
:
old
:
string
->
new_
:
string
->
unit
Lwt
.
t
end
...
...
src/web/web_site.ml
View file @
81b7a183
...
...
@@ -20,7 +20,7 @@
(**************************************************************************)
open
Lwt
open
Util
open
Common
open
Serializable_t
open
Signatures
open
Web_serializable_j
...
...
src/web/web_templates.ml
View file @
81b7a183
...
...
@@ -21,7 +21,7 @@
open
Lwt
open
Signatures
open
Util
open
Common
open
Serializable_t
open
Web_serializable_t
open
Web_signatures
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment