| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | | | | | | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-10-20 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||
| | * | | | | | | | | Add a ! to directory_caches_dir_info() to fix a logic error | Nick Mathewson | 2010-10-20 | |
| | * | | | | | | | | Merge branch 'bug2097' into maint-0.2.2 | Nick Mathewson | 2010-10-20 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | Fix a read of a freed pointer while in set_current_consensus | Nick Mathewson | 2010-10-20 | |
| | | |/ / / / / / / | ||||
| * | | | | | | | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-10-20 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||
| | * | | | | | | | | Remove redundant -Wpointer-sign CFLAG | Sebastian Hahn | 2010-10-20 | |
| | * | | | | | | | | Remove redundant -Wformat -Wformat-security CFLAGS | Sebastian Hahn | 2010-10-20 | |
| | * | | | | | | | | Use ssp-buffer-size param when hardening | Sebastian Hahn | 2010-10-20 | |
| | |/ / / / / / / | ||||
| * | | | | | | | | clarify fmt_addr32 documentation to note that the address is in host-order | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Fix one-time memory leak when initializing libevent. Spotted by Sebastian | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Merge branch 'bug1992_part1' | Nick Mathewson | 2010-10-15 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | Tweak the fmt_addr32 code | Nick Mathewson | 2010-10-15 | |
| | * | | | | | | | | refactor all these tor_inet_ntoa idioms | Roger Dingledine | 2010-10-01 | |
| * | | | | | | | | | Remove more unused code from routerlist.c | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | | Remove an unused field from circ_buffer_stats_t | Nick Mathewson | 2010-10-15 | |
| | |_|_|_|_|_|/ / |/| | | | | | | | ||||
| * | | | | | | | | Improve accuracy of comment about aes_crypt performance | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Fix a documention issue in circuitlist.c | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Kill comments saying to remove asserts once bug930 is solved. | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | fix another typo | Roger Dingledine | 2010-10-15 | |
| * | | | | | | | | Fix an apostrophe in a comment | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Fold timestamp_created into highres_created | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Add a portable tor_timercmp | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Remove XXXs about improving buf_t API: bufferevents are the future | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Make the return value of tor_addr_sockaddr always be signed | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Remove "is this too slow?" XXXX comments for code not appearing in profiles | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Remove the unused old fuzzy-time code | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Fix an xxx wrt picking libevent methods known-to-work | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Remove an XXX in ntmain.c: a simple function call per loop is not so expensive. | Nick Mathewson | 2010-10-15 | |
| * | | | | | | | | Raise libevent version needed for bufferevents | Sebastian Hahn | 2010-10-15 | |
| * | | | | | | | | Make check-spaces happy | Sebastian Hahn | 2010-10-14 | |
| * | | | | | | | | Rename router_get_by_digest() | Sebastian Hahn | 2010-10-14 | |
| * | | | | | | | | Fix a few trivial bugs from the nodelist merge | Nick Mathewson | 2010-10-13 | |
| * | | | | | | | | Fix some XXXXs in connection_add_impl related to bufferevent error checking | Nick Mathewson | 2010-10-13 | |
| * | | | | | | | | Fix a couple users of buf_datalen that slipped in. Found by Sebastian | Nick Mathewson | 2010-10-13 | |
| * | | | | | | | | Implement node_set_exit_policy_to_reject_all with a flag | Nick Mathewson | 2010-10-13 | |
| * | | | | | | | | Merge remote branch 'arma/bug1982_2' | Nick Mathewson | 2010-10-13 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | allow countries and IP addresses in EntryNodes | Roger Dingledine | 2010-09-29 | |
| * | | | | | | | | | Merge branch 'nodes' | Nick Mathewson | 2010-10-13 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | Add some missing documentation for things added in nodes branch | Nick Mathewson | 2010-10-07 | |
| | * | | | | | | | | | Fix a compile warning on OSX 10.6 | Sebastian Hahn | 2010-10-07 | |
| | * | | | | | | | | | Spotted another missing check | Nick Mathewson | 2010-10-05 | |
| | * | | | | | | | | | Fix a couple more node_t-related nullpointer bugs | Nick Mathewson | 2010-10-04 | |
| | * | | | | | | | | | Switch an && to an ||, stop a *NULL. | Nick Mathewson | 2010-10-04 | |
| | * | | | | | | | | | More debugging code for node_t branch | Nick Mathewson | 2010-10-01 | |
| | * | | | | | | | | | Implement policies for nodes (and for microdescriptors too) | Nick Mathewson | 2010-10-01 | |
| | * | | | | | | | | | Fix a bug in smartlist_choose_node_by_bandwidth | Nick Mathewson | 2010-10-01 | |
| | * | | | | | | | | | Implement a few more node-based functions | Nick Mathewson | 2010-10-01 | |
| | * | | | | | | | | | Implement node-based router family code | Nick Mathewson | 2010-10-01 | |
| | * | | | | | | | | | Rename routerstatus_t.is_running to is_flagged_running | Nick Mathewson | 2010-10-01 | |
| | * | | | | | | | | | Initial conversion to use node_t throughout our codebase. | Nick Mathewson | 2010-10-01 | |
