Nick Mathewson
|
2329d9fe37
Fix a compilation warning in the unit tests
|
10 years ago |
Nick Mathewson
|
d807c7c872
Merge remote-tracking branch 'origin/maint-0.2.5'
|
10 years ago |
Nick Mathewson
|
746bb55851
Ignore warning for redundant decl in openssl/srtp.h
|
10 years ago |
Nick Mathewson
|
3368b0c9f2
Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string
|
10 years ago |
George Kadianakis
|
bb56fd1f8f
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
|
10 years ago |
Nick Mathewson
|
a52e549124
Update workqueue implementation to use a single queue for the work
|
10 years ago |
Roger Dingledine
|
660a35d97c
fix typo
|
10 years ago |
Nick Mathewson
|
52d6cb03a7
Merge remote-tracking branch 'andrea/bug12194_alt'
|
10 years ago |
Nick Mathewson
|
88e36eaf0e
Fix the checkdir/perms test when umask==077
|
10 years ago |
Andrea Shepard
|
f7bb60e202
Add comments in rendclient.c noting that certain functions involved in handling ended HS connection attempts must be idempotent
|
10 years ago |
George Kadianakis
|
354ddf8712
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
|
10 years ago |
George Kadianakis
|
25e7821bb1
unittests: Change some tt_assert()s to tt_int_op()s.
|
10 years ago |
George Kadianakis
|
45bc5a0743
Restrict sample values of the Laplace distribution to int64_t.
|
10 years ago |
Nick Mathewson
|
3668a4126e
Merge remote-tracking branch 'public/bug13397'
|
10 years ago |
Nick Mathewson
|
1686f81ac2
Merge remote-tracking branch 'origin/maint-0.2.5'
|
10 years ago |
Nick Mathewson
|
051ad788e0
Incorporate some comments based on notes from dgoulet
|
11 years ago |
Nick Mathewson
|
fb5ebfb507
Avoid chan/circ linear lookups for requests
|
11 years ago |
Nick Mathewson
|
6c9c54e7fa
Remove if (1) indentation in cpuworker.c
|
11 years ago |
Nick Mathewson
|
1e896214e7
Refactor cpuworker to use workqueue/threadpool code.
|
11 years ago |
Nick Mathewson
|
cc6529e9bb
Fix check-spaces
|
11 years ago |
Nick Mathewson
|
e5f8c772f4
Test and fix workqueue_entry_cancel().
|
11 years ago |
Nick Mathewson
|
ebbc177005
Add shutdown and broadcast support to test_workqueue.
|
11 years ago |
Nick Mathewson
|
81354b081b
Add unit test for thread IDs.
|
11 years ago |
Nick Mathewson
|
7a63005220
Basic unit test for condition variables.
|
11 years ago |
Nick Mathewson
|
e47a90a976
"Recursive" locks, not "reentrant" locks. Duh.
|
11 years ago |
Nick Mathewson
|
d69717f61b
Use correct (absolute) time for pthread_cond_timedwait
|
11 years ago |
Nick Mathewson
|
9fdc0d0594
Fix windows compilation of condition code
|
11 years ago |
Nick Mathewson
|
d850ec8574
Fix linux compilation (pipe2 needs _GNU_SOURCE)
|
11 years ago |
Nick Mathewson
|
74b782645a
Move thread tests into their own module
|
11 years ago |
Nick Mathewson
|
c51f7c23e3
Test a little more of compat_threads.c
|
11 years ago |