Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
954f915f
Commit
954f915f
authored
Apr 15, 2020
by
Peter Jankuliak
Browse files
Prefix member variables with _
parent
f0e48477
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/cache/http_sign.cpp
View file @
954f915f
This diff is collapsed.
Click to expand it.
src/cache/http_store.cpp
View file @
954f915f
...
...
@@ -42,9 +42,6 @@ namespace ouinet { namespace cache {
// are no longer being written to.
static
const
std
::
time_t
recently_updated_secs
=
10
*
60
;
// 10 minutes ago
// Lowercase hexadecimal representation of a SHA1 digest.
static
const
boost
::
regex
v0_file_name_rx
(
"^[0-9a-f]{40}$"
);
// Lowercase hexadecimal representation of a SHA1 digest,
// split in two.
static
const
boost
::
regex
parent_name_rx
(
"^[0-9a-f]{2}$"
);
...
...
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