aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | Make signature of tor_spawn_background more conventionalSteven Murdoch2011-08-28
| * | | | | Appease "make check-spaces"Steven Murdoch2011-08-24
| * | | | | Improve comments and fix one bugSteven Murdoch2011-08-24
| * | | | | We don't need to find our own path, just tell Windows to searchSteven Murdoch2011-08-24
| * | | | | Find test-child.exe by looking in same directory as test.exeSteven Murdoch2011-08-24
| * | | | | Fix compilation errors under *nixSteven Murdoch2011-08-23
| * | | | | Fix test cases to handle MSYS style paths (/c/foo rather than c:/foo)Steven Murdoch2011-08-22
| * | | | | Tidy up subprocess codeSteven Murdoch2011-08-22
| * | | | | Fix some compiler warningsSteven Murdoch2011-08-22
| * | | | | Revert change to libminiupnpc search pathSteven Murdoch2011-08-22
| * | | | | Merge branch 'bug1983-port-tor-fw-helper-to-windows' into bug2046Steven Murdoch2011-08-22
| |\ \ \ \ \
| | * | | | | Correct reference to libiphlpapi from libiphlapiSteven Murdoch2011-08-22
| | * | | | | Appease "make check spaces"Steven Murdoch2011-08-22
| | * | | | | Only link ws2_32 and iphlapi on windows.Nick Mathewson2011-08-19
| | * | | | | Link and build tor-fw-helper on WindowsSteven Murdoch2011-08-19
| * | | | | | Merge remote branch 'origin/master' into bug2046Steven Murdoch2011-08-18
| |\ \ \ \ \ \
| * | | | | | | Complete logging of output from port forwarding helperSteven Murdoch2011-08-18
| * | | | | | | Test case for reading the partial output of a background processSteven Murdoch2011-07-25
| * | | | | | | Fix compilation on non-Windows platformsSteven Murdoch2011-07-23
| * | | | | | | If hProcess is NULL, read_all_handle returns if it would blockSteven Murdoch2011-07-23
| * | | | | | | Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to readSteven Murdoch2011-07-22
| * | | | | | | Add code to read all from a handle, but this block foreverSteven Murdoch2011-07-22
| * | | | | | | Add Windows version of tor_spawn_background and ancillary functionsSteven Murdoch2011-07-21
| * | | | | | | Generalize process spawning so its test compiles (but fails) in WindowsSteven Murdoch2011-07-21
| * | | | | | | Under Windows, call WSAStartup before using the networkSteven Murdoch2011-07-21
| * | | | | | | XXX Link in libiphlpapi (should be disabled on non Win32 platforms)Steven Murdoch2011-07-21
| * | | | | | | XXX Use static linking on Windows because miniupnpc doesn't work as DLLSteven Murdoch2011-07-21
| * | | | | | | XXX Hack to allow tor-fw-helper to be built on WindowsSteven Murdoch2011-07-21
* | | | | | | | Add a bufferevent note to startup logSebastian Hahn2011-08-29
* | | | | | | | Fix compilation on non-bufferevent systems after 3803 fix: oops.Nick Mathewson2011-08-29
* | | | | | | | Split out rephist parts of buckets_decrementNick Mathewson2011-08-29
| |_|_|_|/ / / |/| | | | | |
* | | | | | | add another heuristic for making release notesRoger Dingledine2011-08-28
* | | | | | | update punctuation now that we've seen the source textRoger Dingledine2011-08-27
* | | | | | | Clarify the heartbeat message a bit.George Kadianakis2011-08-27
* | | | | | | update changelog/release notes from release-0.2.2Roger Dingledine2011-08-26
* | | | | | | Gather all 0.2.2 changelogs into unified release notesRoger Dingledine2011-08-26
* | | | | | | Merge branch 'bug3814'Nick Mathewson2011-08-26
|\ \ \ \ \ \ \
| * | | | | | | Fix a bufferevent-related bug that killed tunneled dirserv connsNick Mathewson2011-08-26
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-25
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Mention that HiddenServiceDir must existSebastian Hahn2011-08-25
* | | | | | | | manually forward-port 2871dd8befRoger Dingledine2011-08-25
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'bufev_ratelim_and_wm'Nick Mathewson2011-08-24
|\ \ \ \ \ \ \
| * | | | | | | Set write low-watermarks on all bufferevents.Nick Mathewson2011-08-24
| * | | | | | | Add write watermarks to filtered bufferevents.Nick Mathewson2011-08-24
| * | | | | | | Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson2011-08-24
|/ / / / / / /
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-24
|\| | | | | |
| * | | | | | lround() missing in MSVCGisle Vanem2011-08-24
* | | | | | | Disable run-time changes to DisableIOCP: They do not workNick Mathewson2011-08-19
| |_|_|/ / / |/| | | | |
* | | | | | Remove warning about a loop parsing evbuffer socksNick Mathewson2011-08-18
* | | | | | Appease "make check-spaces"Nick Mathewson2011-08-18