Commits on Source
26034
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
2eca0165
XXX Hack to allow tor-fw-helper to be built on Windows
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
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
941709ee
Server transport proxies should bind on the same port each time, if possible.
Aug 07, 2011
ea3e9416
Spawn multiple protocols using a single managed proxy.
Aug 12, 2011
db4cde38
Improve the code a tad.
Aug 15, 2011
7d015c88
Complete logging of output from port forwarding helper
Aug 18, 2011
cc5b6d6c
Merge remote branch 'origin/master' into bug2046
Aug 18, 2011
dd6a9a92
Disable run-time changes to DisableIOCP: They do not work
Aug 19, 2011
6443a756
Merge branch 'bug1983-port-tor-fw-helper-to-windows' into bug2046
Aug 22, 2011
a78ffd9e
Revert change to libminiupnpc search path
Aug 22, 2011
f46f6aab
Fix some compiler warnings
Aug 22, 2011
1ad98633
Tidy up subprocess code
Aug 22, 2011
50504fc4
Fix test cases to handle MSYS style paths (/c/foo rather than c:/foo)
Aug 22, 2011
2efafdfe
Fix compilation errors under *nix
Aug 23, 2011
5939c09d
lround() missing in MSVC
Aug 24, 2011
ede9cd4f
Merge remote-tracking branch 'origin/maint-0.2.2'
Aug 24, 2011
6304e088
Find test-child.exe by looking in same directory as test.exe
Aug 24, 2011
47680721
We don't need to find our own path, just tell Windows to search
Aug 24, 2011
50b48c3e
Improve comments and fix one bug
Aug 24, 2011
1da5081a
Appease "make check-spaces"
Aug 24, 2011
59d0f750
Apply rate-limiting to the lowest bufferevent in the stack.
Aug 24, 2011
f186e162
Add write watermarks to filtered bufferevents.
Aug 24, 2011
dfcd3d9c
Set write low-watermarks on all bufferevents.
Aug 24, 2011
b161674d
Merge branch 'bufev_ratelim_and_wm'
Aug 24, 2011
870c55b6
manually forward-port
2871dd8b
Aug 25, 2011
cc33ac36
Mention that HiddenServiceDir must exist
Aug 25, 2011
372262b4
Merge remote-tracking branch 'origin/maint-0.2.2'
Aug 25, 2011
81fe1934
Fix a bufferevent-related bug that killed tunneled dirserv conns
Aug 26, 2011
10ae2f3e
Merge branch 'bug3814'
Aug 26, 2011
3017ff01
Gather all 0.2.2 changelogs into unified release notes
Aug 26, 2011
709e3155
update changelog/release notes from release-0.2.2
Aug 26, 2011
c554a27a
Clarify the heartbeat message a bit.
Aug 27, 2011
0f38feaf
update punctuation now that we've seen the source text
Aug 27, 2011
3f0a197a
Make signature of tor_spawn_background more conventional
Aug 28, 2011
f1ff65df
Replace two magic tristates with #define'd names
Aug 29, 2011
93792b5a
Add a sanity check
Aug 29, 2011
38881173
add another heuristic for making release notes
Aug 28, 2011
bc97f410
Refactor out command line formatting
Aug 29, 2011
3b02a959
Make FetchUselessDescriptors fetch all desc types
Aug 29, 2011
0de8afd8
Split out rephist parts of buckets_decrement
Aug 29, 2011
cdbfc2a0
Fix compilation on non-bufferevent systems after 3803 fix: oops.
Aug 29, 2011
b51e21c5
Add a bufferevent note to startup log
Aug 29, 2011
da343609
Factor out and re-write code for splitting lines from a handle
Aug 30, 2011
d1dd9991
Document limitation of log_from_handle with partial reads
Aug 30, 2011
4f585b9e
Merge remote-tracking branch 'sjmurdoch/bug2046'
Aug 30, 2011
2778cdd6
Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygen
Aug 30, 2011
561ab14a
Switch a SMARTLIST_FOREACH in circuitbuild.c to BEGIN/END
Aug 30, 2011
393e4fb5
Use %f with printf-style formatting, not %lf
Aug 30, 2011
03760f6c
Fix a compilation issue on older FreeBSDs
Aug 30, 2011
0ac4b0f9
Check for lround with autoconf; fall back to rint.
Aug 30, 2011
a7c07605
Add a missing include to util.c to get waitpid() on Linux
Aug 31, 2011
38ee959e
First draft of an 0.2.3.3-alpha changelog
Aug 31, 2011
76fde284
Fix off-by-one error when allocating memory in test_util_split_lines()
Aug 31, 2011
5b8a20ed
Make a version of tor_read_all_handle() for non-Windows platforms
Sep 01, 2011
6a3e4a89
Tweaks on last process-launch patches
Aug 31, 2011
a5003899
clean 0.2.3.3-alpha changelog
Sep 01, 2011
44f6be46
let private tor networks more reliably handle hidden services
Sep 01, 2011
ebb5f8df
Explicitly set bucket_cfg to NULL after we freed it
Sep 01, 2011
cfa9ee5f
Fix double-closing a stdio stream
Sep 01, 2011
ab9874db
Changes file for bug3888
Sep 01, 2011
9f144144
Merge branch 'bug3888'
Sep 01, 2011
d10ae9c0
Don't update AccountingSoftLimitHitAt on startup
Sep 01, 2011
f5df96c9
Handle test case where fgets() sees EOF on the last read
Sep 01, 2011
589ed3f7
fold in last changes item
Sep 01, 2011
f68cd4a1
bump to 0.2.3.3-alpha
Sep 02, 2011
e0dae644
Correct man page: multiple control auth styles can be set at once
Sep 02, 2011
fe0fa911
Merge branch 'maint-0.2.2'
Sep 02, 2011
01357d6b
merge in one more
Sep 02, 2011
7ca16aff
bump to 0.2.3.3-alpha-dev
Sep 02, 2011
2bf0e747
Fix assertion in addressmap_clear_excluded_trackexithosts
Sep 06, 2011
9ef2cd77
Merge remote-tracking branch 'origin/maint-0.2.2'
Sep 06, 2011
947012e1
Merge remote-tracking branch 'public/bug3851'
Sep 07, 2011
25,934 additional commits have been omitted to prevent performance issues.
Loading
Loading