aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* Fix a fun windows bug: apparently windows stat wants paths not to end with sl...Nick Mathewson2005-03-16
* Fix some more obscure compiler warningsNick Mathewson2005-03-14
* Renormalize whitespaceNick Mathewson2005-03-14
* Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson2005-03-03
* Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson2005-02-28
* Fix strmap_free to release memory actually held by the strmap.Nick Mathewson2005-02-28
* give a better warning when tor points at an https server.Nick Mathewson2005-02-28
* Be specific about which "illegal character" we just saw in the cert.Nick Mathewson2005-02-25
* Implement more control spec functionalityNick Mathewson2005-02-25
* Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine2005-02-22
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* Note a non-bug in read_file_to_str as used. If we start to rely on it behavin...Nick Mathewson2005-02-22
* But on windows, localtime and gmtime _are_ threadsafe.Nick Mathewson2005-02-22
* Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson2005-02-22
* Remove assumptions that maximum path length is anything like 1024. From comm...Nick Mathewson2005-02-22
* remove spurious semicolonsNick Mathewson2005-02-22
* Snarf some logic from python, adapted to our own needs, to handle gethostbyna...Nick Mathewson2005-02-22
* Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...Nick Mathewson2005-02-22
* Fix windows build: do not spuriously include openssl where not needed; handle...Nick Mathewson2005-02-22
* bugfix: actually use the argument to strmap_free()Roger Dingledine2005-02-20
* avoid case (not yet triggered) where smartlists could grow outRoger Dingledine2005-02-19
* Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson2005-02-13
* Apply windows patch from Dmitri BelyNick Mathewson2005-02-12
* Free tls resources on exit tooNick Mathewson2005-02-11
* Handle return value from getaddrinfo properlyNick Mathewson2005-02-03
* Use getaddrinfo and gethostbyname_r where available. Note that these are not...Nick Mathewson2005-02-03
* Forward-port SGI Compatibility patches from Jan SchaumannNick Mathewson2005-02-03
* point out a potential thread/process leak problem when we're out of memoryRoger Dingledine2005-02-03
* Add --with-dmalloc configure optionPeter Palfrader2005-02-03
* http://www.erlenstar.demon.co.uk/unix/faq_2.html says weRoger Dingledine2005-02-03
* clarify what smartlist_remove promises, since we rely on it.Roger Dingledine2005-01-31
* Add rudimentary pthread support that needs more testing.Nick Mathewson2005-01-27
* fwd-port win32 isprint fixNick Mathewson2005-01-22
* forward-port: fix win32 compileRoger Dingledine2005-01-22
* give a header file for ntohsRoger Dingledine2005-01-20
* Compilation fixes for win32 version detection.Nick Mathewson2005-01-20
* Make zlib detection happy on little-endian platforms; fix unit tests.Nick Mathewson2005-01-20
* Detect windows platform correctlyNick Mathewson2005-01-19
* Make detect_compression_method work on platforms with more evil chars.Nick Mathewson2005-01-19
* Workaround for webservers that lie about Content-Encoding: Tor now tries to a...Nick Mathewson2005-01-19
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* clean up smartlist_string_isin so callers don't have to manage bufsRoger Dingledine2005-01-12
* help avoid overflow from len_in + (len_in/n)*len_insRoger Dingledine2005-01-10
* make the initial temp log only notice-err, not info-errRoger Dingledine2005-01-04
* Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.Roger Dingledine2005-01-03
* More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson2005-01-03
* Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson2005-01-03
* Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson2005-01-03
* fix an assert on startup when the disk is full and you're logging to a fileRoger Dingledine2004-12-22
* move network_init from or/main to common/compatRoger Dingledine2004-12-22