summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a memory leakle_cfg_leakSebastian Hahn2010-10-15
* Remove more unused code from routerlist.cNick Mathewson2010-10-15
* Remove an unused field from circ_buffer_stats_tNick Mathewson2010-10-15
* Improve accuracy of comment about aes_crypt performanceNick Mathewson2010-10-15
* Fix a documention issue in circuitlist.cNick Mathewson2010-10-15
* Kill comments saying to remove asserts once bug930 is solved.Nick Mathewson2010-10-15
* fix another typoRoger Dingledine2010-10-15
* Fix an apostrophe in a commentNick Mathewson2010-10-15
* Fold timestamp_created into highres_createdNick Mathewson2010-10-15
* Add a portable tor_timercmpNick Mathewson2010-10-15
* Remove XXXs about improving buf_t API: bufferevents are the futureNick Mathewson2010-10-15
* Make the return value of tor_addr_sockaddr always be signedNick Mathewson2010-10-15
* Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson2010-10-15
* Remove the unused old fuzzy-time codeNick Mathewson2010-10-15
* Fix an xxx wrt picking libevent methods known-to-workNick Mathewson2010-10-15
* Remove an XXX in ntmain.c: a simple function call per loop is not so expensive.Nick Mathewson2010-10-15
* Raise libevent version needed for buffereventsSebastian Hahn2010-10-15
* Make check-spaces happySebastian Hahn2010-10-14
* Rename router_get_by_digest()Sebastian Hahn2010-10-14
* Fix a few trivial bugs from the nodelist mergeNick Mathewson2010-10-13
* Fix some XXXXs in connection_add_impl related to bufferevent error checkingNick Mathewson2010-10-13
* Fix a couple users of buf_datalen that slipped in. Found by SebastianNick Mathewson2010-10-13
* Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson2010-10-13
* Merge remote branch 'arma/bug1982_2'Nick Mathewson2010-10-13
|\
| * allow countries and IP addresses in EntryNodesRoger Dingledine2010-09-29
* | Merge branch 'nodes'Nick Mathewson2010-10-13
|\ \
| * | Add some missing documentation for things added in nodes branchNick Mathewson2010-10-07
| * | Fix a compile warning on OSX 10.6Sebastian Hahn2010-10-07
| * | Spotted another missing checkNick Mathewson2010-10-05
| * | Fix a couple more node_t-related nullpointer bugsNick Mathewson2010-10-04
| * | Switch an && to an ||, stop a *NULL.Nick Mathewson2010-10-04
| * | More debugging code for node_t branchNick Mathewson2010-10-01
| * | Implement policies for nodes (and for microdescriptors too)Nick Mathewson2010-10-01
| * | Fix a bug in smartlist_choose_node_by_bandwidthNick Mathewson2010-10-01
| * | Implement a few more node-based functionsNick Mathewson2010-10-01
| * | Implement node-based router family codeNick Mathewson2010-10-01
| * | Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson2010-10-01
| * | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
| * | Try to make most routerstatus_t interfaces constNick Mathewson2010-10-01
| * | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
| * | Implement a basic node and nodelist typeNick Mathewson2010-10-01
* | | Send END cells on bufferevent tunneled directory connsNick Mathewson2010-10-13
* | | Revert accidentally-committed changes to routerlist.cNick Mathewson2010-10-13
* | | Use connection_mark_and_flush consistently.Nick Mathewson2010-10-13
* | | Remember to re-install inbuf/outbuf callbacks on ssl buffereventsNick Mathewson2010-10-12
* | | Set OpenSSL 0.9.8l renegotiation flag early enough for buffereventsNick Mathewson2010-10-12
* | | Actually call connection_tls_finish_handshake() with buffereventsNick Mathewson2010-10-12
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-12
|\ \ \
| * | | Fix MIPSpro and time_t signedness detectionSebastian Hahn2010-10-11
* | | | Fix running unit tests from outside of the build directory (fixes bug #2051)Steven Murdoch2010-10-11