Commits on Source
29626
ea975dde
Update the win32 directions to mention the many symlink errors one
Dec 04, 2008
2be52151
Fix a hard-to-trigger memory leak in log_credential status. Found by Coverity scan. CID 349.
Dec 05, 2008
e06442b6
Add a couple of sanity-checks for return values that coverity thinks we ought...
Dec 05, 2008
30377823
Add a few more tests to our tests so that our tests make sense to coverity. CIDs 139, 138, 137.
Dec 05, 2008
1affbd34
Split test_util_smartlist into manageable chunks; make them free memory properly.
Dec 05, 2008
475fbbbc
Fix a resource leak in test_dir_formats()
Dec 05, 2008
7f793fa7
Simplify mmap object layout to avoid confusing static analysis tools, and us too.
Dec 05, 2008
af03faa1
Fix more leaks in test_util_memarea().
Dec 05, 2008
6fb06f33
Try to fix windows mmap code.
Dec 05, 2008
ba985f85
format cleanups on changelog. prepare to release today.
Dec 07, 2008
cf75162a
Add comment clarifying OpenSSL usage.
Dec 07, 2008
92562d6e
Update WiX installer definitions to support silent upgrades of existing installations.
Dec 07, 2008
6b178b46
New DirPortFrontPage option that takes an html file and publishes it as "/" on...
Dec 07, 2008
21892d8a
cleanups on r17500
Dec 07, 2008
f70146ca
This helps return a better error message when the file supplied to DirPortFrontPage is missing.
Dec 07, 2008
48aca3c9
Small whitespace fix to properly format if () {} statement.
Dec 07, 2008
054a97d2
Add contrib/tor.wxs to svn:ignore.
Dec 07, 2008
e6ae970d
update our external constraints to match reality better
Dec 07, 2008
f475d99e
and even better still
Dec 07, 2008
0f8fb530
remove a few done items from the 021 todo
Dec 07, 2008
84581b47
first cut of mid-february goals.
Dec 07, 2008
d0c919aa
update the (not very useful) readme
Dec 07, 2008
c15b07bb
more updates on our todo files
Dec 07, 2008
f31c16d9
Directory mirrors no longer fetch the v1 directory or
Dec 07, 2008
e5be0504
When the client is choosing entry guards, now it selects at most
Dec 08, 2008
b1c8fb70
this function is no longer used.
Dec 08, 2008
262dd2ba
drop confusing and probably not so big changelog entry
Dec 08, 2008
b32bac88
Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this has no effect.
Dec 08, 2008
027a8cce
bump to 0.2.1.8-alpha
Dec 08, 2008
07c8b2be
Compile without warnings on mingw.
Dec 08, 2008
0121caef
Mark proposals 153 and 154 as superseded by thandy-spec.txt
Dec 09, 2008
eb19ddb0
Merge proposal 136 into dir-spec.txt. We need to get better about doing this.
Dec 09, 2008
6e59ad4b
Mark proposal 135 as Closed: no actual spec changes needed.
Dec 09, 2008
37d7df2b
Migrate the reindex script to python, since adding features to the Perl was...
Dec 09, 2008
a79dbce2
Update status on some hidden-service proposals
Dec 09, 2008
73c6e882
remove some already-proposed things from 098-todo.txt
Dec 09, 2008
df9257c6
Note that thandy-client json2xml works, and afaik Matt is satisfied with it.
Dec 09, 2008
0280a725
Add a new status event for consensus arrival
Dec 09, 2008
e6cc9a83
Specify the CONSENSUS_ARRIVED event.
Dec 09, 2008
3841e1b2
Bump version to 0.2.1.8-alpha-dev
Dec 09, 2008
a7b4a7b9
Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for EXTENDED_EVENTS
Dec 09, 2008
8990dbcf
Redivide 0.2.1 items into do,nice-to-have,and defer.
Dec 09, 2008
3d90da5d
Add a description of how to make AES parallelized across cores to TODO.021.
Dec 09, 2008
ab75c0d9
remove a bogus comment. Now that there is no undocumented synonym for...
Dec 09, 2008
d60d8976
Better error message when told to setuid to ourself.
Dec 09, 2008
3a3d2ec4
summarize proposal 111 in tor-spec
Dec 09, 2008
2200bd20
point out that one todo item is actually already started
Dec 09, 2008
8054fdc5
the bridge family proposal really resembles 'dead' more than it resembles
Dec 09, 2008
145e589b
Resume using the correct "REASON=" stream when telling the
Dec 10, 2008
4053b474
note a potential bug in status events. need to look at spec to
Dec 10, 2008
d7bf7e0b
When a directory authority gives us a new guess for our IP address,
Dec 10, 2008
7aa7d1a3
Give a better error when something has changed our descriptor cache out from...
Dec 10, 2008
f117ec8b
small todo/changelog fixes
Dec 10, 2008
9dd05160
add four items that ibb wants to see.
Dec 10, 2008
c24627fa
fix a typo in tor-spec.txt
Dec 10, 2008
426b53d8
Apply patch from Karsten to fix bug 879. Backport candidate.
Dec 10, 2008
355369a2
Oops; that should have been bug 874, not 879. Also in the changelog.
Dec 10, 2008
9aa706e2
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
Dec 10, 2008
53d3f812
Add new internal-use-only option for controllers to use to prevent SIGHUP from...
Dec 10, 2008
9854ebad
Clarify current client behavior WRT TLS certificates. Add a TODO to make sure...
Dec 10, 2008
d8027aa6
Fix a logic error that would automatically reject all but the first configured...
Dec 10, 2008
d03d1d04
Modify ChangeLog for bug 874.
Dec 10, 2008
eb09eebe
Give credit to John Brooks for finding bug 874.
Dec 10, 2008
3f75a57d
mark the high-priority items that really ought to get done before
Dec 11, 2008
9e8f8223
summarize the Vidalia Marble integration, and pick a date for
Dec 11, 2008
cd0d2802
Add goodell's feature-request 268 as a proposal idea.
Dec 11, 2008
bb8d818e
Modifications for current user install without admin privs.
Dec 11, 2008
3be88b2c
Change test_memeq macro to not leak memory. Addresses coverity CID 47.
Dec 11, 2008
6ffb4d4a
Fix memory leaks in test_dir_format
Dec 11, 2008
595e77c8
Fix memory leaks in test_v3_networkstatus.
Dec 11, 2008
d7563ee2
Fix memory leaks in test_util_smartlist_* functions.
Dec 11, 2008
240ee186
Add experimental support for learning svn revision number in git-svn based repositories. Fancy.
Dec 11, 2008
92167e25
tabman returneth
Dec 11, 2008
cb4d7730
add more deliverables: somebody needs to pick up weasel's nlnet work.
Dec 11, 2008
65c71a5a
put recent release blurbs into the changelog; fix a typo in tor-spec.
Dec 11, 2008
4e69284e
Fix wide line in main.c
Dec 11, 2008
29f5a65a
Change directory_get_from_dirserver to take a set of flags to be passed to...
Dec 11, 2008
043b4fc5
Add a PDS_ flag to exclude authorities from which we are fetching descs.
Dec 11, 2008
f3b52e33
Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.
Dec 11, 2008
bb02f919
Refactor find_first_by_keyword into one variant that can return NULL and one that can't.
Dec 11, 2008
d9aa5725
Fix error in last unit test mem-leak-fixing.
Dec 11, 2008
4277b0e9
Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely;...
Dec 11, 2008
04ec7d1f
Now that tor_assert is no longer using a broken force-to-boolean formulation,...
Dec 11, 2008
b2069475
Fix two more unit-test bugs (deadcode this time) spotted by Coverity run 7.
Dec 11, 2008
98066d62
Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need to...
Dec 11, 2008
02e26ebc
If we are building under Coverity, enable geoip_stats and instrument_downloads.
Dec 11, 2008
7e351a63
Note that a couple of line in control.c are supposed to be dead-code.
Dec 11, 2008
519de797
Do not discard sign on return values of iv crypto functions in tests. May fix CID 9. Might not.
Dec 11, 2008
1b14b246
Remove a few no-longer-used checks from configure.in
Dec 11, 2008
3a2d8470
Mark 5 0.2.1.x items as higest priority. Anything else can probably go on the 0.2.2.x pile
Dec 12, 2008
6c2dbc56
Mark proposal 157 as accepted.
Dec 12, 2008
69ce9554
Add cross-certification to authority key certificates. Partial implementation of proposal 157.
Dec 12, 2008
5fb2ab1e
Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server side of 157.
Dec 12, 2008
a4a481d8
Implement proposal 148: Make client stream end reasons uniform.
Dec 12, 2008
1a7a4326
Merge 148 into tor-spec, mark it Closed, and check off proposal 148 in TODO.021
Dec 12, 2008
6cbb5507
Leave ALLUSERS null by default instead of relying on =2 to detect admin privs correctly.
Dec 12, 2008
1d917760
add another torbutton issue that needs solving
Dec 13, 2008
2ad06eef
comment tweak
Dec 14, 2008
5822e14d
When a stream at an exit relay is in state "resolving" or
Dec 14, 2008
51c29e1e
Apply rovv's bug 805 fix: take more care never to prefer a non-canonical connection.
Dec 15, 2008
29,526 additional commits have been omitted to prevent performance issues.
Loading
Loading