summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2010-11-11Split long lines in configure.in and Makefile.am filesNick Mathewson
2010-11-09Add a testing-only option to use bufferevent_openssl as a filterNick Mathewson
2010-11-08Merge branch 'loggranularity'Nick Mathewson
2010-10-26Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-26Properly refcount client_identity_keySebastian Hahn
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-15clarify fmt_addr32 documentation to note that the address is in host-orderNick Mathewson
2010-10-15Fix one-time memory leak when initializing libevent. Spotted by SebastianNick Mathewson
2010-10-15Merge branch 'bug1992_part1'Nick Mathewson
2010-10-15Improve accuracy of comment about aes_crypt performanceNick Mathewson
2010-10-15Kill comments saying to remove asserts once bug930 is solved.Nick Mathewson
2010-10-15Fix an apostrophe in a commentNick Mathewson
2010-10-15Add a portable tor_timercmpNick Mathewson
2010-10-15Make the return value of tor_addr_sockaddr always be signedNick 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-14Make check-spaces happySebastian Hahn
2010-10-13Merge branch 'nodes'Nick 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-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-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-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 compile warning on OSX 10.6Sebastian Hahn
2010-10-04Maintain separate server and client TLS contexts.Robert Ransom
2010-10-04Refactor tor_tls_context_new:Robert Ransom
2010-10-04Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-04Correct a bogus comment.Robert Ransom
2010-10-04Correct a couple of log messages in tortls.cRobert Ransom
2010-10-04Fix several comments in tortls.cRobert Ransom
2010-10-04Fix issues in nickm's review of format_helper_exit_status for bug #1903Steven Murdoch
2010-10-04Make logging resolution configurable.Karsten Loesing
2010-10-01refactor all these tor_inet_ntoa idiomsRoger Dingledine
2010-10-01Implement a few more node-based functionsNick Mathewson
2010-10-01Implement a basic node and nodelist typeNick Mathewson
2010-10-01Initialize fd values in tor_port_check_forwarding to -1Nick Mathewson
2010-09-30Merge branch 'tor-fw-squashed2'Nick Mathewson
2010-09-30Fix space and formatting issuesNick Mathewson
2010-09-30Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-30#if-out the fw-helper code in util.c when building on windowsNick Mathewson
2010-09-30Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch
2010-09-30Fix check-spacesSebastian Hahn
2010-09-29make c612ddee compile with old libeventsRoger Dingledine
2010-09-28Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson