aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix bug with tor_memmem finding a match at the end of the string.•••svn:r4803 Nick Mathewson2005-08-22
* a url for better reference•••svn:r4778 Roger Dingledine2005-08-15
* Try to resolve another reported solaris x86 warning•••svn:r4771 Nick Mathewson2005-08-12
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...•••svn:r4770 Nick Mathewson2005-08-12
* fix whitespace issues•••svn:r4752 Nick Mathewson2005-08-08
* disarm a trap that's lying in wait for us•••svn:r4741 Roger Dingledine2005-08-08
* far far cleaner implementation of handshake checking logic. Backport candidate.•••svn:r4736 Nick Mathewson2005-08-07
* ok, so now it was just redundant. nick, do you recall what rfc•••you were trying to point to? svn:r4727 Roger Dingledine2005-08-07
* note another potential security problem with generating key material•••from our DH handshake. svn:r4724 Roger Dingledine2005-08-06
* rfc 3536 "provides a glossary of terms used in the IETF when discussing•••internationalization." svn:r4723 Roger Dingledine2005-08-05
* Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)•••svn:r4722 Nick Mathewson2005-08-05
* fix harmless copy-and-paste error•••svn:r4718 Nick Mathewson2005-08-05
* cover a few more cases; needs testing and once-over•••svn:r4717 Nick Mathewson2005-08-05
* parse_addr_port was vague about what to do when port_out was NULL. Make it b...•••svn:r4716 Nick Mathewson2005-08-05
* oops, that array got bigger•••svn:r4708 Nick Mathewson2005-08-04
* Discard special bignum values.•••svn:r4706 Nick Mathewson2005-08-04
* Fix windows warning•••svn:r4697 Nick Mathewson2005-08-04
* Make clients regenerate their keys when their IP address changes.•••svn:r4688 Nick Mathewson2005-08-03
* Fix compile failures on tor_gettimeofday() fix for windows•••svn:r4685 Nick Mathewson2005-08-03
* Probably broken attempt to improve tor_gettimeofday granularity on windows.•••svn:r4683 Nick Mathewson2005-08-03
* Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec...•••svn:r4675 Nick Mathewson2005-07-25
* and a nearby define•••svn:r4643 Roger Dingledine2005-07-23
* add parenthesis to U64_PRINTF_ARG macro•••svn:r4642 Nick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*•••svn:r4637 Nick Mathewson2005-07-22
* cosmetic fixes•••svn:r4601 Roger Dingledine2005-07-18
* slightly cleaner fix•••svn:r4599 Roger Dingledine2005-07-18
* bugfixes: smartlist_join_strings2() was underflowing a size_t•••if you gave it an empty smartlist; and it wasn't terminating in this case even if you asked it to. this does not appear to be exploitable in any reasonable cases. svn:r4598 Roger Dingledine2005-07-18
* whitespace fixes•••svn:r4544 Nick Mathewson2005-07-13
* Fix windows compilation•••svn:r4543 Nick Mathewson2005-07-13
* Fix possible double call to inflateEnd.•••svn:r4540 Nick Mathewson2005-07-13
* note a worrying double-free possibility in torgzip.•••nick? svn:r4537 Roger Dingledine2005-07-12
* Make errors retrievable from tor_socketpair; resolve bug 163.•••svn:r4509 Nick Mathewson2005-06-30
* Fix an fd leak in start_daemon•••svn:r4508 Nick Mathewson2005-06-30
* Fix libc compilation•••svn:r4497 Nick Mathewson2005-06-27
* Compile on win32•••svn:r4496 Nick Mathewson2005-06-27
* note a bug in our tor_socketpair implementation•••can somebody fix this or create a flyspray entry for it? svn:r4483 Roger Dingledine2005-06-26
* Appease the hungry God of GCC: it hates K&R style unspecified args!•••svn:r4470 Nick Mathewson2005-06-21
* Load hardware acceleration options when/where available. Can anybody test this?•••svn:r4467 Nick Mathewson2005-06-20
* fix typo•••svn:r4453 Roger Dingledine2005-06-18
* Add a tor_memmem function•••svn:r4452 Nick Mathewson2005-06-18
* Remove code that has been #if-0ed for a long time.•••svn:r4435 Nick Mathewson2005-06-15
* a bit more cleanup•••svn:r4417 Roger Dingledine2005-06-12
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...•••svn:r4411 Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygen•••svn:r4404 Roger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* Remove extraneous newlines from libevent log messages. Backport candidate?•••svn:r4350 Nick Mathewson2005-06-08
* Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostname•••svn:r4326 Nick Mathewson2005-06-07
* Possible bugfix for 151: backport candidate.•••svn:r4318 Nick Mathewson2005-06-06
* Implement --disable-threads•••svn:r4187 Nick Mathewson2005-05-10