summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
2005-02-03http://www.erlenstar.demon.co.uk/unix/faq_2.html says weRoger Dingledine
2005-01-31clarify what smartlist_remove promises, since we rely on it.Roger Dingledine
2005-01-27Add rudimentary pthread support that needs more testing.Nick Mathewson
2005-01-22fwd-port win32 isprint fixNick Mathewson
2005-01-22forward-port: fix win32 compileRoger Dingledine
2005-01-20give a header file for ntohsRoger Dingledine
2005-01-20Compilation fixes for win32 version detection.Nick Mathewson
2005-01-20Make zlib detection happy on little-endian platforms; fix unit tests.Nick Mathewson
2005-01-19Detect windows platform correctlyNick Mathewson
2005-01-19Make detect_compression_method work on platforms with more evil chars.Nick Mathewson
2005-01-19Workaround for webservers that lie about Content-Encoding: Tor now tries to a...Nick Mathewson
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-12clean up smartlist_string_isin so callers don't have to manage bufsRoger Dingledine
2005-01-10help avoid overflow from len_in + (len_in/n)*len_insRoger Dingledine
2005-01-04make the initial temp log only notice-err, not info-errRoger Dingledine
2005-01-03Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.Roger Dingledine
2005-01-03More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson
2005-01-03Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson
2004-12-22fix an assert on startup when the disk is full and you're logging to a fileRoger Dingledine
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22Fix a bug in last patch; and keep my name out of the assert() call too.Nick Mathewson
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-12-16Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson
2004-12-13Note that length checking on base64_decode is kinda conservativeNick Mathewson
2004-12-08Belt *or* suspenders will be sufficient when casting things to unsigned char.Nick Mathewson
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-07fix commentRoger Dingledine
2004-12-07Fix some memory leaks and unlikely segfaultsNick Mathewson
2004-12-07note an improvement on our uname we might want to make one dayRoger Dingledine
2004-12-07Fix leakable rsa keyNick Mathewson
2004-12-06Fix parse_iso_time on platforms without strptime.Nick Mathewson
2004-12-05int is not necessarily the same size as size_tRoger Dingledine
2004-12-04fix commentRoger Dingledine
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson
2004-12-01Fix windows build.Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-11-30a few minor tweaksRoger Dingledine
2004-11-30doxygen uses backslashes, not forward-slashesNick Mathewson
2004-11-30clarify why strlcpy is safe in truncated log messagesNick Mathewson
2004-11-30Add casei versions of strcmpstart/strcmpendNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Remove needless -2 in log code. This was not an underflow risk, sinze we onl...Nick Mathewson
2004-11-29clean up the previous underflow check, and also point outRoger Dingledine
2004-11-29Disallow NDEBUG. It is very stupid.Nick Mathewson
2004-11-29fix integer underflow in tor_vsnprintf()Roger Dingledine
2004-11-29prevent integer underflowRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine