Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-29 | add coderman's wix scripts to make a windows msi installer. | Roger Dingledine | |
svn:r17408 | |||
2008-11-29 | minor fix | Roger Dingledine | |
svn:r17407 | |||
2008-11-29 | clean up some log messages | Roger Dingledine | |
svn:r17406 | |||
2008-11-26 | Revert 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-26 | Stop marking bsearch_idx as pure; it is not. | Nick Mathewson | |
svn:r17393 | |||
2008-11-26 | Cast uid_t and gid_t to unsigned before passing to printf %u. | Nick Mathewson | |
svn:r17392 | |||
2008-11-26 | Use fcntl for file locking when flock() is not available. | Nick Mathewson | |
svn:r17391 | |||
2008-11-24 | don't lose a patch that mwenge wrote to put different destination | Roger 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-24 | whitespace fix | Roger Dingledine | |
svn:r17379 | |||
2008-11-24 | also run ./reindex.pl | Roger Dingledine | |
svn:r17378 | |||
2008-11-24 | add proposal 156 from mwenge, Tracking blocked ports on the client side | Roger Dingledine | |
svn:r17377 | |||
2008-11-22 | Consider 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-22 | Backport candidate. Force UDZO compression to level 9. | Andrew Lewman | |
svn:r17360 | |||
2008-11-22 | and forward-port those | Roger Dingledine | |
svn:r17359 | |||
2008-11-22 | Resolve a warning under gcc 4.4 trunk. | Nick Mathewson | |
svn:r17357 | |||
2008-11-21 | prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() -- | Roger Dingledine | |
are long gone. svn:r17351 | |||
2008-11-17 | Correct ChangeLog entry. | Karsten Loesing | |
svn:r17321 | |||
2008-11-17 | Update _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-16 | apply sebastian's bug 867 fix: make routerset_equal() work as documented ↵ | Nick Mathewson | |
with NULL arguments svn:r17287 | |||
2008-11-16 | Hrmm, still not sure I like the flow of this paragraph, but | Mike Perry | |
this is slightly better. svn:r17280 | |||
2008-11-16 | Add in initgroups call to drop root's groups. | Mike Perry | |
svn:r17279 | |||
2008-11-16 | Fix a possible segfault when establishing an exit connection. Bugfix on ↵ | Karsten Loesing | |
0.2.1.5-alpha. svn:r17275 | |||
2008-11-14 | Doh. Need to drop GID first. | Mike Perry | |
svn:r17271 | |||
2008-11-14 | Fix the prioritization C wrapper to also drop GID. Clarify | Mike Perry | |
some language and formatting. svn:r17270 | |||
2008-11-12 | Apparently 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-12 | define get_uint8 and set_uint8 macros to make code cleaner. | Nick Mathewson | |
svn:r17261 | |||
2008-11-11 | Be even _more_ careful when signatures are bogus. | Nick Mathewson | |
svn:r17252 | |||
2008-11-11 | Only replace the detached signatures object when we actually added or ↵ | Nick Mathewson | |
replaced at least one signature. svn:r17250 | |||
2008-11-11 | Fix 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-11 | oops, remove debugging log message. | Nick Mathewson | |
svn:r17247 | |||
2008-11-11 | be less aggressive about deleting expired certs. based on patch from rovv. ↵ | Nick Mathewson | |
partial fix for bug 854. svn:r17246 | |||
2008-11-11 | Add 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-11 | apply 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-11 | remove 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-11 | Update urls+verbage. | Mike Perry | |
svn:r17240 | |||
2008-11-10 | Document a couple of functions. | Nick Mathewson | |
svn:r17239 | |||
2008-11-10 | No longer set now obsolete Group setting in built-in debian config | Peter Palfrader | |
svn:r17237 | |||
2008-11-10 | remove all trace from the various contrib/ scripts that tor used | Roger Dingledine | |
to have a 'group' option. svn:r17236 | |||
2008-11-10 | New upstream version | Peter Palfrader | |
svn:r17234 | |||
2008-11-10 | beg nick for some documentation on the locking functions | Roger Dingledine | |
svn:r17233 | |||
2008-11-10 | better error message when you set User but start tor as non-root. | Roger Dingledine | |
hopefully will address bug 857. svn:r17232 | |||
2008-11-09 | we missed a case when printing circuit purposes in circ events. | Roger Dingledine | |
svn:r17230 | |||
2008-11-09 | bump to 0.2.1.7-alpha-dev | Roger Dingledine | |
svn:r17229 | |||
2008-11-09 | Log a little more when credential-switching fails. | Nick Mathewson | |
svn:r17228 | |||
2008-11-09 | Add 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-09 | remove a bunch of obsolete html files. they haven't been linked | Roger Dingledine | |
to for many years. i think. svn:r17224 | |||
2008-11-08 | bump to 0.2.1.7-alphator-0.2.1.7-alpha | Roger Dingledine | |
svn:r17217 | |||
2008-11-08 | some changes i found in my other sandbox | Roger Dingledine | |
svn:r17216 | |||
2008-11-08 | some minor changes i found in my sandbox | Roger Dingledine | |
svn:r17215 |