aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* Stop being picky about what the arguments to mapaddress look like.•••we were refusing names that had $ in them, which people who specify $key.exit will be sad about. There are likely other examples. If people can think of reasons why we should be picky, let me know. svn:r6496 Roger Dingledine2006-05-25
* Stop initializing the hardware accelerator engines simply because•••we overloaded the meaning of the argument to crypto_global_init(). svn:r6490 Roger Dingledine2006-05-24
* Claim a commonname of Tor, rather than TOR, in tls handshakes.•••Maybe this will help us win the war of names. svn:r6489 Roger Dingledine2006-05-24
* Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ...•••svn:r6473 Nick Mathewson2006-05-23
* All these headers we get via torint.h•••svn:r6452 Peter Palfrader2006-05-10
* mainline branch. Remove some more dead XXXs.•••svn:r6401 Nick Mathewson2006-04-18
* Remove DER64 functions in trunk: they will never be used again unless the dir...•••svn:r6376 Nick Mathewson2006-04-10
* "" is not a plausible address for addressmaps.•••svn:r6299 Roger Dingledine2006-04-03
* Avoid warnings about machine/limits.h on Debian GNU/kFreeBSD•••svn:r6271 Peter Palfrader2006-03-29
* clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.•••svn:r6240 Roger Dingledine2006-03-26
* failing in a support function is a warn, not an err.•••svn:r6239 Roger Dingledine2006-03-26
* Check return value from GetVersionEx (even though the MSDN example doesnt) an...•••svn:r6233 Nick Mathewson2006-03-24
* Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ...•••svn:r6211 Nick Mathewson2006-03-21
* ok, commenting that out broke things real bad.•••leave it, and accept the memory leak for now. svn:r6201 Roger Dingledine2006-03-20
* Resolve a memory leak on clients. This disables some•••functionality that we might still want. Nick? svn:r6200 Roger Dingledine2006-03-20
* normalize whitespace.•••svn:r6173 Nick Mathewson2006-03-17
* add tor_strisprint() back in, this time with comments.•••svn:r6170 Roger Dingledine2006-03-15
* and remove now-extraneous function•••svn:r6168 Roger Dingledine2006-03-15
* Use INLINE (which we define) instead of __inline (which is nonstandard) in ht...•••svn:r6153 Nick Mathewson2006-03-13
* Fix bug in close_logs(): when we close and delete logs, remove them all from ...•••svn:r6145 Nick Mathewson2006-03-13
* Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...•••svn:r6144 Nick Mathewson2006-03-13
* More cleanups noticed by weasel; also, remove macros that nobody uses.•••svn:r6143 Nick Mathewson2006-03-12
* Use escaped() for remaining cases.•••svn:r6117 Nick Mathewson2006-03-11
* fix infinite loop•••svn:r6090 Roger Dingledine2006-03-06
* Add some functions to escape values from the network before sending them to t...•••svn:r6087 Nick Mathewson2006-03-05
* Allow private:* in routerdescs; not generated yet (because older Tors do not ...•••svn:r6086 Nick Mathewson2006-03-05
* Add function names to log_* on non-gcc•••svn:r6039 Peter Palfrader2006-02-18
* Finish log function renaming for non-GNUC systems•••svn:r6034 Peter Palfrader2006-02-18
* Start the process of converting warn to log_warn and so on.•••This is needed because Windows already has an err() that we can't clobber. And we need to be able to make the log functions a macro so we can print the function's name in the log entry. svn:r6000 Roger Dingledine2006-02-13
* try to fix bug with spurious "everything is broken" warning•••svn:r5994 Nick Mathewson2006-02-13
* Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...•••svn:r5991 Nick Mathewson2006-02-12
* and don't warn when it happens here either, unless the user•••wants to hear it. svn:r5990 Roger Dingledine2006-02-12
* Correct a function comment. Nick: is this right?•••svn:r5989 Roger Dingledine2006-02-12
* Happy new year!•••svn:r5949 Roger Dingledine2006-02-09
* and maybe some function documentation will help too•••svn:r5935 Roger Dingledine2006-02-09
* check for EADDRINUSE in a cross-platform way (unless i'm wrong)•••svn:r5899 Roger Dingledine2006-02-03
* I believe this resolves bug 234, the mysterious crash on 0.1.1.9•••and later servers. I'm not sure yet, but better to have it in CVS while we speculate that it's the fix. svn:r5895 Roger Dingledine2006-02-02
* Apply Matt Ghali's --with-syslog-facility patch•••svn:r5883 Peter Palfrader2006-02-01
* On systems that don't have getrlimit (like windows), we were artificially•••constraining ourselves to a max of 1024 connections. Now if there is no getrlimit, just assume that we can handle the whole 15000 connections. The better answer is to find a getrlimit equivalent on Windows, but hey, one step at a time. svn:r5854 Roger Dingledine2006-01-23
* Split PARANOIA_B into B1 and B2.•••svn:r5849 Nick Mathewson2006-01-22
* Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ...•••svn:r5840 Nick Mathewson2006-01-17
* Fix bug 230: add a rollback function to reverse all changes since the last ma...•••svn:r5803 Nick Mathewson2006-01-11
* Add a (diabled by default) option in crypto.h to disable most of the interest...•••svn:r5777 Nick Mathewson2006-01-10
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.•••svn:r5767 Nick Mathewson2006-01-10
* check for integer overflows in more places, when adding elements to•••smartlists. this could possibly prevent a buffer overflow on malicious huge inputs. i don't see any, but i haven't looked carefully. svn:r5695 Roger Dingledine2006-01-02
* Clearner fix for timegm assert problem.•••svn:r5690 Nick Mathewson2006-01-01
* Fix assertion-trigger bug found by sjmurdoch•••svn:r5689 Nick Mathewson2006-01-01
* whitespace fixes•••svn:r5682 Roger Dingledine2005-12-31
* Choose directory servers from routerstatus list, not from routerinfo list. T...•••svn:r5586 Nick Mathewson2005-12-14
* Make hashtables use a little less space on 64-bit architectures.•••svn:r5585 Nick Mathewson2005-12-14