Commits on Source
26131
4f7587a5
Tweak the startup message to be more helpful
Apr 28, 2011
f79a75f5
New configuration option: DisableDebuggerAttachment
Jun 01, 2011
1546054d
Add a VoteOnHidServDirectoriesV2 configuration option
Jun 03, 2011
f45261cb
Increase default required uptime for HSDirs to 25 hours
Jun 03, 2011
73a1e98c
Add support for managed {Client,Server}TransportPlugin parsing.
Jul 13, 2011
810a7a5f
Make some utility functions.
Jul 13, 2011
9ba2d0e4
Create the pluggable_transports.[ch] source files responsible for talking the 180 talk.
Jul 13, 2011
5492de76
Put some last missing pieces together.
Jul 13, 2011
ce419a78
Add some unit tests.
Jul 13, 2011
684aca7f
Changed a couple of 180 spec stuff according to #3578.
Jul 14, 2011
86b20e0d
Reverting the accounting thing introduced in
5492de76
till I think how it should be done properly.
Jul 14, 2011
d8c04c7e
Renamed pluggable_transports.[ch] to transports.[ch].
Jul 18, 2011
a8f21f91
Updated #includes etc. to use transports.[ch].
Jul 18, 2011
14c5a24f
Replaced ST_* enum prefix for stream status with IO_STREAM_*.
Jul 18, 2011
51cdd30c
Let's be smarter while parsing {Client,Server}TransportPlugin lines.
Jul 18, 2011
69271b2a
Reuse get_string_from_pipe() in log_from_pipe().
Jul 18, 2011
cfb473ed
Changed a printf() to a log_debug().
Jul 18, 2011
2a6d12c7
Fix a warning message. (Found by rransom)
Jul 20, 2011
718252b2
Check return value in fmt_addr
Jul 20, 2011
1d7beea2
Merge remote-tracking branch 'origin/maint-0.2.2'
Jul 20, 2011
6fa99ab3
Oops: we need to call parse_client_ports with validate_only==0 at least once
Jul 20, 2011
e05ddf3e
Check for port config before addr config in client port options
Jul 20, 2011
9b0d3719
Don't assert for listener connections
Jul 20, 2011
6e923ed8
Add an OptimisticData option to control client-side optimistic data
Jul 20, 2011
cd3709a2
For accuracy, s/exit_allows_optimistic_data/may_use_optimistic_data/
Jul 20, 2011
5df99cec
Do not cannibalize a circuit with isolation values set.
Jul 20, 2011
2c98104c
Add another precondition for isolation-clearing; fix 3620
Jul 20, 2011
d017cd67
remember our future plan for bug 3617
Jul 21, 2011
2eca0165
XXX Hack to allow tor-fw-helper to be built on Windows
Jul 21, 2011
2f0fadbe
Add src/test/test{-child}.exe to gitignore. bug3626
Jul 21, 2011
0ea28cce
XXX Use static linking on Windows because miniupnpc doesn't work as DLL
Jul 21, 2011
8db98c13
XXX Link in libiphlpapi (should be disabled on non Win32 platforms)
Jul 21, 2011
2002d4ac
Under Windows, call WSAStartup before using the network
Jul 21, 2011
a2bd0397
Improve log messages for optimistic data retry
Jul 21, 2011
33e6a3d7
Add a new type entry_connection_t for entry connections
Jul 21, 2011
569fe936
Move entry-only fields from edge_connection_t to entry_connection_t
Jul 21, 2011
35c89be0
Generalize process spawning so its test compiles (but fails) in Windows
Jul 21, 2011
fec902dd
Add Windows version of tor_spawn_background and ancillary functions
Jul 21, 2011
55a1cb53
Add code to read all from a handle, but this block forever
Jul 22, 2011
2d5059e0
Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to read
Jul 22, 2011
c5796a8f
If hProcess is NULL, read_all_handle returns if it would block
Jul 23, 2011
99baa7e4
Fix compilation on non-Windows platforms
Jul 23, 2011
5bf9890b
Test case for reading the partial output of a background process
Jul 25, 2011
9d77f24c
Re-order tor_fw_helper_LDADD flags so that they work
Aug 01, 2011
e802199c
Initial patch to build Tor with msvc and nmake
Aug 01, 2011
84379649
reach back in time and correct two changelog entries
Aug 01, 2011
478785a7
put the 0.2.1.30 stanza in the master changelog too
Aug 01, 2011
6596aa02
Implement protocol-type isolation correctly.
Aug 02, 2011
8054e81e
Treat socks_request->{username,password} as non-NUL-terminated
Aug 04, 2011
e5e7b6d7
Make --quiet and --hush apply to default logs, not only initial logs
Aug 04, 2011
a6a127c8
Replace files in stats/ rather than appending to them.
Aug 04, 2011
8f4e5fa2
Create cell-stats history even if we didn't see a single circuit.
Aug 04, 2011
95ebd01e
Clean up rep_hist_buffer_stats_write().
Aug 04, 2011
07dc46e7
Separate generation of a buffer-stats string from writing it to disk.
Aug 04, 2011
3d3ed853
Add unit tests for buffer-stats.
Aug 04, 2011
abeaabba
Clean up geoip_dirreq_stats_write().
Aug 04, 2011
2174fc0b
Separate generation of a dirreq-stats string from writing it to disk.
Aug 04, 2011
88083463
Separate generation of an entry-stats string from writing it to disk.
Aug 04, 2011
d690a99d
Clean up bridge-stats code.
Aug 04, 2011
e511a3a4
Handle storing much longer socks4 authentication data.
Aug 05, 2011
413574ad
Clear socks auth fields before free
Aug 05, 2011
ce878874
Merge remote-tracking branch 'public/bug3683'
Aug 05, 2011
52421e91
Fix log message typo
Aug 06, 2011
941709ee
Server transport proxies should bind on the same port each time, if possible.
Aug 07, 2011
5a801a8c
Emits CONF_CHANGED events whenever Tor's configuration values change.
Aug 08, 2011
cab36416
Fix handling of ISO_STREAM
Aug 08, 2011
cb24a06a
Remove connection_edge_streams_are_compatible
Aug 08, 2011
a72b1815
Merge remote-tracking branch 'public/bug3550'
Aug 08, 2011
02c62b29
Refactor to do CONF_CHANGED event formatting inside control.c
Aug 08, 2011
c75ee94a
Update to the August 2011 GeoIP database.
Aug 08, 2011
23ef1246
Minor comment fix.
Aug 08, 2011
f5704708
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Aug 08, 2011
10d9bcb2
Merge remote-tracking branch 'origin/maint-0.2.2'
Aug 08, 2011
3b85fe8a
Add changes file.
Aug 09, 2011
5f624805
Minor code readability fix.
Aug 09, 2011
0a5338e0
Sockets are unsigned on windows
Aug 09, 2011
bed79c47
Get rid of an unused parameter warning on win
Aug 09, 2011
7c340a97
Sticking a size_t into long generates a warn on win
Aug 09, 2011
333df600
Make FooPort 0 correctly disable the FooPort.
Aug 09, 2011
e42a74e5
Add smartlist_[v]asprintf_add
Aug 10, 2011
86f68ed6
Use smartlist_asprintf_add() to improve readability.
Aug 10, 2011
643913de
Escape configuration values before sending them via CONF_CHANGED.
Aug 10, 2011
73f07c55
Return if CONF_CHANGED isn't interesting.
Aug 10, 2011
02a735df
Fix condition reported by nickm.
Aug 10, 2011
b76f46c6
Merge branch 'bug1692-squashed'
Aug 10, 2011
5252c943
Fix a const warning in bug1692 code
Aug 10, 2011
5da9f722
Whitespace tweaks
Aug 10, 2011
92bea30e
Ignore deprecation warnings on OS X
Aug 10, 2011
cd44145c
Merge branch 'bug3643'
Aug 11, 2011
8c643b51
Merge remote-tracking branch 'origin/maint-0.2.2'
Aug 11, 2011
f137ae89
Don't warn on http connection to my orport
Aug 11, 2011
70216cb0
Merge remote-tracking branch 'sebastian/bug3700'
Aug 11, 2011
ea3e9416
Spawn multiple protocols using a single managed proxy.
Aug 12, 2011
a5fd07d1
Move connection_free_all() to the bottom of connection.c to enjoy maximum visibility.
Aug 13, 2011
ec8d0a6d
Free global_rate_limit in connection_free_all().
Aug 13, 2011
0ddc8de0
Oops; _actually_ enable microdesc-by-default for clients
Aug 15, 2011
03f6ee8c
Remove extra quotation marks around the result of esc_for_log
Aug 15, 2011
aeb27526
Merge remote-tracking branch 'origin/maint-0.2.2'
Aug 15, 2011
2dc40b9c
Merge remote-tracking branch 'asn/bug3728'
Aug 15, 2011
db4cde38
Improve the code a tad.
Aug 15, 2011
26,031 additional commits have been omitted to prevent performance issues.
Loading
Loading