summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-15Remove XXXs about improving buf_t API: bufferevents are the futureNick Mathewson
2010-10-15Make the return value of tor_addr_sockaddr always be signedNick Mathewson
2010-10-15Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson
2010-10-15Remove the unused old fuzzy-time codeNick Mathewson
2010-10-15Fix an xxx wrt picking libevent methods known-to-workNick Mathewson
2010-10-15Remove an XXX in ntmain.c: a simple function call per loop is not so expensive.Nick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-14Rename router_get_by_digest()Sebastian Hahn
2010-10-13Fix a few trivial bugs from the nodelist mergeNick Mathewson
2010-10-13Fix some XXXXs in connection_add_impl related to bufferevent error checkingNick Mathewson
2010-10-13Fix a couple users of buf_datalen that slipped in. Found by SebastianNick Mathewson
2010-10-13Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson
2010-10-13Merge remote branch 'arma/bug1982_2'Nick Mathewson
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-13Send END cells on bufferevent tunneled directory connsNick Mathewson
2010-10-13Issues with router_get_by_nickname()Robert Hogan
2010-10-13Revert accidentally-committed changes to routerlist.cNick Mathewson
2010-10-13Use connection_mark_and_flush consistently.Nick Mathewson
2010-10-12Remember to re-install inbuf/outbuf callbacks on ssl buffereventsNick Mathewson
2010-10-12Set OpenSSL 0.9.8l renegotiation flag early enough for buffereventsNick Mathewson
2010-10-12Actually call connection_tls_finish_handshake() with buffereventsNick Mathewson
2010-10-11Fix running unit tests from outside of the build directory (fixes bug #2051)Steven Murdoch
2010-10-11Add header for tor_tls_log_one_errorNick Mathewson
2010-10-11Log OpenSSL errors coming from bufferevent_opensslNick Mathewson
2010-10-11Merge remote branch 'sjmurdoch/bug1903'Nick Mathewson
2010-10-11Skip running fgets_eagain test until we fix itSteven Murdoch
2010-10-11Make tor_sscanf handle %xNick Mathewson
2010-10-10Add a unit test for tor_spawn_backgroundSteven Murdoch
2010-10-10Update documentation for tor_spawn_backgroundSteven Murdoch
2010-10-10Add a unit test for fgets (currently fails)Steven Murdoch
2010-10-10Fix issues in nickm's review of log_from_pipe for bug #1903Steven Murdoch
2010-10-10Fix nickm's comments on logging for bug #1903Steven Murdoch
2010-10-10Note icky constructs mentioned in bug #1903Steven Murdoch
2010-10-07Fix a crash bug when serving microdescs on a bufferevent.Nick Mathewson
2010-10-07Remove a spurious .z from microdesc fetch URLs so they no logner end with .z.zNick Mathewson
2010-10-07Add some missing documentation for things added in nodes branchNick Mathewson
2010-10-07Actually add test_microdesc.c file.Nick Mathewson
2010-10-07Add more documentation to microdesc.c, plus another assert.Nick Mathewson
2010-10-07Add a more verbose log message to try to catch bug #2022.Nick Mathewson
2010-10-07Unit tests for microdescriptor cacheNick Mathewson
2010-10-07Fix a compile warning on OSX 10.6Sebastian Hahn
2010-10-04Maintain separate server and client identity keys when appropriate.Robert Ransom
2010-10-04Maintain separate server and client TLS contexts.Robert Ransom
2010-10-05Spotted another missing checkNick Mathewson
2010-10-04Fix a couple more node_t-related nullpointer bugsNick Mathewson
2010-10-04Switch an && to an ||, stop a *NULL.Nick Mathewson
2010-10-04Refactor tor_tls_context_new:Robert Ransom
2010-10-04Add public_server_mode function.Robert Ransom
2010-10-04Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-04Correct a bogus comment.Robert Ransom