aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582 Nick Mathewson2005-12-14
* crank the max line limit down to 150 chars.•••svn:r5550 Roger Dingledine2005-12-10
* util.c:1308: error: conflicting types for "is_internal_IP"•••svn:r5545 Nick Mathewson2005-12-09
* let is_internal_IP() know whether you're asking about an IP•••address for connecting or an IP address for binding, because in the latter, 0.0.0.0 is a special case. svn:r5543 Roger Dingledine2005-12-09
* Document CREATE_FAST better in the code. Move our key expansion algorithm in...•••svn:r5530 Nick Mathewson2005-12-08
* Do not free a constant string.•••svn:r5527 Nick Mathewson2005-12-08
* fix typo noticed by scrimbly•••svn:r5522 Roger Dingledine2005-12-07
* get rid of nick's crazy voodoo dh checking.•••svn:r5518 Roger Dingledine2005-12-06
* Remove superfluous strdup•••svn:r5503 Peter Palfrader2005-12-05
* Also print usernames, not just numeric UIDs when we tell the user that his da...•••svn:r5502 Peter Palfrader2005-12-05
* give a hint when people are running tor as the wrong user, rather than•••telling them to start chowning random directories. svn:r5500 Roger Dingledine2005-12-05
* Make more arguments const; do not call hash tables trees.•••svn:r5487 Nick Mathewson2005-12-03
* Ive spent about 10 hours benchmarking permutations on our counter-mode implem...•••svn:r5486 Nick Mathewson2005-12-01
* and its header•••svn:r5478 Roger Dingledine2005-11-30
* remove another unused function•••svn:r5477 Roger Dingledine2005-11-30
* Remove some functions that were around for hupping log files. We handle•••them already in do_hup() by marking our log files as temporary and then rotating them in options_init_from_torrc(). svn:r5473 Roger Dingledine2005-11-30
* Fix some verbose warnings and remove an unneeded include.•••svn:r5472 Nick Mathewson2005-11-30
* remove some functions that are not used; #if0 out some files that are not lik...•••svn:r5471 Nick Mathewson2005-11-30
* Move code to check for zero digests into util.c•••svn:r5468 Nick Mathewson2005-11-30
* HT_NEXT invalidates the last iterator; fix rmv-related segfault.•••svn:r5458 Nick Mathewson2005-11-26
* Bandaid workaround to make cvs not crash tor clients.•••This is not a real fix. I didn't look at the rest of the code. Nick? svn:r5455 Roger Dingledine2005-11-25
* Add functions to return number of elts in associative containers•••svn:r5448 Nick Mathewson2005-11-23
* Replace balanced trees with hash tables: this should make stuff significantly...•••svn:r5441 Nick Mathewson2005-11-23
* a smidgen more hint when we fail to seed the rng•••svn:r5438 Roger Dingledine2005-11-21
* Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.•••svn:r5398 Nick Mathewson2005-11-16
* Loops without an increment step can suck, even on windows.•••svn:r5376 Nick Mathewson2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.•••svn:r5375 Nick Mathewson2005-11-15
* Hm; looks like the callback business was unnecessary, since DHparams_dup() co...•••svn:r5372 Nick Mathewson2005-11-14
* Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.•••svn:r5371 Nick Mathewson2005-11-14
* Oops. It looks like there *was* an easy way to make openssl do what we wanted.•••svn:r5370 Nick Mathewson2005-11-14
* When logging via syslog, include the pid whenever we provide•••a log entry. Suggested by Todd Fries. svn:r5366 Roger Dingledine2005-11-13
* correct nick's comment•••svn:r5360 Roger Dingledine2005-11-11
* Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D...•••svn:r5359 Nick Mathewson2005-11-11
* using an unsigned int for something that requires at least 3 bytes•••makes me uncomfortable. svn:r5340 Roger Dingledine2005-11-01
* tor_assert had a misleading comment•••svn:r5338 Roger Dingledine2005-11-01
* cleanups and a smidgen more docs•••svn:r5335 Roger Dingledine2005-11-01
* Call ERR_remove_state() on the main thread on shutdown,too•••svn:r5322 Nick Mathewson2005-10-26
* Per comments at the bottom of openssl/FAQ, call even more functions to•••clean up OpenSSL's toys when it's done playing. (Why isn't there an OpenSSL_free_everything() function?) svn:r5321 Nick Mathewson2005-10-25
* Remove last vestiges of old logging interface.•••svn:r5317 Nick Mathewson2005-10-25
* consistency is the hobgoblin of little armas•••svn:r5316 Roger Dingledine2005-10-25
* Switch remaining files to new log interface.•••svn:r5315 Nick Mathewson2005-10-25
* Also here.•••svn:r5314 Nick Mathewson2005-10-25
* Fix log levels notice and warn for new logging stuff•••svn:r5313 Peter Palfrader2005-10-25
* Change more files to new loggin interface. 3 left.•••svn:r5310 Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309 Nick Mathewson2005-10-25
* add more domains•••svn:r5300 Nick Mathewson2005-10-24
* Check for even more windows version flags, and note any we do not recognize.•••svn:r5297 Nick Mathewson2005-10-24
* Update more files to new log stuff.•••svn:r5286 Nick Mathewson2005-10-18
* Migrate a few more files to domained logging•••svn:r5285 Nick Mathewson2005-10-18
* Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284 Nick Mathewson2005-10-18