Commits on Source
27912
d89f662f
Updated spec file to remove AUTHORS and add myself as maintainer
Feb 22, 2010
4aa56cbd
Remove the request for current memlock limits
Feb 28, 2010
64fc64c9
remove old xxx-separate-streams-by-port.txt idea
Jul 22, 2010
6f451013
Clear cell queues when marking or truncating a circuit.
Jul 30, 2010
fac272da
If a router is hibernating, never vote that it is Running.
Jul 31, 2010
c4b83b21
Clarify that TRUNCATE behavior isn't as-intended
Aug 02, 2010
f206209a
Update to the August 1 2010 Maxmind GeoLite Country database.
Aug 03, 2010
b3b3c919
Fix copy-and-paste fail in dir-spec.txt.
Aug 03, 2010
b8aa14a3
Handle EHOSTUNREACH in errno_to_stream_end_reason()
Aug 03, 2010
8557f642
Clarify that rend cookies shouldn't be reused
Aug 03, 2010
6d8b9326
Merge commit 'origin/maint-0.2.1'
Aug 03, 2010
ba24acbf
Merge commit 'karsten/dir-spec-fix'
Aug 03, 2010
05fa0a3e
Merge commit 'sebastian/rend-spec'
Aug 03, 2010
b4e2d060
Merge commit 'sebastian/distcheck'
Aug 03, 2010
150ed553
Introduce END_STREAM_REASON_NOROUTE
Aug 03, 2010
3556d270
Merge commit 'erinn/rpm-devel'
Aug 03, 2010
51377ae1
Merge commit 'sebastian/mlockall'
Aug 03, 2010
4e3373f7
Make tor-spec wording easier to understand
Aug 03, 2010
9d317e9b
Bless two proposals from Damian Johnson as 172 and 173.
Aug 03, 2010
d5abd0b4
Add proposal 174 from Ian Goldberg: Optimistic Data for Tor: Server Side
Aug 03, 2010
cafd868a
Clarify that implementation is for discussion of implementation
Aug 03, 2010
161b2750
Retry streams that ended with NOROUTE error
Aug 04, 2010
e7d2a9b6
Remove the debian directory from the main git repository
Aug 04, 2010
de7ed2fd
Merge commit 'origin/maint-0.2.1'
Aug 04, 2010
166c2f4d
Allow enabling or disabling *Statistics while Tor is running.
Aug 05, 2010
d365bc96
Only delay counting bridge users if we were a relay before
Aug 05, 2010
83626ec9
Move exit-stats code to the end of rephist.c.
Aug 05, 2010
93edf0cb
Merge commit 'karsten/stats_v4_rebased'
Aug 06, 2010
f060b18e
Fix a rare bug in rend_fn tests when the randomly generated port is 0
Aug 07, 2010
46256867
Ensure controller RESOLVE commands respect __LeaveStreamsUnattached
Aug 08, 2010
162c8847
Update some documentation for the bug 1525 fix
Aug 08, 2010
0087a37b
tiny changes i found in my sandbox
Aug 09, 2010
4c941920
Add missing info to changes file
Aug 10, 2010
8150e2ad
Make buf_shrink_freelists warn, not crash, when n_to_skip is too high
Aug 10, 2010
45c6b5de
tiny change i found in my other sandbox
Aug 11, 2010
267c9764
fold in most of the changes/foo files
Aug 11, 2010
863b6c43
changelog entry for
f060b18e
Aug 11, 2010
0b96abe7
Bug
#1773
: Revert bad fix (
4ef609b8
) and do it properly.
Aug 11, 2010
5b69cf85
Fix changes/ file for bug
#1773
.
Aug 11, 2010
1cf19b50
Merge branch 'build-wo-asciidoc-on-bsd'
Aug 11, 2010
acd25558
Refactor exit port statistics code and add unit tests.
Aug 11, 2010
28962eca
Fix a typo in control-spec
Aug 12, 2010
16970d83
doc/HACKING: Explain how to find when a given change was introduced
Aug 12, 2010
2d8db2aa
Fix url in rend-spec
Aug 12, 2010
1ac1f048
minor formatting / comment fixes
Aug 13, 2010
a1686d86
fold in the makefile.am changes entry
Aug 13, 2010
b1a58885
fix a memory leak introduced by
df1ef2f0
Aug 13, 2010
5b0c0e1f
Add check for CIRCUIT_PURPOSE_S_REND_JOINED.
Aug 13, 2010
e50857b6
changes entry for bug 1741
Aug 13, 2010
a207d9db
fix another piece of 1741
Aug 14, 2010
2bc1842a
factor out rate/burst setting. no actual changes.
Aug 15, 2010
8d588e7b
reinit per-conn token buckets on config or consensus change
Aug 15, 2010
3d77c67d
Fix memory leak spotted by Nick.
Aug 15, 2010
69545efb
Give rep_hist_exit_stats_history() a better name.
Aug 15, 2010
0e8513d4
Run test_stats in a subprocess.
Aug 15, 2010
8dadc7a7
Update man page, now that *Statistics can be changed while Tor is running.
Aug 15, 2010
70f0ba14
Fix a memory leak in circuit_build_times_parse_state
Aug 16, 2010
4c49d3c2
Refactor circuit_build_times_parse_state
Aug 16, 2010
52758119
Fix a memory leak
Aug 16, 2010
b2dcff57
Fix a memory leak in dirvote_compute_consensuses()
Aug 16, 2010
a64e660f
Add a rule to detect misplaced labels during check-spaces
Aug 16, 2010
561ca9b9
Fix misplaced labels
Aug 16, 2010
a5d8ed79
Merge commit 'karsten/stats-manpage'
Aug 15, 2010
8351881b
Merge commit 'karsten/stats-tests'
Aug 15, 2010
c370ee7a
Add a changes file for Karsten's stats-tests branch
Aug 15, 2010
8394c702
Rename rep_hist_exit_stats_history in test.c too
Aug 15, 2010
5757f47f
Make unit tests work when tests get run in subprocesses.
Aug 15, 2010
9bcea4a8
Merge commit 'sebastian/misc-reason'
Aug 15, 2010
6a77bde8
Make Sebastian's misc-reasons branch compile; frob the changes file
Aug 15, 2010
a856f446
Merge commit 'sebastian/bug1831'
Aug 15, 2010
b51f1a64
Make Sebastian's bug1831 branch build with --enable-gcc-warnings
Aug 15, 2010
4c948ffd
161b2750
didn't really retry the stream. this does.
Aug 16, 2010
15379a72
Fix compilation with --with-dmalloc
Aug 16, 2010
bf8d6636
Merge commit 'public/warn1125'
Aug 16, 2010
2ede14c2
fold in the next set of changelog entries
Aug 16, 2010
d6744d61
Fall back to direct descriptor request to bridges when
Aug 16, 2010
8e8a34eb
Add koryk's modifications to rend-spec.
Aug 17, 2010
6f584813
Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting interval
Aug 17, 2010
fc66a2ad
Merge branch 'bug1141_v3' into maint-0.2.1
Aug 17, 2010
5ffe1055
Merge branch 'maint-0.2.1'
Aug 17, 2010
d5c83f20
Remove unused function declarations
Aug 17, 2010
db94b7f4
Count bytes we spend on answering directory requests.
Aug 18, 2010
58b61954
Correctly report written bytes on linked connections.
Aug 18, 2010
a509dbba
Merge commit 'karsten/dirbytes2'
Aug 18, 2010
78e4aa63
Backport END_STREAM_REASON_NOROUTE for client use.
Aug 18, 2010
5063a1c5
Add some braces to make arma happy
Aug 18, 2010
a4c5287e
Clarify AssumeReachable semantics wrt hibernation
Aug 18, 2010
23fdf0b3
Allow some skew in checking when a router said it was hibernating
Aug 18, 2010
5926d9cf
Move code for launching tests out of router_add_to_routerlist()
Aug 18, 2010
8c528bc3
Merge commit 'origin/maint-0.2.1'
Aug 18, 2010
d72edc4b
Edit the changelog to reflect the fact that we are backing off on ending NOROUTE for now
Aug 18, 2010
4dd3245a
Avoid over-filling cell queues when we receive a SENDME
Aug 18, 2010
80391b88
Decide whether to ignore SENDMEs based on streams_blocked, not queue size
Aug 18, 2010
8782dcf6
Detect if we try to put a cell onto a supposedly blocked cell queue.
Aug 18, 2010
9456da17
Mashael has a last name. (Taken from Ian's cv page.)
Aug 18, 2010
8c87319f
bug 1776 isn't fixed. save its changelog entry for next time.
Aug 18, 2010
ba9c1275
Add a generic rate-limited log mechanism, and use it in a few places
Aug 18, 2010
e7956d4a
explain the non-fix for bug 1776
Aug 18, 2010
c1260cb6
delay geoip stats even more for relays-turned-bridges
Aug 18, 2010
f6734103
fold in even more changelog entries
Aug 18, 2010
27,812 additional commits have been omitted to prevent performance issues.
Loading
Loading