Nick Mathewson
|
15dd690605
changes file for bug 8546
|
10 years ago |
Nick Mathewson
|
49bdfbabb4
Replace field-by-field copy with memcpy for entry_port_cfg
|
10 years ago |
Nick Mathewson
|
13dac5e463
Move entry_port_cfg_t fields in entry_connection_t
|
10 years ago |
Nick Mathewson
|
58d17add5e
Combine entry_port_cfg_t fields in listener_connection_t
|
10 years ago |
Nick Mathewson
|
f444f2b1d3
Split client-specific and server-specific parts of port_cfg_t
|
10 years ago |
Nick Mathewson
|
2329d9fe37
Fix a compilation warning in the unit tests
|
9 years ago |
Nick Mathewson
|
d807c7c872
Merge remote-tracking branch 'origin/maint-0.2.5'
|
9 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
|
9 years ago |
George Kadianakis
|
bb56fd1f8f
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
|
9 years ago |
Nick Mathewson
|
a52e549124
Update workqueue implementation to use a single queue for the work
|
9 years ago |
Roger Dingledine
|
660a35d97c
fix typo
|
9 years ago |
Nick Mathewson
|
52d6cb03a7
Merge remote-tracking branch 'andrea/bug12194_alt'
|
9 years ago |
Nick Mathewson
|
88e36eaf0e
Fix the checkdir/perms test when umask==077
|
9 years ago |
Andrea Shepard
|
f7bb60e202
Add comments in rendclient.c noting that certain functions involved in handling ended HS connection attempts must be idempotent
|
9 years ago |
George Kadianakis
|
354ddf8712
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
|
9 years ago |
George Kadianakis
|
25e7821bb1
unittests: Change some tt_assert()s to tt_int_op()s.
|
9 years ago |
George Kadianakis
|
45bc5a0743
Restrict sample values of the Laplace distribution to int64_t.
|
9 years ago |
Nick Mathewson
|
3668a4126e
Merge remote-tracking branch 'public/bug13397'
|
9 years ago |
Nick Mathewson
|
1686f81ac2
Merge remote-tracking branch 'origin/maint-0.2.5'
|
9 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 |