aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Log OpenSSL errors coming from bufferevent_opensslNick Mathewson2010-10-11
* Merge remote branch 'sjmurdoch/bug1903'Nick Mathewson2010-10-11
|\
| * Skip running fgets_eagain test until we fix itSteven Murdoch2010-10-11
| * Add a unit test for tor_spawn_background•••- Test sucessfully starting a process - Test failing to find the executable Steven Murdoch2010-10-10
| * Update documentation for tor_spawn_background•••- Include description of stdout_read, stderr_read, and argv Steven Murdoch2010-10-10
| * Add a unit test for fgets (currently fails)•••- For a non-blocking pipe, check that on EAGAIN fgets returns NULL rather than a partial line Steven Murdoch2010-10-10
| * Fix issues in nickm's review of log_from_pipe for bug #1903•••- Replace sscanf with tor_sscanf - Replace use of strstr with equivalent call to strcmpstart Steven Murdoch2010-10-10
| * Fix nickm's comments on logging for bug #1903•••- Use log_warn rather than log_err for bad but survivable events Steven Murdoch2010-10-10
| * Note icky constructs mentioned in bug #1903•••- To be dealt with as part of bug #2029 Steven Murdoch2010-10-10
| * Fix issues in nickm's review of format_helper_exit_status for bug #1903•••- Responsibility of clearing hex_errno is no longer with caller - More conservative bounds checking - Length requirement of hex_errno documented - Output format documented Steven Murdoch2010-10-04
* | Make tor_sscanf handle %xNick Mathewson2010-10-11
* | Fix a crash bug when serving microdescs on a bufferevent.Nick Mathewson2010-10-07
* | Remove a spurious .z from microdesc fetch URLs so they no logner end with .z.zNick Mathewson2010-10-07
* | Actually add test_microdesc.c file.Nick Mathewson2010-10-07
* | Add more documentation to microdesc.c, plus another assert.Nick Mathewson2010-10-07
* | Add a more verbose log message to try to catch bug #2022.Nick Mathewson2010-10-07
* | Unit tests for microdescriptor cache•••May help with tracking down bug #2022 Nick Mathewson2010-10-07
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-04
|\ \
| * | Correct a bogus comment.•••Whether or not OpenSSL reference-counts SSL_CTX objects is irrelevant; what matters is that Tor reference-counts its wrapper objects for SSL_CTXs. Robert Ransom2010-10-04
| * | Correct a couple of log messages in tortls.cRobert Ransom2010-10-04
| * | Fix several comments in tortls.cRobert Ransom2010-10-04
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-04
|\| | | |/ |/|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2010-10-04
| |\
| | * Update to the October 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-10-04
* | | Initialize fd values in tor_port_check_forwarding to -1Nick Mathewson2010-10-01
* | | Merge branch 'maint-0.2.2'Roger Dingledine2010-10-01
|\| |
| * | fix commentRoger Dingledine2010-10-01
| * | log when we guess our ip address, not just when we failRoger Dingledine2010-10-01
| * | bump to 0.2.2.17-alpha-devRoger Dingledine2010-10-01
| * | bump to 0.2.2.17-alphaRoger Dingledine2010-09-30
* | | Merge branch 'tor-fw-squashed2'•••Conflicts: src/common/util.c Nick Mathewson2010-09-30
|\ \ \
| * | | Fix space and formatting issuesNick Mathewson2010-09-30
| * | | #if-out the fw-helper code in util.c when building on windowsNick Mathewson2010-09-30
| * | | Turn select() usage in tor-fw-helper into a function.Nick Mathewson2010-09-30
| * | | Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch2010-09-30
| * | | Changes to tor-fw-helper, some based on Nick's review••• * MINIUPNPC rather than the generic UPNP * Nick suggested a better abstraction model for tor-fw-helper * Fix autoconf to build with either natpmp or miniupnpc * Add AM_PROG_CC_C_O to fix automake complaint * update spec to address nickm's concern * refactor nat-pmp to match upnp state * we prefer tor_snprintf to snprintf * link properlty for tor_snprintf * rename test_commandline_options to log_commandline_options * cast this uint as an int * detect possible FD_SETSIZE errors * make note about future enhancements for natpmp * add upnp enhancement note * ChangeLog entry * doxygen and check-spaces cleanup * create tor-fw-helper.1.txt Jacob Appelbaum2010-09-30
| * | | First implementation of tor-fw-helper.•••tor-fw-helper is a command-line tool to wrap and abstract various firewall port-forwarding tools. This commit matches the state of Jacob's tor-fw-helper branch as of 23 September 2010. (commit msg by Nick) Jacob Appelbaum2010-09-30
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-09-30
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Note an XXX about potential overflowSebastian Hahn2010-09-30
| * | Use an upper and lower bound for bridge weights•••When picking bridges (or other nodes without a consensus entry (and thus no bandwidth weights)) we shouldn't just trust the node's descriptor. So far we believed anything between 0 and 10MB/s, where 0 would mean that a node doesn't get any use from use unless it is our only one, and 10MB/s would be a quite siginficant weight. To make this situation better, we now believe weights in the range from 20kB/s to 100kB/s. This should allow new bridges to get use more quickly, and means that it will be harder for bridges to see almost all our traffic. Sebastian Hahn2010-09-30
| * | Fix check-spacesSebastian Hahn2010-09-30
* | | Whitespace fixes on recent merges to master.Nick Mathewson2010-09-30
* | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-30
|\| |
| * | Merge commit 'mikeperry/bug1772' into maint-0.2.2Roger Dingledine2010-09-30
| |\ \
| | * | Nominaly lower the minimum timeout value to 1500.•••This won't change any behavior, since it will still be rounded back up to 2seconds, but should reduce the chances of some extra warns. Mike Perry2010-09-29
| * | | Merge branch 'bug1772' into maint-0.2.2Roger Dingledine2010-09-29
| |\ \ \
| | * | | fix two castsRoger Dingledine2010-09-29
| | |/ /
| | * | Comment network liveness and change detection behavior.Mike Perry2010-09-29
| | * | no measurement circs if not enough build times•••In the first 100 circuits, our timeout_ms and close_ms are the same. So we shouldn't transition circuits to purpose CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT, since they will just timeout again next time we check. Roger Dingledine2010-09-29
| | * | refactor and recomment; no actual changesRoger Dingledine2010-09-29