aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | Added getter for protected parameterCristian Toader2013-07-18
| * | | | | Repair of some of the lost parameter filters historyCristian Toader2013-07-18
* | | | | | Fix unit tests with --disable-curve25519Nick Mathewson2013-09-08
* | | | | | Merge remote-tracking branch 'public/bug9645'Nick Mathewson2013-09-05
|\ \ \ \ \ \
| * | | | | | Fix bug 9645: don't forget an md just because we can't save it.Nick Mathewson2013-09-03
* | | | | | | Merge branch 'maint-0.2.4'Roger Dingledine2013-09-05
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | collect and log statistics about onionskins received/processedRoger Dingledine2013-09-05
| * | | | | | Revert e443beff and solve it a different wayRoger Dingledine2013-09-05
| * | | | | | don't let recently_chosen_ntors overflowRoger Dingledine2013-09-05
* | | | | | | Merge branch 'maint-0.2.4'Roger Dingledine2013-09-04
|\| | | | | |
| * | | | | | nickm wants us to prioritize tap in a currently-rare edge caseRoger Dingledine2013-09-04
| * | | | | | Be more general in calculating expected onion queue processing timeRoger Dingledine2013-09-04
| * | | | | | let the NumNTorsPerTAP consensus param override our queue choiceRoger Dingledine2013-09-04
| * | | | | | do a lopsided round-robin between the onion queuesRoger Dingledine2013-09-04
| * | | | | | check bounds on handshake_type more thoroughlyRoger Dingledine2013-09-04
| * | | | | | add info-level logs to help track onion queue sizesRoger Dingledine2013-09-04
| * | | | | | refactor and give it unit testsRoger Dingledine2013-09-04
| * | | | | | Separate cpuworker queues by handshake typeRoger Dingledine2013-09-04
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-09-04
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-09-04
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | use !cbt_disabled in place of LearnCBT to avoid needless circsNick Mathewson2013-09-04
| | * | | | | Merge remote-tracking branch 'public/bug9546_023_v2' into maint-0.2.3Nick Mathewson2013-08-25
| | |\ \ \ \ \
| | | * | | | | Make bridges send AUTH_CHALLENGE cellsNick Mathewson2013-08-21
| | | * | | | | Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson2013-08-21
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-09-03
|\| | | | | | |
| * | | | | | | Merge branch 'bug9400_024_squashed' into maint-0.2.4Nick Mathewson2013-09-03
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Avoid a double-close on one failing case of the socketpair replacement codeNick Mathewson2013-09-03
| | * | | | | | Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement codeNick Mathewson2013-08-06
* | | | | | | | Fix some "ISO C90 forbids mixed declarations and code" warningsNick Mathewson2013-09-03
* | | | | | | | Fix warnings in test_config_fix_my_familyNick Mathewson2013-09-03
* | | | | | | | Merge remote-tracking branch 'Ryman/bug4341'Nick Mathewson2013-09-03
|\ \ \ \ \ \ \ \
| * | | | | | | | Minor changes to adhere to codebase conventions.Kevin Butler2013-09-03
| * | | | | | | | Changed signature for check_nickname_list to remove warnings on free.Kevin Butler2013-08-31
| * | | | | | | | MyFamily option will now fix fingerprints missing their leading instead of c...Kevin Butler2013-08-31
* | | | | | | | | Handle HTTP minor versions greater than 9Nick Mathewson2013-09-03
* | | | | | | | | Tougher validation for parsing urls from HTTP headers. Fixes #2767.Kevin Butler2013-09-03
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Cleanup whitespacesNick Mathewson2013-08-25
* | | | | | | | Basic unit test for EVENT_TRANSPORT_LAUNCHEDNick Mathewson2013-08-25
* | | | | | | | Widen event_mask_t to 64 bitsNick Mathewson2013-08-25
* | | | | | | | Implement the TRANSPORT_LAUNCHED control port event.George Kadianakis2013-08-25
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-08-25
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'public/bug9546_v2' into maint-0.2.4Nick Mathewson2013-08-25
| |\ \ \ \ \ \ \
| | * | | | | | | Make bridges send AUTH_CHALLENGE cellsNick Mathewson2013-08-21
| | * | | | | | | Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson2013-08-20
| * | | | | | | | Merge remote-tracking branch 'public/bug9366' into maint-0.2.4Nick Mathewson2013-08-25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Don't allow all ORPort values to be NoAdvertiseNick Mathewson2013-08-05
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge remote-tracking branch 'public/bug9543' into maint-0.2.4Nick Mathewson2013-08-25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add a 30-day maximum on user-supplied MaxCircuitDirtinessNick Mathewson2013-08-21
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | fix typosRoger Dingledine2013-08-23
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-08-22
|\| | | | | | | |