aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* | | | | | | | Move #9731 checks to start of their functionsNick Mathewson2013-10-31
* | | | | | | | Merge remote-tracking branch 'public/bug9731'Nick Mathewson2013-10-31
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't apply read/write buckets to non-limited connectionsNick Mathewson2013-09-13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Add some clarity and checks to cell_queue_append_packed_copyNick Mathewson2013-10-30
* | | | | | | | Merge remote-tracking branch 'karsten/morestats5'Nick Mathewson2013-10-30
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'morestats4' into morestats5Karsten Loesing2013-10-28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | squash! Pass const uint64_t pointers, document array length.Karsten Loesing2013-10-28
| | * | | | | | | | Pass const uint64_t pointers, document array length.Karsten Loesing2013-09-12
| | * | | | | | | | Pass around const struct timeval * instead of struct timeval.Karsten Loesing2013-09-12
| | * | | | | | | | Don't format cell stats for unattached circuits.Karsten Loesing2013-09-12
| | * | | | | | | | Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing2013-05-31
| | * | | | | | | | Tweak CIRC_BW event based on comments by nickm.Karsten Loesing2013-05-25
| | * | | | | | | | Tweak TB_EMPTY event based on comments by nickm.Karsten Loesing2013-05-25
| | * | | | | | | | Tweak CELL_STATS event based on comments by nickm.Karsten Loesing2013-05-25
| | * | | | | | | | Tweak CONN_BW event based on comments by nickm.Karsten Loesing2013-05-25
| | * | | | | | | | Tweak ORCONN event based on comments by nickm.Karsten Loesing2013-05-25
| | * | | | | | | | Add new CIRC_BW event.Karsten Loesing2013-05-16
| | * | | | | | | | Add new TB_EMPTY event.Karsten Loesing2013-05-16
| | * | | | | | | | Add new CELL_STATS event.Karsten Loesing2013-05-16
| | * | | | | | | | Add new CONN_BW event.Karsten Loesing2013-05-16
| | * | | | | | | | Add connection ID to ORCONN event.Karsten Loesing2013-05-16
* | | | | | | | | | Fix an always-true assert in PT code.George Kadianakis2013-10-29
* | | | | | | | | | Merge remote-tracking branch 'public/bug5018'Nick Mathewson2013-10-29
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Document that unneeded transports are ignored.David Fifield2013-10-29
| * | | | | | | | | Simplify transport_is_needed.David Fifield2013-10-29
| * | | | | | | | | Only launch transport proxies that provide useful transports.George Kadianakis2013-10-29
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'public/bug9934_nm'Nick Mathewson2013-10-25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DROPGUARDS controller commandNick Mathewson2013-10-21
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'Ryman/bug5605'Nick Mathewson2013-10-25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | No longer writing control ports to file if updating reversible options fail. ...Kevin Butler2013-09-02
* | | | | | | | | | Log the origin address of controller connectionsNick Mathewson2013-10-25
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'linus/bug9206_option'Nick Mathewson2013-10-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.Linus Nordberg2013-10-07
* | | | | | | | | | Merge remote-tracking branch 'asn/bug9651'Nick Mathewson2013-10-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Warn when the Extended ORPort should be on but it's not.George Kadianakis2013-09-24
* | | | | | | | | | | Merge branch 'maint-0.2.4'Roger Dingledine2013-10-12
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | be willing to bootstrap from all three of our directory guardsRoger Dingledine2013-10-12
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'bug1376'Nick Mathewson2013-10-11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ...Kevin Butler2013-09-01
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Make --version, --help, etc incremement quiet level, never decrease itNick Mathewson2013-10-11
* | | | | | | | | | Report bootstrapping progress correctly when downloading microdescsRoger Dingledine2013-10-10
* | | | | | | | | | Merge remote-tracking branch 'sysrqb/bug9950'Nick Mathewson2013-10-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Free the smartlist after parsing csv config optionMatthew Finkel2013-10-09
* | | | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'bug9644_024' into maint-0.2.4Nick Mathewson2013-10-10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | When freeing a cert_list_t, avoid memory leak.Nick Mathewson2013-09-19
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-08
|\| | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'public/bug9927' into maint-0.2.4Nick Mathewson2013-10-08
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Generate bootstrapping status messages for microdescs tooNick Mathewson2013-10-08
* | | | | | | | | | | Tweak a commentNick Mathewson2013-10-08