aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson2005-08-22
* a url for better referenceRoger Dingledine2005-08-15
* Try to resolve another reported solaris x86 warningNick Mathewson2005-08-12
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* fix whitespace issuesNick Mathewson2005-08-08
* disarm a trap that's lying in wait for usRoger Dingledine2005-08-08
* far far cleaner implementation of handshake checking logic. Backport candidate.Nick Mathewson2005-08-07
* ok, so now it was just redundant. nick, do you recall what rfcRoger Dingledine2005-08-07
* note another potential security problem with generating key materialRoger Dingledine2005-08-06
* rfc 3536 "provides a glossary of terms used in the IETF when discussingRoger Dingledine2005-08-05
* Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)Nick Mathewson2005-08-05
* fix harmless copy-and-paste errorNick Mathewson2005-08-05
* cover a few more cases; needs testing and once-overNick Mathewson2005-08-05
* parse_addr_port was vague about what to do when port_out was NULL. Make it b...Nick Mathewson2005-08-05
* oops, that array got biggerNick Mathewson2005-08-04
* Discard special bignum values.Nick Mathewson2005-08-04
* Fix windows warningNick Mathewson2005-08-04
* Make clients regenerate their keys when their IP address changes.Nick Mathewson2005-08-03
* Fix compile failures on tor_gettimeofday() fix for windowsNick Mathewson2005-08-03
* Probably broken attempt to improve tor_gettimeofday granularity on windows.Nick Mathewson2005-08-03
* Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec...Nick Mathewson2005-07-25
* and a nearby defineRoger Dingledine2005-07-23
* add parenthesis to U64_PRINTF_ARG macroNick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* cosmetic fixesRoger Dingledine2005-07-18
* slightly cleaner fixRoger Dingledine2005-07-18
* bugfixes: smartlist_join_strings2() was underflowing a size_tRoger Dingledine2005-07-18
* whitespace fixesNick Mathewson2005-07-13
* Fix windows compilationNick Mathewson2005-07-13
* Fix possible double call to inflateEnd.Nick Mathewson2005-07-13
* note a worrying double-free possibility in torgzip.Roger Dingledine2005-07-12
* Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson2005-06-30
* Fix an fd leak in start_daemonNick Mathewson2005-06-30
* Fix libc compilationNick Mathewson2005-06-27
* Compile on win32Nick Mathewson2005-06-27
* note a bug in our tor_socketpair implementationRoger Dingledine2005-06-26
* Appease the hungry God of GCC: it hates K&R style unspecified args!Nick Mathewson2005-06-21
* Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson2005-06-20
* fix typoRoger Dingledine2005-06-18
* Add a tor_memmem functionNick Mathewson2005-06-18
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* a bit more cleanupRoger Dingledine2005-06-12
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Remove extraneous newlines from libevent log messages. Backport candidate?Nick Mathewson2005-06-08
* Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostnameNick Mathewson2005-06-07
* Possible bugfix for 151: backport candidate.Nick Mathewson2005-06-06
* Implement --disable-threadsNick Mathewson2005-05-10