aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2005-08-07ok, so now it was just redundant. nick, do you recall what rfcRoger Dingledine
2005-08-06note another potential security problem with generating key materialRoger Dingledine
2005-08-05rfc 3536 "provides a glossary of terms used in the IETF when discussingRoger Dingledine
2005-08-05Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)Nick Mathewson
2005-08-05fix harmless copy-and-paste errorNick Mathewson
2005-08-05cover a few more cases; needs testing and once-overNick Mathewson
2005-08-05parse_addr_port was vague about what to do when port_out was NULL. Make it b...Nick Mathewson
2005-08-04oops, that array got biggertor-0.1.1.4-alphaNick Mathewson
2005-08-04Discard special bignum values.Nick Mathewson
2005-08-04Fix windows warningNick Mathewson
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-08-03Fix compile failures on tor_gettimeofday() fix for windowsNick Mathewson
2005-08-03Probably broken attempt to improve tor_gettimeofday granularity on windows.Nick Mathewson
2005-07-25Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec...Nick Mathewson
2005-07-23and a nearby defineRoger Dingledine
2005-07-23add parenthesis to U64_PRINTF_ARG macroNick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-18cosmetic fixesRoger Dingledine
2005-07-18slightly cleaner fixRoger Dingledine
2005-07-18bugfixes: smartlist_join_strings2() was underflowing a size_tRoger Dingledine
2005-07-13whitespace fixesNick Mathewson
2005-07-13Fix windows compilationNick Mathewson
2005-07-13Fix possible double call to inflateEnd.Nick Mathewson
2005-07-12note a worrying double-free possibility in torgzip.Roger Dingledine
2005-06-30Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson
2005-06-30Fix an fd leak in start_daemonNick Mathewson
2005-06-27Fix libc compilationNick Mathewson
2005-06-27Compile on win32Nick Mathewson
2005-06-26note a bug in our tor_socketpair implementationRoger Dingledine
2005-06-21Appease the hungry God of GCC: it hates K&R style unspecified args!Nick Mathewson
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-18fix typoRoger Dingledine
2005-06-18Add a tor_memmem functionNick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-12a bit more cleanupRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-06-08Remove extraneous newlines from libevent log messages. Backport candidate?Nick Mathewson
2005-06-07Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostnameNick Mathewson
2005-06-06Possible bugfix for 151: backport candidate.Nick Mathewson
2005-05-10Implement --disable-threadsNick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-02fix a commentRoger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-23Apparently, ASN1 failures are not treated as SSL connection errors, but are j...Nick Mathewson
2005-04-23LOG_ERR is for when you're planning to die.Roger Dingledine
2005-04-23Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...debian-version-0.1.0.3-rc-200504231430-1Nick Mathewson
2005-04-08Make libevent_logging_callback static.Nick Mathewson