aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-29add coderman's wix scripts to make a windows msi installer.Roger Dingledine
svn:r17408
2008-11-29minor fixRoger Dingledine
svn:r17407
2008-11-29clean up some log messagesRoger Dingledine
svn:r17406
2008-11-26Revert my older supposed gcc-4.4 warning workaround. GCC was not being ↵Nick Mathewson
needlessly prissy; it was hinting at the wrongly pure smartlist_bsearch_idx. svn:r17396
2008-11-26Stop marking bsearch_idx as pure; it is not.Nick Mathewson
svn:r17393
2008-11-26Cast uid_t and gid_t to unsigned before passing to printf %u.Nick Mathewson
svn:r17392
2008-11-26Use fcntl for file locking when flock() is not available.Nick Mathewson
svn:r17391
2008-11-24don't lose a patch that mwenge wrote to put different destinationRoger Dingledine
ports on different streams. one day i will make this into a real proposal, and argue we should put it in. svn:r17380
2008-11-24whitespace fixRoger Dingledine
svn:r17379
2008-11-24also run ./reindex.plRoger Dingledine
svn:r17378
2008-11-24add proposal 156 from mwenge, Tracking blocked ports on the client sideRoger Dingledine
svn:r17377
2008-11-22Consider GetNetworkParams() nameserver parsing to have suceeded if even one ↵Nick Mathewson
nameserver can be added. Log more useful info about what exactly is failing when we fail to add a nameserver. svn:r17368
2008-11-22Backport candidate. Force UDZO compression to level 9.Andrew Lewman
svn:r17360
2008-11-22and forward-port thoseRoger Dingledine
svn:r17359
2008-11-22Resolve a warning under gcc 4.4 trunk.Nick Mathewson
svn:r17357
2008-11-21prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() --Roger Dingledine
are long gone. svn:r17351
2008-11-17Correct ChangeLog entry.Karsten Loesing
svn:r17321
2008-11-17Update _log_global_min_severity after switch_logs_debug(), so that USR2 will ↵Nick Mathewson
work again. Bugfix on 0.1.2.8-beta. Spotted by Geoff Down. svn:r17317
2008-11-16apply sebastian's bug 867 fix: make routerset_equal() work as documented ↵Nick Mathewson
with NULL arguments svn:r17287
2008-11-16Hrmm, still not sure I like the flow of this paragraph, butMike Perry
this is slightly better. svn:r17280
2008-11-16Add in initgroups call to drop root's groups.Mike Perry
svn:r17279
2008-11-16Fix a possible segfault when establishing an exit connection. Bugfix on ↵Karsten Loesing
0.2.1.5-alpha. svn:r17275
2008-11-14Doh. Need to drop GID first.Mike Perry
svn:r17271
2008-11-14Fix the prioritization C wrapper to also drop GID. ClarifyMike Perry
some language and formatting. svn:r17270
2008-11-12Apparently sparc64 is way more strict about uint16_t access alignment than I ↵Nick Mathewson
had thought: it gave bus errors when messing with var-cell headers. Maybe this patch will fix bug 862. svn:r17262
2008-11-12define get_uint8 and set_uint8 macros to make code cleaner.Nick Mathewson
svn:r17261
2008-11-11Be even _more_ careful when signatures are bogus.Nick Mathewson
svn:r17252
2008-11-11Only replace the detached signatures object when we actually added or ↵Nick Mathewson
replaced at least one signature. svn:r17250
2008-11-11Fix from rovv: when adding a detached signature, do not automatically assume ↵Nick Mathewson
it is good just because we are adding it. We might also be adding it because it was the first signature we saw for a given voter. svn:r17248
2008-11-11oops, remove debugging log message.Nick Mathewson
svn:r17247
2008-11-11be less aggressive about deleting expired certs. based on patch from rovv. ↵Nick Mathewson
partial fix for bug 854. svn:r17246
2008-11-11Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ↵Nick Mathewson
ignoring extra fields (like they are supposed to) and this will not break any controllers. svn:r17245
2008-11-11apply sebastian's fix for bug 859. Apparently on win32 one must lock at ↵Nick Mathewson
least one byte when locking, but locking a nonexistant byte is okay. ) svn:r17244
2008-11-11remove some completed items. I should look at this more often.Andrew Lewman
svn:r17242
2008-11-11< arma> mikeperry: perhaps some of those urls should be https?Mike Perry
svn:r17241
2008-11-11Update urls+verbage.Mike Perry
svn:r17240
2008-11-10Document a couple of functions.Nick Mathewson
svn:r17239
2008-11-10No longer set now obsolete Group setting in built-in debian configPeter Palfrader
svn:r17237
2008-11-10remove all trace from the various contrib/ scripts that tor usedRoger Dingledine
to have a 'group' option. svn:r17236
2008-11-10New upstream versionPeter Palfrader
svn:r17234
2008-11-10beg nick for some documentation on the locking functionsRoger Dingledine
svn:r17233
2008-11-10better error message when you set User but start tor as non-root.Roger Dingledine
hopefully will address bug 857. svn:r17232
2008-11-09we missed a case when printing circuit purposes in circ events.Roger Dingledine
svn:r17230
2008-11-09bump to 0.2.1.7-alpha-devRoger Dingledine
svn:r17229
2008-11-09Log a little more when credential-switching fails.Nick Mathewson
svn:r17228
2008-11-09Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they ↵Nick Mathewson
are all in the code now. svn:r17227
2008-11-09remove a bunch of obsolete html files. they haven't been linkedRoger Dingledine
to for many years. i think. svn:r17224
2008-11-08bump to 0.2.1.7-alphator-0.2.1.7-alphaRoger Dingledine
svn:r17217
2008-11-08some changes i found in my other sandboxRoger Dingledine
svn:r17216
2008-11-08some minor changes i found in my sandboxRoger Dingledine
svn:r17215