aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Implement proposal 167: Authorities vote on network parameters.Nick Mathewson2009-09-14
* i couldn't break nick's tor_parse_double()Roger Dingledine2009-09-02
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\
| * Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
| * Add getinfo accepted-server-descriptor. Clean spec.Roger Dingledine2009-08-31
* | Remove a debug printfSebastian Hahn2009-09-01
* | Merge commit 'public/bug1076'Nick Mathewson2009-09-01
|\ \
| * | Revise parsing of time and memory units to handle spaces.Nick Mathewson2009-08-31
* | | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-31
|\ \ \ | |/ / |/| / | |/
| * Only send reachability status events on overall success/failureRoger Dingledine2009-08-31
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-28
|\|
| * Only send netinfo clock_skew to controller if an authority told us soRoger Dingledine2009-08-28
* | When Tor fails to parse a descriptor of any kind, dump it to disk.Karsten Loesing2009-08-26
* | Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson2009-08-26
|\ \
| * | Add some fixes after discussion with Nick.Karsten Loesing2009-08-21
| * | Some final (?) cleanups of proposal 166 implementation.Karsten Loesing2009-08-19
| * | Fix a couple of bugs that showed up at runtime.Karsten Loesing2009-08-19
| * | Don't write extra-info document to debug logs.Karsten Loesing2009-08-19
| * | Move all *-stats file to subdirectory stats/.Karsten Loesing2009-08-19
| * | Include only the last 24 hours of stats in extra-info documents.Karsten Loesing2009-08-19
| * | Write all statistics to disk exactly every 24 hours.Karsten Loesing2009-08-19
| * | Clean up proposal 166 and its implementation.Karsten Loesing2009-08-18
| * | Use memory pool for insertion times.Karsten Loesing2009-08-17
| * | Implement queue with O(1) operations, and correct some math.Karsten Loesing2009-08-17
| * | Reduce cell statistics accuracy from 1 ms to 10 ms.Karsten Loesing2009-08-17
| * | Fix trivial bug when uploading extra-info documents.Karsten Loesing2009-08-17
| * | Include contents of *-stats files in descriptor.Karsten Loesing2009-08-17
| * | Remove ./configure option for cell statistics.Karsten Loesing2009-08-17
| * | Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
| * | Remove ./configure option for exit port statistics.Karsten Loesing2009-08-14
* | | A changelog entry and a bit more documentation for socks-clientNick Mathewson2009-08-26
* | | Merge commit 'public/socks-client'Nick Mathewson2009-08-26
|\ \ \
| * | | Clean up a couple of style issues in the socks-client branch.Nick Mathewson2009-08-25
| * | | Change proxy-address type to tor_addr_t to allow ipv6 proxies.Nick Mathewson2009-06-19
| * | | Move SOCKS reason-decoding switches into reasons.cNick Mathewson2009-06-19
| * | | Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis2009-06-19
* | | | Refactor geoip_get_dirreq_history() some more.Nick Mathewson2009-08-21
* | | | Fix a memory leak in summarizing directory request timing.Nick Mathewson2009-08-21
* | | | Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson2009-08-21
* | | | Survive unparseable cached cert fileRoger Dingledine2009-08-20
* | | | Notice v3 cert parsing failuresRoger Dingledine2009-08-20
* | | | Make consensus_method_is_supported() be the canonical source for its info.Nick Mathewson2009-08-20
* | | | Add basic support for SHA256.Nick Mathewson2009-08-19
* | | | Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson2009-08-14
|\ \ \ \ | |_|/ / |/| | |
| * | | Switch over to tor_strtok_r instead of strtok_r.Mike Perry2009-08-09
| * | | Merge commit 'nickm/strtok' into mp-voting-finalMike Perry2009-08-09
| |\ \ \
| | * | | Add a new tor_strtok_r for platforms that don't have one, plus tests.Nick Mathewson2009-08-09
| * | | | Fix issues found by Nick in code review.Mike Perry2009-08-09
| * | | | Display consensus bandwidth to the control port.Mike Perry2009-08-06