- Jan 17, 2012
-
-
Roger Dingledine authored
PLURAL() assumes that the plural is the canonical name for the option, so now it is.
-
- Jan 16, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
These were found by looking for tor_snprintf() instances that were preceeded closely by tor_malloc(), though I probably converted some more snprintfs as well. (In every case, make sure that the length variable (if any) is removed, renamed, or lowered, so that anything else that might have assumed a longer buffer doesn't exist.)
-
Nick Mathewson authored
These were found by looking for tor_snprintf() instances that were followed closely by tor_strdup(), though I probably converted some other snprintfs as well.
-
Nick Mathewson authored
(To ensure correctness, in every case, make sure that the temporary variable is deleted, renamed, or lowered in scope, so we can't have any bugs related to accidentally relying on the no-longer-filled variable.)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
resolves ticket 3946
-
Nick Mathewson authored
-
- Jan 13, 2012
-
-
Nick Mathewson authored
Implements ticket #4207
-
George Kadianakis authored
-
Robert Ransom authored
Fixes bug #4897, not yet in any release. Using n_circ_id alone here (and below, when n_conn is NULL) really sucks, but that's a separate bug which will need a changes/ file.
-
- Jan 11, 2012
-
-
Nick Mathewson authored
This fixes bug 3325, where a bad .exit would get logged as a bad .onion
-
Nick Mathewson authored
fixes 4837
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Apparently I missed a case when converting sec,usec to yyyy-mm-ddThh:mm:ss.uuuuuu .
-
Nick Mathewson authored
Conflicts: src/or/rendclient.c
-
Nick Mathewson authored
-
Nick Mathewson authored
This needs a changes file and more testing.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Also give the arguments to control_event_circuit_status_minor real names.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
A fixup commit which was intended to make this formula easier to read broke it instead.
-
- Jan 10, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-